]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
70 min ago  dependabot... chore(deps): bump the actions group with 2 updates dependabot/github_actions/master/actions-0819760cc8 1201/head
96 min ago  Daniele VarrazzoMerge pull request #1202 from dvarrazzo/feat/customize... master
8 hours ago  Daniele Varrazzodocs: add generic object to composite adaptation docs 1202/head
8 hours ago  Daniele Varrazzofeat: add make_sequence parameter to register_dumper
8 hours ago  Daniele Varrazzorefactor(composite) mark private classes with leading...
8 hours ago  Daniele Varrazzofix(c): fix error revealed by Cython 3.2
3 days ago  Daniele VarrazzoMerge pull request #932 from seandstewart/sean/composit...
7 days ago  Daniele Varrazzodocs: add docs for register_composite's make_instance... 932/head
7 days ago  Daniele Varrazzorefactor: use make_instance instead of use_keywords
7 days ago  Sean Stewartfeat: support loading composite types with keyword...
7 days ago  Daniele Varrazzorefactor: cleaner inheritance in record/composite loaders
7 days ago  Daniele VarrazzoMerge pull request #1167 from dsuhinin/dmitriy/change...
7 days ago  Daniele Varrazzodocs(pool): add API documentation for conninfo/kwargs... 1167/head
7 days ago  dsuhininfeat(pool): allow conninfo/kwargs to be callable
7 days ago  Daniele VarrazzoMerge pull request #1196 from dvarrazzo/refactor/fast...
8 days ago  Daniele Varrazzorefactor: look up for the oid for None only if None... 1196/head
8 days ago  Daniele Varrazzoperf: use PySequence_Fast function instead of slower...
8 days ago  Daniele Varrazzofix(c): allow set_loader_types to be any sequence
8 days ago  Daniele VarrazzoMerge pull request #1199 from dvarrazzo/cython-lint
8 days ago  Daniele Varrazzochore: add cython-lint to pre-commit hooks 1199/head
8 days ago  Daniele Varrazzostyle: clean up cython code with a pass of cython-lint
8 days ago  Daniele Varrazzoperf: use a C var for comparison instead of a Python var
8 days ago  Daniele Varrazzochore: remove unneeded type-ignore comment
8 days ago  Daniele VarrazzoMerge pull request #1197 from mliezun/riscv64-support
8 days ago  Miguel Liezunci: extend CI configuration to include riscv64 architec... 1197/head
8 days ago  Miguel Liezunci: update CI configuration to support riscv64 architec...
8 days ago  Daniele Varrazzoci: fix proxy-based tests
8 days ago  Daniele Varrazzotest(pool): consider another test flakey
8 days ago  Daniele Varrazzotest(pool): consider test flakey
8 days ago  Daniele Varrazzodocs: add install differences grid
13 days ago  Daniele Varrazzochore: bump psycopg_pool package version to 3.2.7
13 days ago  Daniele Varrazzochore: bump psycopg package version to 3.2.12
13 days ago  Daniele VarrazzoMerge pull request #1193 from jerch/fix/no-pinning...
13 days ago  Daniele Varrazzodocs: add note about fixing the copy pinning issue 1193/head
13 days ago  Daniele Varrazzotest(copy): cover the Python implementation in copy...
13 days ago  Jörg Breitbartfix(copy): restore selecting loader for each item
2025-10-23  Daniele Varrazzoci: enable lint on pull requests
2025-10-19  Daniele VarrazzoMerge pull request #1067 from psycopg/sqlalchemy-nullpool
2025-10-19  Daniele Varrazzofix(pool): more robust placement of reconnection attempts 1067/head
2025-10-19  bash000000fix(pool): fix infinite loop with close_returns=True
2025-10-19  Daniele Varrazzodocs(pool): a proto-only SQLAlchemy url suffices as...
2025-10-19  Daniele Varrazzodocs(pool): consistent sync/async examples in SQLAlchem...
2025-10-19  Daniele Varrazzodocs(pool): add documentation for close_returns
2025-10-19  Daniele Varrazzofeat(pool): add close_returns
2025-10-19  Daniele Varrazzofeat(pool): add connection subclasses to enable putconn...
2025-10-19  Daniele Varrazzotest(pool): make sure that returned connection have...
2025-10-18  Daniele VarrazzoMerge branch 'perf/transpose-loading'
2025-10-18  Jörg Breitbartperf: load results by row rather than by column
2025-10-15  Daniele VarrazzoMerge pull request #1150 from jerch/fix/binary-copy...
2025-10-14  Daniele Varrazzorefactor: drop copy format code path with buffer creation 1150/head
2025-10-14  Jörg Breitbartfix(c): fix copy buffer corruption on dumping error
2025-10-14  Daniele Varrazzotest: add test to reveal the buffer corruption on dump...
2025-10-14  Daniele VarrazzoMerge pull request #1158 from jerch/fix/set-types-text
2025-10-14  Daniele Varrazzodocs: mention issue #1153 fix in news file 1158/head
2025-10-13  Daniele Varrazzofix: consistent error passing a row with mismatched...
2025-10-13  Jörg Breitbartfix(c): respect the set_types() definitions in text...
2025-10-13  Daniele Varrazzoci: enable tests on PR
2025-10-13  Daniele Varrazzotest: add test to reproduce set_types being ignored
2025-10-13  Daniele Varrazzotest: longer sleep to test for idle timeout exception
2025-10-13  Daniele VarrazzoMerge pull request #1141 from wasix-org/fix/poll-rw
2025-10-13  Daniele Varrazzotest: make AEvent.wait_timeout() return False on timeout
2025-10-13  Daniele Varrazzofix: consider a connection closed in poll() only if... 1141/head 1183/head
2025-10-13  Daniele Varrazzotest: fix decorator to skip tests on crdb because of...
2025-10-13  Daniele Varrazzofix(c): fix timeout calculation in select-based wait...
2025-10-13  Daniele Varrazzoci: use working test server on macOS
2025-10-13  Daniele Varrazzorefactor: check for closed connection in wait functions
2025-10-13  Daniele Varrazzoci: test with PostgreSQL 18 final image
2025-10-13  Daniele Varrazzotest: improve wait functions tests
2025-10-13  Daniele Varrazzorefactor(wait): disallow interval=None in wait functions
2025-10-13  Daniele Varrazzofix: fix return values of wait_poll(), wait_epoll()
2025-10-13  Arshia Ghafoorifix(c): fix polling for read+write
2025-10-13  Daniele VarrazzoMerge branch 'bump-libs'
2025-10-12  Daniele Varrazzoci: add workflow to build and cache the libpq
2025-10-12  Daniele Varrazzoci: use the system version of the cyrus-sasl library
2025-10-12  Daniele Varrazzoci: build aarch64 packages using manylinux_2_28 image
2025-10-12  Daniele Varrazzochore(binary): bump packaged versions of libpq, OpenSSL
2025-10-10  Jacob WallsUpdate DEFAULT_AUTO_FIELD setting in Django CI workflow...
2025-10-10  dependabot... chore(deps): bump the actions group across 1 directory...
2025-10-10  ubifredci: fix bad expansion of an array variable in build_lib...
2025-10-06  Daniele Varrazzodocs: installation docs cleanup
2025-10-04  Daniele Varrazzodocs: drop `pq.error_message()` function from public...
2025-10-04  Daniele Varrazzodocs: document the package to install in the "from...
2025-09-16  Daniele Varrazzochore: have a scrap directory where to put work scripts...
2025-09-16  Daniele VarrazzoMerge pull request #1149 from psycopg/fix/binary-copy
2025-09-15  Daniele Varrazzofix(copy): avoid sending copy data if an error is set 1149/head
2025-09-15  Daniele Varrazzofix(c): fix excessive buffer allocation in binary copy
2025-09-12  Daniele Varrazzochore: bump mypy, remove a now unneeded ignore
2025-09-12  Daniele Varrazzotest: fix tests with master version of crdb
2025-09-12  Daniele Varrazzochore(ci): bump crdb test versions
2025-09-12  Daniele Varrazzoci: run lint/tests in any branches
2025-09-11  Daniele VarrazzoMerge pull request #1166 from psycopg/fix-builtin-dumpe...
2025-09-10  Daniele Varrazzofix: drop warning for objects passed as JSON lods/dump... 1166/head
2025-09-10  Daniele Varrazzofix: don't raise a warning using a builtin for JSON...
2025-09-09  Daniele Varrazzodocs: add simple example of identifier binding with...
2025-09-08  Daniele Varrazzochore: bump psycopg package version to 3.3.0.dev2
2025-09-08  Daniele Varrazzodocs: mention version 3.3.0.dev1 download link in templ...
2025-09-08  Daniele Varrazzofix: typo in notifications warning 3.3.0.dev1
2025-09-08  Daniele VarrazzoMerge pull request #1054 from psycopg/template-strings
2025-09-08  Daniele Varrazzodocs: add template strings query documentation 1054/head
2025-09-08  Daniele Varrazzofeat: implement template strings
next