]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
2022-07-26  Daniele Varrazzoperf(copy): use non-thread/task copy writers by default
2022-07-26  Daniele Varrazzodocs: fix docstrings for copy objects
2022-07-19  Daniele Varrazzorefactor(copy): rename ConnectionWriter to LibpqWriter
2022-07-19  Daniele Varrazzorefactor(copy): make the writer entirely responsible...
2022-07-19  Daniele Varrazzofeat(copy): add writer param AsyncCursor.copy()
2022-07-19  Daniele Varrazzofeat(copy): add ConnectionWriter
2022-07-19  Daniele Varrazzofeat(copy): add 'writer' parameter to Cursor.copy()
2022-07-19  Daniele Varrazzorefactor(copy): add Writer object
2022-07-19  Daniele Varrazzorefactor(copy) use already looked-up pgconn instead...
2022-07-18  Daniele VarrazzoMerge branch 'docs-no-external-modules'
2022-07-18  Daniele Varrazzodocs: allow to read the libpq definitions from a local...
2022-07-18  Daniele Varrazzodocs: upgrade sphinx version to build docs
2022-07-18  Martin Weineltdocs: fix build with sphinx 5.0
2022-07-18  Daniele Varrazzodocs: move documentation from shapely module docstrings...
2022-07-18  Daniele Varrazzodocs: move documentation from _dns module docstrings...
2022-07-18  Daniele Varrazzodocs: add skip-list to avoid importing external module
2022-07-12  Daniele Varrazzotest: fix proxy-based tests confused by the PGHOST...
2022-07-12  Daniele Varrazzotest: fix dsn manipulation tests confused by the env...
2022-07-12  Daniele Varrazzodocs: fix install instruction in docker to test the...
2022-07-12  Daniele VarrazzoMerge branch 'crdb'
2022-07-12  Daniele Varrazzotest(crdb): test severity_nonlocalized on CRDB versions...
2022-07-12  Daniele Varrazzotest(crdb): tweak server-side cursors test to run on...
2022-07-12  Daniele Varrazzodocs: add note to test readme about testing with CRDB
2022-07-12  Daniele Varrazzodocs(crdb): docs refinements
2022-07-12  Daniele Varrazzodocs(crdb): add sentence to relate crdb adapters to...
2022-07-12  Daniele Varrazzotest: fix version check using proper PostgreSQL version...
2022-07-12  Daniele Varrazzotest(crdb): add tests to expose canceled copy problem
2022-07-12  Daniele Varrazzotest(crdb): mark a few tests slow
2022-07-12  Daniele Varrazzotest(crdb): add random copy test
2022-07-12  Daniele Varrazzotest(crdb): don't use pg_backend_pid in pool tests
2022-07-12  Daniele Varrazzotest(crdb): add "suicide" tests
2022-07-12  Daniele Varrazzotest(crdb): enable tests depending on backend_pid on...
2022-07-12  Daniele Varrazzodocs(crdb): include changes in CRDB 22.1
2022-07-12  Daniele Varrazzotest(crdb): tag better the skip reason for server-side...
2022-07-12  Daniele Varrazzotest(crdb): add tests related to session termination
2022-07-12  Daniele Varrazzotest(crdb): use the crdb_skip marker
2022-07-12  Daniele Varrazzotest(crdb): accout for backend_pid supported since...
2022-07-12  Daniele Varrazzotest(crdb): add crdb_skip marker
2022-07-12  Daniele Varrazzotest: allow to mark tests to run only or skip on certai...
2022-07-12  Daniele Varrazzodocs(crdb): add crdb module docs
2022-07-12  Daniele Varrazzofix(crdb): raise NotSupportedError on two-phase commit...
2022-07-12  Daniele Varrazzotest(crdb): add tests to test CHANGEFEED together with...
2022-07-12  Daniele Varrazzorefactor(crdb): drop crdb_version; use server_version...
2022-07-12  Daniele Varrazzorefactor(crdb) split crdb module into a package
2022-07-12  Daniele Varrazzotest(crdb): get connection class from fixture to make...
2022-07-12  Daniele Varrazzorefactor(crdb): don't mix pg and crdb json configuration
2022-07-12  Daniele Varrazzofix(crdb): base context transaction tests on DML rather...
2022-07-12  Daniele Varrazzotest(crdb): skip tests with arrays of json[b]
2022-07-12  Daniele Varrazzotest: add json[b] arrays dump/load tests
2022-07-12  Daniele Varrazzotest(crdb): skip tests based on missing features
2022-07-12  Daniele Varrazzotest(crdb): fix random tests
2022-07-12  Daniele Varrazzotest(crdb): skip tests where CRDB seems to misread...
2022-07-12  Daniele Varrazzotest(crdb): adapt text tests
2022-07-12  Daniele Varrazzofix(crdb): keep into account duplicate oids iterating...
2022-07-12  Daniele Varrazzofix(crdb): drop spurious quotes from multi-words regtypes
2022-07-12  Daniele Varrazzotest(crdb): adapt numeric tests
2022-07-12  Daniele Varrazzotest(crdb): adapt array tests
2022-07-12  Daniele Varrazzofix(crdb): pq tests adapted
2022-07-12  Daniele Varrazzotest(crdb): skip tests relying on pg_backend_pid()
2022-07-12  Daniele Varrazzotest(crdb): skip transaction tests, deadlocking on...
2022-07-12  Daniele Varrazzorefactor: add NoneType to abc module
2022-07-12  Daniele Varrazzotest(crdb): adapt or skip more tests to CRDB
2022-07-12  Daniele Varrazzofix(crdb): allow None roundtrip
2022-07-12  Daniele Varrazzoperf: add Transformer.__slots__
2022-07-12  Daniele Varrazzofeat: allow to customize the oid to dump None
2022-07-12  Daniele Varrazzotest(crdb): adapt pipeline tests
2022-07-12  Daniele Varrazzotest(crdb): adapt cursor and error tests to CRDB
2022-07-12  Daniele Varrazzotest(crdb): fix conninfo tests with crdb
2022-07-12  Daniele Varrazzofix(crdb): add generic records dumper/loader
2022-07-12  Daniele Varrazzotest(crdb): make prepared statements tests portable...
2022-07-12  Daniele Varrazzotest: fix skipping versions in parametrized tests
2022-07-12  Daniele Varrazzofix(crdb): fix type info of CrdbConnection.connect()
2022-07-12  Daniele Varrazzofeat(crdb): add psycopg.crdb.connect() function
2022-07-12  Daniele Varrazzotest(crdb): skip tests for unsupported types
2022-07-12  Daniele Varrazzofeat(crdb): add CrdbConnection class
2022-07-12  Daniele Varrazzofix(crdb): fix json adaptation
2022-07-12  Daniele Varrazzofix(crdb): configure dumpers to deal correctly with...
2022-07-12  Daniele Varrazzotest(crdb): adapt datetime tests
2022-07-12  Daniele Varrazzotest(crdb): add async copy tests
2022-07-12  Daniele Varrazzotest(crdb): add copy tests
2022-07-12  Daniele Varrazzotest(crdb): skip connection tests which cannot run...
2022-07-12  Daniele Varrazzotest(crdb): fix most cursor tests to run with CockroachDB
2022-07-12  Daniele Varrazzotest: refactor skipping tests by server version
2022-07-12  Daniele Varrazzofix(crdb): allow non-normalized encoding name from...
2022-07-12  Daniele Varrazzofeat(crdb): cusomize CockroachDB connection
2022-07-12  Daniele Varrazzotest(crdb): skip TPC tests
2022-07-12  Daniele Varrazzotest(crdb): add fixture to support CockroachDB test...
2022-07-12  Daniele VarrazzoMerge branch 'codespell-all'
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,...
next