]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
2023-09-27  Daniele Varrazzodocs: add docs about generic pool 559/head
2023-09-27  Daniele Varrazzofeat(pool): make pool generic on connection type
2023-09-27  Denis Laxaldechore: add typing.assert_type() to the _compat module
2023-09-27  Denis Laxaldefix: use Self type for connection pool in __*enter__()
2023-09-26  Daniele Varrazzochore: bump psycopg package version to 3.1.12
2023-09-26  Daniele VarrazzoMerge branch 'fix-608'
2023-09-26  Daniele Varrazzofix: use poll() instead of epoll() for waiting
2023-09-26  Daniele Varrazzofix: don't hang forever if async connection is closed...
2023-09-26  Daniele Varrazzofix: don't raise spurious errors on cancel if the conne...
2023-09-26  Daniele Varrazzochore(crdb): test 23.1 in CI
2023-09-26  Daniele VarrazzoMerge branch 'fix-647'
2023-09-25  Daniele Varrazzofix: cache all dynamically generated adapter types
2023-09-25  Daniele Varrazzofix: cache dynamic adapters created in register_array()
2023-09-25  Daniele Varrazzoci(scaleway_m1): add list command and jq pretty output
2023-09-23  Daniele Varrazzochore: bump psycopg_pool package version to 3.1.8
2023-09-23  Daniele Varrazzochore: bump psycopg package version to 3.1.11
2023-09-23  Daniele Varrazzodocs: Document what to do when a new major version...
2023-09-23  Daniele Varrazzoci: provision a M1 build server automatically, if needed
2023-09-23  Daniele Varrazzofix(bump_version): handle tagging without bumping version
2023-09-23  Daniele Varrazzoci: run 3rd party integration tests on commit on maint...
2023-09-23  Daniele Varrazzochore: update cibuildwheel version
2023-09-23  Daniele Varrazzochore: upgrade libpq, OpenSSL versions
2023-09-23  Daniele Varrazzodocs: refresh stale release information
2023-09-21  Daniele Varrazzoperf(windows): don't use wait_c.
2023-09-20  Daniele Varrazzodocs: add docs about connection pool logging
2023-09-19  Daniele Varrazzofix(c): fix loading of intervals with days and months...
2023-09-15  Daniele Varrazzoci: fix building Python 3.7 extension on windows using...
2023-09-15  Daniele Varrazzochore: constrain importlib metadata to the version...
2023-09-11  Daniele Varrazzorefactor: convert back query2pg from static method...
2023-09-11  Daniele Varrazzofix: avoid caching the parsing of large queries
2023-09-04  Daniele Varrazzochore(binary): bump depending libraries
2023-09-04  Daniele Varrazzodocs: add porting tips for cursor subclasses
2023-09-02  Daniele Varrazzorefactor(bump_version): do without parse_version function
2023-09-01  Daniele Varrazzochore: avoid anyio >= 4 for the moment
2023-09-01  Daniele VarrazzoMerge branch 'fix-solaris'
2023-09-01  Daniele Varrazzodocs: mention fix for solaris build
2023-09-01  Gaige B. Paulsenfix: support solaris and deriv
2023-09-01  Daniele Varrazzofix: add missing pipeline sync in async cursro scroll().
2023-09-01  Daniele Varrazzofix: add missing lock in async executemany with no...
2023-09-01  Daniele VarrazzoMerge branch 'fix-oid-overflow'
2023-09-01  Daniele Varrazzodocs: add news entry about bug #630 fixed
2023-09-01  David Grimes* fix integer overflow for oids > 2^31
2023-08-18  Daniele Varrazzodocs: allow square logos in the sponsors page
2023-08-18  Daniele Varrazzochore: add @webisoftcom logo sponsorship
2023-08-15  Daniele VarrazzoMerge branch 'raw_query_support'
2023-08-15  Daniele Varrazzodocs: improve docs about raw query cursors, add release... 560/head
2023-08-15  Daniele Varrazzotests: fix cursor tests to run on raw cursors too
2023-08-15  Daniele Varrazzofix: fix TypeInfo.fetch() with connections using RawCur...
2023-08-15  Daniele Varrazzorefactor: make is_param_sequence a type guard
2023-08-15  Joel JakobssonAdd raw query support with PostgreSQL native placeholders
2023-08-15  Daniele VarrazzoMerge branch 'tests-refactoring'
2023-08-10  Daniele Varrazzotest(crdb): accept different exception on multi-query...
2023-08-10  Daniele Varrazzotest: unify server and client async cursor tests
2023-08-10  Daniele Varrazzotest: refactor common cursor tests using parametric...
2023-08-10  Daniele Varrazzofix: rename QueuedLibpqWriter object
2023-08-06  Daniele Varrazzofix: fix infinite loop and OOM in bad executemany
2023-08-05  Daniele VarrazzoMerge branch 'numpy-types-support'
2023-08-05  Daniele Varrazzofeat(crdb): add numpy support 332/head
2023-08-05  Daniele Varrazzofix(c): don't try to mutate Cython type
2023-08-05  Daniele Varrazzofix(copy): fix dumping by oid in text mode
2023-08-05  Daniele Varrazzofix(numpy): fix dumping numpy values by oid
2023-08-05  Daniele Varrazzorefactor(numpy): get OIDs from the _oid module
2023-08-05  Daniele Varrazzodocs: add news entry and docs about numpy scalars support
2023-08-05  Daniele Varrazzofeat: add C numpy dumpers
2023-08-05  Daniele Varrazzodocs: improve comment about why we need to register...
2023-08-05  Daniele Varrazzorefactor(c): add _IntOrSubclass dumper to the C dumpers too
2023-08-05  Daniele Varrazzotest(numpy) avoid overflow testing with int16
2023-08-05  Daniele Varrazzotest(numpy): drop test with deprecated alias
2023-08-05  Daniele Varrazzotest(numpy): add dump tests with list of numpy values
2023-08-05  Daniele Varrazzotest(numpy): allow more approximation comparing float16...
2023-08-05  Daniele Varrazzofix(numpy): fix dumpers registration order
2023-08-05  Daniele Varrazzotest(numpy): consolidate numpy float tests
2023-08-05  Daniele Varrazzotest(numpy): add random tests with numpy objects
2023-08-05  Daniele Varrazzotest(numpy): consolidate all numpy int tests in a singl...
2023-08-05  Daniele Varrazzotest(faker): don't crash if a lazy-import dumper class...
2023-08-05  Daniele Varrazzofeat(numpy): add longlong dumpers
2023-08-05  Daniele Varrazzorefactor(numpy): reuse base or final classes from built...
2023-08-05  Daniele Varrazzorefactor(numpy): drop aliases for dumpers
2023-08-05  Daniele Varrazzorefactor(numpy): use builtin bool dumpers for numpy...
2023-08-05  Daniele Varrazzotest(numpy) fix tests with approximative comparisons
2023-08-05  Daniele Varrazzorefactor(numpy): use existing numeric base classes
2023-08-05  Daniele Varrazzotest(numpy): fix skipping tests if numpy module is...
2023-08-05  Vertemati Francescofeat: add numpy dumpers for int, float, bool types
2023-08-05  Daniele Varrazzochore: bump psycopg package version to 3.1.10
2023-08-05  Daniele Varrazzochore: upgrade cibuildwheel
2023-08-05  Daniele Varrazzochore: bump libpq, openssl used in binary packages
2023-08-02  Daniele VarrazzoMerge branch 'pipeline-nextset-error'
2023-08-02  Daniele Varrazzofix: drop error using nextset() in pipeline mode 614/head
2023-08-02  Denis Laxaldefix!: only keep results of last execute() by a cursor...
2023-08-02  Daniele Varrazzofix: raise an error instead of a warning using nextset...
2023-08-02  Daniele Varrazzofix: raise a warning if nextset is used after execute...
2023-08-02  Daniele Varrazzodocs: drop example about using nextset() in pipeline...
2023-08-02  Martin WeineltMark two more tests as timing-sensitive
2023-08-01  Daniele VarrazzoMerge pull request #603 from JelteF/add-close-prepared
2023-08-01  Daniele Varrazzodocs: add news entry about libp1 17 close functions... 603/head
2023-08-01  Jelte Fennematest: add CI jobs to run libpq with PG master
2023-08-01  Jelte Fennematest: add tests for close_prepared/portal for unsupport...
2023-08-01  Jelte Fennemafix: fix pq close wrappers Python implementation
2023-08-01  Jelte Fennematest: add tests for close pq wrappers
2023-08-01  Jelte Fennemafix: add close wrappers to FinishedPGconn too
next