]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
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
2023-08-01  Jelte Fennemafeat: add Close wrappers to pgconn.pyx
2023-08-01  Daniele Varrazzodocs: fix release version of json bytes dump support
2023-08-01  Daniele VarrazzoMerge branch 'py312'
2023-08-01  Daniele Varrazzodocs: mention Python 3.12 support in news file
2023-08-01  Daniele Varrazzoci: bump Python 3.12 test version to beta 4
2023-08-01  Daniele Varrazzotest: mark tests as failing to monitoring strange behav...
2023-08-01  Daniele Varrazzoci: set up test grid to test Python 3.12
2023-08-01  Daniele Varrazzochore: declare Python 3.12 supported in classifiers
2023-08-01  Daniele Varrazzochore: upgrade Cython to stable 3.0.0
2023-08-01  Daniele Varrazzofix: fix "can't adapt" error message on Python 3.11
2023-07-31  Daniele Varrazzofix: fix resetting read_only/deferrable to default... 612/head
2023-07-31  Šarūnas NejusFix spelling in from_pg2
2023-07-25  Daniele Varrazzodocs: add clarification about transaction characteristi...
2023-07-24  Daniele VarrazzoMerge branch 'fix-591'
2023-07-23  Daniele Varrazzofix: fix possible errors calling __repr__ from __del__.
2023-07-23  Daniele VarrazzoMerge branch 'fix-copy-cancel-clobbering-exception'
2023-07-22  Daniele Varrazzofix: don't clobber a Python exception on COPY FROM...
2023-07-21  James JohnstonUpdate documentation related to async and Ctrl-C
2023-07-21  Denis Laxaldechore: bump mypy to 1.4.1
2023-06-18  Daniele Varrazzoops: fix broken build on Windows amd64
next