Mailing lists [pgsql-hackers]
- Re: change regexp_substr first argument make tests more easier to understand. jian he
- Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15) Noah Misch
- How to check if issue is solved? Mohab Yaser
- Re: xid_wraparound tests intermittent failure. Andrew Dunstan
- Re: How to check if issue is solved? David G. Johnston
- Re: CREATE TABLE creates a composite type corresponding to the table row, which is and is not there Erik Wienhold
- Re: pgsql: Add more SQL/JSON constructor functions Amit Langote
- RE: [Proposal] Add foreign-server health checks infrastructure Hayato Kuroda (Fujitsu)
- Re: Logical Replication of sequences Peter Smith
- RE: [Proposal] Add foreign-server health checks infrastructure Hayato Kuroda (Fujitsu)
- Re: MAINTAIN privilege -- what do we need to un-revert it? Yugo Nagata
- Re: Conflict detection and logging in logical replication shveta malik
- Re: Conflict Detection and Resolution Ajin Cherian
- Re: First draft of PG 17 release notes Yugo Nagata
- Re: How to check if issue is solved? Tom Lane
- Re: [Proposal] Add foreign-server health checks infrastructure Fujii Masao
- Re: Incremental backup from a streaming replication standby fails Laurenz Albe
- Is it necessary to keep am routine finish_bulk_insert? Zhang Mingli
- Re: tiny step toward threading: reduce dependence on setlocale() Jeff Davis
- Re: Logical Replication of sequences Peter Smith
- Re: Conflict detection and logging in logical replication shveta malik
- Re: Conflict detection and logging in logical replication Amit Kapila
- Re: [BUG] Fix DETACH with FK pointing to a partitioned table fails Junwang Zhao
- Re: [BUG] Fix DETACH with FK pointing to a partitioned table fails Junwang Zhao
- EphemeralNamedRelation and materialized view Yugo Nagata
- Re: warning: dereferencing type-punned pointer Tatsuo Ishii
- Re: warning: dereferencing type-punned pointer Tatsuo Ishii
- Re: Inconsistency between try_mergejoin_path and create_mergejoin_plan Richard Guo
- Re: Separate HEAP WAL replay logic into its own file Li, Yong
- RE: [Proposal] Add foreign-server health checks infrastructure Hayato Kuroda (Fujitsu)
- Re: DRAFT: Pass sk_attno to consistent function Michał Kłeczek
- Re: Restart pg_usleep when interrupted Bertrand Drouvot
- Re: [BUG] Fix DETACH with FK pointing to a partitioned table fails Alvaro Herrera
- Re: pgsql: Add more SQL/JSON constructor functions Amit Langote
- Re: Remove duplicate table scan in logical apply worker and code refactoring Ashutosh Bapat
- Re: Make COPY format extendable: Extract COPY TO format implementations Li, Yong
- Re: [PATCH] Add crc32(text) & crc32(bytea) Aleksander Alekseev
- Re: consider -Wmissing-variable-declarations Peter Eisentraut
- Re: [BUG] Fix DETACH with FK pointing to a partitioned table fails Tender Wang
- Re: Possible null pointer dereference in afterTriggerAddEvent() Alexander Kuznetsov
- Re: WIP: parallel GiST index builds Andreas Karlsson
- Re: Conflict detection and logging in logical replication Nisha Moond
- Re: Reuse child_relids in try_partitionwise_join was Re: Assert failure on bms_equal(child_joinrel->relids, child_joinrelids) Richard Guo
- Re: Allow logical failover slots to wait on synchronous replication shveta malik
- Re: Conflict detection and logging in logical replication shveta malik
- Re: Conflict detection and logging in logical replication Amit Kapila
- Re: Conflict detection and logging in logical replication shveta malik
- Re: fairywren timeout failures on the pg_amcheck/005_opclass_damage test Alexander Lakhin
- Re: 回复: An implementation of multi-key sort Yao Wang
- Re: Built-in CTYPE provider Noah Misch
- Re: Conflict detection and logging in logical replication Amit Kapila
- Re: Allow logical failover slots to wait on synchronous replication Amit Kapila
- Re: tls 1.3: sending multiple tickets Daniel Gustafsson
- Re: tls 1.3: sending multiple tickets Marina Polyakova
- Re: [PATCH] Improve amcheck to also check UNIQUE constraint in btree index. Alexander Korotkov
- Re: WIP: parallel GiST index builds Andrey M. Borodin
- Re: Protocol question regarding Portal vs Cursor Dave Cramer
- Re: Pgoutput not capturing the generated columns Shubham Khanna
- Re: tls 1.3: sending multiple tickets Daniel Gustafsson
- Detailed release notes Marcos Pegoraro
- Re: query_id, pg_stat_activity, extended query protocol Anthonin Bonnefoy
- Re: Direct SSL connection and ALPN loose ends Heikki Linnakangas
- Re: fairywren timeout failures on the pg_amcheck/005_opclass_damage test Andrew Dunstan
- Re: Detailed release notes Daniel Gustafsson
- Re: tls 1.3: sending multiple tickets Marina Polyakova
- Re: fairywren timeout failures on the pg_amcheck/005_opclass_damage test Alexander Lakhin
- Re: Detailed release notes Marcos Pegoraro
- Re: Incremental backup from a streaming replication standby fails Robert Haas
- Re: Detailed release notes Daniel Gustafsson
- Re: Detailed release notes Marcos Pegoraro
- Re: [Proposal] Add foreign-server health checks infrastructure Fujii Masao
- Re: add function argument names to regex* functions. jian he
- Re: Detailed release notes Robert Haas
- Re: recoveryCheck/008_fsm_truncation is failing on dodo in v14- (due to slow fsync?) Alexander Lakhin
- Re: tls 1.3: sending multiple tickets Robert Haas
- Re: Assertion failure with summarize_wal enabled during pg_createsubscriber Robert Haas
- Re: Detailed release notes Tom Lane
- Re: add function argument names to regex* functions. Tom Lane
- Re: pgsql: Add more SQL/JSON constructor functions jian he
- Re: tls 1.3: sending multiple tickets Daniel Gustafsson
- Re: add function argument names to regex* functions. jian he
- Re: DRAFT: Pass sk_attno to consistent function Michał Kłeczek
- Re: Direct SSL connection and ALPN loose ends Heikki Linnakangas
- Re: [PATCH] Improve amcheck to also check UNIQUE constraint in btree index. Robert Haas
- Re: add function argument names to regex* functions. Tom Lane
- Re: Extension using Meson as build system Peter Eisentraut
- Re: Extension using Meson as build system Junwang Zhao
- Re: [PATCH] Add crc32(text) & crc32(bytea) Nathan Bossart
- Re: Assertion failure with summarize_wal enabled during pg_createsubscriber Nathan Bossart
- Re: Detailed release notes Masahiko Sawada
- Re: Assertion failure with summarize_wal enabled during pg_createsubscriber Robert Haas
- Re: Detailed release notes Marcos Pegoraro
- Re: CREATE TABLE creates a composite type corresponding to the table row, which is and is not there Tom Lane
- Re: Extension using Meson as build system Andrew Dunstan
- Add ALL_CANDIDATES option to EXPLAIN Anthonin Bonnefoy
- Re: Add ALL_CANDIDATES option to EXPLAIN Tom Lane
- Re: Add ALL_CANDIDATES option to EXPLAIN Robert Haas
- Re: tiny step toward threading: reduce dependence on setlocale() Andreas Karlsson
- Re: Add ALL_CANDIDATES option to EXPLAIN Tom Lane
- Re: xid_wraparound tests intermittent failure. Masahiko Sawada
- Re: Add ALL_CANDIDATES option to EXPLAIN Robert Haas
- Re: Parallel heap vacuum Masahiko Sawada
- Re: [Proposal] Add foreign-server health checks infrastructure Fujii Masao
- Re: tls 1.3: sending multiple tickets Robert Haas
- Re: optimizing pg_upgrade's once-in-each-database steps Nathan Bossart
- Re: Inline non-SQL SRFs using SupportRequestSimplify Tom Lane
- Re: pg_upgrade failing for 200+ million Large Objects Alexander Korotkov
- Re: Building with meson on NixOS/nixpkgs Tristan Partin
- Re: Converting tab-complete.c's else-if chain to a switch Tom Lane
- Re: pg_upgrade failing for 200+ million Large Objects Tom Lane
- Re: Assertion failure with summarize_wal enabled during pg_createsubscriber Alexander Korotkov
- Re: Incremental backup from a streaming replication standby fails Alexander Korotkov
- Re: Vacuum ERRORs out considering freezing dead tuples from before OldestXmin Melanie Plageman
- Re: problems with "Shared Memory and Semaphores" section of docs Nathan Bossart
- Re: tiny step toward threading: reduce dependence on setlocale() Jeff Davis
- Re: pg_upgrade failing for 200+ million Large Objects Justin Pryzby
- Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15) Alexander Korotkov
- Re: [PATCH] Improve amcheck to also check UNIQUE constraint in btree index. Alexander Korotkov
- Re: Speed up collation cache Jeff Davis
- Re: Vacuum ERRORs out considering freezing dead tuples from before OldestXmin Melanie Plageman
- Re: Vacuum ERRORs out considering freezing dead tuples from before OldestXmin Melanie Plageman
- Re: pg_upgrade failing for 200+ million Large Objects Alexander Korotkov
- Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15) Michael Paquier
- Re: Support LIKE with nondeterministic collations Paul A Jungwirth
- Re: Use pgBufferUsage for block reporting in analyze Masahiko Sawada
- Re: query_id, pg_stat_activity, extended query protocol Michael Paquier
- Re: pg_upgrade failing for 200+ million Large Objects Tom Lane
- Re: pg_upgrade failing for 200+ million Large Objects Alexander Korotkov
- Re: pg_upgrade failing for 200+ million Large Objects Tom Lane
- Re: MAINTAIN privilege -- what do we need to un-revert it? Jeff Davis