Mailing lists [pgsql-hackers]
- Re: moving some code out of explain.c Robert Haas
- Re: [PROPOSAL] : Disallow use of empty column name in (column_name '') in ALTER or CREATE of foreign table. Tom Lane
- Re: moving some code out of explain.c Tom Lane
- Re: [PROPOSAL] : Disallow use of empty column name in (column_name '') in ALTER or CREATE of foreign table. Robert Haas
- Re: moving some code out of explain.c Robert Haas
- Re: Update docs for UUID data type Andy Alsup
- Re: moving some code out of explain.c Tom Lane
- Re: Should work_mem be stable for a prepared statement? David Rowley
- Re: Update docs for UUID data type Masahiko Sawada
- RE: Improve CRC32C performance on SSE4.2 Devulapalli, Raghuveer
- Re: Should work_mem be stable for a prepared statement? Tom Lane
- Re: Log connection establishment timings Melanie Plageman
- Re: Confine vacuum skip logic to lazy_scan_skip Melanie Plageman
- Re: SQL:2023 JSON simplified accessor support Alexandra Wang
- Re: Make COPY format extendable: Extract COPY TO format implementations Masahiko Sawada
- Re: Statistics Import and Export Melanie Plageman
- Re: Restrict copying of invalidated replication slots Masahiko Sawada
- Re: Should work_mem be stable for a prepared statement? Jeff Davis
- Re: [PATCH] Add regression tests of ecpg command notice (error / warning) Ryo Kanbayashi
- Re: long-standing data loss bug in initial sync of logical replication Masahiko Sawada
- Re: Showing primitive index scan count in EXPLAIN ANALYZE (for skip scan and SAOP scans) Peter Geoghegan
- Re: Small memory fixes for pg_createsubcriber Michael Paquier
- Re: Confine vacuum skip logic to lazy_scan_skip Thomas Munro
- Re: Improve documentation regarding custom settings, placeholders, and the administrative functions Zhang Mingli
- Re: Update docs for UUID data type Andy Alsup
- Re: Why doesn't GiST VACUUM require a super-exclusive lock, like nbtree VACUUM? Peter Geoghegan
- Re: Confine vacuum skip logic to lazy_scan_skip Thomas Munro
- Re: Statistics Import and Export Jeff Davis
- Re: per backend WAL statistics Michael Paquier
- Re: Statistics Import and Export Corey Huinker
- Re: ReplicationSlotRelease() crashes when the instance is in the single user mode Amit Kapila
- Re: Restrict copying of invalidated replication slots Amit Kapila
- Re: Disabling vacuum truncate for autovacuum Nathan Bossart
- Re: Statistics Import and Export Greg Sabino Mullane
- Re: Make COPY format extendable: Extract COPY TO format implementations Sutou Kouhei
- Re: Licence preamble update Noah Misch
- Re: Reduce TupleHashEntryData struct size by half David Rowley
- Re: long-standing data loss bug in initial sync of logical replication Amit Kapila
- Re: Disabling vacuum truncate for autovacuum Gurjeet Singh
- Re: Statistics Import and Export Corey Huinker
- Re: NOT ENFORCED constraint feature Amul Sul
- Re: Log connection establishment timings Bertrand Drouvot
- Re: Log connection establishment timings Bertrand Drouvot
- Remove extra Sort node above a btree-compatible Index Scan Alexandra Wang
- Re: Remove extra Sort node above a btree-compatible Index Scan Peter Geoghegan
- Re: Adding support for SSLKEYLOGFILE in the frontend Abhishek Chanda
- Re: [BUG]: the walsender does not update its IO statistics until it exits Michael Paquier
- RE: ReplicationSlotRelease() crashes when the instance is in the single user mode Hayato Kuroda (Fujitsu)
- RE: SIMD optimization for list_sort R, Rakshit
- Re: Remove extra Sort node above a btree-compatible Index Scan Tom Lane
- Re: Log connection establishment timings Bertrand Drouvot
- Re: Extend postgres_fdw_get_connections to return remote backend pid Sagar Shedge
- Re: Disabling vacuum truncate for autovacuum Laurenz Albe
- Re: Adding support for SSLKEYLOGFILE in the frontend Abhishek Chanda
- Re: Amcheck verification of GiST and GIN Kirill Reshke
- Re: SQLFunctionCache and generic plans Pavel Stehule
- Re: long-standing data loss bug in initial sync of logical replication Amit Kapila
- Re: Get rid of WALBufMappingLock Michael Paquier
- Re: Orphaned users in PG16 and above can only be managed by Superusers Ashutosh Sharma
- Re: Proposal: Limitations of palloc inside checkpointer Maxim Orlov
- Re: long-standing data loss bug in initial sync of logical replication Benoit Lobréau
- Re: [BUG]: the walsender does not update its IO statistics until it exits Michael Paquier
- Re: Proposal: Limitations of palloc inside checkpointer Maxim Orlov
- Re: Statistics Import and Export: difference in statistics dumped Ashutosh Bapat
- Re: per backend WAL statistics Bertrand Drouvot
- Re: Introduce "log_connection_stages" setting. Sergey Dudoladov
- Re: Introduce "log_connection_stages" setting. Bertrand Drouvot
- Re: Adding a '--clean-publisher-objects' option to 'pg_createsubscriber' utility. Shubham Khanna
- Re: [BUG]: the walsender does not update its IO statistics until it exits Bertrand Drouvot
- Re: Small memory fixes for pg_createsubcriber Ranier Vilela
- Re: long-standing data loss bug in initial sync of logical replication Amit Kapila
- Re: Replace IN VALUES with ANY in WHERE clauses during optimization Alena Rybakina
- Re: Add RESPECT/IGNORE NULLS and FROM FIRST/LAST options Tatsuo Ishii
- Re: Changing shared_buffers without restart Ashutosh Bapat
- Re: Changing shared_buffers without restart Ashutosh Bapat
- Re: Extend postgres_fdw_get_connections to return remote backend pid Fujii Masao
- Re: Add “FOR UPDATE NOWAIT” lock details to the log. Yuki Seino
- Re: Improve CRC32C performance on SSE4.2 John Naylor
- Re: Get rid of WALBufMappingLock Yura Sokolov
- Re: per backend WAL statistics Michael Paquier
- Re: Extend postgres_fdw_get_connections to return remote backend pid Sagar Shedge
- Re: Get rid of WALBufMappingLock Yura Sokolov
- Re: explain analyze rows=%.0f Ilia Evdokimov
- Re: Enhance 'pg_createsubscriber' to retrieve databases automatically when no database is provided. Shubham Khanna
- Re: SIMD optimization for list_sort John Naylor
- Re: Enhance 'pg_createsubscriber' to retrieve databases automatically when no database is provided. Shubham Khanna
- Re: Enhance 'pg_createsubscriber' to retrieve databases automatically when no database is provided. Shubham Khanna
- Re: Enhance 'pg_createsubscriber' to retrieve databases automatically when no database is provided. Shubham Khanna
- Re: Add “FOR UPDATE NOWAIT” lock details to the log. Fujii Masao
- Re: Implement waiting for wal lsn replay: reloaded Yura Sokolov
- RE: Enhance 'pg_createsubscriber' to retrieve databases automatically when no database is provided. Hayato Kuroda (Fujitsu)
- Re: Get rid of WALBufMappingLock Álvaro Herrera
- Re: Simplify the logic a bit (src/bin/scripts/reindexdb.c) Ranier Vilela
- Re: bug: ALTER TABLE ADD VIRTUAL GENERATED COLUMN with table rewrite Srinath Reddy
- Re: SQL function which allows to distinguish a server being in point in time recovery mode and an ordinary replica m.litsarev@postgrespro.ru
- Re: [PoC] Federated Authn/z with OAUTHBEARER Thomas Munro
- Re: Get rid of WALBufMappingLock Michael Paquier
- Re: Implement waiting for wal lsn replay: reloaded Yura Sokolov
- Re: doc: create table improvements Laurenz Albe
- Re: SQL function which allows to distinguish a server being in point in time recovery mode and an ordinary replica m.litsarev@postgrespro.ru
- Re: [PATCH] Add regression tests of ecpg command notice (error / warning) Fujii Masao
- Re: Lowering temp_buffers minimum Matthias van de Meent
- Re: moving some code out of explain.c Robert Haas
- Re: Introduce "log_connection_stages" setting. Melanie Plageman
- Re: RFC: Additional Directory for Extensions Matheus Alcantara
- Re: Enhancing Memory Context Statistics Reporting Daniel Gustafsson
- Re: Adding NetBSD and OpenBSD to Postgres CI Thomas Munro
- Re: Add Pipelining support in psql Daniel Verite
- Space missing from EXPLAIN output Thom Brown
- Re: Proposal: Limitations of palloc inside checkpointer Maxim Orlov
- Re: Space missing from EXPLAIN output Fabrízio de Royes Mello
- Re: Licence preamble update Tom Lane
- Re: Space missing from EXPLAIN output Thom Brown
- Re: Adding NetBSD and OpenBSD to Postgres CI Nazir Bilal Yavuz
- Re: [PoC] Federated Authn/z with OAUTHBEARER Jacob Champion
- Re: Incorrect result of bitmap heap scan. Matthias van de Meent
- Re: Trigger more frequent autovacuums of heavy insert tables Nathan Bossart
- Re: jsonb_strip_nulls with arrays? Florents Tselai
- Re: Remove extra Sort node above a btree-compatible Index Scan Alexandra Wang
- Re: Space missing from EXPLAIN output Robert Haas
- Re: [PATCH] New predefined role pg_manage_extensions Michael Banck
- Re: Disabling vacuum truncate for autovacuum Nathan Bossart