]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
2023-02-04  Daniele Varrazzodocs: add news entry about TypeInfo.fetch() with sql_as... 504/head
2023-02-04  Daniele Varrazzotest: test hstore registration using different encodings
2023-02-04  Daniele Varrazzofix: fix TypeInfo.fetch() with a sql_ascii encoding...
2023-02-04  Daniele Varrazzotest: add TypeInfo.fetch() test with autocommit transaction
2023-02-04  Daniele Varrazzotest: reproduce the error in TypeInfo.fetch() in sql_as...
2023-02-03  Harry Leesfixed broken link to pip docs
2023-02-01  Daniele Varrazzochore: upgrade black to 23.1.0
2023-02-01  Daniele Varrazzochore: bump psycopg_pool package version to 3.1.6
2023-02-01  Daniele Varrazzochore: bump psycopg package version to 3.1.8
2023-01-28  Daniele Varrazzoci: bump to PostgreSQL 15 on macOS package build
2023-01-28  Daniele Varrazzochore: bump cibuildwheel to 2.12.0
2023-01-28  Daniele VarrazzoMerge branch 'kwargs-begone'
2023-01-28  Daniele Varrazzodocs(pool): mention change in constructors signatures... 499/head
2023-01-28  Ran Benitarefactor(pool): make constructor configuration paramete...
2023-01-16  Daniele VarrazzoMerge pull request #484 from apollo13/typeinfo-for...
2023-01-16  Florian ApollonerFixed TypeInfo for ClientCursor. 484/head
2023-01-09  Daniele VarrazzoMerge branch 'refactor-typeinfo'
2023-01-09  Daniele Varrazzorefactor: break circular import problem between sql...
2023-01-09  Daniele Varrazzorefactor: move TypeInfo subclasses to the module they...
2023-01-09  Daniele Varrazzorefactor: drop use of `postgres.types` to know OIDs...
2023-01-09  Daniele Varrazzostyle: blank line after the autogenerated section
2023-01-09  Daniele Varrazzorefactor: import OID constants from the _oids module
2023-01-09  Daniele Varrazzofeat: add _oid module to know OIDs at import time
2023-01-09  Daniele Varrazzorefactor(crdb): only expose register_crdb_adapters()
2023-01-09  Daniele VarrazzoMerge pull request #479 from dlax/rowcount
2023-01-09  Denis Laxaldefix: set rowcount to the first result in executemany... 479/head
2023-01-08  Daniele VarrazzoMerge pull request #478 from dlax/old-libpq-in-ci
2023-01-08  Denis Laxalderefactor: drop superfluous _rowcount reset
2023-01-08  Denis Laxaldeci: fix a typo in libpq install script 478/head
2023-01-08  Denis Laxaldeci: remove sudo from libpq install script
2023-01-08  Denis Laxaldeci: simplify retrieval of PGDG repository key
2023-01-08  Denis Laxaldeci: factor out common logic in libpq install script
2023-01-07  Denis Laxaldeci: install the "oldest" libpq from pgdg repository
2023-01-07  Daniele Varrazzodoc: fix typo unless -> unlike
2023-01-06  Daniele Varrazzorefactor: drop internal use of Union[] type definition... 475/head
2023-01-06  Daniele Varrazzofix: use more uniformly the to_regtype function
2023-01-06  Daniele Varrazzotest(crdb): fix flakey test
2023-01-06  Daniele VarrazzoMerge pull request #474 from CaselIT/to_regclass
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
next