]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
2024-05-15  Daniele Varrazzotest: adapt type representation tests to crdb and postg... 811/head
2024-05-15  Daniele Varrazzofeat: add Column.type_display
2024-05-15  Daniele Varrazzofix: fix representation of bit/varbit columns
2024-05-15  Daniele Varrazzofix: improve column type display
2024-05-15  Daniele Varrazzorefactor(column): remove ColumnData internal object
2024-05-15  Daniele Varrazzorefactor: dispatch type modifier parsing to type-specif...
2024-05-15  Daniele Varrazzostyle(typeinfo): more modern type annotations
2024-05-14  Ruben LagunaAdd instructions for pgbouncer simple query protocol
2024-05-14  Daniele Varrazzodocs: add README to build the docs
2024-05-10  Daniele Varrazzochore: bump psycopg_pool package version to 3.2.2
2024-05-10  Daniele Varrazzochore: bump psycopg package version to 3.1.19
2024-05-08  Daniele Varrazzoci(macos): test and build macOS packages on M1 runners
2024-05-08  Daniele VarrazzoMerge pull request #791
2024-05-08  Daniele Varrazzodocs(pool): mention running an empty query on check... 791/head
2024-05-08  Eyal Halpern... refactor(pool): replace --ping with empty string
2024-05-08  Eyal Halpern... perf(pool): replace SELECT 1 with an empty query
2024-05-08  Daniele VarrazzoMerge pull request #746 from ankane/copy-performance
2024-05-08  Daniele Varrazzoperf(copy): only flush at every row on copy on macOS 746/head
2024-05-08  Daniele Varrazzotest(copy): add minimal copy benchmark framework
2024-05-08  Andrew KaneImprove performance of copy
2024-05-07  Daniele Varrazzofix(pool): avoid possible deadlock (until timeout)...
2024-04-20  Daniele Varrazzotest: fix running pool tests using Psycopg 3.1
2024-04-20  Daniele VarrazzoMerge branch 'fix-734'
2024-04-20  Daniele Varrazzofix(c): solve undefined behaviour caused by unaligned... 735/head
2024-04-20  Daniele Varrazzoci: add test to check for misaligned memory access
2024-04-20  Daniele Varrazzofix: fix handling of floating point values for connect_... 796/head
2024-04-17  Daniele VarrazzoMerge pull request #780 from dlax/cancel-safe-timeout
2024-04-17  Denis Laxalderefactor: set the meaningful timeout for _try_cancel... 780/head
2024-04-17  Daniele Varrazzofix: avoid to swallow exceptions in public cancel methods
2024-04-17  Daniele Varrazzodocs: adjust cancel_safe() docstring
2024-04-17  Daniele Varrazzodocs: reword notes on cancellation
2024-04-17  Daniele Varrazzotest: more uniform treatment of timeout approx check
2024-04-17  Daniele Varrazzorefactor: check if cancel safe is implemented via capab...
2024-04-17  Daniele Varrazzotest(proxy): use 127.0.0.1 rather than localhost
2024-04-17  Denis Laxaldefeat: add a timeout parameter to Connection.cancel_safe()
2024-04-17  Denis Laxaldefeat: add libpq interface for retrieving results in... 793/head
2024-04-16  Denis Laxaldefix(c): fix the goto label in the HAVE_POLL branch...
2024-04-12  Daniele VarrazzoMerge branch 'cancel-exceptions-swallow'
2024-04-12  Daniele Varrazzofix: avoid explicit str() call when logging exception 785/head
2024-04-12  Daniele Varrazzorefactor: clearer cancel_safe implementation
2024-04-12  Daniele Varrazzorefactor: drop _try_cancel internal method.
2024-04-12  Daniele VarrazzoMerge branch 'capabilities'
2024-04-12  Daniele Varrazzorefactor(capabilities): add caching to capabilities... 782/head
2024-04-12  Daniele Varrazzorefactor(pipeline): use Capabilities to implement is_su...
2024-04-12  Daniele Varrazzodocs: add capabilities documentation
2024-04-12  Daniele Varrazzofeat: add psycopg.capability
2024-04-12  Daniele Varrazzorefactor: use consistently the version_pretty() function
2024-04-12  Daniele Varrazzofeat: add pq.version_pretty() function
2024-04-12  Daniele VarrazzoMerge branch 'async-to-sync-refactor'
2024-04-12  Daniele Varrazzorefactor(async-to-sync): rename --convert-all option... 787/head
2024-04-12  Daniele Varrazzochore(async-to-sync): drop --all argument
2024-04-12  Daniele Varrazzorefactor(async-to-sync): use pattern matching for more...
2024-04-12  Daniele Varrazzorefactor(async-to-sync): simpler pattern to convert...
2024-04-12  Daniele Varrazzofix(pool): make sure there are no connection in the...
2024-04-12  Daniele Varrazzotest: replace deaf_port fixture with deaf_listen method... 783/head
2024-04-11  Daniele Varrazzotests: fix allow to skip running the pool tests again
2024-04-11  Daniele Varrazzotest: add missing prepared async tests
2024-04-11  Daniele Varrazzoci: restore async-to-sync check to check all the files
2024-04-10  Daniele Varrazzotest(pool): more lenient timeout in reconnect test...
2024-04-09  Daniele Varrazzochore: ignore spelling in html files
2024-04-09  Daniele VarrazzoMerge pull request #763 from dlax/pg17/non-blocking...
2024-04-09  Denis Laxaldefix: fix type signature of to_thread() compat 763/head
2024-04-09  Denis Laxaldedocs: shorten news entry about Connection.cancel_safe()
2024-04-09  Daniele Varrazzodocs: improve cancel_safe documentation
2024-04-09  Denis Laxaldefeat: use non-blocking cancellation upon Copy termination
2024-04-09  Denis Laxaldefeat: fall back to cancel() in cancel_safe() for libpq...
2024-04-09  Denis Laxaldefeat: add encrypted and non-blocking cancellation
2024-04-09  Denis Laxaldefeat: add generators.cancel()
2024-04-09  Daniele VarrazzoMerge pull request #773 from psycopg/pgbouncer-prepare
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...
next