summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* build: package openssl 1.1.1t with binary packagesDaniele Varrazzo2023-04-021-0/+1
|
* docs: mention manylinux2014 packages in news fileDaniele Varrazzo2023-04-021-0/+7
|
* chore: build binary packages with OpenSSL 1.1.1qDaniele Varrazzo2022-10-251-1/+1
|
* chore: build binary packages using libpq from PostgreSQL 15Daniele Varrazzo2022-10-251-3/+6
| | | | fix #1497 as a side effect of using libpq 15.
* Build packages for Python 3.11Daniele Varrazzo2022-10-251-0/+6
|
* docs: fix typos in release notesDaniele Varrazzo2022-10-061-3/+3
|
* fix: set default SYSCONFDIR to the quasi-standard /etc/postgresql-common2_9_4Daniele Varrazzo2022-10-061-0/+2
| | | | Fix #1365.
* chore: bump version number to release 2.9.4Daniele Varrazzo2022-10-061-7/+8
|
* chore: upgrade packaged libpq version and dependenciesDaniele Varrazzo2022-10-061-0/+1
| | | | appveyor.cache_rebuild reformatted for greppability.
* chore: upgrade error codes to PostgreSQL 15Daniele Varrazzo2022-10-061-0/+2
|
* fix: look up for range types defined in schemas in the search pathDaniele Varrazzo2022-10-061-1/+2
|
* fix: correctly handle composites with names or schema requiring escapeDaniele Varrazzo2022-10-061-0/+1
|
* fix: handle types in the search path in register_composite()Daniele Varrazzo2022-10-061-0/+6
| | | | Fix #1487.
* docs: mention MacOS ARM wheel supportDaniele Varrazzo2022-10-051-0/+1
|
* Link to the right PR for adding alpine wheelsTim Tisdall2022-07-281-1/+1
|
* Bump to release 2.9.32_9_3Daniele Varrazzo2021-12-291-0/+1
|
* Mention Alpine/musl wheels in news filemusllinuxPeter Lithammer2021-12-101-0/+5
|
* Mention Python 3.11 preliminary support in the newsfile.Daniele Varrazzo2021-11-111-0/+1
|
* Build binary packages against PosgtgreSQL 14.1 lipqDaniele Varrazzo2021-11-111-0/+2
| | | | Close #1388.
* errorcodes map and errors classes updated to PostgreSQL 14.Daniele Varrazzo2021-11-111-1/+3
|
* Raise an error for dates > 10K instead of returning Y9999Daniele Varrazzo2021-11-111-1/+7
| | | | Close #1307.
* Fix regression with named `sql.Placeholder`Daniele Varrazzo2021-06-161-0/+6
| | | | Close #1291.
* Fix spelling in news fileDaniele Varrazzo2021-06-161-1/+1
|
* Upgrade libpq to 13.3 and libssl to 1.1.1k on windows tooDaniele Varrazzo2021-06-151-0/+1
|
* Build manylinux2014 packages for i686/x86_64 platformsDaniele Varrazzo2021-06-151-2/+5
| | | | | | | | | | | The manylinux_2_24 tag leaves too many users without usable packages. Using this tag requires to build libraries too or a libssh too old will be used, with the segfault risks seen in the past. OTOH building all the libraries on arm/ppc platforms proves very time consuming and requires further tooling than what available in the image. Because these packages are new it seems ok to use the manylinux_2_24 tag and use the package versions of libpq/libssl.
* Deprecate the psycopg2.tz moduleDaniele Varrazzo2021-06-151-0/+2
| | | | | Don't use its objects anymore in the tests (except for the tests for the objects themselves).
* Use datetime.timezone as default tzinfo_factory.Daniele Varrazzo2021-06-151-0/+2
|
* Drop support for mx.DateTime objectsDaniele Varrazzo2021-06-141-0/+1
| | | | They are Python 2 only.
* Handle correctly timestamps with fractions of minute in the timezone offsetDaniele Varrazzo2021-06-141-0/+2
| | | | Close #1272.
* One line about the new packages in the news fileDaniele Varrazzo2021-05-261-1/+6
|
* Add include and lib dirs from libpq --cppflags, --ldflagsDaniele Varrazzo2021-05-261-0/+2
| | | | | | They seem the right thing to fix MacOS build woes. Inspired to #935, might close #1200.
* Escape table and column names in cursor.copy_from() and .copy_to()Daniele Varrazzo2021-05-251-0/+2
|
* 'with' starts a transaction even on autocommit connectionsDaniele Varrazzo2021-05-241-0/+2
| | | | Close #941
* Fix formatting of last entries in the NEWS fileDaniele Varrazzo2021-05-241-4/+4
|
* Merge branch 'master' into rm-2.7Daniele Varrazzo2021-05-201-0/+8
|\
| * Mention sqlstate reinit in NEWS fileDaniele Varrazzo2021-05-201-0/+1
| |
| * Fix NEWS typoDaniele Varrazzo2021-05-201-1/+1
| |
| * Fix segfault initialising Column object manuallyDaniele Varrazzo2021-05-201-1/+2
| | | | | | | | Close #1252
| * Accept no param in connect()Daniele Varrazzo2021-05-201-0/+6
| | | | | | | | | | | | More friendly towards ``connect(**parse_dsn())``, and what psycopg3 does. Close #1250
* | Merge branch 'master' into rm-2.7Hugo van Kemenade2020-11-181-0/+4
|\ \ | |/
| * Merge branch 'connection_exception'Daniele Varrazzo2020-11-171-0/+4
| |\
| | * Classify connection exceptions as operational errors to better conform with ↵Justas Sadzevicius2020-11-171-0/+9
| | | | | | | | | | | | PEP 249
* | | Drop support for EOL Python 2.7Hugo van Kemenade2020-11-171-2/+2
|/ /
* | Drop support for EOL Python 3.5 (#1197)Hugo van Kemenade2020-11-171-3/+3
| |
* | Drop support for EOL Python 3.4Hugo2020-11-101-0/+5
|/
* Metion ARM packages in news fileDaniele Varrazzo2020-09-051-0/+1
|
* 'cursor.query' reports the query of the last COPY opearation tooDaniele Varrazzo2020-09-051-0/+2
| | | | Close #1141.
* Errors mapping updated to PostgreSQL 13Daniele Varrazzo2020-09-051-0/+2
|
* Added duplicate values to errcodes moduleDaniele Varrazzo2020-09-051-0/+1
| | | | Close #1133
* Mention building wheels package with OpenSSL 1.1.1g in news fileDaniele Varrazzo2020-09-051-0/+1
|