psycopg
Thread
Date
Earlier messages
Messages by Thread
Fwd: psycopg Chinese domains and internet keyword
Daniele Varrazzo
Re: psycopg Chinese domains and internet keyword
Daniele Varrazzo
Re: psycopg Chinese domains and internet keyword
Daniele Varrazzo
Re: psycopg Chinese domains and internet keyword
Christophe Pettus
Re: psycopg Chinese domains and internet keyword
Adrian Klaver
Re: psycopg Chinese domains and internet keyword
Lorenzo L. Ancora
Python 3.14, template-strings, and psycopg
Daniele Varrazzo
Memory
Vladimir Ryabtsev
Re: Memory
Adrian Klaver
Re: Memory
Vladimir Ryabtsev
Best Practices for Checking PostgreSQL Server Mode with Multiple Connections
YoungUk Song
Re: Best Practices for Checking PostgreSQL Server Mode with Multiple Connections
Adrian Klaver
Re: Best Practices for Checking PostgreSQL Server Mode with Multiple Connections
YoungUk Song
Re: Best Practices for Checking PostgreSQL Server Mode with Multiple Connections
Christophe Pettus
Re: Best Practices for Checking PostgreSQL Server Mode with Multiple Connections
Adrian Klaver
Parameter in SQL query being misinterpreted
Daniel Johnson
Re: Parameter in SQL query being misinterpreted
Adrian Klaver
Re: Parameter in SQL query being misinterpreted
Adrian Klaver
Re: Parameter in SQL query being misinterpreted
Adrian Klaver
Re: Parameter in SQL query being misinterpreted
Daniele Varrazzo
Re: Parameter in SQL query being misinterpreted
Daniel Johnson
TypeError: dict is not a sequence
thiemo
Re: TypeError: dict is not a sequence
Jim Sizelove
Re: TypeError: dict is not a sequence
thiemo
Re: TypeError: dict is not a sequence
Adrian Klaver
Re: TypeError: dict is not a sequence
thiemo
Re: TypeError: dict is not a sequence
Adrian Klaver
Re: TypeError: dict is not a sequence
thiemo
Re: TypeError: dict is not a sequence
Adrian Klaver
psycopg2: proper positioning of .commit() within try: except: blocks
Karsten Hilbert
Re: psycopg2: proper positioning of .commit() within try: except: blocks
Adrian Klaver
Re: psycopg2: proper positioning of .commit() within try: except: blocks
Karsten Hilbert
Re: psycopg2: proper positioning of .commit() within try: except: blocks
Adrian Klaver
Re: psycopg2: proper positioning of .commit() within try: except: blocks
Karsten Hilbert
Re: psycopg2: proper positioning of .commit() within try: except: blocks
Adrian Klaver
Re: psycopg2: proper positioning of .commit() within try: except: blocks
Karsten Hilbert
Re: psycopg2: proper positioning of .commit() within try: except: blocks
Adrian Klaver
Re: psycopg2: proper positioning of .commit() within try: except: blocks
Karsten Hilbert
Re: psycopg2: proper positioning of .commit() within try: except: blocks
Adrian Klaver
Psycopg 3.2 released
Daniele Varrazzo
Safe SELECT ... LIKE abc% in psycopg
Philippe Strauss
Re: Safe SELECT ... LIKE abc% in psycopg
Adrian Klaver
Re: Safe SELECT ... LIKE abc% in psycopg
Adrian Klaver
Re: Safe SELECT ... LIKE abc% in psycopg
Daniele Varrazzo
Waiting for Psycopg 3.2
Daniele Varrazzo
pgcopy 1.6.0 release announcement
Aryeh Leib Taurog
After 10 -> 15 upgrade getting "cannot commit while a portal is pinned" on one python function
Jeff Ross
Re: After 10 -> 15 upgrade getting "cannot commit while a portal is pinned" on one python function
Adrian Klaver
Reporting UnicodeEncodeError info on arbitrary data sent to PG with psycopg3
Karl O. Pinc
Re: Reporting UnicodeEncodeError info on arbitrary data sent to PG with psycopg3
Daniele Varrazzo
Re: Reporting UnicodeEncodeError info on arbitrary data sent to PG with psycopg3
Karl O. Pinc
Re: Reporting UnicodeEncodeError info on arbitrary data sent to PG with psycopg3
Daniele Varrazzo
Re: Reporting UnicodeEncodeError info on arbitrary data sent to PG with psycopg3
Karl O. Pinc
Re: Reporting UnicodeEncodeError info on arbitrary data sent to PG with psycopg3
Karsten Hilbert
New releases, and happy new year!
Daniele Varrazzo
2-to-3 Question about adapter using AsIs
Ams Fwd
Re: 2-to-3 Question about adapter using AsIs
Daniele Varrazzo
Re: 2-to-3 Question about adapter using AsIs
Ams Fwd
Improving `Connection.notifies()` in Psycopg 3.2
Daniele Varrazzo
CPU usage for queries, psycopg 2 vs 3
David Raymond
Re: CPU usage for queries, psycopg 2 vs 3
Adrian Klaver
Re: CPU usage for queries, psycopg 2 vs 3
Daniele Varrazzo
RE: CPU usage for queries, psycopg 2 vs 3
David Raymond
Re: CPU usage for queries, psycopg 2 vs 3
Daniele Varrazzo
Re: CPU usage for queries, psycopg 2 vs 3
Daniele Varrazzo
RE: CPU usage for queries, psycopg 2 vs 3
David Raymond
Re: CPU usage for queries, psycopg 2 vs 3
Daniele Varrazzo
Re: CPU usage for queries, psycopg 2 vs 3
Daniele Varrazzo
conn.read_only not honored in autocommit mode
David Raymond
Re: conn.read_only not honored in autocommit mode
Daniele Varrazzo
Seeking Insights on Roll-out Process for Multiple PyPI Packages
Jan-Hendrik Lorenz
Re: Seeking Insights on Roll-out Process for Multiple PyPI Packages
Daniele Varrazzo
Does psycopg2-binary provide the psycopg2 package?
Kerrick Staley
Re: Does psycopg2-binary provide the psycopg2 package?
Daniele Varrazzo
Connection Types with Logical Replication functions
Scott Laird
Psycopg 3.1.9 released
Daniele Varrazzo
Consecutive Inserts Freeze Execution of Psycopg3
Michael P. McDonnell
Re: Consecutive Inserts Freeze Execution of Psycopg3
Adrian Klaver
Re: Consecutive Inserts Freeze Execution of Psycopg3
Michael P. McDonnell
Re: Consecutive Inserts Freeze Execution of Psycopg3
Adrian Klaver
Re: Consecutive Inserts Freeze Execution of Psycopg3
Michael P. McDonnell
Re: Consecutive Inserts Freeze Execution of Psycopg3
Adrian Klaver
Re: Consecutive Inserts Freeze Execution of Psycopg3
Michael P. McDonnell
Re: Consecutive Inserts Freeze Execution of Psycopg3
Adrian Klaver
Re: Consecutive Inserts Freeze Execution of Psycopg3
Michael P. McDonnell
Re: Consecutive Inserts Freeze Execution of Psycopg3
Adrian Klaver
Escape Python to `json[]` for `COPY FROM` PostgreSQL insertion?
Samuel Marks
Re: Escape Python to `json[]` for `COPY FROM` PostgreSQL insertion?
Adrian Klaver
Re: Escape Python to `json[]` for `COPY FROM` PostgreSQL insertion?
Aryeh Leib Taurog
Re: Escape Python to `json[]` for `COPY FROM` PostgreSQL insertion?
Daniele Varrazzo
bug in handling Postgres bytea type?
Christopher Bader
Re: bug in handling Postgres bytea type?
Daniele Varrazzo
Parquet support
Christopher Bader
Re: Parquet support
Daniele Varrazzo
Re: Parquet support
Vladimir Ryabtsev
Re: Parquet support
Daniele Varrazzo
Re: Parquet support
Brian M Hamlin
Can psycopg2 copy_expert read from an io.StringIO() buffer?
Jeff Ross
Re: Can psycopg2 copy_expert read from an io.StringIO() buffer?
Daniele Varrazzo
Re: Can psycopg2 copy_expert read from an io.StringIO() buffer?
Jeff Ross
Error while trying to install in 3.11
David Raymond
Re: Error while trying to install in 3.11
Daniele Varrazzo
Puzzling situation with threads and psycopg2 on RDS
Stefan Knecht
Re: Puzzling situation with threads and psycopg2 on RDS
Daniele Varrazzo
Re: Puzzling situation with threads and psycopg2 on RDS
Stefan Knecht
Re: Puzzling situation with threads and psycopg2 on RDS
Stefan Knecht
Re: Puzzling situation with threads and psycopg2 on RDS
Stefan Knecht
Re: Puzzling situation with threads and psycopg2 on RDS
Daniele Varrazzo
ImportError: symbol not found in flat namespace '_PQbackendPID'
Gil Sousa
Re: ImportError: symbol not found in flat namespace '_PQbackendPID'
Daniele Varrazzo
Psycopg 3.1 released
Daniele Varrazzo
cur.execute() syntax error
Rich Shepard
Re: cur.execute() syntax error
Christophe Pettus
Re: cur.execute() syntax error [RESOLVED]
Rich Shepard
Query with boolean parameter
Paolo De Stefani
Re: Query with boolean parameter
Christophe Pettus
Re: Query with boolean parameter
Paolo De Stefani
Re: Query with boolean parameter
Daniele Varrazzo
Re: Query with boolean parameter
Christophe Pettus
Re: Query with boolean parameter
Paolo De Stefani
Re: Query with boolean parameter
Adrian Klaver
exception psycopg.Error from psycopg2 to psycopg 3
Paolo De Stefani
Re: exception psycopg.Error from psycopg2 to psycopg 3
Daniele Varrazzo
Re: exception psycopg.Error from psycopg2 to psycopg 3
Daniele Varrazzo
Re: exception psycopg.Error from psycopg2 to psycopg 3
Paolo De Stefani
Re: exception psycopg.Error from psycopg2 to psycopg 3
Karsten Hilbert
psycopg-pool 3.1 released
Daniele Varrazzo
GSoC 2022 [-projects]
Ilaria Battiston
Patroni pkg_resources.DistributionNotFound
Dennis
Psycopg 2.9.3 released
Daniele Varrazzo
Psycopg 2.9.2, 3.0.4 released
Daniele Varrazzo
Using standard SQL placeholders in PG
Lembark, Steven
Re: Using standard SQL placeholders in PG
Daniele Varrazzo
Psycopg 3.0 released
Daniele Varrazzo
psycopg3 transactions
Paolo De Stefani
Re: psycopg3 transactions
Daniele Varrazzo
Re: psycopg3 transactions
Paolo De Stefani
Re: psycopg3 transactions
Daniele Varrazzo
Re: psycopg3 transactions
Reuben Rissler
Re: psycopg3 transactions
Paolo De Stefani
Re: psycopg3 transactions
Daniele Varrazzo
Re: psycopg3 transactions
Paolo De Stefani
Re: psycopg3 transactions
Daniele Varrazzo
Re: psycopg3 transactions
Daniele Varrazzo
Re: psycopg3 transactions
Paolo De Stefani
Re: psycopg3 transactions
Daniel Fortunov
Re: psycopg3 transactions
Daniele Varrazzo
Re: psycopg3 transactions
Karsten Hilbert
Re: psycopg3 transactions
Karsten Hilbert
Re: psycopg3 transactions
Magnus Hagander
Re: psycopg3 transactions
Daniele Varrazzo
Aw: Re: psycopg3 transactions
Karsten Hilbert
Re: Re: psycopg3 transactions
Daniele Varrazzo
Re: Re: psycopg3 transactions
Magnus Hagander
Re: psycopg3 transactions
Christophe Pettus
Re: psycopg3 transactions
Daniel Fortunov
Re: psycopg3 transactions
Reuben Rissler
Aw: Re: psycopg3 transactions
Karsten Hilbert
Re: Re: psycopg3 transactions
Daniel Fortunov
Re: Re: psycopg3 transactions
Karsten Hilbert
Re: psycopg3 transactions
Adrian Klaver
Re: psycopg3 transactions
Karsten Hilbert
From spycopg2 to psycopg3 data adaptation
Paolo De Stefani
Re: From spycopg2 to psycopg3 data adaptation
Daniele Varrazzo
How to build statically on Windows
Dan Davis
Re: How to build statically on Windows
Daniele Varrazzo
Re: How to build statically on Windows
Jason Erickson
Re: How to build statically on Windows
Dan Davis
Re: How to build statically on Windows
Dan Davis
Re: How to build statically on Windows
Dan Davis
Re: How to build statically on Windows
Daniele Varrazzo
Re: How to build statically on Windows
Jason Erickson
Re: How to build statically on Windows
Daniele Varrazzo
psycopg3 and cur.description behavior
Paolo De Stefani
Re: psycopg3 and cur.description behavior
Daniele Varrazzo
Re: psycopg3 and cur.description behavior
Paolo De Stefani
Re: psycopg3 and cur.description behavior
Daniele Varrazzo
Psycopg 3 beta 1 released!
Daniele Varrazzo
A Django backend for PostgreSQL using Psycopg 3
Daniele Varrazzo
New user questions
Rich Shepard
Re: New user questions
Adrian Klaver
Re: New user questions
Rich Shepard
Re: New user questions
Adrian Klaver
Re: New user questions
Rich Shepard
Re: New user questions
Adrian Klaver
Re: New user questions
Adrian Klaver
Re: New user questions
Rich Shepard
RE: New user questions
David Raymond
RE: New user questions
Rich Shepard
First testing packages for Psycopg 3!
Daniele Varrazzo
Psycopg 2.9 released
Daniele Varrazzo
Connection pool branch merged in psycopg3
Daniele Varrazzo
Re: Connection pool branch merged in psycopg3
Rory Campbell-Lange
connect using env. variables
Hans Ginzel
Re: connect using env. variables
Sebastiaan Mannem
Re: connect using env. variables
Hans Ginzel
Re: connect using env. variables
Daniele Varrazzo
Re: connect using env. variables
Hans Ginzel
Re: connect using env. variables
Daniele Varrazzo
insert DEFAULT value
Hans Ginzel
Earlier messages