]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
2022-06-14  Daniele Varrazzobuild: build the libpq from source when building wheels...
2022-06-14  Daniele Varrazzobuild: set expected sysconfdir in libpq shipped with...
2022-06-14  Daniele Varrazzochore: upgrade libraries to build binary packages
2022-06-14  Daniele Varrazzobuild: add script to build the libpq
2022-06-14  Daniele Varrazzochore: upgrade cibuildwheel to 2.6.1
2022-06-13  Daniele Varrazzorefactor: drop unused variable
2022-06-13  Daniele Varrazzotest: skip flakey test on package build
2022-06-12  Daniele Varrazzofix: sync pipeline before rollback()
2022-06-09  Denis Laxaldedocs: fix a typo in infinity date adaptation section
2022-06-08  Daniele VarrazzoMerge branch 'fix-315'
2022-06-08  Daniele Varrazzofix: raise DataError instead of OverflowError loading...
2022-06-08  Daniele Varrazzodocs: mention different infinity date adaptation in...
2022-06-08  Daniele Varrazzofix: produce consistent error messages on timestamp...
2022-06-08  Daniele Varrazzofix: produce consistent error messages on date overflow
2022-06-08  Daniele Varrazzotest: move date-related tests to the date tests class
2022-06-08  Daniele Varrazzorefactor: rename the no_pqexec param to force_extended
2022-06-08  Daniele VarrazzoMerge branch 'message-0x33'
2022-06-08  Daniele Varrazzofix: don't use PQsendQuery in pipeline mode
2022-06-08  Daniele Varrazzotest: print notifications received in pipeline demo
2022-06-07  Daniele Varrazzofix: use a generic return type to return self
2022-06-07  Daniele VarrazzoMerge branch 'fix-stream'
2022-06-07  Daniele Varrazzotest: add test to verify stream+close interaction
2022-06-07  Daniele Varrazzofix: restore the connection in usable state after an...
2022-06-07  Daniele Varrazzofix: shorter tracebacks on stream() error
2022-06-05  Daniele Varrazzotest: add test to reveal unexpected message received
2022-05-28  Daniele VarrazzoMerge branch 'fix-copy-escape'
2022-05-28  Daniele Varrazzofix(copy): correctly escape non-printable chars
2022-05-28  Daniele Varrazzoperf(copy): avoid to call _write with empty buffer
2022-05-25  Denis Laxaldetest: drop unneeded Cursor Row type variable from typin...
2022-05-25  Denis Laxaldedoc: fix a typo in pipeline examples
2022-05-25  Daniele VarrazzoMerge remote-tracking branch 'dlax/pipeline-sync-upon...
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
next