]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
2024-12-23  Daniele Varrazzochore: drop Download links from metadata 974/head
2024-12-23  Daniele Varrazzochore: adapt development tools to toml files
2024-12-23  Daniele Varrazzorefactor(pool): convert setup.cfg to pyproject.toml
2024-12-23  Daniele Varrazzorefactor(c): convert setup.cfg to pyproject.toml
2024-12-22  Daniele Varrazzorefactor(psycopg): convert setup.cfg to pyproject.toml
2024-12-22  Daniele Varrazzoci: move Python packages used for test into before...
2024-12-22  Daniele Varrazzoci(windows): use bash as default shell
2024-12-22  dependabot... chore(deps): bump pypa/cibuildwheel in the actions...
2024-12-21  Daniele VarrazzoMerge pull request #966 from trim21/try-vcpkg
2024-12-21  Daniele Varrazzorefactor: rewrite the pg_config stub in a more idiomati... 966/head
2024-12-21  Trim21ci: use vcpkg to install libpq on windows
2024-12-21  Daniele Varrazzotest(windows): verify that the libpq used is what expected
2024-12-20  Daniele Varrazzofix: call the notifies callback while the notifies...
2024-12-20  Daniele Varrazzoci: bump runner to macOS 13 973/head
2024-12-20  Daniele Varrazzochore: bump mypy version to 1.14
2024-11-23  Daniele Varrazzodocs: drop duplicate, out of place, statement
2024-11-16  Daniele Varrazzodocs(pool): fix ticket link in news page
2024-11-15  Máté Gyöngyösidocs: extend `libpq` install instructions for cross...
2024-11-15  Christian Claussbuild_macos_arm64.sh: Upgrade to Python 3.13 production...
2024-11-15  Daniele Varrazzochore: bump psycopg_pool package version to 3.2.4
2024-11-15  Daniele Varrazzofix(pool): print a warning if gather times out on del
2024-11-15  Daniele Varrazzodocs(pool): note compatibility with Python 3.13
2024-11-15  Daniele Varrazzochore: gitignore IntelliJ .idea file
2024-11-13  Daniele Varrazzoci: bump SQLAlchemy test versions
2024-11-13  Daniele Varrazzodocs(pool): suggest closing the pool explicitly
2024-11-05  Stanley Kudrowtest(numpy): account for 32 bits systems in size checks
2024-11-01  dependabot... chore(deps): bump pypa/cibuildwheel in the actions...
2024-10-30  Daniele Varrazzorefactor: use StopIteration.value instead of args as...
2024-10-30  Daniele VarrazzoMerge pull request #940 from 0xTiger/patch-1
2024-10-30  Daniele Varrazzodocs: further wordsmith around IS/DISTINCT 940/head
2024-10-30  0xTigerdocs: explicit wording to clarify correspondence betwee...
2024-10-30  Daniele Varrazzochore: ignore type error reported by mypy 1.12, 1.13
2024-10-30  Daniele Varrazzotest: avoid peer authentication in password change...
2024-10-11  Daniele Varrazzodocs: document the version when TransactionTimeout...
2024-09-29  Augustin Trancarttest: mark more tests as 'timing'
2024-09-29  Daniele Varrazzochore: bump psycopg package version to 3.2.4.dev1
2024-09-29  Daniele Varrazzochore: bump psycopg package version to 3.2.3 3.2.3
2024-09-29  Daniele VarrazzoMerge pull request #917 from psycopg/pg17
2024-09-29  Daniele Varrazzodocs: mention PostgreSQL 17 in binary packages in the... 917/head
2024-09-29  Daniele Varrazzoci: install flex to build libpq
2024-09-29  Daniele Varrazzoci(macos): fix dylib path for postgres 17 from brew
2024-09-29  Daniele Varrazzoci(macos): update brew to install PostgreSQL 17
2024-09-29  Daniele Varrazzoci: bump to PostgreSQL 17 in binary packages
2024-09-29  Daniele Varrazzochore: add PostgreSQL 17 TRANSACTION_TIMEOUT error
2024-09-29  Daniele Varrazzoci: Add PostgreSQL 17 to CI test grid, remove PostgreSQL 11
2024-09-29  Alessandro... fix(windows): resolve absolute path to libpq
2024-09-28  Daniele Varrazzotest(crdb): fix or skip tests that now run because...
2024-09-28  Daniele Varrazzotest: fix compatibility of tests with Python 3.8
2024-09-28  Daniele Varrazzofix: fix typo in PGRES_PIPELINE_ABORTED enum
2024-09-28  Daniele Varrazzochore: test readme cleanup
2024-09-21  Daniele Varrazzodocs(install): reorganise install page disclaimer
2024-09-21  Daniele Varrazzodocs: polish grammar in the install disclaimer
2024-09-21  Daniele Varrazzodoc: explain better that binary packages are on a best...
2024-09-21  Daniele Varrazzochore: bump psycopg package version to 3.2.3.dev1
2024-09-15  Daniele Varrazzoci: fix SQLAlchemy 3rd party test
2024-09-15  Daniele Varrazzochore: bump psycopg package version to 3.2.2 3.2.2
2024-09-15  Daniele VarrazzoMerge pull request #890 from edgarrmondragon/build...
2024-09-15  Edgar Ramírez... docs: add update instructions for new major Python... 890/head
2024-09-15  Edgar Ramírez... docs: add Python 3.13 support news entries
2024-09-15  Edgar Ramírez... docs: mention Python 3.13 supported in install docs
2024-09-15  Edgar Ramírez... chore: add Python 3.13 to trove classifiers
2024-09-15  Edgar Ramírez... ci: build Python 3.13 wheels
2024-09-14  Vinzdocs: replace fastapi events with lifespan
2024-09-10  dependabot... chore(deps): bump pypa/cibuildwheel in the actions...
2024-08-25  Nils KFix typo in cursor table
2024-08-19  Artemy Vakhrushevdocs: fix typo in Basic module usage
2024-08-08  Daniele Varrazzochore: drop debug logging in pq import attempts
2024-08-08  dependabot... chore(deps): bump pypa/cibuildwheel in the actions...
2024-07-25  Daniele Varrazzorefactor(c): avoid violating strict aliasing rule in... 879/head
2024-07-24  Daniele VarrazzoMerge pull request #877 from psycopg/fix-warnings
2024-07-24  Daniele Varrazzorefactor(c): more idiomatic type-punned pointer warning... 877/head
2024-07-24  Daniele Varrazzochore(c): drop warnings related to breaking strict...
2024-07-24  Daniele Varrazzochore(c): drop warnings related to discarding const...
2024-07-24  Daniele Varrazzochore(c): declare notice_receiver as not raising exceptions
2024-07-24  Daniele Varrazzoci: add test on strict aliasing warnings
2024-07-24  Daniele Varrazzochore: bump typing-extension version
2024-07-24  Daniele Varrazzochore: bump mypy
2024-07-09  Daniele Varrazzodocs: reword to remove a typo
2024-07-09  Daniele Varrazzodocs: document drop of support for macOS < 14 arm64...
2024-07-09  Daniele Varrazzodocs: fix sentence in async notification docs
2024-07-03  Daniele Varrazzodocs(sql): fix Composite/Composed imprecision
2024-07-02  Daniele VarrazzoMerge pull request #774 from dlax/doc-libpq-cancelconn
2024-07-02  Denis Laxaldedocs: document PGconn.change_password() 774/head
2024-07-02  Denis Laxaldedocs: document libpq 17 cancellation API
2024-07-02  Denis Laxaldedocs: set libpq version to '17'
2024-07-02  Daniele Varrazzofix: drop string TypeAlias definitions from public...
2024-07-02  Daniele Varrazzofix(bump_version): take requirement suffix into account
2024-07-02  Daniele Varrazzochore: bump psycopg package version to 3.2.2.dev1
2024-07-01  Daniele Varrazzochore: make typing-extension conditional to Pyton ...
2024-07-01  Daniele Varrazzochore: bump psycopg package version to 3.2.1 3.2.1
2024-07-01  Daniele Varrazzofix: fix versions in packaging metadata
2024-07-01  Daniele Varrazzodocs: fix title level of major releases
2024-06-30  Daniele Varrazzodocs: mention dropping Python 3.7 in psycopg 3.2 release
2024-06-30  Daniele Varrazzodocs: better organization of the 3.2 release notes
2024-06-29  Daniele Varrazzochore: bump psycopg package version to 3.2.0 3.2.0
2024-06-29  Daniele Varrazzochore: bump psycopg package version to 3.1.20
2024-06-28  Daniele VarrazzoMerge pull request #846 from eli-schwartz/tomllib
2024-06-28  Daniele Varrazzostyle: shorter line in pyproject.toml 846/head
2024-06-28  Eli Schwartzbuild: avoid installing tomli on recent python
2024-06-28  Daniele Varrazzofix: avoid to dump [multi]range as text when binary...
next