]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
2022-12-12  Daniele Varrazzoperf(c): add fast-call Cython function to PQflush wrapper 426/head
2022-12-11  Daniele Varrazzoperf(c): small optimization tweaks to wait_c
2022-12-11  Daniele Varrazzotest: skip high fd number test on Windows
2022-12-11  Daniele Varrazzotest: allow choosing a wait function using the PSYCOPG_...
2022-12-11  Daniele Varrazzoperf(c): use poll() instead of select() for waiting...
2022-12-11  Daniele Varrazzofix(c): guard select() from high number file descriptors
2022-12-11  Daniele Varrazzofix(c): allow wait_select() to be interrupted by signals
2022-12-11  Daniele Varrazzofix(c): fix import on Windows
2022-12-11  Daniele Varrazzoperf(c): add C version of select waiting function
2022-12-11  Daniele Varrazzoperf: use wait_select() as even if kqueue is the default
2022-12-11  Daniele Varrazzotest: add test on wait_select
2022-12-11  Daniele Varrazzoperf: use wait_select on Windows
2022-12-11  Daniele Varrazzofeat: add wait_select() function
2022-12-10  Daniele Varrazzotest: add simple test to compare performances in refact...
2022-12-10  Daniele Varrazzochore: declare Copy.read to return a buffer object
2022-12-10  Daniele Varrazzofix: add C Float4 dumper
2022-12-10  Daniele Varrazzolint(c): avoid types warning building on Windows
2022-12-10  Daniele VarrazzoMerge branch 'array-speedup'
2022-12-10  Daniele Varrazzodocs: add a note about further optimizing text array...
2022-12-10  Daniele Varrazzoperf(c/array): cache the scratch area in the dumper
2022-12-10  Daniele Varrazzoperf(c/array): cache the element loader in the array...
2022-12-10  Daniele Varrazzodocs: report array speedup in the news
2022-12-10  Daniele Varrazzoperf(c/array): add C implementation of array loader
2022-12-10  Daniele Varrazzoperf(c/array): reuse buffer to unescape array tokens
2022-12-10  Daniele Varrazzofix(c/array): null-terminate strings in text array...
2022-12-10  Daniele Varrazzoperf(c): optimise access to C item loaders in array...
2022-12-10  Daniele Varrazzoperf(c/array): build binary array recursively instead...
2022-12-10  Daniele Varrazzoperf(c/array): optimize reassembling multidimensional...
2022-12-10  Daniele Varrazzorefactor(c/array): types hygiene around endianness...
2022-12-10  Daniele Varrazzofix: get element oid from the array itself in binary...
2022-12-10  Daniele Varrazzoperf: add C implementation of array load
2022-12-10  Daniele Varrazzoperf(array): introduce mockup of optimized array loadin...
2022-12-10  Daniele Varrazzofix: add prod() implementation for Python 3.7
2022-12-10  Daniele Varrazzoperf(array) faster algorithm to load nested binary...
2022-12-10  Daniele Varrazzorefactor(array): make load function static
2022-12-10  Daniele VarrazzoMerge branch 'fix-452'
2022-12-10  Daniele Varrazzofix: add lookup of dumpers by varchar, name oid
2022-12-10  Daniele Varrazzotest: add test to verify missing oid lookups in string...
2022-12-08  Daniele Varrazzodocs: drop tox from readme
2022-12-07  Daniele Varrazzoci: force the use of tox 3
2022-12-01  Daniele Varrazzoci: fix tests failing because of missing repository...
2022-11-09  Daniele Varrazzofix: return rownumber=None if the result has no row...
2022-11-08  Daniele Varrazzochore: bump mypy to 0.990
2022-11-08  Daniele Varrazzochore: fix version number, accidentally bumped back
2022-11-04  Daniele Varrazzochore(pool): bump to next dev version number
2022-11-04  Daniele Varrazzochore; bump pool version number for release pool-3.1.4
2022-11-04  Daniele VarrazzoMerge branch 'fix-219'
2022-11-04  Daniele Varrazzodocs(pool): add entry about issue #219 resolved
2022-11-04  Daniele Varrazzofix(pool): make sure to throw a RuntimeError opening...
2022-11-04  Daniele Varrazzofix(pool): create asyncio objects on open rather than...
2022-11-04  Daniele Varrazzoperf(c): take more care about the GIL around potentiall...
2022-11-04  Daniele Varrazzorefactor: move common notifies processing code into...
2022-11-04  Daniele Varrazzofix(c): drop duplicate PQconsumeInput call
2022-11-04  Daniele Varrazzofix: use a correct recursive definition for DumperKey
2022-11-04  Daniele Varrazzolint: fix type hints with disabled bytearray/memoryview...
2022-11-04  Daniele Varrazzofix: define Escaping method as returning bytes
2022-11-03  Daniele Varrazzofix: fix check for empty notice handlers list
2022-11-03  Daniele Varrazzodocs: use consistenty `!this` to represent parameters...
2022-10-27  Daniele Varrazzoperf(c): only use __cinit__ in adaptation classes
2022-10-27  Daniele Varrazzoperf: avoid lookups of Wait and Ready enum values
2022-10-27  Daniele Varrazzodocs: document how to unbreak editable mode in the...
2022-10-27  Daniele Varrazzochore: bump to next dev version
2022-10-26  Daniele Varrazzodocs: typographic love to the 2to3 page
2022-10-26  Daniele Varrazzodocs: add section about returning multiple results
2022-10-26  Daniele VarrazzoMerge branch 'build-macos-py311'
2022-10-26  Daniele Varrazzoci: re-enable suspended job after building the missing...
2022-10-26  Daniele Varrazzoci: configure in order to build only Python 3.11 packag...
2022-10-25  Daniele Varrazzochore: bump psycopg-pool version to 3.1.3 pool-3.1.3
2022-10-25  Daniele Varrazzochore: bump to version number 3.1.4 3.1.4
2022-10-25  Daniele Varrazzochore: upgrade binary dependencies to libpq 15.0, opens...
2022-10-25  Daniele VarrazzoMerge branch 'py311'
2022-10-25  Daniele Varrazzoci: build Python 3.11 macOS arm64 packages
2022-10-25  Daniele Varrazzoci: skip test/build on macOS x86_64 for Python 3.11
2022-10-25  Daniele Varrazzodocs: mention Python 3.11 support in news
2022-10-25  Daniele Varrazzoci: build packages for Python 3.11 too
2022-10-25  Daniele Varrazzochore: add Python 3.11 support metadata
2022-10-25  Daniele Varrazzochore: test with Python 3.11 rc1
2022-10-25  Daniele Varrazzochore: upgrade Cython to 3.0a11 to support Python 3.11
2022-10-25  Daniele Varrazzochore: upgrade actions/upload-artifact version
2022-10-20  Daniele Varrazzotest: print out the file to delete in order to clear...
2022-10-20  Daniele Varrazzotest: terminate the session early if connection to...
2022-10-20  Daniele VarrazzoMerge branch 'pg15'
2022-10-20  Daniele Varrazzoci: Use Postgres 15 images and packages after official...
2022-10-20  Daniele Varrazzodocs: declare PostgreSQL 15 supported
2022-10-20  Daniele Varrazzochore: add errors defined in PostgreSQL 15
2022-10-20  Daniele Varrazzotest: include PostgreSQL RC 1 and libpq 15 in the tests
2022-10-20  Daniele Varrazzochore: upgrade github actions
2022-10-11  Denis Laxaldetest: document --pq-trace and --pq-debug pytest option
2022-10-11  Denis Laxaldetest: add --pq-debug pytest option to use PGconnDebug
2022-10-06  Denis Laxaldefix: lock the connection during all stream() lifetime
2022-10-05  Denis Laxalderefactor: handle exit exception in BasePipeline._exit()
2022-10-05  Daniele Varrazzochore: bump version number to next dev release
2022-10-04  Daniele VarrazzoMerge pull request #401 from dlax/pipeline-no-extra... 3.1.3
2022-10-04  Denis Laxaldefix: sync pipeline after implicit BEGIN 401/head
2022-10-04  Daniele Varrazzochore: bump to version number 3.1.3
2022-10-04  Daniele VarrazzoMerge branch 'fix-399'
2022-10-04  Daniele Varrazzofix: fix handling of queries with %% in ClientCursor
2022-10-02  Darren Ho#397: Fix typo in install.rst
2022-09-30  Magnus WatnRemove warning about missing binary package for M1
2022-09-28  Daniele VarrazzoMerge branch 'stream-close'
next