]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
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
2023-06-13  Daniele Varrazzodocs: fix links generation broken by sphinx_autodoc_typ...
2023-06-13  SandroMark test_ctrl_c_handler as timing sensitive
2023-06-13  Daniele Varrazzodocs: add more details about getting results from execu...
2023-06-13  Daniele VarrazzoMerge pull request #570 from dlax/error-pgconn
2023-06-13  Daniele Varrazzodocs(pool): document that using idle_session_timeout...
2023-06-13  Daniele Varrazzofix(pool): check connections' max_lifetime on ``check()``
2023-06-13  Denis Laxaldefix: finish the PGconn upon connection failure 570/head
2023-06-13  Denis Laxaldechore: add a trailing comma in Error.__init__() to...
2023-06-13  Denis Laxaldetests: check that OperationalError raised by connect...
2023-06-12  Daniele VarrazzoMerge pull request #586 from dlax/issue-585
2023-06-09  Denis Laxaldefix: always validate PrepareManager cache in pipeline... 586/head
2023-06-08  Denis Laxaldedocs: adjust PrepareManager.validate() docstring
2023-06-08  Denis Laxaldedocs: remove outdated comments in PrepareManager's...
2023-06-04  Daniele Varrazzodocs: add notes about using IS with placeholders
2023-06-04  Daniele VarrazzoMerge pull request #568 from lionel-panhaleux/master
2023-06-04  Lionel Panhaleuxfeat: allow binary JSON dumps 568/head
2023-05-22  Daniele Varrazzodocs: add info about DateStyle support
2023-05-16  Daniele Varrazzodocs: add note regarding the differences in date/time...
2023-05-03  Florian ApollonerAdded minimal Django integration tests.
2023-05-02  Daniele Varrazzochore: bump psycopg package version to 3.1.9
2023-05-02  Daniele VarrazzoMerge pull request #551 from psycopg/fix-json-dump...
2023-04-17  Daniele Varrazzotest(json): fix dict registration test on crdb 551/head
2023-04-17  Daniele Varrazzofix(json): allow to register json dumpers on dict or...
2023-04-17  Daniele Varrazzofix: don't reuse the same Transformer in composite...
2023-04-13  Daniele Varrazzodocs: fix cursor -> connection in the context of transa...
2023-04-10  Daniele Varrazzofix: don't use select as wait function if possible
2023-04-10  Daniele Varrazzofix: fix loading of different 'record' types in the...
2023-04-10  Daniele Varrazzofix: don't use select as wait function if possible
2023-04-10  Daniele Varrazzofix: shorter traceback on ctrl-c interrupt
2023-04-10  Daniele Varrazzofix(async): cancel query upon receiving CanceledError...
2023-04-10  Daniele Varrazzochore: bump mypy to 1.2
2023-03-30  Jay TurnerFix typo in docs
2023-03-28  Denis Laxaldechore: fix declaration of PQsetTraceFlags in pyi
2023-03-27  Daniele Varrazzochore: bump psycopg_pool package version to 3.1.7
2023-03-25  Denis Laxaldetests: skip test_sql::test_invalid_name if not a super...
2023-03-20  Daniele VarrazzoMerge branch 'fix-509'
2023-03-19  Daniele Varrazzotest(pool): skip cancellation tests on Python 3.7
next