]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
2022-05-15  Daniele Varrazzodocs: Subtly suggest to use the psycopg.sql module... 302/head
2022-05-15  Daniele Varrazzodocs: add documentation for client-side binding cursors
2022-05-15  Daniele Varrazzotest: test multi-statement parametric queries with...
2022-05-15  Daniele Varrazzofix: set ClientCursor class module to psycopg
2022-05-15  Daniele Varrazzofeat: add params to Cursor.copy()
2022-05-15  Daniele Varrazzotest: disable tests throwing copy to executemany in...
2022-05-15  Daniele Varrazzofix: don't forbid all PQexec queries in client-side...
2022-05-15  Daniele Varrazzofeat: add ClientCursor.mogrify()
2022-05-15  Daniele Varrazzofeat: add ClientCursor and AsyncClientCursor classes
2022-05-14  Daniele Varrazzotest: skip testing random multirange arrays with empty...
2022-05-14  Daniele VarrazzoMerge branch 'fix-301'
2022-05-14  Daniele Varrazzofix: allow dumping mixed types list, as long as they...
2022-05-14  Daniele Varrazzofix: Raise DataError dumping lists of mixed types
2022-05-14  Daniele Varrazzofix: raise DataError if IntDumper tries to dump another...
2022-05-13  Daniele Varrazzotest: fix number of columns in generated faker schema
2022-05-13  Daniele Varrazzotest: fix formats testing in number wrapper array test
2022-05-12  Daniele Varrazzodocs: Python enum labels -> members
2022-05-12  Daniele Varrazzodocs: drop docsting for AsyncPipeline.sync
2022-05-12  Daniele Varrazzofeat: add cursor_factory parameter to `connect()`.
2022-05-12  Daniele Varrazzorefactor: implement ServerCursor with a mixin rather...
2022-05-12  Daniele Varrazzofeat: make Cursor constructor public
2022-05-12  Daniele VarrazzoMerge branch 'typed-literal'
2022-05-10  Daniele Varrazzofix(sql): prefer names without space to cast builtins 264/head
2022-05-10  Daniele Varrazzofeat: add `Transformer.as_literal()` to convert literal...
2022-05-10  Daniele Varrazzofix(sql): represent array literals correctly
2022-05-10  Daniele Varrazzorefactor: `TypeInfo.alt_name` renamed to `regtype`
2022-05-10  Daniele Varrazzotest(cursor): make sure Column.name is right for invali...
2022-05-10  Daniele Varrazzofix(sql): fetch correct type names in TypeInfo subclasses
2022-05-10  Daniele Varrazzofix(sql): fix `sql.Literal` with invalid type names
2022-05-10  Daniele Varrazzofix(composite): fix fetching composite info with invali...
2022-05-10  Daniele Varrazzorefactor: add _as_python_identifier() function
2022-05-10  Daniele Varrazzoperf: use `b"'"[0]` as const value to represent `ord...
2022-05-10  Daniele Varrazzofeat(sql): add explicit type cast to Literal output
2022-05-10  Daniele Varrazzofeat: add `Transformer.encoding` attribute
2022-05-10  Daniele Varrazzofeat: add Transformer.from_context() method
2022-05-10  Daniele VarrazzoMerge branch 'pipeline-more-tests'
2022-05-10  Denis Laxaldefix: make transaction status check account for pipeline... 299/head
2022-05-10  Denis Laxaldefix: wrap transaction in an outer pipeline if the conne...
2022-05-10  Denis Laxaldetest: parametrize transaction tests with pipeline on/off
2022-05-10  Denis Laxaldetest: add fixtures to toggle pipeline mode
2022-05-10  Daniele Varrazzofeat: display the pipeline status in the objects repr
2022-05-10  Daniele Varrazzochore: bump version to release 3.0.13
2022-05-10  Daniele VarrazzoMerge branch 'fix-296'
2022-05-10  Daniele Varrazzodocs: suggest to use commit to maintain atomic sanity... 297/head
2022-05-09  Daniele Varrazzofix: fix integration between pipelines and nested trans...
2022-05-09  Daniele Varrazzotest: fix test of pipeline mode and nested transaction
2022-05-09  Daniele Varrazzotest: drop TODO points and emergency rollbacks from...
2022-05-09  Denis Laxaldefix: wrap transaction in pipelines if the connection... 298/head
2022-05-09  Daniele Varrazzotest: add test to verify the behaviour of failed commits
2022-05-09  Daniele Varrazzofix: fix Transaction commit in pipeline mode
2022-05-09  Daniele Varrazzofix: fix nested transaction entering in pipeline mode
2022-05-09  Daniele Varrazzofix: sync the pipeline on commit()
2022-05-09  Daniele Varrazzofix: fetch results on Pipeline.sync().
2022-05-08  Daniele Varrazzodocs: add warning about error messages raised randomly...
2022-05-08  Daniele Varrazzofix: raise a clean error on pipeline() on a closed...
2022-05-08  Daniele Varrazzochore: update cibuildwheel to 2.5.0
2022-05-08  Daniele VarrazzoMerge branch 'fix-293'
2022-05-08  Daniele VarrazzoFix array oid dumping lists of integer
2022-05-08  Daniele Varrazzotest: add test to verify the wrong array oid with numbers
2022-05-08  Daniele Varrazzodocs: wordsmith pipeline docs
2022-05-07  Daniele Varrazzodocs: drop repeated sentence
2022-05-07  Daniele VarrazzoMerge branch 'pipeline-docs'
2022-05-07  Daniele Varrazzodocs: typo fixed 263/head
2022-05-07  Daniele Varrazzodocs: add examples and messages details in pipeline...
2022-05-07  Denis Laxaldedocs: mention that conn.pipeline() yields a Pipeline... 295/head
2022-05-07  Daniele Varrazzodocs: add note about implicit transactions and sync...
2022-05-07  Daniele Varrazzodocs: split/reshuffle pipeline docs
2022-05-07  Daniele Varrazzodocs: document that now rollback issues a sync point
2022-05-07  Daniele Varrazzodocs: add warning disclaimer about pipeline mode
2022-05-07  Denis Laxaldedocs: clarify flush and sync pipeline operations
2022-05-07  Daniele Varrazzodocs: fix pipeline docs typos
2022-05-07  Daniele Varrazzodocs: add note about features not supported in pipeline...
2022-05-07  Daniele Varrazzodocs: add first cut of pipeline mode docs
2022-05-07  Daniele Varrazzofix: sync pipeline state on rollback 267/head
2022-05-07  Daniele VarrazzoMerge branch 'pipeline-sync-no-fetch'
2022-05-07  Denis Laxaldefeat: only Sync nested pipelines at exit 269/head
2022-05-07  Denis Laxaldefix: only request a pipeline flush in returning execute...
2022-05-07  Denis Laxaldefix: do not fetch in Pipeline.sync()
2022-05-07  Daniele Varrazzofix: shorten tracebacks on pipeline sync and exit
2022-05-02  Daniele Varrazzofix: allow to use cancel() on a closed connection
2022-05-02  Daniele Varrazzodocs: add hint about using add_signal_handler() to...
2022-05-02  Daniele VarrazzoMerge branch 'fix-286'
2022-05-02  Daniele Varrazzoperf: avoid unnecessary recvfrom() in cursor.stream()
2022-05-01  Daniele Varrazzotest: add cursor.stream() test for empty result sets
2022-05-01  Daniele Varrazzorefactor: replace an assert with a type: ignore
2022-05-01  Daniele Varrazzorefactor: send only once per stream
2022-05-01  Daniele Varrazzorefactor: only clean up the wait() timeout if needed
2022-05-01  hauntsaninjaRe-export from psycopg._cmodule
2022-04-30  Daniele Varrazzotest: fix variable scope in ctrl-c test
2022-04-30  Daniele Varrazzotest: verify ctrl-c in async mode using get_event_loop
2022-04-29  Daniele Varrazzotest: drop test guard for unsupported Python version
2022-04-29  Daniele Varrazzodocs: document psycopg 3.0.12 released
2022-04-29  Daniele Varrazzodocs: improvements to the copy docs
2022-04-29  Daniele Varrazzodocs: add example of table copy across server
2022-04-29  Daniele Varrazzodocs: document that ticket #254 is fixed in 3.0.12
2022-04-29  Daniele Varrazzotest: add tests to verify copy across tables works
2022-04-29  Daniele Varrazzodocs: cleanup in types/enums docs
2022-04-28  Utsavtypo fix
2022-04-22  Daniele VarrazzoMerge branch 'enum'
2022-04-22  Denis Laxaldedocs(enum): typo-fix and rephrase 274/head
next