| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | build: package openssl 1.1.1t with binary packages | Daniele Varrazzo | 2023-04-02 | 1 | -0/+1 |
| | | |||||
| * | docs: mention manylinux2014 packages in news file | Daniele Varrazzo | 2023-04-02 | 1 | -0/+7 |
| | | |||||
| * | chore: build binary packages with OpenSSL 1.1.1q | Daniele Varrazzo | 2022-10-25 | 1 | -1/+1 |
| | | |||||
| * | chore: build binary packages using libpq from PostgreSQL 15 | Daniele Varrazzo | 2022-10-25 | 1 | -3/+6 |
| | | | | | fix #1497 as a side effect of using libpq 15. | ||||
| * | Build packages for Python 3.11 | Daniele Varrazzo | 2022-10-25 | 1 | -0/+6 |
| | | |||||
| * | docs: fix typos in release notes | Daniele Varrazzo | 2022-10-06 | 1 | -3/+3 |
| | | |||||
| * | fix: set default SYSCONFDIR to the quasi-standard /etc/postgresql-common2_9_4 | Daniele Varrazzo | 2022-10-06 | 1 | -0/+2 |
| | | | | | Fix #1365. | ||||
| * | chore: bump version number to release 2.9.4 | Daniele Varrazzo | 2022-10-06 | 1 | -7/+8 |
| | | |||||
| * | chore: upgrade packaged libpq version and dependencies | Daniele Varrazzo | 2022-10-06 | 1 | -0/+1 |
| | | | | | appveyor.cache_rebuild reformatted for greppability. | ||||
| * | chore: upgrade error codes to PostgreSQL 15 | Daniele Varrazzo | 2022-10-06 | 1 | -0/+2 |
| | | |||||
| * | fix: look up for range types defined in schemas in the search path | Daniele Varrazzo | 2022-10-06 | 1 | -1/+2 |
| | | |||||
| * | fix: correctly handle composites with names or schema requiring escape | Daniele Varrazzo | 2022-10-06 | 1 | -0/+1 |
| | | |||||
| * | fix: handle types in the search path in register_composite() | Daniele Varrazzo | 2022-10-06 | 1 | -0/+6 |
| | | | | | Fix #1487. | ||||
| * | docs: mention MacOS ARM wheel support | Daniele Varrazzo | 2022-10-05 | 1 | -0/+1 |
| | | |||||
| * | Link to the right PR for adding alpine wheels | Tim Tisdall | 2022-07-28 | 1 | -1/+1 |
| | | |||||
| * | Bump to release 2.9.32_9_3 | Daniele Varrazzo | 2021-12-29 | 1 | -0/+1 |
| | | |||||
| * | Mention Alpine/musl wheels in news filemusllinux | Peter Lithammer | 2021-12-10 | 1 | -0/+5 |
| | | |||||
| * | Mention Python 3.11 preliminary support in the newsfile. | Daniele Varrazzo | 2021-11-11 | 1 | -0/+1 |
| | | |||||
| * | Build binary packages against PosgtgreSQL 14.1 lipq | Daniele Varrazzo | 2021-11-11 | 1 | -0/+2 |
| | | | | | Close #1388. | ||||
| * | errorcodes map and errors classes updated to PostgreSQL 14. | Daniele Varrazzo | 2021-11-11 | 1 | -1/+3 |
| | | |||||
| * | Raise an error for dates > 10K instead of returning Y9999 | Daniele Varrazzo | 2021-11-11 | 1 | -1/+7 |
| | | | | | Close #1307. | ||||
| * | Fix regression with named `sql.Placeholder` | Daniele Varrazzo | 2021-06-16 | 1 | -0/+6 |
| | | | | | Close #1291. | ||||
| * | Fix spelling in news file | Daniele Varrazzo | 2021-06-16 | 1 | -1/+1 |
| | | |||||
| * | Upgrade libpq to 13.3 and libssl to 1.1.1k on windows too | Daniele Varrazzo | 2021-06-15 | 1 | -0/+1 |
| | | |||||
| * | Build manylinux2014 packages for i686/x86_64 platforms | Daniele Varrazzo | 2021-06-15 | 1 | -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 module | Daniele Varrazzo | 2021-06-15 | 1 | -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 Varrazzo | 2021-06-15 | 1 | -0/+2 |
| | | |||||
| * | Drop support for mx.DateTime objects | Daniele Varrazzo | 2021-06-14 | 1 | -0/+1 |
| | | | | | They are Python 2 only. | ||||
| * | Handle correctly timestamps with fractions of minute in the timezone offset | Daniele Varrazzo | 2021-06-14 | 1 | -0/+2 |
| | | | | | Close #1272. | ||||
| * | One line about the new packages in the news file | Daniele Varrazzo | 2021-05-26 | 1 | -1/+6 |
| | | |||||
| * | Add include and lib dirs from libpq --cppflags, --ldflags | Daniele Varrazzo | 2021-05-26 | 1 | -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 Varrazzo | 2021-05-25 | 1 | -0/+2 |
| | | |||||
| * | 'with' starts a transaction even on autocommit connections | Daniele Varrazzo | 2021-05-24 | 1 | -0/+2 |
| | | | | | Close #941 | ||||
| * | Fix formatting of last entries in the NEWS file | Daniele Varrazzo | 2021-05-24 | 1 | -4/+4 |
| | | |||||
| * | Merge branch 'master' into rm-2.7 | Daniele Varrazzo | 2021-05-20 | 1 | -0/+8 |
| |\ | |||||
| | * | Mention sqlstate reinit in NEWS file | Daniele Varrazzo | 2021-05-20 | 1 | -0/+1 |
| | | | |||||
| | * | Fix NEWS typo | Daniele Varrazzo | 2021-05-20 | 1 | -1/+1 |
| | | | |||||
| | * | Fix segfault initialising Column object manually | Daniele Varrazzo | 2021-05-20 | 1 | -1/+2 |
| | | | | | | | | | Close #1252 | ||||
| | * | Accept no param in connect() | Daniele Varrazzo | 2021-05-20 | 1 | -0/+6 |
| | | | | | | | | | | | | | More friendly towards ``connect(**parse_dsn())``, and what psycopg3 does. Close #1250 | ||||
| * | | Merge branch 'master' into rm-2.7 | Hugo van Kemenade | 2020-11-18 | 1 | -0/+4 |
| |\ \ | |/ | |||||
| | * | Merge branch 'connection_exception' | Daniele Varrazzo | 2020-11-17 | 1 | -0/+4 |
| | |\ | |||||
| | | * | Classify connection exceptions as operational errors to better conform with ↵ | Justas Sadzevicius | 2020-11-17 | 1 | -0/+9 |
| | | | | | | | | | | | | | PEP 249 | ||||
| * | | | Drop support for EOL Python 2.7 | Hugo van Kemenade | 2020-11-17 | 1 | -2/+2 |
| |/ / | |||||
| * | | Drop support for EOL Python 3.5 (#1197) | Hugo van Kemenade | 2020-11-17 | 1 | -3/+3 |
| | | | |||||
| * | | Drop support for EOL Python 3.4 | Hugo | 2020-11-10 | 1 | -0/+5 |
| |/ | |||||
| * | Metion ARM packages in news file | Daniele Varrazzo | 2020-09-05 | 1 | -0/+1 |
| | | |||||
| * | 'cursor.query' reports the query of the last COPY opearation too | Daniele Varrazzo | 2020-09-05 | 1 | -0/+2 |
| | | | | | Close #1141. | ||||
| * | Errors mapping updated to PostgreSQL 13 | Daniele Varrazzo | 2020-09-05 | 1 | -0/+2 |
| | | |||||
| * | Added duplicate values to errcodes module | Daniele Varrazzo | 2020-09-05 | 1 | -0/+1 |
| | | | | | Close #1133 | ||||
| * | Mention building wheels package with OpenSSL 1.1.1g in news file | Daniele Varrazzo | 2020-09-05 | 1 | -0/+1 |
| | | |||||
