Mailing lists [pgsql-hackers]
- Re: 012_subtransactions.pl vs clang -fsanitize=undefined Thomas Munro
- Re: ReadRecentBuffer() is broken for local buffer Thomas Munro
- Re: 012_subtransactions.pl vs clang -fsanitize=undefined Tom Lane
- Re: Custom tuplesorts for extensions Alexander Korotkov
- Re: 012_subtransactions.pl vs clang -fsanitize=undefined Tom Lane
- Re: 012_subtransactions.pl vs clang -fsanitize=undefined Thomas Munro
- Re: Proposal: allow database-specific role memberships Kenaniah Cerny
- Re: Custom tuplesorts for extensions Justin Pryzby
- Re: Refactor to make use of a common function for GetSubscriptionRelations and GetSubscriptionNotReadyRelations. Michael Paquier
- Re: [BUG] Logical replication failure "ERROR: could not map filenode "base/13237/442428" to relation OID" with catalog modifying txns Masahiko Sawada
- Re: Remove useless arguments in ReadCheckpointRecord(). Fujii Masao
- Re: Remove useless arguments in ReadCheckpointRecord(). Tom Lane
- Re: ReadRecentBuffer() is broken for local buffer Zhang Mingli
- Re: Using each rel as both outer and inner for JOIN_ANTI Richard Guo
- Re: Proposal to provide the facility to set binary format output for specific OID's per session Kyotaro Horiguchi
- Re: Refactor to make use of a common function for GetSubscriptionRelations and GetSubscriptionNotReadyRelations. Peter Smith
- Re: Collect ObjectAddress for ATTACH DETACH PARTITION to use in event trigger Amit Kapila
- Re: Unprivileged user can induce crash by using an SUSET param in PGOPTIONS Nathan Bossart
- Re: Unprivileged user can induce crash by using an SUSET param in PGOPTIONS Tom Lane
- Re: ReadRecentBuffer() is broken for local buffer Richard Guo
- Re: optimize lookups in snapshot [sub]xip arrays Nathan Bossart
- COPY FROM FORMAT CSV FORCE_NULL(*) ? jian he
- Re: Handle infinite recursion in logical replication setup Amit Kapila
- Re: optimize lookups in snapshot [sub]xip arrays Zhang Mingli
- Re: Unprivileged user can induce crash by using an SUSET param in PGOPTIONS Nathan Bossart
- Re: A proposal for shared memory based backup infrastructure mahendrakar s
- Re: predefined role(s) for VACUUM and ANALYZE Nathan Bossart
- Re: Refactor to make use of a common function for GetSubscriptionRelations and GetSubscriptionNotReadyRelations. Amit Kapila
- Re: [BUG] Logical replication failure "ERROR: could not map filenode "base/13237/442428" to relation OID" with catalog modifying txns Masahiko Sawada
- Re: ReadRecentBuffer() is broken for local buffer Heikki Linnakangas
- Re: Support logical replication of DDLs Amit Kapila
- Re: A proposal for shared memory based backup infrastructure Bharath Rupireddy
- Re: Remove useless arguments in ReadCheckpointRecord(). Bharath Rupireddy
- Re: Add last failed connection error message to pg_stat_wal_receiver Bharath Rupireddy
- Re: SLRUs in the main buffer pool, redux Heikki Linnakangas
- Re: predefined role(s) for VACUUM and ANALYZE Bharath Rupireddy
- Re: Handle infinite recursion in logical replication setup Peter Smith
- Re: [PATCH] Introduce array_shuffle() and array_sample() Martin Kalcher
- log_line_prefix: make it possible to add the search_path Pierre Ducroquet
- Typo in misc_sanity.sql? Japin Li
- Re: Column Filtering in Logical Replication Peter Smith
- Re: Typo in misc_sanity.sql? Bharath Rupireddy
- Re: Is it correct to say, "invalid data in file \"%s\"", BACKUP_LABEL_FILE in do_pg_backup_stop? Bharath Rupireddy
- Re: Handle infinite recursion in logical replication setup vignesh C
- Re: SLRUs in the main buffer pool, redux Heikki Linnakangas
- Re: Handle infinite recursion in logical replication setup Amit Kapila
- Password reset link / 'less' does not exit in psql version 13.4 Michael J. Baars
- Re: Collect ObjectAddress for ATTACH DETACH PARTITION to use in event trigger Michael Paquier
- Re: Add last failed connection error message to pg_stat_wal_receiver Michael Paquier
- RE: Collect ObjectAddress for ATTACH DETACH PARTITION to use in event trigger houzj.fnst@fujitsu.com
- Re: An attempt to avoid locally-committed-but-not-replicated-to-standby-transactions in synchronous replication Bharath Rupireddy
- Re: Custom tuplesorts for extensions Alexander Korotkov
- Re: Collect ObjectAddress for ATTACH DETACH PARTITION to use in event trigger Alvaro Herrera
- Re: Handle infinite recursion in logical replication setup vignesh C
- Re: Make name optional in CREATE STATISTICS Alvaro Herrera
- Re: log_line_prefix: make it possible to add the search_path Alvaro Herrera
- Re: Proposal to provide the facility to set binary format output for specific OID's per session Dave Cramer
- Re: SLRUs in the main buffer pool, redux Heikki Linnakangas
- Re: Collect ObjectAddress for ATTACH DETACH PARTITION to use in event trigger Michael Paquier
- Re: make -C libpq check fails obscurely if tap tests are disabled Alvaro Herrera
- Re: make -C libpq check fails obscurely if tap tests are disabled Alvaro Herrera
- Re: Make name optional in CREATE STATISTICS Michael Paquier
- Re: An attempt to avoid locally-committed-but-not-replicated-to-standby-transactions in synchronous replication Andrey Borodin
- Re: Make name optional in CREATE STATISTICS Alvaro Herrera
- RE: [BUG] Logical replication failure "ERROR: could not map filenode "base/13237/442428" to relation OID" with catalog modifying txns shiy.fnst@fujitsu.com
- Re: pg_receivewal fail to streams when the partial file to write is not fully initialized present in the wal receiver directory Bharath Rupireddy
- Re: Non-replayable WAL records through overflows and >MaxAllocSize lengths Heikki Linnakangas
- Re: Non-replayable WAL records through overflows and >MaxAllocSize lengths Matthias van de Meent
- [PATCH v1] strengthen backup history filename check Junwang Zhao
- Re: Typo in misc_sanity.sql? Tom Lane
- Re: [PATCH v1] strengthen backup history filename check Bharath Rupireddy
- Re: Typo in misc_sanity.sql? Japin Li
- Re: Custom tuplesorts for extensions Pavel Borisov
- Re: add log messages when replication slots become active and inactive (was Re: Is it worth adding ReplicationSlot active_pid to ReplicationSlotPersistentData?) Bharath Rupireddy
- Re: COPY FROM FORMAT CSV FORCE_NULL(*) ? Andrew Dunstan
- Re: log_line_prefix: make it possible to add the search_path Pierre
- Re: fairywren hung in pg_basebackup tests Andrew Dunstan
- Re: Perform streaming logical transactions by background workers and parallel apply Amit Kapila
- Re: Proposal to provide the facility to set binary format output for specific OID's per session Jack Christensen
- Re: Unprivileged user can induce crash by using an SUSET param in PGOPTIONS Tom Lane
- Re: Cleaning up historical portability baggage Thomas Munro
- [Patch] Fix bounds check in trim_array() Martin Kalcher
- Re: Handle infinite recursion in logical replication setup vignesh C
- Re: fairywren hung in pg_basebackup tests Tom Lane
- Re: fairywren hung in pg_basebackup tests Tom Lane
- Re: Cleaning up historical portability baggage Andrew Dunstan
- Re: [PATCH v1] strengthen backup history filename check Junwang Zhao
- Re: fairywren hung in pg_basebackup tests Noah Misch
- Re: fairywren hung in pg_basebackup tests Thomas Munro
- Re: Unprivileged user can induce crash by using an SUSET param in PGOPTIONS Dagfinn Ilmari Mannsåker
- Re: fairywren hung in pg_basebackup tests Tom Lane
- Refactoring postgres_fdw/connection.c Fujii Masao
- Re: fairywren hung in pg_basebackup tests Andrew Dunstan
- Re: log_line_prefix: make it possible to add the search_path Alvaro Herrera
- Re: making relfilenodes 56 bits Ashutosh Sharma
- Re: allow specifying action when standby encounters incompatible parameter settings Nathan Bossart
- Re: Pre-allocating WAL files Nathan Bossart
- Re: predefined role(s) for VACUUM and ANALYZE Nathan Bossart
- Re: explain analyze rows=%.0f Hamid Akhtar
- Re: Allow pageinspect's bt_page_stats function to return a set of rows instead of a single row Hamid Akhtar
- Re: Proposal to provide the facility to set binary format output for specific OID's per session Joe Conway
- Re: very long record lines in expanded psql output Andrew Dunstan
- Re: optimize lookups in snapshot [sub]xip arrays Nathan Bossart
- Re: Expose Parallelism counters planned/execute in pg_stat_statements Anthony Sotolongo
- Re: Unprivileged user can induce crash by using an SUSET param in PGOPTIONS Tom Lane
- Re: log_line_prefix: make it possible to add the search_path Tom Lane