Messages by Date
-
2026/04/22
Re: Warn on missing replica identity in CREATE/ALTER PUBLICATION
南拓弥
-
2026/04/22
Re: [PATCH] Fix hashed ScalarArrayOp semantics for NULL LHS with non-strict comparators
Chengpeng Yan
-
2026/04/22
Re: Question about criteria for adding items to the v19 open items wiki page
Chao Li
-
2026/04/22
Re: Question about criteria for adding items to the v19 open items wiki page
Tom Lane
-
2026/04/22
Re: [PATCH] Fix hashed ScalarArrayOp semantics for NULL LHS with non-strict comparators
David Rowley
-
2026/04/22
Re: Question about criteria for adding items to the v19 open items wiki page
Chao Li
-
2026/04/22
Re: Fix memory leak in postmasterMain
Chao Li
-
2026/04/22
Re: Cleanup shadows variable warnings, round 1
David Rowley
-
2026/04/22
Re: Question about criteria for adding items to the v19 open items wiki page
David G. Johnston
-
2026/04/22
Re: Exit walsender before confirming remote flush in logical replication
Fujii Masao
-
2026/04/22
Re: Skipping schema changes in publication
vignesh C
-
2026/04/22
Re: Question about criteria for adding items to the v19 open items wiki page
Tom Lane
-
2026/04/22
Question about criteria for adding items to the v19 open items wiki page
Chao Li
-
2026/04/22
Re: [PATCH] Fix hashed ScalarArrayOp semantics for NULL LHS with non-strict comparators
Chengpeng Yan
-
2026/04/22
Re: [PATCH] Fix duplicate errmsg in ALTER TABLE SPLIT PARTITION
Ayush Tiwari
-
2026/04/22
Re: New vacuum config to avoid anti wraparound vacuums
David Rowley
-
2026/04/22
Re: Bug in ALTER SUBSCRIPTION ... SERVER / ... CONNECTION with broken old server
Chao Li
-
2026/04/22
Re: GUC parameter ACLs and physical walsender
John Naylor
-
2026/04/22
Re: CheckAttributeType() forgot to recurse into multiranges
Chao Li
-
2026/04/22
Re: The bogus calls in remove_self_join_rel()
David Rowley
-
2026/04/22
Re: [PATCH] Fix duplicate errmsg in ALTER TABLE SPLIT PARTITION
jian he
-
2026/04/22
The bogus calls in remove_self_join_rel()
Richard Guo
-
2026/04/22
Re: Parallel Apply
Peter Smith
-
2026/04/22
Re: Implement missing join selectivity estimation for range types
Haibo Yan
-
2026/04/22
Re: pg_test_timing: fix unit typo and widen diff type
Chao Li
-
2026/04/22
Re: Parallel Apply
Peter Smith
-
2026/04/22
Re: RFC: pg_stat_logmsg
Xuneng Zhou
-
2026/04/22
Re: EXCEPT TABLE - Case inconsistency for describe \d and \dRp+
Peter Smith
-
2026/04/22
Re: Add null check on get_tablespace_name() return in pg_get_database_ddl_internal
Chao Li
-
2026/04/22
Re: [PATCH] Fix hashed ScalarArrayOp semantics for NULL LHS with non-strict comparators
David Rowley
-
2026/04/22
Add null check on get_tablespace_name() return in pg_get_database_ddl_internal
SATYANARAYANA NARLAPURAM
-
2026/04/22
Re: PostgreSQL 17: Bug in libpq when libpq is dlopened/closed multiple times
Tom Lane
-
2026/04/22
Re: PostgreSQL 17: Bug in libpq when libpq is dlopened/closed multiple times
Jacob Champion
-
2026/04/22
Re: PostgreSQL 17: Bug in libpq when libpq is dlopened/closed multiple times
Jacob Champion
-
2026/04/22
Re: [RFC][PATCH] Order qual clauses by combined cost and selectivity
Tom Lane
-
2026/04/22
Re: Reduce build times of pg_trgm GIN indexes
David Geier
-
2026/04/22
Re: Reduce build times of pg_trgm GIN indexes
Heikki Linnakangas
-
2026/04/22
CheckAttributeType() forgot to recurse into multiranges
Heikki Linnakangas
-
2026/04/22
[RFC][PATCH] Order qual clauses by combined cost and selectivity
Staroverov Ilja
-
2026/04/22
Re: Return value of XLogInsertRecord() for XLOG_SWITCH record
반지현
-
2026/04/22
New vacuum config to avoid anti wraparound vacuums
Mok
-
2026/04/22
Re: [PATCH] Fix null pointer dereference in PG19
Paul A Jungwirth
-
2026/04/22
Re: SQL:2011 Application Time Update & Delete
Paul A Jungwirth
-
2026/04/22
Re: [PATCH] Fix null pointer dereference in PG19
Paul A Jungwirth
-
2026/04/22
Fix race condition in pg_get_publication_tables with concurrent DROP TABLE
Bharath Rupireddy
-
2026/04/22
Re: PostgreSQL 17: Bug in libpq when libpq is dlopened/closed multiple times
Tom Lane
-
2026/04/22
Re: PostgreSQL 17: Bug in libpq when libpq is dlopened/closed multiple times
Nico Williams
-
2026/04/22
GUC parameter ACLs and physical walsender
Jeff Davis
-
2026/04/22
Re: Startup process deadlock: WaitForProcSignalBarriers vs aux process
Andres Freund
-
2026/04/22
Adding an explaining title to Notes on SGML
Marcos Pegoraro
-
2026/04/22
Re: Inconsistent trigger behavior between two temporal leftovers
Paul A Jungwirth
-
2026/04/22
Re: PostgreSQL 17: Bug in libpq when libpq is dlopened/closed multiple times
Jacob Champion
-
2026/04/22
Re: FOR PORTION OF does not recompute GENERATED STORED columns that depend on the range column
Paul A Jungwirth
-
2026/04/22
Re: Fix memory leak in postmasterMain
Andres Freund
-
2026/04/22
Re: Cleanup explain_memoize function after test
Bertrand Drouvot
-
2026/04/22
Re: Fix pg_upgrade to detect invalid logical replication slots on PG19
Masahiko Sawada
-
2026/04/22
Fix DROP PROPERTY GRAPH "unsupported object class" error
Bertrand Drouvot
-
2026/04/22
Re: pg_test_timing: fix unit typo and widen diff type
Fujii Masao
-
2026/04/22
Re: StringInfo fixes, v19 edition. Plus a few oddities
vignesh C
-
2026/04/22
Re: Fix memory leak in postmasterMain
Fujii Masao
-
2026/04/22
Re: RFC: pg_stat_logmsg
Fabrízio de Royes Mello
-
2026/04/22
Re: Two issues leading to discrepancies in FSM data on the standby server
Melanie Plageman
-
2026/04/22
Re: PoC: Add condition variable support to WaitEventSetWait()
Yura Sokolov
-
2026/04/22
Re: Track skipped tables during autovacuum and autoanalyze
Sami Imseih
-
2026/04/22
RE: Bug in ALTER SUBSCRIPTION ... SERVER / ... CONNECTION with broken old server
Hayato Kuroda (Fujitsu)
-
2026/04/22
Re: Two issues leading to discrepancies in FSM data on the standby server
Alexander Korotkov
-
2026/04/22
Re: Get rid of translation strings that only contain punctuation
Amit Kapila
-
2026/04/22
Re: Parallel Apply
shveta malik
-
2026/04/22
Re: MERGE PARTITIONS and DEPENDS ON EXTENSION.
Matheus Alcantara
-
2026/04/22
Re: MERGE PARTITIONS and DEPENDS ON EXTENSION.
Alexander Korotkov
-
2026/04/22
Re: Skipping schema changes in publication
Amit Kapila
-
2026/04/22
Re: MERGE PARTITIONS and DEPENDS ON EXTENSION.
Matheus Alcantara
-
2026/04/22
Re: EXCEPT TABLE - Case inconsistency for describe \d and \dRp+
Amit Kapila
-
2026/04/22
Re: MERGE PARTITIONS and DEPENDS ON EXTENSION.
Kirill Reshke
-
2026/04/22
Re: MERGE PARTITIONS and DEPENDS ON EXTENSION.
Alexander Korotkov
-
2026/04/22
Startup process deadlock: WaitForProcSignalBarriers vs aux process
Matthias van de Meent
-
2026/04/22
Re: [BUG]: WHERE CURRENT OF cursor fail on tables that have virtual generated columns
Dean Rasheed
-
2026/04/22
Re: [PATCH] Fix duplicate errmsg in ALTER TABLE SPLIT PARTITION
Ayush Tiwari
-
2026/04/22
Re: MERGE PARTITIONS and DEPENDS ON EXTENSION.
Matheus Alcantara
-
2026/04/22
Re: MERGE PARTITIONS and DEPENDS ON EXTENSION.
Kirill Reshke
-
2026/04/22
Re: MERGE PARTITIONS and DEPENDS ON EXTENSION.
Matheus Alcantara
-
2026/04/22
Re: MERGE PARTITIONS and DEPENDS ON EXTENSION.
Matheus Alcantara
-
2026/04/22
Re: MERGE PARTITIONS and DEPENDS ON EXTENSION.
Kirill Reshke
-
2026/04/22
Re: [PATCH] Fix: Partitioned parent index remains invalid after child indexes are repaired
Sami Imseih
-
2026/04/22
RE: Skipping schema changes in publication
Zhijie Hou (Fujitsu)
-
2026/04/22
Re: Skipping schema changes in publication
shveta malik
-
2026/04/22
Re: Feature: Use DNS SRV records for connecting
Andrey Borodin
-
2026/04/22
Re: DOCS - Add introductory paragraph to Getting Started chapter
Dragos Andriciuc
-
2026/04/22
Re: [WIP] Pipelined Recovery
Xuneng Zhou
-
2026/04/22
Re: Adding REPACK [concurrently]
Alvaro Herrera
-
2026/04/22
Re: Cleanup explain_memoize function after test
Chao Li
-
2026/04/22
Re: Parallel Apply
shveta malik
-
2026/04/22
Re: Fix pg_upgrade to detect invalid logical replication slots on PG19
Chao Li
-
2026/04/22
Re: Wrong results with equality search using trigram index and non-deterministic collation
Laurenz Albe
-
2026/04/22
Re: pg_test_timing: fix unit typo and widen diff type
Chao Li
-
2026/04/22
Re: [PATCH] Fix duplicate errmsg in ALTER TABLE SPLIT PARTITION
Ayush Tiwari
-
2026/04/22
Re: amcheck support for BRIN indexes
Arseniy Mukhin
-
2026/04/22
Re: [BUG] ON CONFLICT DO UPDATE SET x = EXCLUDED.<virtual-generated-column> errors or silently writes NULL
Dean Rasheed
-
2026/04/22
Re: Fix pg_upgrade to detect invalid logical replication slots on PG19
Masahiko Sawada
-
2026/04/22
Re: [PATCH] Fix duplicate errmsg in ALTER TABLE SPLIT PARTITION
jian he
-
2026/04/22
Re: Cleanup shadows variable warnings, round 1
Chao Li
-
2026/04/22
Re: ECPG: inconsistent behavior with the document in “GET/SET DESCRIPTOR.”
lakshmi
-
2026/04/22
Re: Re: pg_test_timing: fix unit typo and widen diff type
Fujii Masao
-
2026/04/21
Cleanup explain_memoize function after test
Kirill Reshke
-
2026/04/21
Re: Fix memory leak in postmasterMain
Chao Li
-
2026/04/21
Re: Wrong results with equality search using trigram index and non-deterministic collation
David Geier
-
2026/04/21
Re: Fix HAVING-to-WHERE pushdown with nondeterministic collations
Richard Guo
-
2026/04/21
Re: Cleanup shadows variable warnings, round 1
Yuchen Li
-
2026/04/21
Re: ERROR: failed to find conversion function from unknown to text
jian he
-
2026/04/21
Re: Cleanup shadows variable warnings, round 1
Peter Smith
-
2026/04/21
Re: Fix pg_upgrade to detect invalid logical replication slots on PG19
shveta malik
-
2026/04/21
Re: [BUG] CRASH: ECPGprepared_statement() and ECPGdeallocate_all() when connection is NULL
Nishant Sharma
-
2026/04/21
Re: [PATCH] Remove dead code in ExecForPortionOfLeftovers()
jian he
-
2026/04/21
Re: Eliminating SPI / SQL from some RI triggers - take 3
Amit Langote
-
2026/04/21
Re: [PATCH] Remove dead code in ExecForPortionOfLeftovers()
Quan Zongliang
-
2026/04/21
Re: Warn on missing replica identity in CREATE/ALTER PUBLICATION
shveta malik
-
2026/04/21
Re: Get rid of translation strings that only contain punctuation
Peter Smith
-
2026/04/21
Re: First draft of PG 19 release notes
jian he
-
2026/04/21
Re: Skipping schema changes in publication
Peter Smith
-
2026/04/21
Re: PoC: Add condition variable support to WaitEventSetWait()
Xuneng Zhou
-
2026/04/21
Re: Get rid of translation strings that only contain punctuation
Tom Lane
-
2026/04/21
Re: Get rid of translation strings that only contain punctuation
Peter Smith
-
2026/04/21
Re: on_error table, saving error info to a table
jian he
-
2026/04/21
Re: [PATCH] Allow SJE to recognize GiST-backed temporal primary keys
David Rowley
-
2026/04/21
Bug in ALTER SUBSCRIPTION ... SERVER / ... CONNECTION with broken old server
Chao Li
-
2026/04/21
Re: [PATCH] Fix: Partitioned parent index remains invalid after child indexes are repaired
Michael Paquier
-
2026/04/21
Re: Questionable description about character sets
Henson Choi
-
2026/04/21
Re: Get rid of translation strings that only contain punctuation
Tom Lane
-
2026/04/21
Re: Get rid of translation strings that only contain punctuation
Peter Smith
-
2026/04/21
Re: FOR PORTION OF does not recompute GENERATED STORED columns that depend on the range column
jian he
-
2026/04/21
Re: Get rid of translation strings that only contain punctuation
Tom Lane
-
2026/04/21
Get rid of translation strings that only contain punctuation
David Rowley
-
2026/04/21
Re: Fix bug with accessing to temporary tables of other sessions
Michael Paquier
-
2026/04/21
Re: [PATCH] Fix null pointer dereference in PG19
Tom Lane
-
2026/04/21
Re: [PATCH] Fix null pointer dereference in PG19
Paul A Jungwirth
-
2026/04/21
Re: bufmgr: pass through I/O stats context in FlushUnlockedBuffer()
Chao Li
-
2026/04/21
Re: bufmgr: pass through I/O stats context in FlushUnlockedBuffer()
Melanie Plageman
-
2026/04/21
Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access)
Melanie Plageman
-
2026/04/21
Re: First draft of PG 19 release notes
Bruce Momjian
-
2026/04/21
Re: First draft of PG 19 release notes
Bruce Momjian
-
2026/04/21
Re: First draft of PG 19 release notes
Bruce Momjian
-
2026/04/21
Re: MERGE PARTITIONS and DEPENDS ON EXTENSION.
Alexander Korotkov
-
2026/04/21
Re: MERGE PARTITIONS and DEPENDS ON EXTENSION.
Matheus Alcantara
-
2026/04/21
[PATCH] Allow SJE to recognize GiST-backed temporal primary keys
SATYANARAYANA NARLAPURAM
-
2026/04/21
Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access)
Melanie Plageman
-
2026/04/21
Re: Exit walsender before confirming remote flush in logical replication
Fujii Masao
-
2026/04/21
Re: Incorrect checksum in control file with pg_rewind test
Alexander Lakhin
-
2026/04/21
Re: Add \pset options for boolean value display
David G. Johnston
-
2026/04/21
Re: PoC: Add condition variable support to WaitEventSetWait()
Yura Sokolov
-
2026/04/21
Re: Better shared data structure management and resizable shared data structures
Ashutosh Bapat
-
2026/04/21
Re: MERGE PARTITIONS and DEPENDS ON EXTENSION.
Alexander Korotkov
-
2026/04/21
[Patch]Add Graph* node support to expression_tree_mutator
SATYANARAYANA NARLAPURAM
-
2026/04/21
Re: First draft of PG 19 release notes
Andres Freund
-
2026/04/21
Coverage with make coverage-html is broken on latest Debian using lcov v2
Narek Galstyan
-
2026/04/21
Re: [PATCH] Fix null pointer dereference in PG19
Tom Lane
-
2026/04/21
Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access)
Melanie Plageman
-
2026/04/21
Re: FOR PORTION OF does not recompute GENERATED STORED columns that depend on the range column
Paul A Jungwirth
-
2026/04/21
Re: [PATCH] Doc: Fix missing func_signature role in pg_get_tablespace_ddl entry
Tatsuya Kawata
-
2026/04/21
Re: Fix memory leak in postmasterMain
Henrik TJ
-
2026/04/21
Re: Two issues leading to discrepancies in FSM data on the standby server
Melanie Plageman
-
2026/04/21
Re: Non-robust plpgsql_trap test
Andrew Dunstan
-
2026/04/21
Non-robust plpgsql_trap test
Tom Lane
-
2026/04/21
Re: Implement missing join selectivity estimation for range types
SCHOEMANS Maxime
-
2026/04/21
Re: Cleanup shadows variable warnings, round 1
Álvaro Herrera
-
2026/04/21
Re: Two issues leading to discrepancies in FSM data on the standby server
Alexander Korotkov
-
2026/04/21
[PATCH] Fix null pointer dereference in PG19
Aleksander Alekseev
-
2026/04/21
Re: MERGE PARTITIONS and DEPENDS ON EXTENSION.
Matheus Alcantara
-
2026/04/21
Re: Fix bug with accessing to temporary tables of other sessions
Daniil Davydov
-
2026/04/21
Re: [PATCH] Fix column name escaping in postgres_fdw stats import
Etsuro Fujita
-
2026/04/21
Re: Fix bug with accessing to temporary tables of other sessions
Jim Jones
-
2026/04/21
Re: First draft of PG 19 release notes
Etsuro Fujita
-
2026/04/21
PGConf.dev 2026: Community session on batched/vectorized execution primitives
Amit Langote
-
2026/04/21
[PATCH] Remove dead code in ExecForPortionOfLeftovers()
Aleksander Alekseev
-
2026/04/21
Re: [Bug][patch]: After dropping the last label from a property graph element, invoking pg_get_propgraphdef() triggers an assertion failure
Ashutosh Bapat
-
2026/04/21
Re: Incorrect checksum in control file with pg_rewind test
Alexander Korotkov
-
2026/04/21
Re: ECPG: inconsistent behavior with the document in “GET/SET DESCRIPTOR.”
lakshmi
-
2026/04/21
Re: [PATCH] Fix column name escaping in postgres_fdw stats import
Ayush Tiwari
-
2026/04/21
Re: Return value of XLogInsertRecord() for XLOG_SWITCH record
cca5507
-
2026/04/21
Re: [PATCH] Fix column name escaping in postgres_fdw stats import
Etsuro Fujita
-
2026/04/21
RE: Parallel Apply
Zhijie Hou (Fujitsu)
-
2026/04/21
Re: Cleanup shadows variable warnings, round 1
David Rowley
-
2026/04/21
Re: Fix array-element quoting in postgres_fdw import statistics
Etsuro Fujita
-
2026/04/21
Re: Fix bug with accessing to temporary tables of other sessions
Alexander Korotkov
-
2026/04/21
Re: Bug: trailing comma syntax error in postgres_fdw fetch_attstats()
Etsuro Fujita
-
2026/04/21
Re: A very quick observation of dangling pointers in Postgres pathlists
David Rowley
-
2026/04/21
Re: Exit walsender before confirming remote flush in logical replication
Evgeny Voropaev
-
2026/04/21
Re: SQL:2011 Application Time Update & Delete
jian he
-
2026/04/21
Re: [PATCH] Fix duplicate errmsg in ALTER TABLE SPLIT PARTITION
Ayush Tiwari
-
2026/04/21
Re: A very quick observation of dangling pointers in Postgres pathlists
Andrei Lepikhov
-
2026/04/21
Re: Request to expedite cool-off period for new account
CharSyam
-
2026/04/21
Re: [PATCH] Fix duplicate errmsg in ALTER TABLE SPLIT PARTITION
Ayush Tiwari
-
2026/04/21
RE: ECPG: inconsistent behavior with the document in “GET/SET DESCRIPTOR.”
Masashi Kamura (Fujitsu)
-
2026/04/21
Re: Return value of XLogInsertRecord() for XLOG_SWITCH record
반지현
-
2026/04/21
Request to expedite cool-off period for new account
반지현
-
2026/04/21
Re: A very quick observation of dangling pointers in Postgres pathlists
David Rowley
-
2026/04/21
Re: A very quick observation of dangling pointers in Postgres pathlists
Alena Rybakina
-
2026/04/21
Re: Bug: pg_get_viewdef() fails on GRAPH_TABLE views with lateral column references
SATYANARAYANA NARLAPURAM
-
2026/04/21
Re: [Bug][patch]: After dropping the last label from a property graph element, invoking pg_get_propgraphdef() triggers an assertion failure
SATYANARAYANA NARLAPURAM
-
2026/04/21
RE: ECPG: inconsistent behavior with the document in “GET/SET DESCRIPTOR.”
Hayato Kuroda (Fujitsu)
-
2026/04/21
Re: Better shared data structure management and resizable shared data structures
Heikki Linnakangas