]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
2022-05-25  Daniele Varrazzotest: fix str(Transaction) test relying on a broken... 310/head
2022-05-25  Denis Laxaldefix: sync nested pipeline with pending commands upon...
2022-05-24  Daniele Varrazzotest: add test to show lack of generic connect typing...
2022-05-24  Daniele Varrazzofix: fix ambiguous query to fetch enum details
2022-05-24  Daniele Varrazzofix: don't add a cast to text literals
2022-05-24  Daniele Varrazzotest: fix binary timedelta dumping text
2022-05-20  Daniele Varrazzotest: define the eur unicode char only once
2022-05-20  Daniele Varrazzofix: don't emit a comma dumping timedelta objects
2022-05-20  Daniele Varrazzofix: shorter traceback even on COPY statement error
2022-05-19  Daniele Varrazzofix: shorter traceback on COPY error
2022-05-19  Daniele Varrazzofix: raise a shorter trackeback on interrupted notify...
2022-05-19  Daniele VarrazzoTest: fix mypy 0.941 run
2022-05-19  Daniele VarrazzoMerge remote-tracking branch 'dlax/row-covariant'
2022-05-19  Denis Laxaldefix: only use covariant Row type variable 306/head
2022-05-19  Denis Laxaldefix: use a more generic connection type in {Client...
2022-05-19  Denis Laxalderefactor: streamline 'type: ignore' in *Cursor.stream()
2022-05-19  Denis Laxaldefix: sync pipeline after tpc_prepare()
2022-05-17  Daniele Varrazzostyle: import PipelineStatus members in the module...
2022-05-17  Daniele Varrazzoperf: micro optimise attribute access to PollingStatus
2022-05-17  Daniele Varrazzoperf: micro optimise attribute access to ConnStatus
2022-05-17  Daniele Varrazzoperf: micro optimise attribute access to TransactionStatus
2022-05-17  Daniele Varrazzoperf: micro optimise attribute access to ExecStatus
2022-05-17  Daniele Varrazzoperf: micro optimise attribute access to Format
2022-05-17  Daniele Varrazzorefactor: while 1 -> while True
2022-05-16  Daniele Varrazzotest: fix for Python 3.11
2022-05-16  Daniele VarrazzoMerge branch 'fix-304'
2022-05-16  Daniele Varrazzofix: add C Float4 binary dumper
2022-05-16  Daniele Varrazzofix: raise an exception if the struct package is affect...
2022-05-16  Daniele Varrazzotest: Fix implicit f-string conversion to value
2022-05-16  Daniele Varrazzofix: Don't rely on f-string converting str enums in...
2022-05-16  Daniele Varrazzofix: fix typo: ingeger
2022-05-15  Daniele Varrazzochore: bump version to release 3.0.14
2022-05-15  Daniele Varrazzofix: don't barf on errors with blank sqlstate
2022-05-15  Daniele Varrazzodocs: drop stray reference to psycopg3
2022-05-15  Daniele VarrazzoMerge branch 'client-side-cursor'
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
next