]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
3 days ago  Daniele VarrazzoMerge pull request #1307 from psycopg/fix-discarding master
4 days ago  Daniele Varrazzofix: discard prepared statement upon ALTER or DISCARD... 1307/head
2026-05-08  Daniele Varrazzodocs: update logo
2026-05-01  Daniele Varrazzochore: bump psycopg_pool package version to 3.3.2.dev1
2026-05-01  Daniele Varrazzochore: bump psycopg package version to 3.3.5.dev1
2026-05-01  Daniele Varrazzochore(binary): bump dependency libraries
2026-05-01  Daniele Varrazzochore: bump psycopg_pool package version to 3.3.1 3.3.4 pool-3.3.1
2026-05-01  Daniele Varrazzochore: bump psycopg package version to 3.3.4
2026-05-01  Daniele VarrazzoMerge pull request #1301 from oliverhaas/fix/sync-pool...
2026-05-01  Oliver Haasfix(pool): fix race in the construction of the sync... 1301/head
2026-05-01  dependabot... chore(deps): bump the actions group across 1 directory...
2026-05-01  Daniele Varrazzofix: retain statusmessage after executemany with return...
2026-05-01  Aarni Koskelaperf: do less if X in Y: return Y[X] for cache-like...
2026-04-30  Daniele VarrazzoMerge pull request #1299 from dvarrazzo/fix-camel-enum
2026-04-28  Daniele Varrazzotest: skip test on crdb depending on precise regtype... 1299/head
2026-04-28  Daniele Varrazzofix: fix client-side representation of enums requiring...
2026-04-24  Cédric Krierfix(pool): fix error message when min and max size...
2026-04-24  Daniele Varrazzodocs(pool): add `closed` docs
2026-04-24  Daniele Varrazzofix(pool): raise PoolError on reopening attempt
2026-04-22  Daniele Varrazzochore: update build tools to use Python 3.14
2026-04-01  Daniele Varrazzochore: avoid using SQLite cache in Mypy runs
2026-03-19  Daniele VarrazzoMerge pull request #1277 from Flamefork/issue-1275...
2026-03-19  Ilia AblamonovFix async pool cancellation handoff race 1277/head
2026-03-18  Daniele VarrazzoMerge pull request #1280 from ericbuehl/monotonic-double
2026-03-18  Eric Buehlfix: premature ConnectionTimeout 1280/head
2026-03-10  Daniele Varrazzotest: avoid converting the @skip_sync tests
2026-03-08  Aarni Koskelaperf: speed up Python UUID converters
2026-02-18  Daniele Varrazzochore: bump psycopg package version to 3.3.4.dev1
2026-02-18  Daniele Varrazzochore: bump psycopg package version to 3.3.3 3.3.3
2026-02-18  Daniele VarrazzoMerge pull request #1260 from ggevay/sync-error-fix
2026-02-18  Gabor GevayFix ValueError when server sends ErrorResponse during... 1260/head
2026-02-17  Johnny Deussdocs: fix typos
2026-02-11  Daniele VarrazzoMerge pull request #1256 from veeceey/fix/tstrings...
2026-02-11  Daniele Varrazzofix: fix error message incorrectly generated by Claude AI 1256/head
2026-02-11  Varun Chawlafix: correct typo in tstrings error message and fix...
2026-02-01  dependabot... chore(deps): bump pypa/cibuildwheel in the actions...
2026-01-31  Daniele VarrazzoMerge pull request #1233 from lysnikolaou/pgconn-critic...
2026-01-25  Lysandros NikolaouMerge critical section and nogil blocks into one contex... 1233/head
2026-01-25  Lysandros NikolaouUse the walrus operator
2026-01-25  Lysandros NikolaouAdjust places with interaction with Python inside criti...
2026-01-25  Lysandros NikolaouUse critical section to protect pgconn ptr
2026-01-25  Daniele VarrazzoMerge pull request #1247 from ewie/fix-operationerror...
2026-01-25  Erik Wienholdfix: retain pgconn on OperationalError 1247/head
2026-01-21  Daniele Varrazzochore: update black to 26.1, re-lint codebase
2026-01-01  dependabot... chore(deps): bump the actions group with 2 updates
2025-12-15  Daniele Varrazzochore(ci): drop macos 13 jobs
2025-12-06  dependabot... chore(deps): bump the actions group with 2 updates
2025-12-06  Daniele Varrazzochore: bump psycopg package version to 3.3.3.dev1
2025-12-05  Daniele Varrazzochore: bump psycopg package version to 3.3.2 3.3.2
2025-12-05  Daniele VarrazzoMerge pull request #1231 from noirbee/fix/1230-adapter...
2025-12-05  Nicolas Noirbentfix(adapters): avoid race condition when replacing... 1231/head
2025-12-05  Lysandros Nikolaoufix: mark external libpq C functions as noexcept nogil
2025-12-02  Daniele Varrazzodocs: larger font for 3.3.0 release
2025-12-02  Daniele Varrazzochore: bump psycopg package version to 3.3.2.dev1
2025-12-02  Daniele Varrazzochore: bump psycopg package version to 3.3.1 3.3.1
2025-12-02  Daniele VarrazzoMerge branch 'fix/server-cursor-iter'
2025-12-02  Daniele Varrazzofix: fix iteration on server-side cursor 1227/head
2025-12-02  Daniele Varrazzofix: add test to verify iteration in server-side cursor...
2025-12-02  Daniele Varrazzochore: bump psycopg_pool package version to 3.3.1.dev1
2025-12-02  Daniele Varrazzochore: bump psycopg package version to 3.3.1.dev1
2025-12-01  Daniele Varrazzochore: bump psycopg_pool package version to 3.3.0 chore/release-3.3 pool-3.3.0
2025-12-01  Daniele Varrazzochore: bump psycopg package version to 3.3.0 3.3.0
2025-12-01  Daniele Varrazzofix: mark new register_composite() args as keyword...
2025-12-01  Daniele VarrazzoMerge pull request #1222 from dvarrazzo/fix/composite...
2025-12-01  Daniele Varrazzofix(composite): pass the entire info object to the... 1222/head
2025-12-01  Daniele Varrazzofix)composite): rename make_instance to make_object
2025-12-01  Daniele Varrazzochore: bump Mypy min required version to 1.19
2025-11-29  Daniele Varrazzodocs: 3.3 release notes cleanup and other small fixes
2025-11-28  Lysandros Nikolaoutest: add free-threading-specific tests
2025-11-27  Daniele VarrazzoMerge pull request #1220 from dvarrazzo/feat/add-as...
2025-11-27  Daniele Varrazzodocs: drop cautionary warnings about t-strings
2025-11-27  Daniele Varrazzodocs: add documentation for sql.as_string() and as_byte... 1220/head
2025-11-27  Daniele Varrazzofix(c): make sure to return bytes from `Literal.as_bytes()`
2025-11-27  Daniele Varrazzofeat: allow sql.as_string() and as_bytes() to convert...
2025-11-27  Daniele Varrazzofeat: add sql.as_string(), sql.as_bytes() functions
2025-11-24  Daniele VarrazzoMerge pull request #1215 from dvarrazzo/pool-drain
2025-11-24  Daniele Varrazzofeat(pool): add `drain()` method 1215/head
2025-11-24  Daniele VarrazzoMerge pull request #1219 from dvarrazzo/fix/copy-both
2025-11-24  Daniele Varrazzofix: don't throw errors on COPY_BOTH results 1219/head
2025-11-24  Daniele VarrazzoMerge pull request #1218 from dvarrazzo/feat/update...
2025-11-24  Daniele Varrazzofeat: allow to change loaders in results already returned 1218/head
2025-11-22  Daniele VarrazzoMerge pull request #1184 from immortalcodes/feat-store...
2025-11-22  Daniele Varrazzodocs: improvements to Transaction.status documentation 1184/head
2025-11-22  Daniele Varrazzofix: make Transaction.Status a string enum
2025-11-22  immortalcodesdocs: add documentation for Transaction status
2025-11-22  immortalcodesrefactor: remove enter/exit attributes from transaction
2025-11-22  immortalcodesfeat: add Transaction attribute to record the transacti...
2025-11-22  Daniele VarrazzoMerge pull request #1177 from adityatoshniwal/master
2025-11-22  Daniele Varrazzofix: improve set_result() proposal: 1177/head
2025-11-22  Aditya Toshniwalfeat: add support for setting cursor result set positio...
2025-11-21  Daniele Varrazzoci: add Python 3.14 tests on macOS, Windows
2025-11-21  Daniele Varrazzochore: bump psycopg_pool package version to 3.2.8
2025-11-21  Daniele Varrazzochore: bump psycopg package version to 3.2.13
2025-11-21  Daniele VarrazzoMerge branch 'fix/pool-check-cancel-master'
2025-11-21  Daniele Varrazzofix(pool): trap CancelledError more consistently in...
2025-11-21  Daniele Varrazzofix(pool): manage CancelledError in some exception...
2025-11-21  Daniele Varrazzorefactor(pool): add _close_connection() method
2025-11-21  Daniele Varrazzodocs: fix released version in news entry
2025-11-16  Daniele Varrazzoci: only run docs workflow on the main repo
2025-11-16  Daniele VarrazzoMerge pull request #1207 from deeshantk/fix/improve...
next