]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
2023-01-05  Federico CaselliUse to_regtype instead of ::regtype in type info querie... 474/head
2023-01-03  Daniele Varrazzofix: report the MultirangeInfo object exposed by psycop...
2023-01-02  Daniele VarrazzoMerge branch 'build-backend'
2023-01-02  Daniele Varrazzoci: add in-tree build backend to avoid installing Cytho...
2023-01-02  Daniele Varrazzoci: use the 'build' python package as build frontend
2023-01-02  Daniele Varrazzoci: fix building source packages
2023-01-02  Daniele VarrazzoMerge branch 'test-lower-bound-depsendencies'
2023-01-02  Daniele Varrazzoci: include a single test with the oldest dependencies...
2023-01-02  Daniele Varrazzochore: update the lower bound dependencies in the const...
2022-12-29  Daniele Varrazzofix: raise known errors before checking for signals...
2022-12-29  Daniele Varrazzotest: add psycopg2 in green mode to benchmark script
2022-12-29  Daniele Varrazzotest: add --concurrency option to benchmark script
2022-12-29  Daniele Varrazzostyle: uniform variable name between sync and async...
2022-12-29  Daniele Varrazzofix: raise OperationalError instead of MemoryError...
2022-12-29  Daniele Varrazzochore: add Documentation, Changes links to metadata
2022-12-29  Daniele Varrazzofeat(bump-version): add --actions option
2022-12-29  Daniele VarrazzoMerge branch 'refactor-version-from-metadata'
2022-12-29  Daniele Varrazzochore(bump-version): find versions to maintain in setup... 466/head
2022-12-28  Daniele Varrazzodocs: move comments about version scheme and coordinati...
2022-12-28  stengahrefactor(pool): get package version from metadata
2022-12-28  stengahrefactor(c): get package version from metadata
2022-12-28  stengahrefactor: get package version from metadata
2022-12-22  Daniele Varrazzochore(c): lean win32
2022-12-22  Daniele Varrazzochore(c): fix build warnings on win32
2022-12-22  Daniele Varrazzoci: uniform and clean up test workflow
2022-12-22  Daniele Varrazzotest(crdb): skip inet tests on v22.2.1
2022-12-22  Daniele Varrazzochore(pool): add pyproject.toml
2022-12-22  Daniele Varrazzoci: configure the database to run two-phase-commit...
2022-12-22  Daniele Varrazzotest: fix int mixin enum in test
2022-12-21  Daniele Varrazzoperf: micro-optimize AdaptersMap.get_dumper
2022-12-20  Daniele Varrazzoci: separate source and binary package workflows
2022-12-20  Daniele Varrazzochore: bump psycopg_pool package version to 3.1.6.dev1
2022-12-20  Daniele Varrazzochore: bump psycopg package version to 3.1.8.dev1
2022-12-20  Daniele Varrazzotest: mark another couple of tests flakey to avoid...
2022-12-20  Daniele Varrazzochore: bump psycopg_pool package version to 3.1.5 pool-3.1.5
2022-12-20  Daniele Varrazzochore: bump psycopg package version to 3.1.7
2022-12-20  Daniele Varrazzofeat(bump_version): create release tags too
2022-12-20  Daniele Varrazzofeat(bump_version): update history file too
2022-12-19  Daniele VarrazzoMerge branch 'fix-464'
2022-12-19  Daniele Varrazzofix: consider cursor description results in row factories
2022-12-19  Daniele VarrazzoMerge branch 'detox'
2022-12-18  Daniele Varrazzotest: drop --allow-fail and --no-collect-ok options 462/head
2022-12-18  Daniele Varrazzoci: enable subprocess-based tests in ci
2022-12-18  Daniele Varrazzotest: skip test on windows, C implementation, in ci
2022-12-18  Daniele Varrazzoci: drop tox from tests
2022-12-16  Daniele VarrazzoMerge branch 'fix-438'
2022-12-16  Daniele Varrazzofix(pool): make sure that check() fills an empty pool
2022-12-16  Daniele VarrazzoMerge branch 'test-crdb-v22.2'
2022-12-16  Daniele Varrazzotest(crdb): re-introduce a mix of Python and libpq... 455/head
2022-12-16  Rafi ShamimRun tests against CockroachDB v22.2
2022-12-15  Daniele Varrazzoops: add script to bump package version
2022-12-15  Daniele Varrazzotest: skip a flakey test on release
2022-12-15  Daniele Varrazzochore: bump psycopg package version to 3.1.7.dev1
2022-12-15  Daniele Varrazzochore: bump version number for 3.1.6 release 3.1.6
2022-12-15  Daniele VarrazzoMerge branch 'fix-460'
2022-12-15  Daniele Varrazzofix(copy): don't create a row maker on copy
2022-12-15  Daniele Varrazzochore(binary): upgrade packaged libraries to libpq...
2022-12-15  Daniele Varrazzochore: bump to dev version 3.1.6.dev0
2022-12-13  Daniele Varrazzoci: run tests on Python 3.11 on macOS
2022-12-13  Daniele Varrazzochore: bump version number for 3.1.5 release 3.1.5
2022-12-13  Daniele Varrazzoperf(rows): reduce row_factories overhead
2022-12-13  Daniele Varrazzoperf: drop call to pgconn_encoding per query
2022-12-13  Daniele Varrazzotest: fix resource leaking in tests
2022-12-13  Daniele Varrazzotest: ignore error looking for leaks
2022-12-13  Daniele Varrazzofix: don't re-export TypeAlias from _compat module
2022-12-12  Daniele Varrazzodocs: fix ticket number in news file
2022-12-12  Daniele VarrazzoMerge branch 'wait-select'
2022-12-12  Daniele Varrazzodocs: report select speedup in news file
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...
next