]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
2022-08-28  Daniele Varrazzodocs: add entry about segfault on fork fixed 360/head
2022-08-28  Florian Apollonerfix: use a static notification function for PQsetNotice...
2022-08-27  Daniele Varrazzobuild: build ldap with sasl and ssl support
2022-08-27  Daniele Varrazzobuild: upgrade system packages before building libpq
2022-08-27  Daniele Varrazzochore: bump version to 3.1 beta 1 to test building...
2022-08-27  Daniele Varrazzochore: upgrade libpq dependencies
2022-08-24  Daniele Varrazzodocs: fix link to numeric-to-float recipe
2022-08-23  Daniele Varrazzofix: avoid all uses of PQconn.send_query in pipeline...
2022-08-23  Daniele Varrazzofeat: add pq._debug module to investigate libpq issues
2022-08-22  Daniele Varrazzoci: don't install modules in editable mode to run packa...
2022-08-22  Daniele Varrazzotest: add missing asserts
2022-08-20  Denis Laxaldechore: fix typos spotted by codespell 2.2.1
2022-08-17  Sergey FedoseevFix typo: shoul => should
2022-08-16  Denis Laxaldedocs: fix a typo in FileWriter docstring
2022-08-15  Daniele Varrazzofix: consider pipeline mode not supported with libpq...
2022-08-15  Daniele Varrazzotest: allow to use the != operator in make.libpq
2022-08-15  Daniele Varrazzofeat: use version() as __build_version__ for pq python...
2022-08-15  Daniele Varrazzorefactor(psycopg_c): define and use an ARRAYSIZE macro
2022-08-15  Daniele Varrazzorefactor(psycopg_c): drop deprecated use of DEF in...
2022-08-15  Daniele Varrazzoperf(psycopg_c): avoid to create a tuple in fetch_many...
2022-08-15  Daniele Varrazzorefactor: expose optimized functions directly from...
2022-08-15  Daniele Varrazzofix(psycopg_c): guard PQflush calls for invalid connections
2022-08-13  Daniele Varrazzochore: use `license_files` entry in metadata
2022-08-12  Daniele Varrazzoci: specify non-editable install in tox tests
2022-08-12  Daniele Varrazzorefactor: drop repeated operation in sync/async TypeInf...
2022-08-12  Daniele Varrazzodocs: fix typo "flaot"
2022-08-12  Daniele Varrazzodocs: reword blurb about binary copy and make it a...
2022-08-12  Daniele Varrazzodocs: fix typo: "reurned"
2022-08-12  Daniele Varrazzodocs: fix example and reword around multiple-query...
2022-08-12  Daniele Varrazzodocs: link to the "from psycopg2" page from the "basic...
2022-08-05  Daniele Varrazzodocs: quote examples of pip install with extras
2022-07-30  Sergey FedoseevFix syntax in example
2022-07-28  Daniele Varrazzobuild: use "latest" version of github builders
2022-07-28  Daniele VarrazzoMerge branch 'build-macos-arm64'
2022-07-28  Daniele Varrazzodocs: mention macOS arm64 build script in news file
2022-07-28  Daniele Varrazzobuild: add scripts to build macOS arm64 packages
2022-07-28  Daniele Varrazzochore: bump version number to 3.0.16
2022-07-28  Daniele VarrazzoMerge branch 'fix-343'
2022-07-28  Daniele Varrazzofix: fix Cursor.rowcount after non-SELECT tuple-returin...
2022-07-28  Daniele Varrazzotest: add tests to reveal the rowcount problem with...
2022-07-26  Daniele Varrazzodocs: mention 3.1 automatic DNS resolution in async...
2022-07-26  Daniele Varrazzodocs: NOTIFY command in uppercase
2022-07-26  Daniele VarrazzoMerge branch 'copy-writer'
2022-07-26  Daniele Varrazzodocs(copy): add documentation for COPY Writer objects
2022-07-26  Daniele Varrazzorefactor: unify code paths to set the rowcount
2022-07-26  Daniele Varrazzofeat(copy): add 'binary' param to copy object
2022-07-26  Daniele Varrazzorefactor(cursor): rename _set_current_result -> _select...
2022-07-26  Daniele Varrazzofeat(copy): add FileWriter to write copy data to a...
2022-07-26  Daniele Varrazzorefactor(copy): rename QueueWriter to QueuedLibpqWriter
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
next