edgedb/edb/server
Michael J. Sullivan 2e1363a623
Supress idle tx timeout during compilation (#6760)
I tested this by adding a sleep when the variable `slowcompile` is
used.
Fixes #6758.
2024-02-02 15:03:15 -08:00
..
cache Add support for statement variants of prepared statement comands (#5685) 2023-06-26 12:24:01 -07:00
compiler Branches, and fast branch creation (#6721) 2024-01-31 12:58:35 -08:00
compiler_pool Change adaptive pool scale-up condition (#6357) 2023-10-26 09:59:36 +02:00
config Fix dump and restore of auth config (#6414) 2023-11-01 20:41:04 -07:00
connpool Add multi-tenant support (#5882) 2023-08-10 09:23:41 -05:00
daemon Fix --background (#5915) 2023-08-14 19:09:29 -07:00
dbview Supress idle tx timeout during compilation (#6760) 2024-02-02 15:03:15 -08:00
ha Make consul watching more robust (#6148) 2023-10-04 12:25:17 -05:00
pgcon Branches, and fast branch creation (#6721) 2024-01-31 12:58:35 -08:00
pgproto@5ae66af033 Remove asyncpg dependency (#4063) 2022-07-12 20:10:38 -07:00
protocol Supress idle tx timeout during compilation (#6760) 2024-02-02 15:03:15 -08:00
.gitignore Get rid of setuptools-scm (#2931) 2021-09-10 13:22:19 -07:00
__init__.py Insert from __future__ import annotations to all Python files (#699) 2019-08-18 06:55:10 +02:00
args.py Fix reloading readiness state and JWT *_list files in multi-tenant mode (#6562) 2023-12-05 20:53:17 -06:00
bootstrap.py Branches, and fast branch creation (#6721) 2024-01-31 12:58:35 -08:00
cluster.py Start a new server for JWT auth test (#6182) 2023-10-02 12:50:57 -05:00
consul.py Make consul watching more robust (#6148) 2023-10-04 12:25:17 -05:00
defines.py Drop support of PostgreSQL 13 (#6237) 2023-10-05 16:03:31 -05:00
logsetup.py Use asyncio subprocess API in PostgreSQL cluster management (#2824) 2021-08-17 14:45:15 -07:00
main.py Fix reloading readiness state and JWT *_list files in multi-tenant mode (#6562) 2023-12-05 20:53:17 -06:00
metrics.py Fix query_compilation metrics (#6303) 2023-10-16 19:44:02 -05:00
multitenant.py Fix reloading readiness state and JWT *_list files in multi-tenant mode (#6562) 2023-12-05 20:53:17 -06:00
pgcluster.py Branches, and fast branch creation (#6721) 2024-01-31 12:58:35 -08:00
pgconnparams.py Support connect_timeout in backend DSN (#6531) 2023-11-29 17:35:45 -06:00
render_dsn.py Insert from __future__ import annotations to all Python files (#699) 2019-08-18 06:55:10 +02:00
server.py Cap parallelism in patch application (#6636) 2023-12-21 17:40:01 -08:00
service_manager.py Allow multiple FDs per socket in activation (#4189) 2022-08-04 10:19:46 -05:00
tenant.py Branches, and fast branch creation (#6721) 2024-01-31 12:58:35 -08:00