repeated - Search results in mailing lists
Mailing lists >> psycopg >> Thread >> Search in thread (2)
2023-09-06 23:05:43 | Re: CPU usage for queries, psycopg 2 vs 3 (Daniele Varrazzo)
repeat your tests with psycopg 3.1.4? Also, did you try only to connect on localhost
Mailing lists >> psycopg >> Thread
2021-01-18 18:20:12 | Re: Designing a better connection pool for psycopg3 (Vladimir Ryabtsev)
repeated, with an exponential backoff, until dying after a few minutes of fruitless
Mailing lists >> psycopg >> Thread
2020-03-31 22:27:05 | Inserting default values into execute_values (Stephen Lagree)
repeatedly using execute_values if there is only one column and it is auto incremented
Mailing lists >> psycopg >> Thread
2019-04-14 17:42:26 | Psycopg 2.8.1, 2.8.2 released (Daniele Varrazzo)
repeated columns (ticket #884). - Fixed 'RealDictRow' modifiability (ticket #886). - Binary packages built with
Mailing lists >> psycopg >> Thread
2019-03-20 01:09:22 | Implicit query plan caching within a connection (Xikui Wang)
repeatedly issuing a query string with different coordinates. The average query execution time that I got is 0.5 ms, which
Mailing lists >> psycopg >> Thread
2018-11-09 11:49:38 | Psycopg 2.7.6 released (Daniele Varrazzo)
repeatedly (ticket #790). - execute_values() accepts sql.Composable objects (ticket #794). - errorcodes map updated to PostgreSQL
Mailing lists >> psycopg >> Thread
2018-09-25 23:57:05 | Integration of Psycopg with XTA (Christian Ferrari)
repeat the approach for all the languages that provides drivers derived from libpq-fe.h Now the request
Mailing lists >> psycopg >> Thread >> Search in thread (3)
2018-04-30 22:19:46 | Re: RealDictCursor behavior question (Israel Brewster)
repeated column names (such as in a join)? That is, obviously a dictionary
Mailing lists >> psycopg >> Thread
2017-03-01 18:51:07 | [psycopg] Psycopg 2.7 released (Daniele Varrazzo)
repeatedly executed statements and faster Unicode decoding. - Safer! Helps generating dynamic SQL statements with variable
Mailing lists >> psycopg >> Thread >> Search in thread (2)
2016-12-24 04:04:53 | Re: [psycopg] speed concerns with executemany() (Daniele Varrazzo)
repeatedly. In my knowledge there is no libpq function to execute repeatedly a prepared statement
Mailing lists >> psycopg >> Thread
2016-03-01 05:24:24 | Re: Problem with psycopg2 and asyncio (Frank Millman)
repeat what I replied to Michael, I still think that my theory holds water. Run the database
Mailing lists >> psycopg >> Thread >> Search in thread (2)
2016-02-02 20:04:13 | Re: A PGsendQuery API design for your review (Karl O. Pinc)
repeatedly try different queries and compare results, iterating until they tease the data apart. They
Mailing lists >> psycopg >> Thread >> Search in thread (2)
2013-11-05 23:31:38 | Re: Best strategy for bulk inserts where some violate unique constraint? (Daniele Varrazzo)
repeated execute(). The easiest thing you can do is to switch to autocommit
Mailing lists >> psycopg >> Thread
2013-10-31 11:01:51 | Re: Understanding memory usage (Daniele Varrazzo)
repeatable script (not as the guy in #78 did: repeatable means don't fetch
Mailing lists >> psycopg >> Thread
2012-09-26 22:58:32 | Re: Session state per transaction (Daniele Varrazzo)
repeated over and over. So what? - should we have a prepare() method to be called