Mailing lists [pgsql-hackers]
- Re: Remove traces of long in dynahash.c Peter Eisentraut
- Re: Remove Instruction Synchronization Barrier in spin_delay() for ARM64 architecture Nathan Bossart
- Re: Improve LWLock tranche name visibility across backends Sami Imseih
- Re: Improve LWLock tranche name visibility across backends Nathan Bossart
- Re: C11 / VS 2019 Peter Eisentraut
- fix comment for MAX_SIMUL_LWLOCKS Nathan Bossart
- Re: fix comment for MAX_SIMUL_LWLOCKS Andres Freund
- Re: Enhancing Memory Context Statistics Reporting Rahila Syed
- Re: fix comment for MAX_SIMUL_LWLOCKS Nathan Bossart
- Re: index prefetching Peter Geoghegan
- Re: VM corruption on standby Michael Paquier
- Re: [BUG?] check_exclusion_or_unique_constraint false negative Mihail Nikalayeu
- Organize working memory under per-PlanState context Jeff Davis
- Re: VM corruption on standby Thomas Munro
- Re: VM corruption on standby Thomas Munro
- Re: A few patches to clarify snapshot management Noah Misch
- Re: memory leak in logical WAL sender with pgoutput's cachectx Masahiko Sawada
- Re: Possible inaccurate description of wal_compression in docs Xuneng Zhou
- Re: Raw parse tree is not dumped to log Tatsuo Ishii
- Re: Reduce "Var IS [NOT] NULL" quals during constant folding Richard Guo
- Re: Raw parse tree is not dumped to log Chao Li
- Re: Standardize LSN-based filename Japin Li
- Don't treat virtual generated columns as missing statistics in vacuumdb --missing-stats-only Yugo Nagata
- Re: memory leak in logical WAL sender with pgoutput's cachectx Xuneng Zhou
- Re: [WIP]Vertical Clustered Index (columnar store extension) - take2 Peter Smith
- Re: UPDATE with invalid domain constraint jian he
- Re: New commitfest app release on August 19th John Naylor
- Re: Enhance Makefiles to rebuild objects on map file changes John Naylor
- Re: VM corruption on standby Tom Lane
- Re: Don't treat virtual generated columns as missing statistics in vacuumdb --missing-stats-only Fujii Masao
- Re: Logical Replication of sequences Amit Kapila
- Re: [Proposal] Expose internal MultiXact member count function for efficient monitoring Naga Appani
- Re: Don't treat virtual generated columns as missing statistics in vacuumdb --missing-stats-only Yugo Nagata
- Re: analyze-in-stages post upgrade questions Fujii Masao
- Re: Don't treat virtual generated columns as missing statistics in vacuumdb --missing-stats-only Yugo Nagata
- Re: VM corruption on standby Kirill Reshke
- Re: Allow to collect statistics on virtual generated columns Yugo Nagata
- Re: Test instability when pg_dump orders by OID Kirill Reshke
- Re: Improve pg_sync_replication_slots() to wait for primary to advance Ajin Cherian
- Re: Improve pg_sync_replication_slots() to wait for primary to advance Ajin Cherian
- Re: Organize working memory under per-PlanState context Chao Li
- Re: ReplicationSlotRelease() crashes when the instance is in the single user mode Michael Paquier
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Remove condition variables from injection wait logic. Kirill Reshke
- RE: Conflict detection for update_deleted in logical replication Zhijie Hou (Fujitsu)
- Re: UPDATE with invalid domain constraint Chao Li
- Re: analyze-in-stages post upgrade questions Laurenz Albe
- Re: RFC: extensible planner state Andrei Lepikhov
- Re: Organize working memory under per-PlanState context Andrei Lepikhov
- Re: Organize working memory under per-PlanState context Andrei Lepikhov
- Re: Remove traces of long in dynahash.c Michael Paquier
- RE: ReplicationSlotRelease() crashes when the instance is in the single user mode Hayato Kuroda (Fujitsu)
- Re: Generate GUC tables from .dat file John Naylor
- Re: Prevent internal error at concurrent CREATE OR REPLACE FUNCTION Yugo Nagata
- Re: ReplicationSlotRelease() crashes when the instance is in the single user mode Michael Paquier
- Re: Remove traces of long in dynahash.c Chao Li
- Re: IPC/MultixactCreation on the Standby server Kirill Reshke
- Re: Adding REPACK [concurrently] Antonin Houska
- Remove redundant assignment of a variable in function AlterPublicationTables Shlok Kyal
- Re: Adding REPACK [concurrently] Antonin Houska
- Re: Logical Replication of sequences vignesh C
- Re: Skipping schema changes in publication Shlok Kyal
- Re: Skipping schema changes in publication Shlok Kyal
- Re: max_locks_per_transaction v18 James Pang
- Re: Remove redundant assignment of a variable in function AlterPublicationTables Chao Li
- Re: Add SPLIT PARTITION/MERGE PARTITIONS commands jian he
- Add ALTER INDEX ENABLE/DISABLE for Temporarily Disabling Indexes Alaa Attya
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart shveta malik
- Re: Logical Replication of sequences Amit Kapila
- Re: When deleting the plpgsql function, release the CachedPlan of the function Vladlen Popolitov
- Re: Adding REPACK [concurrently] Álvaro Herrera
- Re: Proposal: Conflict log history table for Logical Replication Amit Kapila
- Re: When deleting the plpgsql function, release the CachedPlan of the function Tom Lane
- Re: meson: Add _static and _shared suffixes to the library names Nazir Bilal Yavuz
- Re: VM corruption on standby Andres Freund
- pg_get_sequence_data Shows Non-NULL last_value for Freshly Created Sequence vignesh C
- Re: Reduce "Var IS [NOT] NULL" quals during constant folding Nathan Bossart
- Re: Adding REPACK [concurrently] Antonin Houska
- Re: Changing the state of data checksums in a running cluster Tomas Vondra
- Add GUC to enable libxml2's XML_PARSE_HUGE Jim Jones
- Re: Add GUC to enable libxml2's XML_PARSE_HUGE Tom Lane
- Re: Adding REPACK [concurrently] Andres Freund
- Re: minor error message enhancement in refuseDupeIndexAttach Peter Eisentraut
- Re: pg_get_sequence_data Shows Non-NULL last_value for Freshly Created Sequence Nathan Bossart
- Re: pg_get_sequence_data Shows Non-NULL last_value for Freshly Created Sequence Nathan Bossart
- Re: Organize working memory under per-PlanState context Jeff Davis
- Re: pg_get_sequence_data Shows Non-NULL last_value for Freshly Created Sequence Tom Lane
- Re: Changing the state of data checksums in a running cluster Tomas Vondra
- Re: Organize working memory under per-PlanState context Tom Lane
- Re: Test instability when pg_dump orders by OID Noah Misch
- Re: Logical Replication of sequences Masahiko Sawada
- Re: Non-reproducible AIO failure Alexander Lakhin
- Re: Cygwin support Kirk Wolak
- Re: Retail DDL Kirk Wolak
- Re: RFC: extensible planner state Robert Haas
- Re: Don't treat virtual generated columns as missing statistics in vacuumdb --missing-stats-only Nathan Bossart
- Re: Add GUC to enable libxml2's XML_PARSE_HUGE Jim Jones
- Re: date_trunc function in interval version Kirk Wolak