Архив рассылок [pgsql-hackers]
- Re: pg_logical_slot_get_changes waits continously for a partial WAL record spanning across 2 pages Alexander Korotkov
- Re: Adding basic NUMA awareness Tomas Vondra
- Re: Adding basic NUMA awareness Tomas Vondra
- Re: [PATCH] Add tests for binaryheap.c Nathan Bossart
- Re: Collation and primary keys Laurenz Albe
- Re: Log prefix missing for subscriber log messages received from publisher Fujii Masao
- Re: Issues with hash and GiST LP_DEAD setting for kill_prior_tuple Mihail Nikalayeu
- Re: simple patch for discussion David Rowley
- Making type Datum be 8 bytes everywhere Tom Lane
- Proposal: Out-of-Order NOTIFY via GUC to Improve LISTEN/NOTIFY Throughput Rishu Bagga
- Add pg_exclusive_locks view for fast AccessExclusiveLock checks Lukas Fittl
- simple patch for discussion David G. Johnston
- Re: Proposal: Out-of-Order NOTIFY via GUC to Improve LISTEN/NOTIFY Throughput Tom Lane
- Re: [PATCH] Proposal to Enable/Disable Index using ALTER INDEX David Rowley
- Re: PostgreSQL 16 bug feedback yexiu-glory
- Re: PostgreSQL 16 bug feedback yexiu-glory
- Re: PostgreSQL 16 bug feedback David G. Johnston
- Re: Conflict detection for update_deleted in logical replication Dilip Kumar
- Re: [PATCH] Proposal to Enable/Disable Index using ALTER INDEX Sami Imseih
- Re: simple patch for discussion Andy Fan
- Re: Proposal to Enable/Disable Index using ALTER INDEX David G. Johnston
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Amit Kapila
- Re: simple patch for discussion David Rowley
- Re: simple patch for discussion David G. Johnston
- Re: simple patch for discussion David G. Johnston
- Re: Improve pg_sync_replication_slots() to wait for primary to advance Dilip Kumar
- Re: [PATCH] Proposal to Enable/Disable Index using ALTER INDEX David Rowley
- Re: Logical Replication of sequences Dilip Kumar
- Re: Improve pg_sync_replication_slots() to wait for primary to advance shveta malik
- Re: Improve pg_sync_replication_slots() to wait for primary to advance Dilip Kumar
- Re: Improve pg_sync_replication_slots() to wait for primary to advance shveta malik
- Re: Improve pg_sync_replication_slots() to wait for primary to advance Dilip Kumar
- Re: Adding wait events statistics Bertrand Drouvot
- Re: Improving and extending int128.h to more of numeric.c John Naylor
- Re: Proposal: Out-of-Order NOTIFY via GUC to Improve LISTEN/NOTIFY Throughput Joel Jacobson
- Re: Improving and extending int128.h to more of numeric.c John Naylor
- Lossless transmission of double precision floating point Michael J. Baars
- Re: meson and check-tests Ashutosh Bapat
- Re: psql: tab-completion support for COPY ... TO/FROM STDIN, STDOUT, and PROGRAM Yugo Nagata
- Lossless transmission of double precision floating point Michael J. Baars
- Re: Suggestion to add --continue-client-on-abort option to pgbench Rintaro Ikeda
- Re: Proposal: Out-of-Order NOTIFY via GUC to Improve LISTEN/NOTIFY Throughput Joel Jacobson
- Re: leafhopper / snakefly failing to build HEAD - GCC bug Robins Tharakan
- Re: Logical Replication of sequences Dilip Kumar
- Re: Improve error reporting in 027_stream_regress test Nazir Bilal Yavuz
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart shveta malik
- Re: track generic and custom plans in pg_stat_statements Andrei Lepikhov
- Upgrade from Fedora 40 to Fedora 42, or from PostgreSQL 16.3 to PostgreSQL 16.9 Michael J. Baars
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Amit Kapila
- Re: Make COPY format extendable: Extract COPY TO format implementations Sutou Kouhei
- Re: Proposal: Out-of-Order NOTIFY via GUC to Improve LISTEN/NOTIFY Throughput Joel Jacobson
- Re: Make COPY format extendable: Extract COPY TO format implementations Sutou Kouhei
- Re: Foreign key isolation tests Dean Rasheed
- Re: IPC/MultixactCreation on the Standby server Álvaro Herrera
- Re: Slot's restart_lsn may point to removed WAL segment after hard restart unexpectedly Alexander Korotkov
- Re: Slot's restart_lsn may point to removed WAL segment after hard restart unexpectedly Alexander Korotkov
- Re: Logical Replication of sequences Amit Kapila
- Re: Slot's restart_lsn may point to removed WAL segment after hard restart unexpectedly Amit Kapila
- Re: Conflict detection for update_deleted in logical replication Nisha Moond
- Re: C11 / VS 2019 Peter Eisentraut
- Document slot's restart_lsn can go backward Alexander Korotkov
- Re: Slot's restart_lsn may point to removed WAL segment after hard restart unexpectedly Alexander Korotkov
- Re: Memory consumed by paths during partitionwise join planning Ashutosh Bapat
- Re: IPC/MultixactCreation on the Standby server Álvaro Herrera
- RE: Conflict detection for update_deleted in logical replication Zhijie Hou (Fujitsu)
- Re: Upgrade from Fedora 40 to Fedora 42, or from PostgreSQL 16.3 to PostgreSQL 16.9 Ashutosh Bapat
- Verify predefined LWLocks tranches have entries in wait_event_names.txt Bertrand Drouvot
- Re: Fix lwlock.c and wait_event_names.txt discrepancy Bertrand Drouvot
- Re: Missing NULL check after calling ecpg_strdup Aleksander Alekseev
- Re: IPC/MultixactCreation on the Standby server Andrey Borodin
- Re: Upgrade from Fedora 40 to Fedora 42, or from PostgreSQL 16.3 to PostgreSQL 16.9 Tom Lane
- Re: Lossless transmission of double precision floating point Tom Lane
- Re: postgres_fdw could deparse ArrayCoerceExpr Tender Wang
- Even when the data is already ordered, MergeAppend still adds a Sort node feichanghong
- Re: pg_dump does not dump domain not-null constraint's comments jian he
- Re: Proposal to Enable/Disable Index using ALTER INDEX Sami Imseih
- Re: postgres_fdw could deparse ArrayCoerceExpr Alexander Korotkov
- Re: Adding wait events statistics Andres Freund
- Re: Proposal: Out-of-Order NOTIFY via GUC to Improve LISTEN/NOTIFY Throughput Joel Jacobson
- [(known) BUG] DELETE/UPDATE more than one row in partitioned foreign table Jehan-Guillaume de Rorthais
- Re: Horribly slow pg_upgrade performance with many Large Objects Nathan Bossart
- Re: Making type Datum be 8 bytes everywhere Andres Freund
- Re: Verify predefined LWLocks tranches have entries in wait_event_names.txt Nathan Bossart
- Re: Adding basic NUMA awareness Andres Freund
- Re: [PATCH] Let's get rid of the freelist and the buffer_strategy_lock Andres Freund
- Re: Log prefix missing for subscriber log messages received from publisher vignesh C
- Re: Proposal: Out-of-Order NOTIFY via GUC to Improve LISTEN/NOTIFY Throughput Tom Lane
- Re: Making type Datum be 8 bytes everywhere Tom Lane
- Re: [PoC] Federated Authn/z with OAUTHBEARER Andres Freund
- Re: index prefetching Tomas Vondra
- Re: libpq: Process buffered SSL read bytes to support records >8kB on async API Jacob Champion
- Re: index prefetching Tomas Vondra
- Re: index prefetching Peter Geoghegan
- Re: libpq: Process buffered SSL read bytes to support records >8kB on async API Jacob Champion
- Re: Test instability when pg_dump orders by OID Noah Misch
- Re: Support for 8-byte TOAST values (aka the TOAST infinite loop problem) Nikita Malakhov
- Re: track generic and custom plans in pg_stat_statements Sami Imseih
- Re: libpq: Process buffered SSL read bytes to support records >8kB on async API Andres Freund
- Re: Documenting inlining SQL functions Pavel Stehule
- Re: Log prefix missing for subscriber log messages received from publisher Álvaro Herrera
- Re: Adding basic NUMA awareness Tomas Vondra
- Re: [PATCH] avoid double scanning in function byteain Tom Lane
- Re: index prefetching Andres Freund