Архив рассылок [pgsql-hackers]
- Re: First draft of PG 19 release notes Bruce Momjian
- Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access) Melanie Plageman
- Re: bufmgr: pass through I/O stats context in FlushUnlockedBuffer() Melanie Plageman
- Re: bufmgr: pass through I/O stats context in FlushUnlockedBuffer() Chao Li
- Re: [PATCH] Fix null pointer dereference in PG19 Paul A Jungwirth
- Re: [PATCH] Fix null pointer dereference in PG19 Tom Lane
- Re: Fix bug with accessing to temporary tables of other sessions Michael Paquier
- Get rid of translation strings that only contain punctuation David Rowley
- Re: Get rid of translation strings that only contain punctuation Tom Lane
- Re: FOR PORTION OF does not recompute GENERATED STORED columns that depend on the range column jian he
- Re: Get rid of translation strings that only contain punctuation Peter Smith
- Re: Return value of XLogInsertRecord() for XLOG_SWITCH record 반지현
- Re: Get rid of translation strings that only contain punctuation Tom Lane
- Re: Questionable description about character sets Henson Choi
- Re: [PATCH] Fix: Partitioned parent index remains invalid after child indexes are repaired Michael Paquier
- Bug in ALTER SUBSCRIPTION ... SERVER / ... CONNECTION with broken old server Chao Li
- Re: [PATCH] Allow SJE to recognize GiST-backed temporal primary keys David Rowley
- Re: on_error table, saving error info to a table jian he
- Re: Get rid of translation strings that only contain punctuation Peter Smith
- Re: Get rid of translation strings that only contain punctuation Tom Lane
- Re: PoC: Add condition variable support to WaitEventSetWait() Xuneng Zhou
- Re: Skipping schema changes in publication Peter Smith
- Re: First draft of PG 19 release notes jian he
- Re: Get rid of translation strings that only contain punctuation Peter Smith
- Re: Warn on missing replica identity in CREATE/ALTER PUBLICATION shveta malik
- Re: [PATCH] Remove dead code in ExecForPortionOfLeftovers() Quan Zongliang
- Re: Eliminating SPI / SQL from some RI triggers - take 3 Amit Langote
- Re: [PATCH] Remove dead code in ExecForPortionOfLeftovers() jian he
- Re: [BUG] CRASH: ECPGprepared_statement() and ECPGdeallocate_all() when connection is NULL Nishant Sharma
- Re: Fix pg_upgrade to detect invalid logical replication slots on PG19 shveta malik
- Re: Cleanup shadows variable warnings, round 1 Chao Li
- [RFC][PATCH] Order qual clauses by combined cost and selectivity Staroverov Ilja
- Re: Cleanup shadows variable warnings, round 1 Peter Smith
- Re: ERROR: failed to find conversion function from iso-8859-1 to text jian he
- Re: Cleanup shadows variable warnings, round 1 Yuchen Li
- Re: Fix HAVING-to-WHERE pushdown with nondeterministic collations Richard Guo
- Re: Wrong results with equality search using trigram index and non-deterministic collation David Geier
- Re: Fix memory leak in postmasterMain Chao Li
- Cleanup explain_memoize function after test Kirill Reshke
- Re: Re: pg_test_timing: fix unit typo and widen diff type Fujii Masao
- Re: First draft of PG 19 release notes Bruce Momjian
- Re: ECPG: inconsistent behavior with the document in “GET/SET DESCRIPTOR.” lakshmi
- Re: Cleanup shadows variable warnings, round 1 Chao Li
- Re: [PATCH] Fix duplicate errmsg in ALTER TABLE SPLIT PARTITION jian he
- Re: Fix pg_upgrade to detect invalid logical replication slots on PG19 Masahiko Sawada
-
Re: [BUG] ON CONFLICT DO UPDATE SET x = EXCLUDED.
errors or silently writes NULL Dean Rasheed - Re: amcheck support for BRIN indexes Arseniy Mukhin
- Re: [PATCH] Fix duplicate errmsg in ALTER TABLE SPLIT PARTITION Ayush Tiwari
- Re: pg_test_timing: fix unit typo and widen diff type Chao Li
- Re: Wrong results with equality search using trigram index and non-deterministic collation Laurenz Albe
- Re: Fix pg_upgrade to detect invalid logical replication slots on PG19 Chao Li
- Re: Parallel Apply shveta malik
- Re: Cleanup explain_memoize function after test Chao Li
- Re: Adding REPACK [concurrently] Alvaro Herrera
- Re: [WIP] Pipelined Recovery Xuneng Zhou
- Re: DOCS - Add introductory paragraph to Getting Started chapter Dragos Andriciuc
- Re: Feature: Use DNS SRV records for connecting Andrey Borodin
- Re: Skipping schema changes in publication shveta malik
- RE: Skipping schema changes in publication Zhijie Hou (Fujitsu)
- Re: [PATCH] Fix: Partitioned parent index remains invalid after child indexes are repaired Sami Imseih
- Re: MERGE PARTITIONS and DEPENDS ON EXTENSION. Kirill Reshke
- Re: MERGE PARTITIONS and DEPENDS ON EXTENSION. Matheus Alcantara
- Re: MERGE PARTITIONS and DEPENDS ON EXTENSION. Matheus Alcantara
- Re: MERGE PARTITIONS and DEPENDS ON EXTENSION. Kirill Reshke
- Re: MERGE PARTITIONS and DEPENDS ON EXTENSION. Matheus Alcantara
- Re: [PATCH] Fix duplicate errmsg in ALTER TABLE SPLIT PARTITION Ayush Tiwari
- Re: [BUG]: WHERE CURRENT OF cursor fail on tables that have virtual generated columns Dean Rasheed
- Startup process deadlock: WaitForProcSignalBarriers vs aux process Matthias van de Meent
- Re: MERGE PARTITIONS and DEPENDS ON EXTENSION. Alexander Korotkov
- Re: MERGE PARTITIONS and DEPENDS ON EXTENSION. Kirill Reshke
- Re: EXCEPT TABLE - Case inconsistency for describe \d and \dRp+ Amit Kapila
- Re: MERGE PARTITIONS and DEPENDS ON EXTENSION. Matheus Alcantara
- Re: Skipping schema changes in publication Amit Kapila
- Re: MERGE PARTITIONS and DEPENDS ON EXTENSION. Alexander Korotkov
- Re: MERGE PARTITIONS and DEPENDS ON EXTENSION. Matheus Alcantara
- Re: Parallel Apply shveta malik
- Re: Get rid of translation strings that only contain punctuation Amit Kapila
- Re: Two issues leading to discrepancies in FSM data on the standby server Alexander Korotkov
- RE: Bug in ALTER SUBSCRIPTION ... SERVER / ... CONNECTION with broken old server Hayato Kuroda (Fujitsu)
- Re: Track skipped tables during autovacuum and autoanalyze Sami Imseih
- Re: PoC: Add condition variable support to WaitEventSetWait() Yura Sokolov
- Re: Two issues leading to discrepancies in FSM data on the standby server Melanie Plageman
- Re: RFC: pg_stat_logmsg Fabrízio de Royes Mello
- Re: Fix memory leak in postmasterMain Fujii Masao
- Re: StringInfo fixes, v19 edition. Plus a few oddities vignesh C
- Re: pg_test_timing: fix unit typo and widen diff type Fujii Masao
- Fix DROP PROPERTY GRAPH "unsupported object class" error Bertrand Drouvot
- Re: Fix pg_upgrade to detect invalid logical replication slots on PG19 Masahiko Sawada
- Re: Cleanup explain_memoize function after test Bertrand Drouvot
- Re: Fix memory leak in postmasterMain Andres Freund
- Re: FOR PORTION OF does not recompute GENERATED STORED columns that depend on the range column Paul A Jungwirth
- Re: PostgreSQL 17: Bug in libpq when libpq is dlopened/closed multiple times Jacob Champion
- Re: Inconsistent trigger behavior between two temporal leftovers Paul A Jungwirth
- Adding an explaining title to Notes on SGML Marcos Pegoraro
- Re: Startup process deadlock: WaitForProcSignalBarriers vs aux process Andres Freund
- GUC parameter ACLs and physical walsender Jeff Davis
- Re: PostgreSQL 17: Bug in libpq when libpq is dlopened/closed multiple times Nico Williams
- Re: PostgreSQL 17: Bug in libpq when libpq is dlopened/closed multiple times Tom Lane
- Fix race condition in pg_get_publication_tables with concurrent DROP TABLE Bharath Rupireddy
- Re: [PATCH] Fix null pointer dereference in PG19 Paul A Jungwirth
- Re: SQL:2011 Application Time Update & Delete Paul A Jungwirth
- Re: [PATCH] Fix null pointer dereference in PG19 Paul A Jungwirth
- New vacuum config to avoid anti wraparound vacuums Mok
- CheckAttributeType() forgot to recurse into multiranges Heikki Linnakangas