]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
3 days ago  Daniele Varrazzofix: raise DataError on malformed data in multirange... master
3 days ago  Joey@macstudiofix: reject unterminated text copy rows
4 days ago  Dylan Youngtest: fix overflow in faker datetime handling
4 days ago  winklemadFix missing f-string prefix in two DataError messages
4 days ago  Daniele Varrazzochore: run schedule workflow on the main repo only
4 days ago  Daniele Varrazzofix: check that we receive exactly one result after...
7 days ago  Daniele Varrazzochore: solve mypy 2.3 issue
10 days ago  Dylan Youngchore: fix some linting issues
2026-06-28  Dylan Youngdev: gitignore any directory prefixed with .venv
2026-06-28  Daniele VarrazzoMerge pull request #1326 from DylanYoung/fix-none-dumping
2026-06-28  Dylan Youngfixup! fix(py): dumping non-None values when no NoneTyp... 1326/head
2026-06-28  Dylan Youngdocs: add news entry for fix dumping without NoneType...
2026-06-28  Dylan Youngtest: dumping without NoneType dumper registered
2026-06-28  Dylan Youngfix(py): dumping non-None values when no NoneType dumpe...
2026-06-28  Daniele VarrazzoMerge branch 'fix-wait_selector'
2026-06-28  Dylan Youngdocs: add news item about wait_selector fix
2026-06-28  Dylan Youngtest: main loop of each of the wait functions
2026-06-28  Dylan Youngperf: only reregister fileno when necessary in wait_conn
2026-06-28  Dylan Youngfix: wait_selector KeyError
2026-06-26  Dylan Youngdoc(dev): add note about local testing
2026-06-26  Dylan Youngci: add explicit tags-ignore to workflows
2026-06-26  Dylan Youngchore: remove unreachable line
2026-06-26  Dylan Youngperf(py): avoid unnecessary copy of memoryview to bytes
2026-06-26  Dylan Youngchore(deps): upgrade mypy to version 2.1.0
2026-06-23  Daniele Varrazzochore: bump cython-lint to latest version
2026-06-23  Daniele Varrazzofix(c): fix variable used in fetch_many to check for...
2026-06-16  ddl-ebrownBump OpenSSL version to 3.5.7 for vuln remediation
2026-06-07  dependabot... chore(deps): bump dnspython from 2.1.0 to 2.6.1
2026-06-07  dependabot... chore(deps): bump black from 26.1.0 to 26.3.1
2026-06-07  dependabot... chore(deps): bump wheel from 0.37 to 0.38.1
2026-06-07  Daniele Varrazzotest: avoid generating date.max + 1 test dates
2026-06-07  Daniele VarrazzoMerge pull request #1313 from dvarrazzo/syncify-tstring...
2026-06-07  Daniele Varrazzochore: fix linting errors in test_tstring modules 1313/head
2026-06-07  Daniele Varrazzochore: ignore flake8 warning F542 globally
2026-06-07  Daniele Varrazzoci: run the lint job on Python 3.14 files too
2026-06-07  Daniele Varrazzorefactor: convert tstring async module to sync
2026-06-07  Dylan Youngdocs(dev): add info about commit message conventions
2026-06-07  Dylan Youngdocs: set maximum_signature_line_length for legibility
2026-06-07  Dylan Youngfix: use cls instead of self for classmethod
2026-06-07  Dylan Youngtest(utils): Set default timeout in acompat.gather
2026-06-07  Dylan Youngchore: remove reference to no longer existing acompat...
2026-06-07  Dylan Youngfeat(dev): Log parsing errors in async_to_sync
2026-06-07  Dylan Youngchore(c): use abc.Buffer to silence cython warnings
2026-06-07  Dylan Youngtest: regression test for incorrect error message in...
2026-06-07  Dylan Youngfix: correct error message in SQL.join
2026-06-07  Dylan Youngfix: correct various typos
2026-05-21  Daniele VarrazzoMerge pull request #1307 from psycopg/fix-discarding
2026-05-21  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
next