]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
2022-07-12  Christian Clausschore: fix typos on previously missed files 324/head
2022-07-12  Christian Claussci: run codespell on the entire repo
2022-07-10  Daniele Varrazzotest: register the pipeline marker consistently with...
2022-07-04  Denis Laxaldedocs: fix a typo in literal string examples
2022-07-03  Daniele VarrazzoMerge branch 'literal-string'
2022-07-03  Daniele Varrazzodocs: add literal strings examples
2022-07-03  Daniele Varrazzodocs: mention LiteralString and related changes in...
2022-07-03  Daniele Varrazzofix: clean internal use of LiteralString
2022-07-03  Daniele Varrazzorefactor: restrict Query alias to use Composed or SQL...
2022-07-03  Daniele Varrazzofeat: use LiteralString for Query and SQL aliases
2022-07-03  Daniele VarrazzoMerge branch 'async-dns'
2022-07-03  Daniele Varrazzotest: use the flakey marker in random weight test,...
2022-07-03  Daniele Varrazzorefactor: drop dnspython implementation of resolve_host...
2022-07-03  Daniele Varrazzodocs: add documentation about async DNS resolution
2022-07-03  Daniele Varrazzotest: drop ipaddress lazy load test
2022-07-03  Daniele Varrazzofeat: don't block on address resolution in async connec...
2022-07-02  Daniele Varrazzofix; drop check for libpq < 10 to use hostaddr
2022-06-16  Daniele Varrazzofix: drop "char" - character alias
2022-06-15  Daniele Varrazzochore: bump version to release 3.0.15
2022-06-14  Daniele VarrazzoMerge branch 'manylinux2014'
2022-06-14  Daniele Varrazzotest: test wheel packages using PostgreSQL 14
2022-06-14  Daniele Varrazzotest: verify that we distribute the libpq we want to...
2022-06-14  Daniele Varrazzobuild: cache libpq build
2022-06-14  Daniele Varrazzobuild: build libpq 14 for musllinux packages
2022-06-14  Daniele Varrazzobuild: build manylinux2014 packages
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
next