]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
2024-04-08  Daniele Varrazzofeat(prepare): allow setting connection.prepare_max... 773/head
2024-04-08  Daniele Varrazzodocs(prepare): add note about PgBouncer max prepared...
2024-04-08  Daniele Varrazzodocs(prepare): add notes about the PgBouncer and prepar...
2024-04-08  Daniele Varrazzofeat(prepare): send Close messages to deallocate when...
2024-04-08  Daniele Varrazzorefactor(prepare): queue statement names, not SQL commands
2024-04-08  Daniele Varrazzorefactor(prepare): make maintenance operation a PQGen...
2024-04-08  Daniele Varrazzodocs(readme): fix hyperlink in bullet list
2024-04-08  Daniele Varrazzodocs: drop spurious word in readme
2024-04-07  Daniele Varrazzotest: fix test suite import on master with Python 3.1
2024-04-06  Daniele Varrazzotest: fix cancel connection status test on Unix socket...
2024-04-05  Daniele VarrazzoMerge branch 'libpq-cancel-nonblocking'
2024-04-05  Denis Laxaldedocs: document the ALLOCATED ConnStatus value 754/head
2024-04-05  Denis Laxaldefix: prevent usage of finished PGcancelConn
2024-04-05  Denis Laxaldetests: simplify PGcancelConn tests
2024-04-05  Denis Laxaldefeat: add libpq interface for encrypted and non-blockin...
2024-04-05  Denis Laxaldetests: introduce a wait() helper function pq.PGconn...
2024-04-05  Daniele VarrazzoMerge branch 'conn-generator-refactoring'
2024-04-05  Daniele Varrazzorefactor: rename wait functions 'timeout' parameter... 766/head
2024-04-05  Daniele Varrazzorefactor: handle timeout in the connection generator...
2024-04-05  Daniele Varrazzostyle: use literals instead of the concatenation operat...
2024-04-05  Daniele Varrazzodocs: add a note to remember why flake8 configuration...
2024-04-05  Denis Laxaldechore: regenerate _pq_ctypes.pyi
2024-04-05  Daniele VarrazzoMerge branch 'mypy-love'
2024-04-04  Daniele Varrazzorefactor(c): mor compact guard for unsupported libpq... 768/head
2024-04-04  Daniele Varrazzorefactor: less verbose pattern to manage optional libpq...
2024-04-04  Daniele Varrazzolint: avoid mypy warning in _pq_ctypes.py
2024-04-02  Denis Laxaldedocs: let the 'pq' role possibly link to "devel" Postgr...
2024-04-02  Daniele Varrazzofix: more careful stripping of error prefixes
2024-04-01  Daniele VarrazzoMerge pull request #744 from dlax/async-to-sync-jobs
2024-04-01  Denis Laxaldefeat(tools): check last modification times in async_to_... 744/head
2024-04-01  Denis Laxaldefeat(tools): add a -L,--log-level option to async_to_sy...
2024-04-01  Denis Laxaldefeat(tools): run async_to_sync.py concurrently
2024-04-01  Daniele Varrazzotest: add pool package to django tests
2024-03-30  Denis Laxaldedocs: fix a typo in FinishedPGconn docstring
2024-02-26  Daniele Varrazzodocs: fix missing `async` in example
2024-02-18  Daniele Varrazzodocs(pool): reorder sections in a way that makes more... 738/head
2024-02-18  Daniele Varrazzodocs(pool): add box warning against opening async pools...
2024-02-17  Daniele Varrazzofix(pool): make opening an async connection pool in...
2024-02-13  Daniele Varrazzoci: skip refcount tests on scheduled jobs
2024-02-07  Daniele Varrazzofix: avoid to create reference loops in datetime adapters
2024-02-05  Daniele Varrazzodocs: fix typo in release notes
2024-02-04  Daniele Varrazzochore: bump psycopg package version to 3.1.18
2024-02-04  Daniele Varrazzofix(c): drop spurious loop break in pipeline_communicate
2024-02-04  Daniele Varrazzotests: don't depend on ConnDict
2024-02-04  Daniele Varrazzochore: bump checkout action to v4
2024-02-04  Daniele Varrazzochore: bump cibuildwheel version
2024-02-01  Daniele VarrazzoMerge pull request #724
2024-02-01  Martin Balážparent 4ccc131669ff4d5e67b7a93cbd7c7c413a172411 724/head
2024-01-30  Daniele Varrazzofix: fix wait_async with timeout 0
2024-01-29  Daniele VarrazzoRevert "Merge branch 'conn-generator-refactoring'"
2024-01-29  Daniele VarrazzoMerge branch 'conn-generator-refactoring'
2024-01-29  Daniele Varrazzorefactor: rename wait functions 'timeout' parameter...
2024-01-29  Daniele Varrazzorefactor: handle timeout in the connection generator...
2024-01-29  Daniele VarrazzoMerge branch 'interruptable-notify'
2024-01-29  Daniele Varrazzodocs: add docs about timeout and stop_after notificatio...
2024-01-29  Daniele Varrazzofeat: add `timeout` and `stop_after` parameters to...
2024-01-29  Daniele Varrazzofix: only cancel query on interrupt if the connection...
2024-01-29  Daniele Varrazzofix: include timeout as part of the generators/wait...
2024-01-29  Daniele Varrazzodocs: fix tickets format
2024-01-29  Daniele VarrazzoMerge pull request #725 from mgorny/musl-ctypes
2024-01-29  Daniele Varrazzodocs: mention musl-ctypes workaround in news file 725/head
2024-01-29  Michał Górnyfix: add `libc.so` fallback for musl systems to the...
2024-01-29  Daniele Varrazzotest: drop ineffective marker on fixture
2024-01-27  Daniele VarrazzoMerge branch 'no-conn-composible'
2024-01-27  Daniele Varrazzofeat: allow no connection parameter in sql.Composible...
2024-01-27  Daniele Varrazzofeat: allow Identifier.as_string() and as_bytes() to...
2024-01-27  Daniele VarrazzoMerge pull request #720 from enapupe/fix-interval-overflow
2024-01-27  Daniele Varrazzodocs: add release note about interval overflow fix 720/head
2024-01-27  Daniele Varrazzofix(c): don't overflow intervals on windows either
2024-01-27  Iacami Gevaerdfix(c): use long for seconds to prevent IntervalLoader...
2024-01-26  Daniele Varrazzochore: bump black to 24.1.0
2024-01-26  Daniele VarrazzoMerge branch 'fix-deadlock-on-pipeline-exit'
2024-01-26  Daniele Varrazzofix: force a sync exiting the pipeline mode
2024-01-08  Daniele Varrazzofeat: add ConnDict, ConnParam to abc module
2024-01-08  Daniele Varrazzorefactor: move TypeAlias back to _compat module
2024-01-07  Daniele Varrazzochore: bump psycopg_pool package version to 3.2.1
2024-01-07  Daniele Varrazzochore: bump psycopg package version to 3.1.17
2024-01-07  Daniele Varrazzoci: revert upload action to v3
2024-01-07  Daniele Varrazzochore(c): add missing enum entries
2024-01-07  Daniele Varrazzodocs: add note about checking enums and docs on Postgre...
2024-01-06  Daniele VarrazzoMerge branch 'fix-699-master'
2024-01-06  Daniele Varrazzorefactor: generate conninfo attempts from async counterpart
2024-01-06  Daniele Varrazzofix: perform multiple attemps if a host name resolve...
2024-01-06  Daniele Varrazzorefactor(test): make resolution monkeypatching common...
2024-01-06  Daniele Varrazzorefactor: separate ConnectionInfo object from conninfo...
2024-01-06  Daniele Varrazzostyle: drop unneeded function definition split
2024-01-06  Daniele Varrazzochore: upload github actions dependencies
2024-01-06  Daniele VarrazzoMerge branch 'fix-709'
2024-01-06  Daniele Varrazzorefactor(pool): rename ConnectionAttempt as AttemptWith...
2024-01-06  Daniele Varrazzofix(pool): use an exponential backoff to separate faili...
2024-01-06  Daniele Varrazzofix(pool): respect timeout on getconn() when the check...
2024-01-06  Daniele VarrazzoMerge branch 'fix-308'
2024-01-03  Daniele Varrazzorefactor(pool): avoid constructor overloading by using...
2024-01-03  Daniele Varrazzorefactor: drop overloading of the Connection.connect...
2024-01-03  Daniele Varrazzofix: define the Row TypeVar as defaulting to TupleRow
2024-01-03  Daniele Varrazzorefactor: use TypeVar from typing_extension
2024-01-03  Daniele Varrazzorefactor: use Self to represent the return from `BaseCo...
2024-01-03  Daniele Varrazzochore: drop unneeded type annotations on self
2023-12-30  Daniele Varrazzorefactor: use typing.Self
2023-12-19  Federico Casellitest: add async driver to sqlalchemy pipeline
next