release - Search results in mailing lists
Mailing lists >> psycopg >> Thread
2025-04-26 03:25:47 | Python 3.14, template-strings, and psycopg (Daniele Varrazzo)
release in October, introduces Template Strings (https:///pep-0750/), which might be useful to compose
Mailing lists >> psycopg >> Thread
2024-07-01 09:37:21 | Psycopg 3.2 released (Daniele Varrazzo)
release of Psycopg 3.2! This release adds several new features to the Psycopg
Mailing lists >> psycopg >> Thread
2024-04-11 07:56:22 | [MASSMAIL]Waiting for Psycopg 3.2 (Daniele Varrazzo)
releasing them. Some of the highlights are: - support for numpy scalars, - an easier to use notifications generator, - support for asynchronous and safe cancel, - prepared statements compatible with PgBouncer. One notable absent from the list
Mailing lists >> psycopg >> Thread
2024-04-08 16:49:42 | [MASSMAIL]pgcopy 1.6.0 release announcement (Aryeh Leib Taurog)
release of pgcopy 1.6.0! https://pgcopy.readthedocs.io/ Use pgcopy with psycopg2 to load
Mailing lists >> psycopg >> Thread
2024-01-07 16:09:55 | New releases, and happy new year! (Daniele Varrazzo)
release of the new year to say hi :) I have just released psycopg 3.1.17 and psycopg
Mailing lists >> psycopg >> Thread >> Search in thread (3)
2023-09-07 12:17:40 | RE: CPU usage for queries, psycopg 2 vs 3 (David Raymond)
release. Have now tried with both a local host, and spreading the connections out over
Mailing lists >> psycopg >> Thread
2023-05-02 15:27:59 | Psycopg 3.1.9 released (Daniele Varrazzo)
released psycopg 3.1.9. This release includes more bug fixes than usual, so i'd like
Mailing lists >> psycopg >> Thread
2022-11-01 18:08:46 | Re: Error while trying to install in 3.11 (Daniele Varrazzo)
released yet, because we are waiting for Appveyor to release their build images. You can follow
Mailing lists >> psycopg >> Thread
2022-08-30 16:03:52 | Psycopg 3.1 released (Daniele Varrazzo)
release of Psycopg 3.1! Psycopg 3.1 adds several features to the previous Psycopg 3.0 line
Mailing lists >> psycopg >> Thread
2022-02-07 12:11:59 | psycopg-pool 3.1 released (Daniele Varrazzo)
released the version 3.1 of the psycopg-pool package. The main new feature is the introduction
Mailing lists >> psycopg >> Thread
2021-12-29 15:49:50 | Psycopg 2.9.3 released (Daniele Varrazzo)
released psycopg2 version 2.9.3. This version fixes no bugs, but introduces binary packages for libc
Mailing lists >> psycopg >> Thread
2021-11-15 15:56:10 | Psycopg 2.9.2, 3.0.4 released (Daniele Varrazzo)
release [1]. The new psycopg releases only solve the problem in the binary packages
Mailing lists >> psycopg >> Thread
2021-10-13 13:56:14 | Re: Using standard SQL placeholders in PG (Daniele Varrazzo)
released Psycopg 3 exactly to solve this kind of problem. It also has no direct
Mailing lists >> psycopg >> Thread
2021-10-13 11:50:05 | Re: psycopg3 transactions (Daniele Varrazzo)
RELEASE SAVEPOINT x SELECT CIAO - no COMMIT so everything was discarded Note: If you run with
Mailing lists >> psycopg >> Thread
2021-10-12 23:58:14 | Psycopg 3.0 released (Daniele Varrazzo)
release of Psycopg 3 Psycopg 3 is a complete rewrite based on the experience