Mailing lists [pgsql-hackers]
- Re: Initdb-time block size specification Andres Freund
- Re: Initdb-time block size specification Tomas Vondra
- Re: Initdb-time block size specification Tomas Vondra
- Re: Initdb-time block size specification David Christensen
- Re: Should we remove db_user_namespace? Bruce Momjian
- Re: Initdb-time block size specification David Christensen
- Re: pg_upgrade instructions involving "rsync --size-only" might lead to standby corruption? Bruce Momjian
- Re: Initdb-time block size specification David Christensen
- Re: PG 16 draft release notes ready Bruce Momjian
- Re: [PATCH] Extend the length of BackgroundWorker.bgw_library_name Nathan Bossart
- Re: Should we remove db_user_namespace? Tom Lane
- Re: Initdb-time block size specification David Christensen
- Re: Initdb-time block size specification Tomas Vondra
- Re: Should we remove db_user_namespace? Nathan Bossart
- Re: Should we remove db_user_namespace? Nathan Bossart
- Re: Initdb-time block size specification Bruce Momjian
- Re: Initdb-time block size specification Andres Freund
- Re: Extension Enhancement: Buffer Invalidation in pg_buffercache Thomas Munro
- Re: Should we remove db_user_namespace? Magnus Hagander
- Re: pg_upgrade instructions involving "rsync --size-only" might lead to standby corruption? Nikolay Samokhvalov
- Re: Initdb-time block size specification Andres Freund
- Re: Initdb-time block size specification Tomas Vondra
- Re: Should we remove db_user_namespace? Nathan Bossart
- Re: pg_upgrade instructions involving "rsync --size-only" might lead to standby corruption? Bruce Momjian
- Re: Initdb-time block size specification Bruce Momjian
- Re: Initdb-time block size specification Andres Freund
- Re: Initdb-time block size specification Tomas Vondra
- Re: Initdb-time block size specification Bruce Momjian
- Re: Initdb-time block size specification Andres Freund
- Re: Initdb-time block size specification Bruce Momjian
- Re: Initdb-time block size specification Andres Freund
- Re: Initdb-time block size specification Tomas Vondra
- Re: Initdb-time block size specification Bruce Momjian
- Re: Initdb-time block size specification Tomas Vondra
- Re: Initdb-time block size specification Bruce Momjian
- Re: Initdb-time block size specification Andres Freund
- RFC: pg_stat_logmsg Joe Conway
- Re: cataloguing NOT NULL constraints Andres Freund
- Re: Synchronizing slots from primary to standby Amit Kapila
- Re: Extensible storage manager API - SMGR hook Redux Andres Freund
- Re: RFC: pg_stat_logmsg Pavel Stehule
- Re: [PoC] Federated Authn/z with OAUTHBEARER Thomas Munro
- Re: pg_upgrade and logical replication vignesh C
- Re: Schema variables - new implementation for Postgres 15 Pavel Stehule
- Outdated description of PG_CACHE_LINE_SIZE Julien Rouhaud
- Re: pg_upgrade instructions involving "rsync --size-only" might lead to standby corruption? Andrey M. Borodin
- Re: Do we want a hashset type? Joel Jacobson
- Re: MERGE ... RETURNING Dean Rasheed
- Re: SPI isolation changes Seino Yuki
- Re: MERGE ... WHEN NOT MATCHED BY SOURCE Dean Rasheed
- possible bug in handling of contrecords in dd38ff28ad (Fix recovery_prefetch with low maintenance_io_concurrency) Tomas Vondra
- Re: ProcessStartupPacket(): database_name and user_name truncation Drouvot, Bertrand
- Re: Preventing non-superusers from altering session authorization Joseph Koshakow
- Re: check_strxfrm_bug() Noah Misch
- Re: Does a cancelled REINDEX CONCURRENTLY need to be messy? Thom Brown
- Re: ICU locale validation / canonicalization Noah Misch
- Re: RFC: pg_stat_logmsg Joe Conway
- Re: Adding SHOW CREATE TABLE Kirk Wolak
- Re: Incremental View Maintenance, take 2 jian he
- Re: possible bug in handling of contrecords in dd38ff28ad (Fix recovery_prefetch with low maintenance_io_concurrency) Thomas Munro
- Re: Incremental View Maintenance, take 2 jian he
- Re: Incremental sort for access method with ordered scan support (amcanorderbyop) Miroslav Bendik
- Re: Should CSV parsing be stricter about mid-field quotes? Noah Misch
- Re: Fdw batch insert error out when set batch_size > 65535 Andres Freund
- Re: Supporting MERGE on updatable views Dean Rasheed
- /src/include/access/htup_details.h some comments kind of confusing.... jian he
- pg_basebackup check vs Windows file path limits Andrew Dunstan
- Re: Fdw batch insert error out when set batch_size > 65535 Tom Lane
- Re: Fdw batch insert error out when set batch_size > 65535 Tomas Vondra
- Re: [PATCH] Extend ALTER OPERATOR to support adding commutator, negator, hashes, and merges Tommy Pavlicek
- Improve tab completion for ALTER DEFAULT PRIVILEGE and ALTER TABLE vignesh C
- Re: BRIN indexes vs. SK_SEARCHARRAY (and preprocessing scan keys) Tomas Vondra
- 010_database.pl fails on openbsd w/ LC_ALL=LANG=C Andres Freund
- Replacing abort() with __builtin_trap()? Andres Freund
- Re: Replacing abort() with __builtin_trap()? Tom Lane
- Re: Replacing abort() with __builtin_trap()? Andres Freund
- Re: possible bug in handling of contrecords in dd38ff28ad (Fix recovery_prefetch with low maintenance_io_concurrency) Tomas Vondra
- Re: Memory leak in incremental sort re-scan Tomas Vondra
- Optionally using a better backtrace library? Andres Freund
- Re: Optionally using a better backtrace library? Pavel Stehule
- Re: Memory leak in incremental sort re-scan Laurenz Albe
- Re: memory leak in trigger handling (since PG12) Tomas Vondra
- Re: Optionally using a better backtrace library? Joe Conway
- Re: Making empty Bitmapsets always be NULL David Rowley
- Re: Replacing abort() with __builtin_trap()? Tom Lane
- Re: possible bug in handling of contrecords in dd38ff28ad (Fix recovery_prefetch with low maintenance_io_concurrency) Thomas Munro
- Re: [PATCH] Extend the length of BackgroundWorker.bgw_library_name Yurii Rashkovskii
- Re: Making empty Bitmapsets always be NULL David Rowley
- Re: Remove WindowClause PARTITION BY items belonging to redundant pathkeys David Rowley
- Re: [PATCH] Honor PG_TEST_NOCLEAN for tempdirs Michael Paquier
- Re: Skip collecting decoded changes of already-aborted transactions Masahiko Sawada
- Re: check_strxfrm_bug() Thomas Munro
- Re: ProcessStartupPacket(): database_name and user_name truncation Kyotaro Horiguchi
- Re: ProcessStartupPacket(): database_name and user_name truncation Kyotaro Horiguchi
- doc: improve the restriction description of using indexes on REPLICA IDENTITY FULL table. Masahiko Sawada
- Performance degradation on concurrent COPY into a single relation in PG16. Masahiko Sawada
- Re: Performance degradation on concurrent COPY into a single relation in PG16. Masahiko Sawada
- Re: pgsql: Fix search_path to a safe value during maintenance operations. Noah Misch
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Amit Kapila
- Re: Cleaning up array_in() jian he
- Re: Introduce WAIT_EVENT_EXTENSION and WAIT_EVENT_BUFFER_PIN Michael Paquier
- Re: Cutting support for OpenSSL 1.0.1 and 1.0.2 in 17~? Michael Paquier
- Re: Optionally using a better backtrace library? Kyotaro Horiguchi
- Re: several attstattarget-related improvements Peter Eisentraut
- Re: generate syscache info automatically Peter Eisentraut
- Re: Assert !bms_overlap(joinrel->relids, required_outer) Richard Guo
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Amit Kapila
- Re: Making empty Bitmapsets always be NULL Yuya Watari
- Re: Make uselocale protection more consistent Peter Eisentraut
- Re: Fix last unitialized memory warning Peter Eisentraut
- Re: Make uselocale protection more consistent Thomas Munro
- Re: Add information about command path and version of flex in meson output Peter Eisentraut
- Re: Should heapam_estimate_rel_size consider fillfactor? Peter Eisentraut
- Re: Fix regression tests to work with REGRESS_OPTS=--no-locale Peter Eisentraut
- Re: Autogenerate some wait events code and documentation Michael Paquier
- Re: Should heapam_estimate_rel_size consider fillfactor? Tomas Vondra
- Re: Autogenerate some wait events code and documentation Michael Paquier
- Re: Fix regression tests to work with REGRESS_OPTS=--no-locale Michael Paquier
- Re: Should we remove db_user_namespace? Michael Paquier
- Re: pgbench: option delaying queries till connections establishment? Fabien COELHO
- Re: Cleaning up threading code Peter Eisentraut
- Re: Add information about command path and version of flex in meson output Michael Paquier
- Re: Performance degradation on concurrent COPY into a single relation in PG16. Heikki Linnakangas
- Re: pg_upgrade --copy-file-range Peter Eisentraut
- Re: Performance degradation on concurrent COPY into a single relation in PG16. Masahiko Sawada
- Re: Add information about command path and version of flex in meson output Peter Eisentraut
- Re: Extension Enhancement: Buffer Invalidation in pg_buffercache Palak Chaturvedi
- Re: CI and test improvements Peter Eisentraut
- Re: Cleaning up threading code Heikki Linnakangas
- Re: On /*----- comments Daniel Gustafsson
- Re: Outdated description of PG_CACHE_LINE_SIZE Heikki Linnakangas
- Re: patch: improve "user mapping not found" error message Peter Eisentraut
- Re: Outdated description of PG_CACHE_LINE_SIZE Julien Rouhaud
- Re: Should heapam_estimate_rel_size consider fillfactor? Tomas Vondra
- Re: Improve list manipulation in several places Peter Eisentraut
- Re: [PATCH] Remove unnecessary unbind in LDAP search+bind mode Peter Eisentraut
- Re: Performance degradation on concurrent COPY into a single relation in PG16. Jakub Wartak
- Re: sslinfo extension - add notbefore and notafter timestamps Daniel Gustafsson
- Re: Optionally using a better backtrace library? Alvaro Herrera
- why doesn't call XLogCheckInvalidPages during primary crash recovery? 王伟(学弈)
- Re: Todo: Teach planner to evaluate multiple windows in the optimal order David Rowley
- Re: Consider \v to the list of whitespace characters in the parser Peter Eisentraut
- Re: Optionally using a better backtrace library? David Steele
- Re: Commitfest manager for July Daniel Gustafsson
- logicalrep_message_type throws an error Ashutosh Bapat
- Re: XLog size reductions: Reduced XLog record header size for PG17 Matthias van de Meent
- Re: pg_decode_message vs skip_empty_xacts and xact_wrote_changes vignesh C
- Re: Avoid unncessary always true test (src/backend/storage/buffer/bufmgr.c) Ranier Vilela
- Re: Refactor ssl tests to avoid using internal PostgreSQL::Test::Cluster methods Heikki Linnakangas
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication vignesh C
- Re: Cleaning up array_in() jian he
- Re: pgbnech: allow to cancel queries during benchmark Fabien COELHO
- Re: [PGdocs] fix description for handling pf non-ASCII characters jian he
- Allow specifying a dbname in pg_basebackup connection string Jelte Fennema
- Re: Deleting prepared statements from libpq. Jelte Fennema
- Re: cataloguing NOT NULL constraints Alvaro Herrera
- Re: Creation of an empty table is not fsync'd at checkpoint Daniel Gustafsson
- Re: logicalrep_message_type throws an error Euler Taveira
- Re: Flush SLRU counters in checkpointer process Daniel Gustafsson
- Re: Make uselocale protection more consistent Tristan Partin
- Re: logicalrep_message_type throws an error Ashutosh Bapat
- Re: generic plans and "initial" pruning Daniel Gustafsson
- Re: Track Oldest Initialized WAL Buffer Page Heikki Linnakangas
- Re: Add support for AT LOCAL Daniel Gustafsson
- Is a pg_stat_force_next_flush() call sufficient for regression tests? Tomas Vondra
- Re: Introduce "log_connection_stages" setting. Daniel Gustafsson
- Re: logicalrep_message_type throws an error Ashutosh Bapat
- Re: cataloguing NOT NULL constraints Peter Eisentraut
- Re: Mark a transaction uncommittable Daniel Gustafsson
- Re: pg_basebackup check vs Windows file path limits Andrew Dunstan
- Re: Make uselocale protection more consistent Peter Eisentraut
- Re: logicalrep_message_type throws an error Euler Taveira
- Re: pg_basebackup check vs Windows file path limits Daniel Gustafsson
- Re: Make uselocale protection more consistent Peter Eisentraut
- Re: Add support for AT LOCAL Vik Fearing
- Re: Optionally using a better backtrace library? Peter Eisentraut
- Re: BUG #17946: LC_MONETARY & DO LANGUAGE plperl - BUG Tristan Partin
- Re: Make uselocale protection more consistent Tristan Partin
- Re: check_strxfrm_bug() Tristan Partin
- Re: pg_basebackup check vs Windows file path limits Andrew Dunstan
- Re: pg_basebackup check vs Windows file path limits Daniel Gustafsson
- Re: Inconsistent results with libc sorting on Windows Alvaro Herrera
- Re: Extension Enhancement: Buffer Invalidation in pg_buffercache jian he
- Re: Sampling-based timing for EXPLAIN ANALYZE Daniel Gustafsson
- Re: BUG #17946: LC_MONETARY & DO LANGUAGE plperl - BUG Tristan Partin
- Re: Proposal: %T Prompt parameter for psql for current time (like Oracle has) Daniel Gustafsson
- Re: BUG #17946: LC_MONETARY & DO LANGUAGE plperl - BUG Tristan Partin
- Re: BUG #17946: LC_MONETARY & DO LANGUAGE plperl - BUG Joe Conway
- Re: BUG #17946: LC_MONETARY & DO LANGUAGE plperl - BUG Joe Conway
- Re: explain analyze rows=%.0f Daniel Gustafsson
- Re: Inconsistent results with libc sorting on Windows Juan José Santamaría Flecha
-
Re: [PATCH] Add <
> support to sepgsql_restorecon Daniel Gustafsson - Re: Fdw batch insert error out when set batch_size > 65535 Tomas Vondra
- Re: Optionally using a better backtrace library? Andres Freund
- Re: Does a cancelled REINDEX CONCURRENTLY need to be messy? Álvaro Herrera
- Re: Should heapam_estimate_rel_size consider fillfactor? Tomas Vondra
- Re: Optionally using a better backtrace library? Tristan Partin
- Why is DATESTYLE, ordering ignored for output but used for input ? Dave Cramer
- Re: pgsql: Fix search_path to a safe value during maintenance operations. Nathan Bossart
- Size vs size_t or, um, PgSize? Yurii Rashkovskii
- Including a sample Table Access Method with core code Hannu Krosing
- Re: pgbnech: allow to cancel queries during benchmark Fabien COELHO
- Re: Cutting support for OpenSSL 1.0.1 and 1.0.2 in 17~? Thomas Munro
- Re: Size vs size_t or, um, PgSize? Daniel Gustafsson
- Re: Cutting support for OpenSSL 1.0.1 and 1.0.2 in 17~? Daniel Gustafsson
- Re: Size vs size_t or, um, PgSize? Thomas Munro
- Re: Size vs size_t or, um, PgSize? Yurii Rashkovskii
- Re: Size vs size_t or, um, PgSize? Daniel Gustafsson
- Re: Size vs size_t or, um, PgSize? Yurii Rashkovskii
- Re: Cutting support for OpenSSL 1.0.1 and 1.0.2 in 17~? Mikael Kjellström
- Re: ProcessStartupPacket(): database_name and user_name truncation Nathan Bossart
- Re: Why is DATESTYLE, ordering ignored for output but used for input ? Matthias van de Meent
- Re: [PATCH] Extend the length of BackgroundWorker.bgw_library_name Nathan Bossart
- Re: Cutting support for OpenSSL 1.0.1 and 1.0.2 in 17~? Michael Paquier
- Re: Cutting support for OpenSSL 1.0.1 and 1.0.2 in 17~? Michael Paquier
- Re: Size vs size_t or, um, PgSize? Tom Lane
- brininsert optimization opportunity Soumyadeep Chakraborty
- Re: Add information about command path and version of flex in meson output Michael Paquier
- Re: ProcessStartupPacket(): database_name and user_name truncation Tom Lane
- Re: Large files for relations Thomas Munro
- Re: Does a cancelled REINDEX CONCURRENTLY need to be messy? Michael Paquier
- Re: Deleting prepared statements from libpq. Michael Paquier
- Re: Consider \v to the list of whitespace characters in the parser Michael Paquier
- Re: Commitfest manager for July Michael Paquier
- Re: Consider \v to the list of whitespace characters in the parser Tom Lane
- Re: Consider \v to the list of whitespace characters in the parser Michael Paquier
- Re: Making empty Bitmapsets always be NULL David Rowley
- Re: Improve list manipulation in several places Richard Guo
- Re: [PATCH] Extend the length of BackgroundWorker.bgw_library_name Yurii Rashkovskii
- pgindent (probably my missing something obvious) James Coleman
- Re: pgindent (probably my missing something obvious) Tom Lane
- Re: Parallelize correlated subqueries that execute within each worker James Coleman
- RE: [PGdocs] fix description for handling pf non-ASCII characters Hayato Kuroda (Fujitsu)
- Re: pgindent (probably my missing something obvious) James Coleman
- Re: pgindent (probably my missing something obvious) Tom Lane
- Re: Commitfest manager for July Ibrar Ahmed
- Re: Is a pg_stat_force_next_flush() call sufficient for regression tests? Kyotaro Horiguchi
- Re: [PATCH] Extend the length of BackgroundWorker.bgw_library_name Nathan Bossart
- Re: DSA failed to allocate memory Thomas Munro
- Re: pg_stat_statements and "IN" conditions Nathan Bossart
- Re: pgsql: Fix search_path to a safe value during maintenance operations. Noah Misch
- RE: [PATCH] Reuse Workers and Replication Slots during Logical Replication Hayato Kuroda (Fujitsu)
- Re: [PoC] Improve dead tuple storage for lazy vacuum Masahiko Sawada
- Re: Including a sample Table Access Method with core code Michael Paquier
- Re: Cutting support for OpenSSL 1.0.1 and 1.0.2 in 17~? Michael Paquier
- Re: ProcessStartupPacket(): database_name and user_name truncation Drouvot, Bertrand
- Re: Extension Enhancement: Buffer Invalidation in pg_buffercache Palak Chaturvedi
- Re: Cutting support for OpenSSL 1.0.1 and 1.0.2 in 17~? Julien Rouhaud
- Re: Cutting support for OpenSSL 1.0.1 and 1.0.2 in 17~? Michael Paquier
- Re: PG 16 draft release notes ready Michael Paquier
- Re: Deleting prepared statements from libpq. Michael Paquier
- Re: collect_corrupt_items_vacuum.patch Daniel Gustafsson
- Re: real/float example for testlibpq3 Daniel Gustafsson
- Re: O(n) tasks cause lengthy startups and checkpoints Daniel Gustafsson
- Re: Check lateral references within PHVs for memoize cache keys Richard Guo
- Re: Autogenerate some wait events code and documentation Drouvot, Bertrand
- Re: [PATCH] Add native windows on arm64 support Michael Paquier
- Re: Add 64-bit XIDs into PostgreSQL 15 Daniel Gustafsson
- Re: Allow parallel plan for referential integrity checks? Daniel Gustafsson
- Re: suppressing useless wakeups in logical/worker.c Daniel Gustafsson
- Re: Exposing the lock manager's WaitForLockers() to SQL Will Mortensen
- Re: Incremental sort for access method with ordered scan support (amcanorderbyop) Richard Guo
- Re: Extension Enhancement: Buffer Invalidation in pg_buffercache Japin Li
- Re: ALTER TABLE SET ACCESS METHOD on partitioned tables Daniel Gustafsson
- Re: Extension Enhancement: Buffer Invalidation in pg_buffercache jian he
- Re: Extension Enhancement: Buffer Invalidation in pg_buffercache Japin Li
- Re: doc: improve the restriction description of using indexes on REPLICA IDENTITY FULL table. Amit Kapila
- Re: Add 64-bit XIDs into PostgreSQL 15 Aleksander Alekseev
- Re: Autogenerate some wait events code and documentation Drouvot, Bertrand
- Re: Incremental sort for access method with ordered scan support (amcanorderbyop) David Rowley
- Re: brininsert optimization opportunity Alvaro Herrera
- Re: Making empty Bitmapsets always be NULL Yuya Watari
- Re: Extension Enhancement: Buffer Invalidation in pg_buffercache jian he
- Re: brininsert optimization opportunity Tomas Vondra
- Re: pipe_read_line for reading arbitrary strings Heikki Linnakangas
- Re: Improve the performance of nested loop join in the case of partitioned inner table David Rowley
- Re: Clean up command argument assembly Heikki Linnakangas
- Re: [PATCH]Feature improvement for MERGE tab completion Daniel Gustafsson
- Re: SQL:2011 application time Daniel Gustafsson
- Re: pipe_read_line for reading arbitrary strings Daniel Gustafsson
- Re: Remove incidental md5() function uses from several tests Peter Eisentraut
- Re: Named Operators Daniel Gustafsson
- Re: logical decoding and replication of sequences, take 2 Ashutosh Bapat
- Re: Experiments with Postgres and SSL Heikki Linnakangas
- Re: ResourceOwner refactoring Aleksander Alekseev
- Re: [PATCH] Extend the length of BackgroundWorker.bgw_library_name Yurii Rashkovskii
- Re: Why is DATESTYLE, ordering ignored for output but used for input ? Dave Cramer
- Re: Initdb-time block size specification Peter Eisentraut
- Re: Creation of an empty table is not fsync'd at checkpoint Heikki Linnakangas
- Re: Missing llvm_leave_fatal_on_oom() call Daniel Gustafsson
- Re: Add more sanity checks around callers of changeDependencyFor() Alvaro Herrera
- Re: Does a cancelled REINDEX CONCURRENTLY need to be messy? Álvaro Herrera
- Re: On /*----- comments Heikki Linnakangas
- Re: Is a pg_stat_force_next_flush() call sufficient for regression tests? Tomas Vondra
- Re: pg_basebackup check vs Windows file path limits Andrew Dunstan
- Re: Cleaning up array_in() Tom Lane
- Re: On /*----- comments Tom Lane
- Re: O(n) tasks cause lengthy startups and checkpoints Nathan Bossart
- Re: suppressing useless wakeups in logical/worker.c Nathan Bossart
- Re: Add more sanity checks around callers of changeDependencyFor() Tom Lane
- Re: pg_stat_statements and "IN" conditions Dmitry Dolgov
- Re: Reducing connection overhead in pg_upgrade compat check phase Nathan Bossart
- Re: brininsert optimization opportunity Soumyadeep Chakraborty
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Melih Mutlu
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Melih Mutlu
- Re: pg_basebackup check vs Windows file path limits Daniel Gustafsson
- Re: PG 16 draft release notes ready Bruce Momjian
- Re: Parallel CREATE INDEX for BRIN indexes Matthias van de Meent
- Re: brininsert optimization opportunity Tomas Vondra
- Re: Parallel CREATE INDEX for BRIN indexes Tomas Vondra
- Re: check_strxfrm_bug() Thomas Munro
- Re: check_strxfrm_bug() Thomas Munro
- Re: Experiments with Postgres and SSL Michael Paquier
- Re: Deleting prepared statements from libpq. Michael Paquier
- [PATCH] Add GitLab CI to PostgreSQL Newhouse, Robin
- Re: brininsert optimization opportunity Soumyadeep Chakraborty
- Re: Extension Enhancement: Buffer Invalidation in pg_buffercache jian he
- Make --help output fit within 80 columns per line torikoshia
- Re: Autogenerate some wait events code and documentation Michael Paquier
- Re: Initial Schema Sync for Logical Replication Masahiko Sawada
- Re: [PATCH] Add loongarch native checksum implementation. YANG Xudong
- Re: doc: improve the restriction description of using indexes on REPLICA IDENTITY FULL table. Peter Smith
- pg_upgrade and cross-library upgrades Michael Paquier
- Re: logicalrep_message_type throws an error Amit Kapila
- Re: Add more sanity checks around callers of changeDependencyFor() Michael Paquier
- Re: Clean up command argument assembly Peter Eisentraut
- Re: doc: improve the restriction description of using indexes on REPLICA IDENTITY FULL table. Amit Kapila
- Re: pg_upgrade and cross-library upgrades Thomas Munro
- Dumping policy on a table belonging to an extension is expected? Amul Sul
- Re: Incremental sort for access method with ordered scan support (amcanorderbyop) Richard Guo
- Re: doc: improve the restriction description of using indexes on REPLICA IDENTITY FULL table. Masahiko Sawada
- Re: Add more sanity checks around callers of changeDependencyFor() Michael Paquier
- Re: pg_upgrade and cross-library upgrades Michael Paquier
- Re: Subscription statistics are not dropped at DROP SUBSCRIPTION in some cases Masahiko Sawada
- Re: On /*----- comments Heikki Linnakangas
- Re: [PATCH] Add loongarch native checksum implementation. John Naylor
- Re: evtcache: EventTriggerCache vs Event Trigger Cache Daniel Gustafsson
- Re: Wrong syntax in feature description Daniel Gustafsson
- Re: Parallel CREATE INDEX for BRIN indexes Matthias van de Meent
- Re: pg_upgrade and cross-library upgrades Alvaro Herrera
- Re: pg_decode_message vs skip_empty_xacts and xact_wrote_changes Amit Kapila
- Re: pg_decode_message vs skip_empty_xacts and xact_wrote_changes Amit Kapila
- Re: pg_waldump: add test for coverage Peter Eisentraut
- CHECK Constraint Deferrable Himanshu Upadhyaya
- Re: Speed up transaction completion faster after many relations are accessed in a transaction Heikki Linnakangas
- Re: Prevent psql \watch from running queries that return no rows Daniel Gustafsson
- Re: [PoC] Reducing planning time when tables have many partitions Yuya Watari
- Re: brininsert optimization opportunity Tomas Vondra
- Re: Missing llvm_leave_fatal_on_oom() call Heikki Linnakangas
- Re: doc: improve the restriction description of using indexes on REPLICA IDENTITY FULL table. Amit Kapila
- Disabling Heap-Only Tuples Thom Brown
- Re: logicalrep_message_type throws an error Alvaro Herrera
- Re: Disabling Heap-Only Tuples Matthias van de Meent
- Re: Disabling Heap-Only Tuples Thom Brown
- Re: pg_upgrade and cross-library upgrades Tom Lane
- Re: Parallel CREATE INDEX for BRIN indexes Tomas Vondra
- Re: [PoC] Improve dead tuple storage for lazy vacuum John Naylor
- Re: Disabling Heap-Only Tuples Matthias van de Meent
- Re: Extension Enhancement: Buffer Invalidation in pg_buffercache Nitin Jadhav
- Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15) Heikki Linnakangas
- Re: Disabling Heap-Only Tuples Thom Brown
- Re: Allow specifying a dbname in pg_basebackup connection string Thom Brown
- Re: logicalrep_message_type throws an error Amit Kapila
- Re: pg_basebackup check vs Windows file path limits Andrew Dunstan
- Re: [PATCH] Add GitLab CI to PostgreSQL Andrew Dunstan
- Re: logicalrep_message_type throws an error Euler Taveira
- Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15) Aleksander Alekseev
- Re: pg_decode_message vs skip_empty_xacts and xact_wrote_changes Ashutosh Bapat
- Re: Allow specifying a dbname in pg_basebackup connection string Euler Taveira
- Re: Prevent psql \watch from running queries that return no rows Greg Sabino Mullane
- Re: logicalrep_message_type throws an error Ashutosh Bapat
- Re: Removing unneeded self joins Andrey Lepikhov
- Re: Parallel CREATE INDEX for BRIN indexes Matthias van de Meent
- Re: Doc limitation update proposal: include out-of-line OID usage per TOAST-ed columns Jakub Wartak
- Re: pg_column_toast_chunk_id: a function to get a chunk ID of a TOASTed value Nikita Malakhov
- Re: logical decoding and replication of sequences, take 2 Ashutosh Bapat
- Re: logical decoding and replication of sequences, take 2 Ashutosh Bapat
- Re: Allow specifying a dbname in pg_basebackup connection string Jelte Fennema
- Re: [PATCH] Add GitLab CI to PostgreSQL Matthias van de Meent
- Re: logicalrep_message_type throws an error Alvaro Herrera
- Re: Disabling Heap-Only Tuples Matthias van de Meent
- Re: logicalrep_message_type throws an error Alvaro Herrera
- Re: Disabling Heap-Only Tuples Thom Brown
- Re: Allow specifying a dbname in pg_basebackup connection string Thom Brown
- Re: brininsert optimization opportunity Soumyadeep Chakraborty
- Re: POC, WIP: OR-clause support for indexes Alena Rybakina
- Re: Allow specifying a dbname in pg_basebackup connection string Jelte Fennema
- Re: Disabling Heap-Only Tuples Laurenz Albe
- Re: [PATCH] Honor PG_TEST_NOCLEAN for tempdirs Jacob Champion
- Re: POC, WIP: OR-clause support for indexes Alena Rybakina
- Re: Including a sample Table Access Method with core code Fabrízio de Royes Mello
- Re: Add PQsendSyncMessage() to libpq Daniel Gustafsson
- Re: BUG #17946: LC_MONETARY & DO LANGUAGE plperl - BUG Tristan Partin
- Re: BUG #17946: LC_MONETARY & DO LANGUAGE plperl - BUG Tristan Partin
- Re: [PoC] Federated Authn/z with OAUTHBEARER Jacob Champion
- Re: Fix last unitialized memory warning Tristan Partin
- Re: Should we remove db_user_namespace? Nathan Bossart
- [BUG] Fix DETACH with FK pointing to a partitioned table fails Jehan-Guillaume de Rorthais
- Re: Autogenerate some wait events code and documentation Andres Freund
- Re: pgsql: Clean up role created in new subscription test. Daniel Gustafsson
- Re: SLRUs in the main buffer pool - Page Header definitions Bagga, Rishu
- Re: [PoC] Federated Authn/z with OAUTHBEARER Thomas Munro
- Re: doc: improve the restriction description of using indexes on REPLICA IDENTITY FULL table. Peter Smith
- Re: Wrong syntax in feature description Peter Smith
- Re: Should we remove db_user_namespace? Michael Paquier
- Re: Consider \v to the list of whitespace characters in the parser Michael Paquier
- Re: pg_upgrade and cross-library upgrades Michael Paquier
- Re: Autogenerate some wait events code and documentation Michael Paquier
- Re: Add PQsendSyncMessage() to libpq Anton Kirilov
- Re: doc: improve the restriction description of using indexes on REPLICA IDENTITY FULL table. Masahiko Sawada
- The same 2PC data maybe recovered twice 蔡梦娟(玊于)
- Re: Add index scan progress to pg_stat_progress_vacuum Masahiko Sawada
- contrib/pg_freespacemap first check input argument, then relation_open. jian he
- Re: Add index scan progress to pg_stat_progress_vacuum Michael Paquier
- Re: test_extensions: fix inconsistency between meson.build and Makefile Michael Paquier
- Re: contrib/pg_freespacemap first check input argument, then relation_open. Julien Rouhaud
- Re: Should we remove db_user_namespace? Nathan Bossart
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Amit Kapila
- Re: MERGE ... RETURNING Gurjeet Singh
- Re: Add index scan progress to pg_stat_progress_vacuum Masahiko Sawada
- Re: test_extensions: fix inconsistency between meson.build and Makefile Jeff Davis
- Re: Assert while autovacuum was executing Amit Kapila
- Re: Improve logging when using Huge Pages Michael Paquier
- Re: Re: [PATCH] Add loongarch native checksum implementation. huchangqi
- Re: RFC: pg_stat_logmsg Masahiko Sawada
- Re: pgsql: Fix search_path to a safe value during maintenance operations. Jeff Davis
- Re: Add estimated hit ratio to Memoize in EXPLAIN to explain cost adjustment Daniel Gustafsson
- Re: Exclusion constraints on partitioned tables Peter Eisentraut
- Re: SQL:2011 application time Peter Eisentraut
- Re: [PATCH] ltree hash functions Daniel Gustafsson
- Re: Fix last unitialized memory warning Peter Eisentraut
- Re: SQL:2011 application time Daniel Gustafsson
- Re: Add estimated hit ratio to Memoize in EXPLAIN to explain cost adjustment Lukas Fittl
- Re: Fix order of checking ICU options in initdb and create database Daniel Gustafsson
- Re: pg_decode_message vs skip_empty_xacts and xact_wrote_changes Amit Kapila
- MarkGUCPrefixReserved() doesn't check all options Karina Litskevich
- Re: logicalrep_message_type throws an error Amit Kapila
- Re: logicalrep_message_type throws an error Amit Kapila
- Re: EBCDIC sorting as a use case for ICU rules Peter Eisentraut
- Re: EBCDIC sorting as a use case for ICU rules Peter Eisentraut
- RE: [PATCH] Reuse Workers and Replication Slots during Logical Replication Hayato Kuroda (Fujitsu)
- Re: [PATCH] Add loongarch native checksum implementation. Daniel Gustafsson
- Re: Make ON_ERROR_STOP stop on shell script failure Daniel Gustafsson
- Re: Latches vs lwlock contention Peter Eisentraut
- Re: MarkGUCPrefixReserved() doesn't check all options Heikki Linnakangas
- Re: POC, WIP: OR-clause support for indexes Andrey Lepikhov
- Re: [PATCH] Add loongarch native checksum implementation. YANG Xudong
- Re: MERGE ... RETURNING Alvaro Herrera
- Re: MERGE ... RETURNING jian he
- Re: Permute underscore separated components of columns before fuzzy matching Mikhail Gribkov
- Re: [PATCH] Add GitLab CI to PostgreSQL Andrew Dunstan
- HOT readme missing documentation on summarizing index handling Matthias van de Meent
- Re: Bytea PL/Perl transform Peter Eisentraut
- Re: Permute underscore separated components of columns before fuzzy matching Mikhail Gribkov
- Re: Detecting use-after-free bugs using gcc's malloc() attribute Peter Eisentraut
- Re: UUID v7 Daniel Gustafsson
- Re: [PATCH] Add support function for containment operators Kim Johan Andersson
- Commitfest 2023-07 has started Daniel Gustafsson
- Re: [PATCH] psql: Add tab-complete for optional view parameters Daniel Gustafsson
- Re: UUID v7 Matthias van de Meent
- Re: Fix last unitialized memory warning Tristan Partin
- Re: UUID v7 Daniel Gustafsson
- Re: pg_basebackup check vs Windows file path limits Daniel Gustafsson
- Re: Problems with estimating OR conditions, IS NULL on LEFT JOINs Alena Rybakina
- Re: UUID v7 Tom Lane
- Re: Parallel CREATE INDEX for BRIN indexes Tomas Vondra
- Re: Schema variables - new implementation for Postgres 15 Pavel Stehule
- Avoid overflow with simplehash Ranier Vilela
- Re: generic plans and "initial" pruning Amit Langote
- Re: Avoid overflow with simplehash Daniel Gustafsson
- Re: Avoid overflow with simplehash Ranier Vilela
- Re: Example Table AM implementation Hannu Krosing
- Re: Avoid overflow with simplehash Daniel Gustafsson
- Re: Avoid unncessary always true test (src/backend/storage/buffer/bufmgr.c) Karina Litskevich
- Re: Avoid overflow with simplehash Ranier Vilela
- Re: [Patch] Use *other* indexes on the subscriber when REPLICA IDENTITY is FULL Önder Kalacı
- Re: Avoid overflow with simplehash Tom Lane
- Re: [PATCH] Add GitLab CI to PostgreSQL Peter Eisentraut
- Re: Avoid overflow with simplehash Andres Freund
- Re: pg_recvlogical prints bogus error when interrupted Tristan Partin
- Re: Avoid unused value (src/fe_utils/print.c) Karina Litskevich
- Re: Problems with estimating OR conditions, IS NULL on LEFT JOINs Tomas Vondra
- Re: Avoid overflow with simplehash Tom Lane
- Re: pgindent vs. pgperltidy command-line arguments Andrew Dunstan
- Re: Reducing connection overhead in pg_upgrade compat check phase Daniel Gustafsson
- Re: Add SPLIT PARTITION/MERGE PARTITIONS commands Daniel Gustafsson
- Re: Does a cancelled REINDEX CONCURRENTLY need to be messy? Peter Eisentraut
- Re: [PATCH] Add support function for containment operators Laurenz Albe
- Re: check_strxfrm_bug() Peter Eisentraut
- Re: pg_basebackup check vs Windows file path limits Andrew Dunstan
- Re: UUID v7 Peter Eisentraut
- Re: Avoid overflow with simplehash Ranier Vilela
- Re: Add more sanity checks around callers of changeDependencyFor() Peter Eisentraut
- Re: Avoid overflow with simplehash Andres Freund
- Re: [PoC] Federated Authn/z with OAUTHBEARER Jacob Champion
- Re: Avoid overflow with simplehash Ranier Vilela
- Re: Add more sanity checks around callers of changeDependencyFor() Andres Freund
- Re: MERGE ... RETURNING Gurjeet Singh
- Re: pgsql: Fix search_path to a safe value during maintenance operations. Nathan Bossart
- Re: Avoid overflow with simplehash Andres Freund
- Re: MERGE ... RETURNING Gurjeet Singh
- Re: Avoid overflow with simplehash Ranier Vilela
- Re: [PATCH] Add GitLab CI to PostgreSQL Gurjeet Singh
- Re: EBCDIC sorting as a use case for ICU rules Jeff Davis
- Re: [PATCH] Add support function for containment operators Laurenz Albe
- Re: [PATCH] Add GitLab CI to PostgreSQL Daniel Gustafsson
- Re: Add SPLIT PARTITION/MERGE PARTITIONS commands Dmitry Koval
- Re: [PATCH] Add GitLab CI to PostgreSQL Andres Freund
- Re: Avoid unncessary always true test (src/backend/storage/buffer/bufmgr.c) Gurjeet Singh
- Re: Fix last unitialized memory warning Andres Freund
- Re: [PATCH] Add GitLab CI to PostgreSQL Gurjeet Singh
- Re: Avoid unncessary always true test (src/backend/storage/buffer/bufmgr.c) Ranier Vilela
- Re: Setting restrictedtoken in pg_regress Daniel Gustafsson
- Re: warn if GUC set to an invalid shared library Justin Pryzby
- Re: Disabling Heap-Only Tuples Matthias van de Meent
- Clean up some signal usage mainly related to Windows Tristan Partin
- Re: [PoC] Federated Authn/z with OAUTHBEARER Thomas Munro
- Re: HOT readme missing documentation on summarizing index handling Tomas Vondra
- Re: SQL:2011 application time Paul A Jungwirth
- Re: Autogenerate some wait events code and documentation Andres Freund
- Re: Fix search_path for all maintenance commands Jeff Davis
- Re: doc: improve the restriction description of using indexes on REPLICA IDENTITY FULL table. Peter Smith
- Re: POC, WIP: OR-clause support for indexes Andrey Lepikhov
- Re: Fix search_path for all maintenance commands Isaac Morland
- Re: Autogenerate some wait events code and documentation Michael Paquier
- Re: Disabling Heap-Only Tuples Dilip Kumar
- Add hint message for check_log_destination() Japin Li
- Re: pgsql: Fix search_path to a safe value during maintenance operations. Nathan Bossart
- Re: RFC: pg_stat_logmsg Gurjeet Singh
- Re: Add hint message for check_log_destination() jian he
- Re: Initial Schema Sync for Logical Replication Masahiko Sawada
- Re: [PoC] Improve dead tuple storage for lazy vacuum Masahiko Sawada
- Re: Add hint message for check_log_destination() Japin Li
- RE: [Patch] Use *other* indexes on the subscriber when REPLICA IDENTITY is FULL Hayato Kuroda (Fujitsu)
- Re: doc: improve the restriction description of using indexes on REPLICA IDENTITY FULL table. Masahiko Sawada
- Re: Implement missing join selectivity estimation for range types Damir Belyalov
- Re: POC, WIP: OR-clause support for indexes Alena Rybakina
- Re: Add hint message for check_log_destination() Masahiko Sawada
- Re: pg_column_toast_chunk_id: a function to get a chunk ID of a TOASTed value Yugo NAGATA
- Re: pg_column_toast_chunk_id: a function to get a chunk ID of a TOASTed value Yugo NAGATA
- RE: Initial Schema Sync for Logical Replication Kumar, Sachin
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Peter Smith
- 回复:The same 2PC data maybe recovered twice 蔡梦娟(玊于)
- Re: Disabling Heap-Only Tuples Matthias van de Meent
- Re: [feature]COPY FROM enable FORCE_NULL/FORCE_NOT_NULL on all columns Damir Belyalov
- Re: Disabling Heap-Only Tuples Tomas Vondra
- Re: Disabling Heap-Only Tuples Dilip Kumar
- Re: Disabling Heap-Only Tuples Laurenz Albe
- Re: [PATCH] Add support function for containment operators Laurenz Albe
- Re: Disabling Heap-Only Tuples Thom Brown
- Re: Add hint message for check_log_destination() Japin Li
- Re: remaining sql/json patches Peter Eisentraut
- Re: CHECK Constraint Deferrable Dilip Kumar
- Re: remaining sql/json patches Amit Langote
- Re: UUID v7 Andrey M. Borodin
- Re: DROP DATABASE is interruptible Daniel Gustafsson
- gcc -Wclobbered in PostgresMain Sergey Shinderuk
- Re: remaining sql/json patches Amit Langote
- Re: remaining sql/json patches Alvaro Herrera
- Re: Disabling Heap-Only Tuples Ants Aasma
- Re: pg_upgrade and cross-library upgrades Daniel Gustafsson
- RE: [Patch] Use *other* indexes on the subscriber when REPLICA IDENTITY is FULL Hayato Kuroda (Fujitsu)
- Re: benchmark results comparing versions 15.2 and 16 Alexander Lakhin
- Standardize type of variable when extending Buffers Ranier Vilela
- RE: UUID v7 Kyzer Davis (kydavis)
- Re: pg_upgrade instructions involving "rsync --size-only" might lead to standby corruption? Stephen Frost
- Re: CHECK Constraint Deferrable Himanshu Upadhyaya
- Re: CHECK Constraint Deferrable David G. Johnston
- Re: Unlogged relations and WAL-logging Heikki Linnakangas
- Re: Implement missing join selectivity estimation for range types Schoemans Maxime
- Re: Fix search_path for all maintenance commands Jeff Davis
- Re: 010_database.pl fails on openbsd w/ LC_ALL=LANG=C Jeff Davis
- Re: Issue attaching a table to a partitioned table with an auto-referenced foreign key Jehan-Guillaume de Rorthais
- Re: ICU locale validation / canonicalization Jeff Davis
- Re: pgsql: Fix search_path to a safe value during maintenance operations. Jeff Davis
- Re: [17] CREATE COLLATION default provider Jeff Davis
- Re: HOT readme missing documentation on summarizing index handling Matthias van de Meent
- Re: DecodeInterval fixes Jacob Champion
- Re: pgsql: Fix search_path to a safe value during maintenance operations. Nathan Bossart
- Re: HOT readme missing documentation on summarizing index handling Tomas Vondra
- Re: HOT readme missing documentation on summarizing index handling Matthias van de Meent
- Re: psql's FETCH_COUNT (cursor) is not being respected for CTEs Daniel Verite
- Re: [17] CREATE COLLATION default provider Gurjeet Singh
- Re: Add more sanity checks around callers of changeDependencyFor() Akshat Jaimini
- Re: PATCH: Using BRIN indexes for sorted output Tomas Vondra
- Re: Standardize type of variable when extending Buffers Gurjeet Singh
- Re: pgsql: Fix search_path to a safe value during maintenance operations. Nathan Bossart
- Re: [PoC] Federated Authn/z with OAUTHBEARER Jacob Champion
- Re: 010_database.pl fails on openbsd w/ LC_ALL=LANG=C Thomas Munro
- Re: 010_database.pl fails on openbsd w/ LC_ALL=LANG=C Jeff Davis
- Re: check_strxfrm_bug() Thomas Munro
- Re: check_strxfrm_bug() Tristan Partin
- Re: [PoC] Federated Authn/z with OAUTHBEARER Andrey Chudnovsky
- Re: check_strxfrm_bug() Thomas Munro
- Re: MERGE ... RETURNING Dean Rasheed
- Re: DecodeInterval fixes Tom Lane
- Re: Add more sanity checks around callers of changeDependencyFor() Michael Paquier
- Re: [PoC] Federated Authn/z with OAUTHBEARER Thomas Munro
- Re: [PoC] Improve dead tuple storage for lazy vacuum John Naylor
- Re: doc: improve the restriction description of using indexes on REPLICA IDENTITY FULL table. Amit Kapila
- Re: add non-option reordering to in-tree getopt_long Nathan Bossart
- Re: Add more sanity checks around callers of changeDependencyFor() Michael Paquier
- Re: Add hint message for check_log_destination() Michael Paquier
- Re: Check lateral references within PHVs for memoize cache keys Paul A Jungwirth
- Re: [Patch] Use *other* indexes on the subscriber when REPLICA IDENTITY is FULL Amit Kapila
- Re: [PATCH] Add support function for containment operators Kim Johan Andersson
- Re: Problems with estimating OR conditions, IS NULL on LEFT JOINs Alena Rybakina
- Re: Problems with estimating OR conditions, IS NULL on LEFT JOINs Tomas Vondra
- Re: pg_basebackup check vs Windows file path limits Andrew Dunstan
- Re: gcc -Wclobbered in PostgresMain Tom Lane
- Re: pg_basebackup check vs Windows file path limits Andrew Dunstan
- Re: Cleaning up array_in() Tom Lane
- Re: psql: Add role's membership options to the \du+ command Tom Lane
- Re: DecodeInterval fixes Joseph Koshakow
- Re: Check lateral references within PHVs for memoize cache keys Tom Lane
- Re: Infinite Interval Tom Lane
- Re: Preventing non-superusers from altering session authorization Joseph Koshakow
- Re: Infinite Interval Joseph Koshakow
- Re: Infinite Interval Joseph Koshakow
- Re: Cleaning up array_in() Tom Lane
- Re: Cleaning up array_in() Heikki Linnakangas
- Re: DecodeInterval fixes Gurjeet Singh
- Re: Cleaning up array_in() Tom Lane
- Re: Cleaning up array_in() Heikki Linnakangas
- Re: DecodeInterval fixes Tom Lane
- Re: Preventing non-superusers from altering session authorization Joseph Koshakow
- Re: DecodeInterval fixes Gurjeet Singh
- Re: Reducing connection overhead in pg_upgrade compat check phase Nathan Bossart
- Re: BRIN indexes vs. SK_SEARCHARRAY (and preprocessing scan keys) Heikki Linnakangas
- Re: Preventing non-superusers from altering session authorization Nathan Bossart
- Re: Preventing non-superusers from altering session authorization Joseph Koshakow
- Re: check_strxfrm_bug() Thomas Munro
- Re: Check lateral references within PHVs for memoize cache keys David Rowley
- Re: Exclusion constraints on partitioned tables Paul A Jungwirth
- Re: [feature]COPY FROM enable FORCE_NULL/FORCE_NOT_NULL on all columns Zhang Mingli
- Re: Initial Schema Sync for Logical Replication Amit Kapila
- Re: Check lateral references within PHVs for memoize cache keys David Rowley
- Re: Autogenerate some wait events code and documentation Michael Paquier
- Re: Preventing non-superusers from altering session authorization Nathan Bossart
- Re: check_strxfrm_bug() Peter Eisentraut
- Re: check_strxfrm_bug() Thomas Munro
- Re: [PATCH] Remove unnecessary unbind in LDAP search+bind mode Peter Eisentraut
- Re: Autogenerate some wait events code and documentation Drouvot, Bertrand
- Re: Fix last unitialized memory warning Peter Eisentraut
- Re: Synchronizing slots from primary to standby Bharath Rupireddy
- Re: Autogenerate some wait events code and documentation Michael Paquier
- Re: psql: Add role's membership options to the \du+ command Pavel Luzanov
- Re: BRIN indexes vs. SK_SEARCHARRAY (and preprocessing scan keys) Tomas Vondra
- Re: Preventing non-superusers from altering session authorization Joseph Koshakow
- Re: DecodeInterval fixes Joseph Koshakow
- Re: BRIN indexes vs. SK_SEARCHARRAY (and preprocessing scan keys) Heikki Linnakangas
- Re: [PATCH] Remove unnecessary unbind in LDAP search+bind mode Anatoly Zaretsky
- Re: RFC: pg_stat_logmsg Joe Conway
- Re: DecodeInterval fixes reid.thompson@crunchydata.com
- Re: Support logical replication of DDLs Zheng Li
- Re: BRIN indexes vs. SK_SEARCHARRAY (and preprocessing scan keys) Tomas Vondra
- Re: Cleaning up threading code Thomas Munro
- Re: Preventing non-superusers from altering session authorization Joseph Koshakow
- Re: Add hint message for check_log_destination() Japin Li
- Re: doc: improve the restriction description of using indexes on REPLICA IDENTITY FULL table. Peter Smith
- RE: [PATCH] Reuse Workers and Replication Slots during Logical Replication Hayato Kuroda (Fujitsu)
- Re: check_strxfrm_bug() Thomas Munro
- Re: POC, WIP: OR-clause support for indexes Andrey Lepikhov
- doc: clarify the limitation for logical replication when REPILICA IDENTITY is FULL Hayato Kuroda (Fujitsu)
- RE: [Patch] Use *other* indexes on the subscriber when REPLICA IDENTITY is FULL Hayato Kuroda (Fujitsu)
- Re: Synchronizing slots from primary to standby Amit Kapila
- Re: Add more sanity checks around callers of changeDependencyFor() Michael Paquier
- Re: doc: improve the restriction description of using indexes on REPLICA IDENTITY FULL table. Amit Kapila
- Re: pg_recvlogical prints bogus error when interrupted Michael Paquier
- Re: Autogenerate some wait events code and documentation Drouvot, Bertrand
- Re: Add hint message for check_log_destination() Kyotaro Horiguchi
- Re: Add hint message for check_log_destination() Michael Paquier
- Re: Autogenerate some wait events code and documentation Michael Paquier
- Re: Autogenerate some wait events code and documentation Drouvot, Bertrand
- RE: Support logical replication of DDLs Zhijie Hou (Fujitsu)
- Re: Add hint message for check_log_destination() Masahiko Sawada
- Re: Standardize type of variable when extending Buffers Kyotaro Horiguchi
- Re: Should we remove db_user_namespace? Michael Paquier
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Peter Smith
- Re: Autogenerate some wait events code and documentation Alvaro Herrera
- Re: Schema variables - new implementation for Postgres 15 Pavel Stehule
- RE: Partial aggregates pushdown Fujii.Yuki@df.MitsubishiElectric.co.jp"
- Re: Show various offset arrays for heap WAL records Heikki Linnakangas
- Re: doc: clarify the limitation for logical replication when REPILICA IDENTITY is FULL Peter Smith
- Valgrind errors on 32-bit OS o.tselebrovskiy@postgrespro.ru
- Check invalid pages at the end of recovery to alarm lost data 王伟(学弈)
- Re: add non-option reordering to in-tree getopt_long Kyotaro Horiguchi
- Re: pg_usleep for multisecond delays Daniel Gustafsson
- Re: [PATCH] Slight improvement of worker_spi.c example Daniel Gustafsson
- Re: Eliminating SPI from RI triggers - take 2 Daniel Gustafsson
- Re: Eliminating SPI from RI triggers - take 2 Amit Langote
- Re: POC, WIP: OR-clause support for indexes Alena Rybakina
- RE: doc: clarify the limitation for logical replication when REPILICA IDENTITY is FULL Hayato Kuroda (Fujitsu)
- Re: RADIUS tests and improvements Daniel Gustafsson
- Re: Split index and table statistics into different types of stats Daniel Gustafsson
- Re: Cross-database SERIALIZABLE safe snapshots Heikki Linnakangas
- [Question] Can someone provide some links related to the MemoryContext? Wen Yi
- Re: Prefetch the next tuple's memory during seqscans Daniel Gustafsson
- Re: Prefetch the next tuple's memory during seqscans Daniel Gustafsson
- Re: Some revises in adding sorting path Daniel Gustafsson
- Re: gcc -Wclobbered in PostgresMain Sergey Shinderuk
- Re: [Patch] Use *other* indexes on the subscriber when REPLICA IDENTITY is FULL Amit Kapila
- Re: Request for comment on setting binary format output per session Daniel Gustafsson
- Re: doc: clarify the limitation for logical replication when REPILICA IDENTITY is FULL Amit Kapila
- Re: PATCH: Using BRIN indexes for sorted output Matthias van de Meent
- Re: optimize several list functions with SIMD intrinsics Heikki Linnakangas
- Re:doc: clarify the limitation for logical replication when REPILICA IDENTITY is FULL Sergei Kornilov
- RE: Initial Schema Sync for Logical Replication Kumar, Sachin
- Re: Standardize type of variable when extending Buffers Ranier Vilela
- Re: PATCH: Using BRIN indexes for sorted output Tomas Vondra
- Re: POC, WIP: OR-clause support for indexes Ranier Vilela
- Re: POC, WIP: OR-clause support for indexes Ranier Vilela
- Re: [PATCH] Allow Postgres to pick an unused port to listen Daniel Gustafsson
- Re: HOT readme missing documentation on summarizing index handling Aleksander Alekseev
- Re: ResourceOwner refactoring Peter Eisentraut
- Re: PATCH: Using BRIN indexes for sorted output Matthias van de Meent
- Re: [PATCH] Slight improvement of worker_spi.c example Aleksander Alekseev
- Re: [PATCH] Slight improvement of worker_spi.c example Daniel Gustafsson
- Re: doc: clarify the limitation for logical replication when REPILICA IDENTITY is FULL Amit Kapila
- Re: [PATCH] Infinite loop while acquiring new TOAST Oid Aleksander Alekseev
- Re: remaining sql/json patches Amit Langote
- Re: Things I don't like about \du's "Attributes" column Pavel Luzanov
- Re: Performance degradation on concurrent COPY into a single relation in PG16. Alvaro Herrera
- Re: doc: clarify the limitation for logical replication when REPILICA IDENTITY is FULL Sergei Kornilov
- Re: Exclusion constraints on partitioned tables Peter Eisentraut
- Re: [Patch] Use *other* indexes on the subscriber when REPLICA IDENTITY is FULL Önder Kalacı
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Melih Mutlu
- Re: check_strxfrm_bug() Peter Eisentraut
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Melih Mutlu
- Re: Changing types of block and chunk sizes in memory contexts Melih Mutlu
- Re: Reducing connection overhead in pg_upgrade compat check phase Daniel Gustafsson
- Re: remaining sql/json patches Alvaro Herrera
- Re: Add more sanity checks around callers of changeDependencyFor() Tom Lane
- Re: remaining sql/json patches Alvaro Herrera
- Re: Add more sanity checks around callers of changeDependencyFor() Alvaro Herrera
- Re: Add more sanity checks around callers of changeDependencyFor() Tom Lane
- Re: Exclusion constraints on partitioned tables Paul A Jungwirth
- Re: PATCH: Using BRIN indexes for sorted output Tomas Vondra
- Re: Performance degradation on concurrent COPY into a single relation in PG16. Andres Freund
- Re: Performance degradation on concurrent COPY into a single relation in PG16. Andres Freund
- Re: Performance degradation on concurrent COPY into a single relation in PG16. Andres Freund
- Re: gcc -Wclobbered in PostgresMain Tom Lane
- Re: PATCH: Using BRIN indexes for sorted output Matthias van de Meent
- Re: Performance degradation on concurrent COPY into a single relation in PG16. Andres Freund
- Re: BUG #18016: REINDEX TABLE failure Gurjeet Singh
- Re: BUG #18016: REINDEX TABLE failure Gurjeet Singh
- Re: BUG #18016: REINDEX TABLE failure Gurjeet Singh
- Re: UUID v7 Peter Eisentraut
- Re: cataloguing NOT NULL constraints Alvaro Herrera
- Re: DecodeInterval fixes Reid Thompson
- Re: Problems with estimating OR conditions, IS NULL on LEFT JOINs Alena Rybakina
- Re: pg_usleep for multisecond delays Nathan Bossart
- Re: DecodeInterval fixes Jacob Champion
- Re: Should we remove db_user_namespace? Nathan Bossart
- Re: add non-option reordering to in-tree getopt_long Nathan Bossart
- stats test intermittent failure Melanie Plageman
- Re: pg_column_toast_chunk_id: a function to get a chunk ID of a TOASTed value Sergei Kornilov
- Re: ResourceOwner refactoring Andres Freund
- Re: ResourceOwner refactoring Andres Freund
- Re: PATCH: Using BRIN indexes for sorted output Tomas Vondra
- Re: add non-option reordering to in-tree getopt_long Nathan Bossart
- Re: Preventing non-superusers from altering session authorization Nathan Bossart
- Re: pg_upgrade instructions involving "rsync --size-only" might lead to standby corruption? Nikolay Samokhvalov
- Re: Preventing non-superusers from altering session authorization Joseph Koshakow
- Re: Preventing non-superusers from altering session authorization Nathan Bossart
- Re: pg_upgrade instructions involving "rsync --size-only" might lead to standby corruption? Michael Banck
- Re: Refactoring backend fork+exec code Tristan Partin
- Re: Allowing parallel-safe initplans Tom Lane
- Re: pg_upgrade instructions involving "rsync --size-only" might lead to standby corruption? Nikolay Samokhvalov
- Re: check_strxfrm_bug() Thomas Munro
- Re: Generating code for query jumbling through gen_node_support.pl Michael Paquier
- Re: Refactoring backend fork+exec code Andres Freund
- Re: Autogenerate some wait events code and documentation Michael Paquier
- Re: [PoC] Implementation of distinct in Window Aggregates Andreas Karlsson
- Re: Reducing connection overhead in pg_upgrade compat check phase Nathan Bossart
- Re: sslinfo extension - add notbefore and notafter timestamps Cary Huang
- Re: [PoC] Federated Authn/z with OAUTHBEARER Jacob Champion
- Re: doc: improve the restriction description of using indexes on REPLICA IDENTITY FULL table. Peter Smith
- Re: Reducing connection overhead in pg_upgrade compat check phase Daniel Gustafsson
- Re: [PoC] Federated Authn/z with OAUTHBEARER Jacob Champion
- Re: Add bump memory context type and use it for tuplesorts David Rowley
- Re: WAL Insertion Lock Improvements Michael Paquier
- Re: BUG #17946: LC_MONETARY & DO LANGUAGE plperl - BUG Tristan Partin
- Re: Add hint message for check_log_destination() Japin Li
- Re: Add more sanity checks around callers of changeDependencyFor() Michael Paquier
- pg16b2: REINDEX segv on null pointer in RemoveFromWaitQueue Justin Pryzby
- Re: Performance degradation on concurrent COPY into a single relation in PG16. Masahiko Sawada
- Re: Performance degradation on concurrent COPY into a single relation in PG16. Masahiko Sawada
- Re: [Patch] Use *other* indexes on the subscriber when REPLICA IDENTITY is FULL Amit Kapila
- Got FATAL in lock_twophase_recover() during recovery suyu.cmj
- Got FATAL in lock_twophase_recover() during recovery suyu.cmj
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Peter Smith
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Peter Smith
- Re: Make pgbench exit on SIGINT more reliably Michael Paquier
- Re: Cleaning up array_in() jian he
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Amit Kapila
- Re: doc: improve the restriction description of using indexes on REPLICA IDENTITY FULL table. Amit Kapila
- Re: doc: clarify the limitation for logical replication when REPILICA IDENTITY is FULL Amit Kapila
- Re: Autogenerate some wait events code and documentation Drouvot, Bertrand
- Re: Use COPY for populating all pgbench tables Michael Paquier
- RE: [Patch] Use *other* indexes on the subscriber when REPLICA IDENTITY is FULL Hayato Kuroda (Fujitsu)
- Re: Show various offset arrays for heap WAL records Peter Geoghegan
- Re: Generating code for query jumbling through gen_node_support.pl Andrey Lepikhov
- unrecognized node type while displaying a Path due to dangling pointer Jeevan Chalke
- Re: Generating code for query jumbling through gen_node_support.pl Michael Paquier
- Re: doc: improve the restriction description of using indexes on REPLICA IDENTITY FULL table. Masahiko Sawada
- Re: Exclusion constraints on partitioned tables Paul A Jungwirth
- Re: Add index scan progress to pg_stat_progress_vacuum Masahiko Sawada
- Re: Initial Schema Sync for Logical Replication Masahiko Sawada
- Re: Generating code for query jumbling through gen_node_support.pl Andrey Lepikhov
- RE: doc: clarify the limitation for logical replication when REPILICA IDENTITY is FULL Hayato Kuroda (Fujitsu)
- RE: doc: clarify the limitation for logical replication when REPILICA IDENTITY is FULL Hayato Kuroda (Fujitsu)
- Re: Performance degradation on concurrent COPY into a single relation in PG16. Jakub Wartak
- Re: add non-option reordering to in-tree getopt_long Kyotaro Horiguchi
- RE: doc: clarify the limitation for logical replication when REPILICA IDENTITY is FULL Hayato Kuroda (Fujitsu)
- Re: doc: clarify the limitation for logical replication when REPILICA IDENTITY is FULL Amit Kapila
- Re: logical decoding and replication of sequences, take 2 Amit Kapila
- Re: Support to define custom wait events for extensions Michael Paquier
- [PATCH]Add a tip to the check mode Wen Yi
- Re: unrecognized node type while displaying a Path due to dangling pointer Alvaro Herrera
- Re: logicalrep_message_type throws an error Masahiko Sawada
- Re: doc: improve the restriction description of using indexes on REPLICA IDENTITY FULL table. Peter Smith
- Re: doc: clarify the limitation for logical replication when REPILICA IDENTITY is FULL Sergei Kornilov
- Re: POC, WIP: OR-clause support for indexes Andrey Lepikhov
- Re: unrecognized node type while displaying a Path due to dangling pointer Jeevan Chalke
- RE: BUG #18016: REINDEX TABLE failure Richard Veselý
- Re: unrecognized node type while displaying a Path due to dangling pointer Jeevan Chalke
- Re: logicalrep_message_type throws an error Alvaro Herrera
- COPY table FROM STDIN via SPI James Sewell
- Re: COPY table FROM STDIN via SPI Tom Lane
- Re: unrecognized node type while displaying a Path due to dangling pointer Tom Lane
- RE: Support logical replication of DDLs Zhijie Hou (Fujitsu)
- Re: PATCH: Using BRIN indexes for sorted output Matthias van de Meent
- Re: SLRUs in the main buffer pool, redux Aleksander Alekseev
- Re: [PATCH] Infinite loop while acquiring new TOAST Oid Nikita Malakhov
- Re: unrecognized node type while displaying a Path due to dangling pointer Jeevan Chalke
- Re: A minor adjustment to get_cheapest_path_for_pathkeys Aleksander Alekseev
- Re: pg_decode_message vs skip_empty_xacts and xact_wrote_changes Amit Kapila
- Re: POC, WIP: OR-clause support for indexes Alena Rybakina
- Re: Extension Enhancement: Buffer Invalidation in pg_buffercache Palak Chaturvedi
- Re: Extension Enhancement: Buffer Invalidation in pg_buffercache Palak Chaturvedi
- Re: POC, WIP: OR-clause support for indexes Ranier Vilela
- Re: [PATCH]Add a tip to the check mode Matthias van de Meent
- Re: [Question] Can someone provide some links related to the MemoryContext? Matthias van de Meent
- Re: POC, WIP: OR-clause support for indexes Alena Rybakina
- Re: cataloguing NOT NULL constraints Alvaro Herrera
- Forgive trailing semicolons inside of config files Greg Sabino Mullane
- Re: Use COPY for populating all pgbench tables Tristan Partin
- Re: Make pgbench exit on SIGINT more reliably Tristan Partin
- Re: pg_decode_message vs skip_empty_xacts and xact_wrote_changes Ashutosh Bapat
- Re: Forgive trailing semicolons inside of config files Isaac Morland
- Re: Latches vs lwlock contention Aleksander Alekseev
- Re: Forgive trailing semicolons inside of config files Tom Lane
- Re: Performance degradation on concurrent COPY into a single relation in PG16. Andres Freund
- Re: Forgive trailing semicolons inside of config files Greg Sabino Mullane
- Re: add non-option reordering to in-tree getopt_long Nathan Bossart
- Issue in _bt_getrootheight Ahmed Ibrahim
- 'ERROR: attempted to update invisible tuple' from 'ALTER INDEX ... ATTACH PARTITION' on parent index Shruthi Gowda
- Re: cataloguing NOT NULL constraints Alvaro Herrera
- Re: Support to define custom wait events for extensions Tristan Partin
- Re: [PoC] Federated Authn/z with OAUTHBEARER Jacob Champion
- Re: stats test intermittent failure Alexander Lakhin
- Re: POC, WIP: OR-clause support for indexes Alena Rybakina
- Re: tablecmds.c/MergeAttributes() cleanup Alvaro Herrera
- Re: Performance degradation on concurrent COPY into a single relation in PG16. Andres Freund
- Re: Document that server will start even if it's unable to open some TCP/IP ports Gurjeet Singh
- Re: MERGE ... RETURNING Gurjeet Singh
- Re: unrecognized node type while displaying a Path due to dangling pointer Tom Lane
- Re: Extensible storage manager API - SMGR hook Redux Tristan Partin
- Re: MERGE ... RETURNING Gurjeet Singh
- Re: Cleaning up threading code Thomas Munro
- Re: Parallel CREATE INDEX for BRIN indexes Matthias van de Meent
- Re: Avoid unused value (src/fe_utils/print.c) Marko Tiikkaja
- Re: Reducing connection overhead in pg_upgrade compat check phase Daniel Gustafsson
- Re: Avoid unused value (src/fe_utils/print.c) Ranier Vilela
- Re: Cleaning up threading code Andres Freund
- Re: Support to define custom wait events for extensions Michael Paquier
- Re: Reducing connection overhead in pg_upgrade compat check phase Nathan Bossart
- Re: [Patch] Use *other* indexes on the subscriber when REPLICA IDENTITY is FULL Peter Smith
- Re: unrecognized node type while displaying a Path due to dangling pointer David Rowley
- Re: Support to define custom wait events for extensions Andres Freund
- Re: 'ERROR: attempted to update invisible tuple' from 'ALTER INDEX ... ATTACH PARTITION' on parent index Michael Paquier
- Re: MERGE ... RETURNING Jeff Davis
- Re: [PoC] Federated Authn/z with OAUTHBEARER Thomas Munro
- Re: MERGE ... RETURNING Vik Fearing
- Re: DROP DATABASE is interruptible Andres Freund
- Re: unrecognized node type while displaying a Path due to dangling pointer Tom Lane
- Re: Forgive trailing semicolons inside of config files Andres Freund
- Re: Forgive trailing semicolons inside of config files Tom Lane
- Re: unrecognized node type while displaying a Path due to dangling pointer David Rowley
- Re: COPY table FROM STDIN via SPI James Sewell
- Re: The same 2PC data maybe recovered twice Andy Fan
- Re: The same 2PC data maybe recovered twice Andy Fan
- RE: [Patch] Use *other* indexes on the subscriber when REPLICA IDENTITY is FULL Hayato Kuroda (Fujitsu)
- Re: Cleaning up threading code Thomas Munro
- Re: Cleaning up threading code Thomas Munro
- Re: [Patch] Use *other* indexes on the subscriber when REPLICA IDENTITY is FULL Amit Kapila
- Re: [Patch] Use *other* indexes on the subscriber when REPLICA IDENTITY is FULL Peter Smith
- Re: Cleaning up threading code Thomas Munro
- Re: 'ERROR: attempted to update invisible tuple' from 'ALTER INDEX ... ATTACH PARTITION' on parent index Michael Paquier
- Re: CI and test improvements Justin Pryzby
- Re: Use COPY for populating all pgbench tables Michael Paquier
- Re: CI and test improvements Michael Paquier
- Re: 'ERROR: attempted to update invisible tuple' from 'ALTER INDEX ... ATTACH PARTITION' on parent index Dilip Kumar
- Re: doc: improve the restriction description of using indexes on REPLICA IDENTITY FULL table. Masahiko Sawada
- Re: [PATCH]Add a tip to the check mode Wen Yi
- Re: Support to define custom wait events for extensions Michael Paquier
- RE: [Patch] Use *other* indexes on the subscriber when REPLICA IDENTITY is FULL Hayato Kuroda (Fujitsu)
- RE: [Patch] Use *other* indexes on the subscriber when REPLICA IDENTITY is FULL Hayato Kuroda (Fujitsu)
- Re: Exclusion constraints on partitioned tables Peter Eisentraut
- Better help output for pgbench -I init_steps Gurjeet Singh
- Re: Testing autovacuum wraparound (including failsafe) Masahiko Sawada
- Re: Support to define custom wait events for extensions Masahiro Ikeda
- Re: Support to define custom wait events for extensions Masahiro Ikeda
- Re: SQL:2011 application time Peter Eisentraut
- Re: 'ERROR: attempted to update invisible tuple' from 'ALTER INDEX ... ATTACH PARTITION' on parent index Michael Paquier
- Re: Support to define custom wait events for extensions Masahiro Ikeda
- Re: Performance degradation on concurrent COPY into a single relation in PG16. Masahiko Sawada
- Re: Support to define custom wait events for extensions Michael Paquier
- Re: Clean up some signal usage mainly related to Windows Peter Eisentraut
- Re: pg_upgrade instructions involving "rsync --size-only" might lead to standby corruption? Michael Banck
- Re: remaining sql/json patches Amit Langote
- Re: DROP DATABASE is interruptible Daniel Gustafsson
- Re: Better help output for pgbench -I init_steps Peter Eisentraut
- Re: doc: improve the restriction description of using indexes on REPLICA IDENTITY FULL table. Amit Kapila
- Re: psql: Add role's membership options to the \du+ command Pavel Luzanov
- Re: Consistent coding for the naming of LR workers Peter Eisentraut
- Re: Testing autovacuum wraparound (including failsafe) Daniel Gustafsson
- Re: Synchronizing slots from primary to standby Peter Eisentraut
- Re: pg16b2: REINDEX segv on null pointer in RemoveFromWaitQueue Justin Pryzby
- Re: 'ERROR: attempted to update invisible tuple' from 'ALTER INDEX ... ATTACH PARTITION' on parent index Dilip Kumar
- Re: 'ERROR: attempted to update invisible tuple' from 'ALTER INDEX ... ATTACH PARTITION' on parent index Robert Haas
- Re: XLog size reductions: Reduced XLog record header size for PG17 Matthias van de Meent
- Re: remaining sql/json patches Amit Langote
- Re: Better help output for pgbench -I init_steps Alvaro Herrera
- Re: 'ERROR: attempted to update invisible tuple' from 'ALTER INDEX ... ATTACH PARTITION' on parent index Robert Haas
- Re: doc: improve the restriction description of using indexes on REPLICA IDENTITY FULL table. Masahiko Sawada
- Re: doc: improve the restriction description of using indexes on REPLICA IDENTITY FULL table. Önder Kalacı
- Re: Clean up some signal usage mainly related to Windows Tristan Partin
- Re: tablecmds.c/MergeAttributes() cleanup Peter Eisentraut
- Re: Use COPY for populating all pgbench tables Tristan Partin
- Re: Clean up some signal usage mainly related to Windows Peter Eisentraut
- Re: Clean up some signal usage mainly related to Windows Tristan Partin
- RelationGetIndexAttrBitmap comment outdated Alvaro Herrera
- Re: RelationGetIndexAttrBitmap comment outdated Daniel Gustafsson
- Re: [Patch] Use *other* indexes on the subscriber when REPLICA IDENTITY is FULL Önder Kalacı
- numeric datatype for current release not available Ashutosh Bapat
- Re: numeric datatype for current release not available Julien Rouhaud
- Re: Meson build updates Tristan Partin
- Re: 'ERROR: attempted to update invisible tuple' from 'ALTER INDEX ... ATTACH PARTITION' on parent index Shruthi Gowda
- Re: Meson build updates Alvaro Herrera
- Re: Meson build updates Tristan Partin
- Re: cataloguing NOT NULL constraints Alvaro Herrera
- Re: Better help output for pgbench -I init_steps Gurjeet Singh
- Re: COPY table FROM STDIN via SPI Joe Conway
- Re: COPY table FROM STDIN via SPI chap@anastigmatix.net
- Re: logical decoding and replication of sequences, take 2 Tomas Vondra
- Re: COPY table FROM STDIN via SPI Joe Conway
- Re: 'ERROR: attempted to update invisible tuple' from 'ALTER INDEX ... ATTACH PARTITION' on parent index Robert Haas
- CommandStatus from insert returning when using a portal. Dave Cramer
- Re: CommandStatus from insert returning when using a portal. David G. Johnston
- Re: CommandStatus from insert returning when using a portal. Gurjeet Singh
- Re: CommandStatus from insert returning when using a portal. Dave Cramer
- Re: CommandStatus from insert returning when using a portal. Tom Lane
- Re: CommandStatus from insert returning when using a portal. Dave Cramer
- Re: CommandStatus from insert returning when using a portal. David G. Johnston
- Re: document the need to analyze partitioned tables David Rowley
- Re: 'ERROR: attempted to update invisible tuple' from 'ALTER INDEX ... ATTACH PARTITION' on parent index Michael Paquier
- Re: 'ERROR: attempted to update invisible tuple' from 'ALTER INDEX ... ATTACH PARTITION' on parent index Michael Paquier
- Re: doc: improve the restriction description of using indexes on REPLICA IDENTITY FULL table. Peter Smith
- Re: Correct the documentation for work_mem David Rowley
- Re: Remove distprep Andres Freund
- Re: Meson build updates Andres Freund
- Re: MERGE ... RETURNING Jeff Davis
- Re: Meson build updates Tristan Partin
- Re: CommandStatus from insert returning when using a portal. chap@anastigmatix.net
- Re: MERGE ... RETURNING Vik Fearing
- Re: Support to define custom wait events for extensions Michael Paquier
- Duplicated LLVMJitHandle->lljit assignment? Matheus Alcantara
- Re: CommandStatus from insert returning when using a portal. Dave Cramer
- Re: Support to define custom wait events for extensions Masahiro Ikeda
- Re: Autogenerate some wait events code and documentation Michael Paquier
- Re: doc: improve the restriction description of using indexes on REPLICA IDENTITY FULL table. Masahiko Sawada
- Re: CommandStatus from insert returning when using a portal. David G. Johnston
- Re: Duplicated LLVMJitHandle->lljit assignment? Gurjeet Singh
- Re: [Patch] Use *other* indexes on the subscriber when REPLICA IDENTITY is FULL Peter Smith
- Re: doc: improve the restriction description of using indexes on REPLICA IDENTITY FULL table. Peter Smith
- Re: doc: improve the restriction description of using indexes on REPLICA IDENTITY FULL table. Masahiko Sawada
- Re: CREATE INDEX CONCURRENTLY on partitioned index Justin Pryzby
- Re: Support to define custom wait events for extensions Michael Paquier
- Re: doc: improve the restriction description of using indexes on REPLICA IDENTITY FULL table. Peter Smith
- Re: [Patch] Use *other* indexes on the subscriber when REPLICA IDENTITY is FULL Amit Kapila
- Re: Duplicated LLVMJitHandle->lljit assignment? Michael Paquier
- Re: remaining sql/json patches Amit Langote
- Re: add non-option reordering to in-tree getopt_long Nathan Bossart
- Re: Use COPY for populating all pgbench tables Michael Paquier
- Re: 'ERROR: attempted to update invisible tuple' from 'ALTER INDEX ... ATTACH PARTITION' on parent index Dilip Kumar
- RE: [PATCH] Reuse Workers and Replication Slots during Logical Replication Hayato Kuroda (Fujitsu)
- RE: [PATCH] Reuse Workers and Replication Slots during Logical Replication Hayato Kuroda (Fujitsu)
- Re: numeric datatype for current release not available Ashutosh Bapat
- Re: Preventing non-superusers from altering session authorization Nathan Bossart
- Re: [PoC] Federated Authn/z with OAUTHBEARER Andrey Chudnovsky
- Re: Consistent coding for the naming of LR workers Peter Smith
- Configurable FP_LOCK_SLOTS_PER_BACKEND Nikolay Samokhvalov
- Re: Changing types of block and chunk sizes in memory contexts David Rowley
- Re: doc: improve the restriction description of using indexes on REPLICA IDENTITY FULL table. Masahiko Sawada
- Re: 'ERROR: attempted to update invisible tuple' from 'ALTER INDEX ... ATTACH PARTITION' on parent index Michael Paquier
- Re: add non-option reordering to in-tree getopt_long Michael Paquier
- Re: CREATE INDEX CONCURRENTLY on partitioned index Alexander Pyhalov
- Re: Consistent coding for the naming of LR workers Peter Eisentraut
- Re: Check lateral references within PHVs for memoize cache keys Richard Guo
- \di+ cannot show the same name indexes フブキダイスキ
- Re: \di+ cannot show the same name indexes Julien Rouhaud
- Re: [PoC] Improve dead tuple storage for lazy vacuum Masahiko Sawada
- Re: 'ERROR: attempted to update invisible tuple' from 'ALTER INDEX ... ATTACH PARTITION' on parent index Michael Paquier
- Re: Add hint message for check_log_destination() Masahiko Sawada
- Re: add non-option reordering to in-tree getopt_long Kyotaro Horiguchi
- Re: psql: Add role's membership options to the \du+ command Pavel Luzanov
- Re: 'ERROR: attempted to update invisible tuple' from 'ALTER INDEX ... ATTACH PARTITION' on parent index Shruthi Gowda
- Re: Consistent coding for the naming of LR workers Masahiko Sawada
- About `GetNonHistoricCatalogSnapshot`: does it allow developers to use catalog snapshot to scan non-catalog tables? Xiaoran Wang
- Re: [Patch] Use *other* indexes on the subscriber when REPLICA IDENTITY is FULL Amit Kapila
- Re: Check lateral references within PHVs for memoize cache keys Richard Guo
- Re: Consistent coding for the naming of LR workers Alvaro Herrera
- Re: Check lateral references within PHVs for memoize cache keys Richard Guo
- Re: Configurable FP_LOCK_SLOTS_PER_BACKEND Tomas Vondra
- Re: Consistent coding for the naming of LR workers Peter Eisentraut
- Re: Better help output for pgbench -I init_steps Peter Eisentraut
- Potential memory leak in contrib/intarray's g_intbig_compress Matthias van de Meent
- Re: generic plans and "initial" pruning Amit Langote
- Re: doc: clarify the limitation for logical replication when REPILICA IDENTITY is FULL Amit Kapila
- Re: Incremental sort for access method with ordered scan support (amcanorderbyop) Jonathan S. Katz
- Re: CommandStatus from insert returning when using a portal. Dave Cramer
- Re: cataloguing NOT NULL constraints Dean Rasheed
- Re: logical decoding and replication of sequences, take 2 Ashutosh Bapat
- Re: CommandStatus from insert returning when using a portal. David G. Johnston
- Re: [Patch] Use *other* indexes on the subscriber when REPLICA IDENTITY is FULL Önder Kalacı
- Re: add non-option reordering to in-tree getopt_long Nathan Bossart
- Re: logical decoding and replication of sequences, take 2 Tomas Vondra
- Re: psql: Add role's membership options to the \du+ command Tom Lane
- Re: Potential memory leak in contrib/intarray's g_intbig_compress Tom Lane
- Re: MERGE ... RETURNING Jeff Davis
- Re: MERGE ... RETURNING Dean Rasheed
- Re: psql: Add role's membership options to the \du+ command David G. Johnston
- Re: logical decoding and replication of sequences, take 2 Tomas Vondra
- Re: psql: Add role's membership options to the \du+ command Pavel Luzanov
- Re: MERGE ... RETURNING Jeff Davis
- Re: sslinfo extension - add notbefore and notafter timestamps Daniel Gustafsson
- Re: logical decoding and replication of sequences, take 2 Tomas Vondra
- Re: Potential memory leak in contrib/intarray's g_intbig_compress Tom Lane
- Re: Potential memory leak in contrib/intarray's g_intbig_compress Matthias van de Meent
- Re: psql: Add role's membership options to the \du+ command Tom Lane
- Re: MERGE ... RETURNING Jeff Davis
- Re: MERGE ... RETURNING Gurjeet Singh
- Re: MERGE ... RETURNING Vik Fearing
- Re: remaining sql/json patches Alvaro Herrera
- Re: MERGE ... RETURNING Dean Rasheed
- Re: MERGE ... RETURNING Dean Rasheed
- Re: Fix search_path for all maintenance commands Jeff Davis
- In Postgres 16 BETA, should the ParseNamespaceItem have the same index as it's RangeTableEntry? Farias de Oliveira
- Re: MERGE ... RETURNING Jeff Davis
- Re: Fix search_path for all maintenance commands Gurjeet Singh
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Melih Mutlu
- Re: Fix search_path for all maintenance commands David G. Johnston
- Re: vac_truncate_clog()'s bogus check leads to bogusness Andres Freund
- Re: DROP DATABASE is interruptible Andres Freund
- Re: Fix search_path for all maintenance commands Gurjeet Singh
- Re: WAL Insertion Lock Improvements Andres Freund
- Re: Fix search_path for all maintenance commands David G. Johnston
- Re: psql: Add role's membership options to the \du+ command Pavel Luzanov
- Re: Allowing parallel-safe initplans Tom Lane
- Re: In Postgres 16 BETA, should the ParseNamespaceItem have the same index as it's RangeTableEntry? Tom Lane
- Re: Fix search_path for all maintenance commands Jeff Davis
- Re: WAL Insertion Lock Improvements Andres Freund
- Re: CommandStatus from insert returning when using a portal. Dave Cramer
- Re: Add hint message for check_log_destination() Japin Li
- Re: 'ERROR: attempted to update invisible tuple' from 'ALTER INDEX ... ATTACH PARTITION' on parent index Michael Paquier
- Re: In Postgres 16 BETA, should the ParseNamespaceItem have the same index as it's RangeTableEntry? Amit Langote
- Re: Preventing non-superusers from altering session authorization Nathan Bossart
- Re: add non-option reordering to in-tree getopt_long Michael Paquier
- Re: add non-option reordering to in-tree getopt_long Nathan Bossart
- Re: Autogenerate some wait events code and documentation Michael Paquier
- Re: add non-option reordering to in-tree getopt_long Michael Paquier
- 16beta2 SQL parser: different defaults on absent_on_null Martin Butter
- Re: Potential memory leak in contrib/intarray's g_intbig_compress Michael Paquier
- Re: logical decoding and replication of sequences, take 2 Ashutosh Bapat
- Re: Changing types of block and chunk sizes in memory contexts Melih Mutlu
- Re: remaining sql/json patches Amit Langote
- Re: logical decoding and replication of sequences, take 2 Ashutosh Bapat
- Re: Allowing parallel-safe initplans Richard Guo
- Re: pg_dump needs SELECT privileges on irrelevant extension table Akshat Jaimini
- Re: Remove distprep Peter Eisentraut
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Amit Kapila
- Re: [Patch] Use *other* indexes on the subscriber when REPLICA IDENTITY is FULL Amit Kapila
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Peter Smith
- Re: Remove distprep Alvaro Herrera
- Re: 16beta2 SQL parser: different defaults on absent_on_null Daniel Gustafsson
- Re: DROP DATABASE is interruptible Daniel Gustafsson
- RE: doc: clarify the limitation for logical replication when REPILICA IDENTITY is FULL Hayato Kuroda (Fujitsu)
- Re: MERGE ... RETURNING Dean Rasheed
- Re: Remove distprep Peter Eisentraut
- Re: 16beta2 SQL parser: different defaults on absent_on_null Martin Butter
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Melih Mutlu
- Re: Remove distprep Tom Lane
- Re: logical decoding and replication of sequences, take 2 Tomas Vondra
- Re: Support logical replication of DDLs Amit Kapila
- Re: logical decoding and replication of sequences, take 2 Tomas Vondra
- Re: pgbnech: allow to cancel queries during benchmark Yugo NAGATA
- Re: pg_dump needs SELECT privileges on irrelevant extension table Andrew Dunstan
- Re: Partial aggregates pushdown Alexander Pyhalov
- Re: logical decoding and replication of sequences, take 2 Ashutosh Bapat
- Re: Parallel CREATE INDEX for BRIN indexes Tomas Vondra
- Re: logical decoding and replication of sequences, take 2 Ashutosh Bapat
- Re: logical decoding and replication of sequences, take 2 Tomas Vondra
- Re: PATCH: Using BRIN indexes for sorted output Tomas Vondra
- Re: In Postgres 16 BETA, should the ParseNamespaceItem have the same index as it's RangeTableEntry? Farias de Oliveira
- Re: logical decoding and replication of sequences, take 2 Tomas Vondra
- Re: PATCH: Using BRIN indexes for sorted output Matthias van de Meent
- Re: BRIN indexes vs. SK_SEARCHARRAY (and preprocessing scan keys) Tomas Vondra
- Re: Parallel CREATE INDEX for BRIN indexes Matthias van de Meent
- Re: New WAL record to detect the checkpoint redo location Andres Freund
- Re: In Postgres 16 BETA, should the ParseNamespaceItem have the same index as it's RangeTableEntry? Tom Lane
- Re: Bytea PL/Perl transform Ivan Panchenko
- XLogSaveBufferForHint() correctness and more Andres Freund
- Re: PATCH: Using BRIN indexes for sorted output Tomas Vondra
- Re: CommandStatus from insert returning when using a portal. David G. Johnston
- Re: Allowing parallel-safe initplans Tom Lane
- Re: CommandStatus from insert returning when using a portal. chap@anastigmatix.net
- Re: CommandStatus from insert returning when using a portal. Dave Cramer
- Re: CommandStatus from insert returning when using a portal. David G. Johnston
- Re: CommandStatus from insert returning when using a portal. David G. Johnston
- Re: CommandStatus from insert returning when using a portal. Dave Cramer
- Re: CommandStatus from insert returning when using a portal. chap@anastigmatix.net
- Re: CommandStatus from insert returning when using a portal. Dave Cramer
- Re: PG 16 draft release notes ready Laurenz Albe
- Re: CommandStatus from insert returning when using a portal. David G. Johnston
- Re: PG 16 draft release notes ready Laurenz Albe
- Re: CommandStatus from insert returning when using a portal. chap@anastigmatix.net
- Re: CommandStatus from insert returning when using a portal. chap@anastigmatix.net
- Re: sslinfo extension - add notbefore and notafter timestamps Cary Huang
- Re: CommandStatus from insert returning when using a portal. Dave Cramer
- Re: sslinfo extension - add notbefore and notafter timestamps Daniel Gustafsson
- Re: CommandStatus from insert returning when using a portal. David G. Johnston
- Re: PG 16 draft release notes ready Erik Rijkers
- Re: CommandStatus from insert returning when using a portal. chap@anastigmatix.net
- Re: add non-option reordering to in-tree getopt_long Nathan Bossart
- Re: In Postgres 16 BETA, should the ParseNamespaceItem have the same index as it's RangeTableEntry? Farias de Oliveira
- Re: CommandStatus from insert returning when using a portal. Dave Cramer
- Re: CommandStatus from insert returning when using a portal. Tom Lane
- Re: Bytea PL/Perl transform Tom Lane
- Re: index prefetching Tomas Vondra
- Re: CommandStatus from insert returning when using a portal. chap@anastigmatix.net
- Re: Requiring recovery.signal or standby.signal when recovering with a backup_label David Zhang
- Re: CommandStatus from insert returning when using a portal. Dave Cramer
- Re: CommandStatus from insert returning when using a portal. Chapman Flack
- Re: CommandStatus from insert returning when using a portal. David G. Johnston
- Re: CommandStatus from insert returning when using a portal. Chapman Flack
- Re: pg_dump needs SELECT privileges on irrelevant extension table Jacob Champion
- Re: CommandStatus from insert returning when using a portal. David G. Johnston
- Re: CommandStatus from insert returning when using a portal. Chapman Flack
- Re: Should we remove db_user_namespace? Nathan Bossart
- Re: doc: clarify the limitation for logical replication when REPILICA IDENTITY is FULL Amit Kapila
- Re: doc: improve the restriction description of using indexes on REPLICA IDENTITY FULL table. Amit Kapila
- Re: logicalrep_message_type throws an error Amit Kapila
- Re: SQL:2011 application time jian he
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Amit Kapila
- Re: logicalrep_message_type throws an error Euler Taveira
- Re: Use of additional index columns in rows filtering Tomas Vondra
- Re: logical decoding and replication of sequences, take 2 Tomas Vondra
- Re: proposal: psql: show current user in prompt Pavel Stehule
- Re: proposal: psql: show current user in prompt Pavel Stehule
- Inefficiency in parallel pg_restore with many tables Tom Lane
- Re: Inefficiency in parallel pg_restore with many tables Andres Freund
- Protect extension' internal tables - how? Nikita Malakhov
- Re: Fix search_path for all maintenance commands Noah Misch
- Improve heapgetpage() performance, overhead from serializable Andres Freund
- Getting rid of OverrideSearhPath in namespace.c Alexander Lakhin
- Re: Should we remove db_user_namespace? Magnus Hagander
- Re: Inefficiency in parallel pg_restore with many tables Andrew Dunstan
- Re: Inefficiency in parallel pg_restore with many tables Tom Lane
- Re: Problems with estimating OR conditions, IS NULL on LEFT JOINs Alena Rybakina
- Re: Autogenerate some wait events code and documentation Andres Freund
- Re: Use of additional index columns in rows filtering Tomas Vondra
- Re: Permute underscore separated components of columns before fuzzy matching Arne Roland
- Re: Changing types of block and chunk sizes in memory contexts David Rowley
- Re: Autogenerate some wait events code and documentation Michael Paquier
- Re: Requiring recovery.signal or standby.signal when recovering with a backup_label Michael Paquier
- Re: Improve heapgetpage() performance, overhead from serializable Zhang Mingli
- Re: logicalrep_message_type throws an error Amit Kapila
- Re: ALTER TABLE SET ACCESS METHOD on partitioned tables Justin Pryzby
- Re: doc: clarify the limitation for logical replication when REPILICA IDENTITY is FULL Peter Smith
- Re: unrecognized node type while displaying a Path due to dangling pointer David Rowley
- Re: unrecognized node type while displaying a Path due to dangling pointer Tom Lane
- Re: Inefficiency in parallel pg_restore with many tables Nathan Bossart
- Re: remaining sql/json patches jian he
- Re: [PoC] pg_upgrade: allow to upgrade publisher node Amit Kapila
- Re: doc: clarify the limitation for logical replication when REPILICA IDENTITY is FULL Önder Kalacı
- Re: remaining sql/json patches Erik Rijkers
- Re: doc: improve the restriction description of using indexes on REPLICA IDENTITY FULL table. Önder Kalacı
- Re: CommandStatus from insert returning when using a portal. Alvaro Herrera
- Re: EBCDIC sorting as a use case for ICU rules Daniel Verite
- Re: Some revises in adding sorting path Richard Guo
- Re: Some revises in adding sorting path Richard Guo
- Re: [PoC] pg_upgrade: allow to upgrade publisher node Peter Smith
- Re: doc: clarify the limitation for logical replication when REPILICA IDENTITY is FULL Amit Kapila
- ObjectIdGetDatum() missing from SearchSysCache*() callers Michael Paquier
- Re: Make mesage at end-of-recovery less scary. Aleksander Alekseev
- Re: ObjectIdGetDatum() missing from SearchSysCache*() callers Aleksander Alekseev
- Re: Protect extension' internal tables - how? Aleksander Alekseev
- Re: [PoC] pg_upgrade: allow to upgrade publisher node Amit Kapila
- Re: [EXTERNAL] Re: Add non-blocking version of PQcancel Jelte Fennema
- Re: ObjectIdGetDatum() missing from SearchSysCache*() callers Zhang Mingli
- Re: ObjectIdGetDatum() missing from SearchSysCache*() callers Zhang Mingli
- Fine-tune TLS 1.3 cipher suites and curves lists Seraphime Kirkovski
- Re: logicalrep_message_type throws an error Ashutosh Bapat
- Re: Getting rid of OverrideSearhPath in namespace.c Aleksander Alekseev
- Re: logicalrep_message_type throws an error Alvaro Herrera
- Re: [PATCH] Automatic HASH and LIST partition creation Stéphane Tachoires
- Re: ObjectIdGetDatum() missing from SearchSysCache*() callers Aleksander Alekseev
- Re: ObjectIdGetDatum() missing from SearchSysCache*() callers Aleksander Alekseev
- Looking for context around which event triggers are permitted Garrett Thornburg
- Re: Improve heapgetpage() performance, overhead from serializable Andres Freund
- Re: Looking for context around which event triggers are permitted Aleksander Alekseev
- Re: Looking for context around which event triggers are permitted Isaac Morland
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Melih Mutlu
- Re: Looking for context around which event triggers are permitted Garrett Thornburg
- Re: Looking for context around which event triggers are permitted Aleksander Alekseev
- Re: Looking for context around which event triggers are permitted Alvaro Herrera
- Re: generic plans and "initial" pruning Thom Brown
- Report distinct wait events when waiting for WAL "operation" Andres Freund
- Re: Looking for context around which event triggers are permitted Garrett Thornburg
- Re: Fix search_path for all maintenance commands Nathan Bossart
- Re: sslinfo extension - add notbefore and notafter timestamps Cary Huang
- Re: Should we remove db_user_namespace? Nathan Bossart
- Re: Fix search_path for all maintenance commands Jeff Davis
- Re: MERGE ... RETURNING Jeff Davis
- Re: Fine-tune TLS 1.3 cipher suites and curves lists Daniel Gustafsson
- Re: SLRUs in the main buffer pool - Page Header definitions Stephen Frost
- Re: harmonize password reuse in vacuumdb, clusterdb, and reindexdb Nathan Bossart
- Add TOAST support for more system tables Sofia Kopikova
- Re: ObjectIdGetDatum() missing from SearchSysCache*() callers Michael Paquier
- Re: Add TOAST support for more system tables Tom Lane
- Re: Atomic ops for unlogged LSN Stephen Frost
- Re: Atomic ops for unlogged LSN Nathan Bossart
- Re: unrecognized node type while displaying a Path due to dangling pointer David Rowley
- Re: Add TOAST support for more system tables David Rowley
- Re: [PoC] Federated Authn/z with OAUTHBEARER Jacob Champion
- Re: Atomic ops for unlogged LSN Andres Freund
- Re: Dumping policy on a table belonging to an extension is expected? Stephen Frost
- Re: CommandStatus from insert returning when using a portal. David G. Johnston
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Peter Smith
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Peter Smith
- RE: Partial aggregates pushdown Fujii.Yuki@df.MitsubishiElectric.co.jp"
- Re: logicalrep_message_type throws an error Amit Kapila
- Volatile write caches on macOS and Windows, redux Thomas Munro
- Re: Inefficiency in parallel pg_restore with many tables Nathan Bossart
- Re: logicalrep_message_type throws an error Masahiko Sawada
- Re: Support logical replication of DDLs Masahiko Sawada
- Re: Add TOAST support for more system tables Michael Paquier
- Re: Support logical replication of DDLs Michael Paquier
- Fwd: Regarding Installation of PostgreSQL Sahil Sojitra
- Re: doc: improve the restriction description of using indexes on REPLICA IDENTITY FULL table. Masahiko Sawada
- RE: Support logical replication of DDLs Zhijie Hou (Fujitsu)
- Re: An inefficient query caused by unnecessary PlaceHolderVar Richard Guo
- Re: generic plans and "initial" pruning Amit Langote
- There should be a way to use the force flag when restoring databases Joan
- Re: generic plans and "initial" pruning Thom Brown
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Melih Mutlu
- Re: [PoC] pg_upgrade: allow to upgrade publisher node Amit Kapila
- Re: remaining sql/json patches Amit Langote
- Increase limit on max length of the password( pg versions < 14) mahendrakar s
- Re: doc: improve the restriction description of using indexes on REPLICA IDENTITY FULL table. Amit Kapila
- Re: Increase limit on max length of the password( pg versions < 14) Daniel Gustafsson
- Re: In Postgres 16 BETA, should the ParseNamespaceItem have the same index as it's RangeTableEntry? Amit Langote
- Re: Protect extension' internal tables - how? Nikita Malakhov
- Re: Add TOAST support for more system tables Sofia Kopikova
- Re: Increase limit on max length of the password( pg versions < 14) mahendrakar s
- Re: Increase limit on max length of the password( pg versions < 14) Vik Fearing
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Amit Kapila
- Re: Add SPLIT PARTITION/MERGE PARTITIONS commands stephane tachoires
- Re: [RFC] Add jit deform_counter Daniel Gustafsson
- Re: logical decoding and replication of sequences, take 2 Ashutosh Bapat
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication vignesh C
- Re: POC, WIP: OR-clause support for indexes Alena Rybakina
- Re: Increase limit on max length of the password( pg versions < 14) Tom Lane
- Giving more detail in pg_upgrade errormessage Daniel Gustafsson
- Re: Giving more detail in pg_upgrade errormessage Mingli Zhang
- Re: remaining sql/json patches Alvaro Herrera
- Re: Giving more detail in pg_upgrade errormessage Tom Lane
- Re: Inefficiency in parallel pg_restore with many tables Alvaro Herrera
- Re: Inefficiency in parallel pg_restore with many tables Nathan Bossart
- Re: Regarding Installation of PostgreSQL David G. Johnston
- Re: harmonize password reuse in vacuumdb, clusterdb, and reindexdb Gurjeet Singh
- Re: logical decoding and replication of sequences, take 2 Tomas Vondra
- Re: Use of additional index columns in rows filtering Jeff Davis
- Re: [feature]COPY FROM enable FORCE_NULL/FORCE_NOT_NULL on all columns Zhang Mingli
- Re: Use of additional index columns in rows filtering Tomas Vondra
- Re: [PoC] Federated Authn/z with OAUTHBEARER Thomas Munro
- Re: Use of additional index columns in rows filtering Jeff Davis
- RE: Partial aggregates pushdown Fujii.Yuki@df.MitsubishiElectric.co.jp"
- Re: Extension Enhancement: Buffer Invalidation in pg_buffercache Andres Freund
- Re: Extension Enhancement: Buffer Invalidation in pg_buffercache Thomas Munro
- Re: pg_recvlogical prints bogus error when interrupted Michael Paquier
- FATAL: operator class "xxxx" does not exist for access method "btree" mao zhang
- Re: ALTER TABLE SET ACCESS METHOD on partitioned tables Michael Paquier
- FATAL: operator class "xxxx" does not exist for access method "btree" mao zhang
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Peter Smith
- Re: FATAL: operator class "xxxx" does not exist for access method "btree" Tom Lane
- Re: Generating code for query jumbling through gen_node_support.pl Michael Paquier
- Re: logicalrep_message_type throws an error Amit Kapila
- Re: harmonize password reuse in vacuumdb, clusterdb, and reindexdb Zhang Mingli
- Re: Support to define custom wait events for extensions Masahiro Ikeda
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Amit Kapila
- Re: logicalrep_message_type throws an error Ashutosh Bapat
- Re: Allow pg_archivecleanup to remove backup history files Michael Paquier
- Re: doc: clarify the limitation for logical replication when REPILICA IDENTITY is FULL Amit Kapila
- Re: logical decoding and replication of sequences, take 2 Ashutosh Bapat
- Re: Support to define custom wait events for extensions Masahiro Ikeda
- Re: Support to define custom wait events for extensions Michael Paquier
- Re: Flush SLRU counters in checkpointer process Anthonin Bonnefoy
- Re: pg_recvlogical prints bogus error when interrupted Bharath Rupireddy
- Do we want to enable foreign key constraints on subscriber? Kyotaro Horiguchi
- Re: pg_upgrade and logical replication Michael Paquier
- Re: Adding argument names to aggregate functions Daniel Gustafsson
- Re: pg_recvlogical prints bogus error when interrupted Bharath Rupireddy
- Re: doc: improve the restriction description of using indexes on REPLICA IDENTITY FULL table. Önder Kalacı
- Re: pg_recvlogical prints bogus error when interrupted Michael Paquier
- Re: pg_recvlogical prints bogus error when interrupted Bharath Rupireddy
- Re: remaining sql/json patches Amit Langote
- Re: Performance degradation on concurrent COPY into a single relation in PG16. Masahiko Sawada
- Re: Support to define custom wait events for extensions Bharath Rupireddy
- Re: unrecognized node type while displaying a Path due to dangling pointer Ashutosh Bapat
- Re: Avoid stack frame setup in performance critical routines using tail calls Andres Freund
- Re: Use of additional index columns in rows filtering Tomas Vondra
- Re: A minor adjustment to get_cheapest_path_for_pathkeys Richard Guo
- Re: psql: Add role's membership options to the \du+ command Alvaro Herrera
- RE: [PoC] pg_upgrade: allow to upgrade publisher node Hayato Kuroda (Fujitsu)
- Re: Fix a comment in basic_archive about NO_INSTALLCHECK Bharath Rupireddy
- Re: Add a perl function in Cluster.pm to generate WAL Bharath Rupireddy
- Re: logical decoding and replication of sequences, take 2 Tomas Vondra
- Re: Extracting cross-version-upgrade knowledge from buildfarm client Alvaro Herrera
- Re: Performance degradation on concurrent COPY into a single relation in PG16. Dean Rasheed
- Remove backend warnings from SSL tests Daniel Gustafsson
- Re: RFC: logical publication via inheritance root? Aleksander Alekseev
- Re: Allow pg_archivecleanup to remove backup history files torikoshia
- Re: remaining sql/json patches Amit Langote
- Re: Remove backend warnings from SSL tests Aleksander Alekseev
- Re: Disabling Heap-Only Tuples Laurenz Albe
- Re: Extracting cross-version-upgrade knowledge from buildfarm client Andrew Dunstan
- Re: Disabling Heap-Only Tuples Thom Brown
- Re: Report distinct wait events when waiting for WAL "operation" Amit Kapila
- pg_rewind fails with in-place tablespace 赵锐(惜元)
- Re: Add SPLIT PARTITION/MERGE PARTITIONS commands Dmitry Koval
- Re: Remove backend warnings from SSL tests Tom Lane
- RE: [PoC] pg_upgrade: allow to upgrade publisher node Hayato Kuroda (Fujitsu)
- RE: [PoC] pg_upgrade: allow to upgrade publisher node Hayato Kuroda (Fujitsu)
- Re: Remove backend warnings from SSL tests Tom Lane
- Re: Let's make PostgreSQL multi-threaded Ashutosh Bapat
- Re: [RFC] Add jit deform_counter Dmitry Dolgov
- Re: psql: Add role's membership options to the \du+ command Tom Lane
- Re: Support to define custom wait events for extensions Tristan Partin
- Re: Extracting cross-version-upgrade knowledge from buildfarm client Alvaro Herrera
- Re: Support to define custom wait events for extensions Tristan Partin
- Re: Row pattern recognition Jacob Champion
- Re: psql: Add role's membership options to the \du+ command Tom Lane
- Re: psql: Add role's membership options to the \du+ command David G. Johnston
- Re: Fix last unitialized memory warning Tristan Partin
- Re: Use of additional index columns in rows filtering Jeff Davis
- Re: There should be a way to use the force flag when restoring databases Gurjeet Singh
- Re: Adding argument names to aggregate functions Dagfinn Ilmari Mannsåker
- Re: harmonize password reuse in vacuumdb, clusterdb, and reindexdb Nathan Bossart
- Re: psql: Add role's membership options to the \du+ command Pavel Luzanov
- Re: Use COPY for populating all pgbench tables Tristan Partin
- Re: Use COPY for populating all pgbench tables Tristan Partin
- Re: Use of additional index columns in rows filtering Tomas Vondra
- Re: ALTER TABLE SET ACCESS METHOD on partitioned tables Justin Pryzby
- Re: Requiring recovery.signal or standby.signal when recovering with a backup_label David Zhang
- Re: Atomic ops for unlogged LSN John Morris
- Re: Extracting cross-version-upgrade knowledge from buildfarm client Andrew Dunstan
- Re: Adding argument names to aggregate functions Daniel Gustafsson
- Re: Giving more detail in pg_upgrade errormessage Daniel Gustafsson
- Re: Extracting cross-version-upgrade knowledge from buildfarm client Andrew Dunstan
- Re: Use of additional index columns in rows filtering Jeff Davis
- Re: Extracting cross-version-upgrade knowledge from buildfarm client Andrew Dunstan
- Re: logical decoding and replication of sequences, take 2 Tomas Vondra
- Re: Use of additional index columns in rows filtering Peter Geoghegan
- Re: Move un-parenthesized syntax docs to "compatibility" for few SQL commands Nathan Bossart
- Re: Requiring recovery.signal or standby.signal when recovering with a backup_label Michael Paquier
- Re: Support to define custom wait events for extensions Michael Paquier
- Re: [PATCH] Support SK_SEARCHNULL / SK_SEARCHNOTNULL for heap-only scans Jacob Champion
- Re: Performance degradation on concurrent COPY into a single relation in PG16. David Rowley
- Re: pg_recvlogical prints bogus error when interrupted Michael Paquier
- Re: pg_recvlogical prints bogus error when interrupted Michael Paquier
- Re: remaining sql/json patches jian he
- Support worker_spi to execute the function dynamically. Masahiro Ikeda
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Peter Smith
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Peter Smith
- Re: Use COPY for populating all pgbench tables Michael Paquier
- Re: logicalrep_message_type throws an error Amit Kapila
- Re: logicalrep_message_type throws an error Amit Kapila
- Re: Issue in _bt_getrootheight Gurjeet Singh
- Re: Support worker_spi to execute the function dynamically. Michael Paquier
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Amit Kapila
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Peter Smith
- Re: Support worker_spi to execute the function dynamically. Bharath Rupireddy
- Re: FATAL: operator class "xxxx" does not exist for access method "btree" mao zhang
- Re: Support worker_spi to execute the function dynamically. Michael Paquier
- Re: Support worker_spi to execute the function dynamically. Bharath Rupireddy
- Re: Make mesage at end-of-recovery less scary. Kyotaro Horiguchi
- Re: Row pattern recognition Tatsuo Ishii
- Re: Do we want to enable foreign key constraints on subscriber? Amit Kapila
- Re: Report distinct wait events when waiting for WAL "operation" Michael Paquier
- Re: Report distinct wait events when waiting for WAL "operation" Bharath Rupireddy
- Re: [PoC] pg_upgrade: allow to upgrade publisher node Amit Kapila
- Re: ObjectIdGetDatum() missing from SearchSysCache*() callers Michael Paquier
- Re: POC: GROUP BY optimization Andrey Lepikhov
- Re: There should be a way to use the force flag when restoring databases Joan
- inconsistency between the VM page visibility status and the visibility status of the page yanhui.xiong
- Re: remaining sql/json patches Amit Langote
- Re: [feature]COPY FROM enable FORCE_NULL/FORCE_NOT_NULL on all columns Zhang Mingli
- Re: logical decoding and replication of sequences, take 2 Ashutosh Bapat
- Re: Atomic ops for unlogged LSN Bharath Rupireddy
- Re: Assertion failure in SnapBuildInitialSnapshot() Daniel Gustafsson
- Re: remaining sql/json patches Amit Langote
- Re: Performance degradation on concurrent COPY into a single relation in PG16. Dean Rasheed
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Melih Mutlu
- Re: Support worker_spi to execute the function dynamically. Masahiro Ikeda
- Re: Support worker_spi to execute the function dynamically. Masahiro Ikeda
- Re: WAL Insertion Lock Improvements Bharath Rupireddy
- Re: There should be a way to use the force flag when restoring databases Daniel Gustafsson
- Re: Support worker_spi to execute the function dynamically. Michael Paquier
- Re: Support worker_spi to execute the function dynamically. Bharath Rupireddy
- Re: Extracting cross-version-upgrade knowledge from buildfarm client Alvaro Herrera
- Re: Support worker_spi to execute the function dynamically. Bharath Rupireddy
- Re: inconsistency between the VM page visibility status and the visibility status of the page Tomas Vondra
- Re: Partial aggregates pushdown Alexander Pyhalov
- Re: Synchronizing slots from primary to standby shveta malik
- Re: Use of additional index columns in rows filtering Tomas Vondra
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Melih Mutlu
- Re: POC: GROUP BY optimization Tomas Vondra
- Re: Add SPLIT PARTITION/MERGE PARTITIONS commands stephane tachoires
- Re: Extracting cross-version-upgrade knowledge from buildfarm client Andrew Dunstan
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Amit Kapila
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Melih Mutlu
- Re: psql: Add role's membership options to the \du+ command Jonathan S. Katz
- Re: odd buildfarm failure - "pg_ctl: control file appears to be corrupt" Daniel Gustafsson
- Re: logical decoding and replication of sequences, take 2 Tomas Vondra
- Re: Printing backtrace of postgres processes Daniel Gustafsson
- Re: sslinfo extension - add notbefore and notafter timestamps Daniel Gustafsson
- Re: cataloguing NOT NULL constraints Alvaro Herrera
- pg15.3: dereference null *plan in CachedPlanIsSimplyValid/plpgsql Justin Pryzby
- Re: remaining sql/json patches Amit Langote
- Re: pg15.3: dereference null *plan in CachedPlanIsSimplyValid/plpgsql Tom Lane
- Re: remaining sql/json patches Alvaro Herrera
- Re: Atomic ops for unlogged LSN John Morris
- Re: logicalrep_message_type throws an error Ashutosh Bapat
- Re: logical decoding and replication of sequences, take 2 Tomas Vondra
- Re: There should be a way to use the force flag when restoring databases Gurjeet Singh
- Re: Inefficiency in parallel pg_restore with many tables Nathan Bossart
- Re: Use COPY for populating all pgbench tables Tristan Partin
- Re: In Postgres 16 BETA, should the ParseNamespaceItem have the same index as it's RangeTableEntry? Farias de Oliveira
- Re: Bytea PL/Perl transform Ivan Panchenko
- Re: Performance degradation on concurrent COPY into a single relation in PG16. David Rowley
- Re: Atomic ops for unlogged LSN John Morris
- Re: Row pattern recognition Jacob Champion
- Re: Row pattern recognition Vik Fearing
- Re: logicalrep_message_type throws an error Masahiko Sawada
- Re: doc: improve the restriction description of using indexes on REPLICA IDENTITY FULL table. Masahiko Sawada
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Peter Smith
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Peter Smith
- Re: Avoid stack frame setup in performance critical routines using tail calls David Rowley
- Re: Use COPY for populating all pgbench tables Michael Paquier
- Re: Support worker_spi to execute the function dynamically. Michael Paquier
- Re: Use of additional index columns in rows filtering Peter Geoghegan
- Buildfarm failures on chipmunk vignesh C
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Peter Smith
- Re: Buildfarm failures on chipmunk Mingli Zhang
- Re: Buildfarm failures on chipmunk Kyotaro Horiguchi
- Re: POC: GROUP BY optimization Andrey Lepikhov
- PATCH: Add REINDEX tag to event triggers Garrett Thornburg
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Amit Kapila
- Re: Support worker_spi to execute the function dynamically. Bharath Rupireddy
- Re: WAL Insertion Lock Improvements Michael Paquier
- Re: Synchronizing slots from primary to standby Bharath Rupireddy
- table_open/table_close with different lock mode Junwang Zhao
- Re: Row pattern recognition Tatsuo Ishii
- Re: MERGE ... RETURNING Gurjeet Singh
- Re: Support worker_spi to execute the function dynamically. Michael Paquier
- Re: table_open/table_close with different lock mode Michael Paquier
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Peter Smith
- Re: MERGE ... RETURNING Gurjeet Singh
- Re: table_open/table_close with different lock mode Junwang Zhao
- Re: Support worker_spi to execute the function dynamically. Bharath Rupireddy
- Re: table_open/table_close with different lock mode Gurjeet Singh
- Re: table_open/table_close with different lock mode Junwang Zhao
- Re: Atomic ops for unlogged LSN Bharath Rupireddy
- Re: Switching XLog source from archive to streaming when primary available Bharath Rupireddy
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Amit Kapila
- RE: [PoC] pg_upgrade: allow to upgrade publisher node Hayato Kuroda (Fujitsu)
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Melih Mutlu
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Peter Smith
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Melih Mutlu
- Assert failure on bms_equal(child_joinrel->relids, child_joinrelids) Richard Guo
- Re: remaining sql/json patches Amit Langote
- Re: Support worker_spi to execute the function dynamically. Masahiro Ikeda
- Re: Synchronizing slots from primary to standby shveta malik
- Re: Use of additional index columns in rows filtering Tomas Vondra
- Re: Avoid unused value (src/fe_utils/print.c) Karina Litskevich
- Re: postgres_fdw: wrong results with self join + enable_nestloop off Etsuro Fujita
- Re: Assert failure on bms_equal(child_joinrel->relids, child_joinrelids) Tom Lane
- Re: Support worker_spi to execute the function dynamically. Bharath Rupireddy
- Re: Use COPY for populating all pgbench tables Tristan Partin
- Re: Issue in _bt_getrootheight Tom Lane
- Re: MERGE ... RETURNING Jeff Davis
- Re: Use of additional index columns in rows filtering Peter Geoghegan
- Re: Show WAL write and fsync stats in pg_stat_io Melanie Plageman
- Re: Fix search_path for all maintenance commands Jeff Davis
- Re: Row pattern recognition Jacob Champion
- Re: Row pattern recognition Jacob Champion
- Re: Row pattern recognition Vik Fearing
- Re: odd buildfarm failure - "pg_ctl: control file appears to be corrupt" Thomas Munro
- Re: Row pattern recognition Tatsuo Ishii
- Re: MERGE ... RETURNING Dean Rasheed
- Re: Row pattern recognition Vik Fearing
- Re: logicalrep_message_type throws an error Amit Kapila
- Re: Row pattern recognition Tatsuo Ishii
- Re: WAL Insertion Lock Improvements Bharath Rupireddy
- Re: doc: improve the restriction description of using indexes on REPLICA IDENTITY FULL table. Amit Kapila
- Re: Fix search_path for all maintenance commands Noah Misch
- Re: Schema variables - new implementation for Postgres 15 Pavel Stehule
- Re: Fix search_path for all maintenance commands Jeff Davis
- Re: Inefficiency in parallel pg_restore with many tables Nathan Bossart
- Re: Inefficiency in parallel pg_restore with many tables Nathan Bossart
- Re: Inefficiency in parallel pg_restore with many tables Tom Lane
- Re: PG 16 draft release notes ready jian he
- Re: Inefficiency in parallel pg_restore with many tables Nathan Bossart
- Re: remaining sql/json patches jian he
- Re: PG 16 draft release notes ready Pavel Luzanov
- Re: PG 16 draft release notes ready Michael Paquier
- Re: Use COPY for populating all pgbench tables Michael Paquier
- Re: Use of additional index columns in rows filtering Tomas Vondra
- Re: Making Vars outer-join aware Anton A. Melnikov
- Re: There should be a way to use the force flag when restoring databases Ahmed Ibrahim
- multiple membership grants and information_schema.applicable_roles Pavel Luzanov
- Re: Use of additional index columns in rows filtering Peter Geoghegan
- Re: multiple membership grants and information_schema.applicable_roles Tom Lane
- [BUG] Crash on pgbench initialization. Anton A. Melnikov
- Re: Row pattern recognition Vik Fearing
- Re: Row pattern recognition Tatsuo Ishii
- Re: Support worker_spi to execute the function dynamically. Masahiro Ikeda
- Re: doc: improve the restriction description of using indexes on REPLICA IDENTITY FULL table. Masahiko Sawada
- Re: pg16b2: REINDEX segv on null pointer in RemoveFromWaitQueue Masahiko Sawada
- Re: POC: GROUP BY optimization Andrey Lepikhov
- Re: Synchronizing slots from primary to standby Bharath Rupireddy
- Re: postgres_fdw: wrong results with self join + enable_nestloop off Richard Guo
- Re: pgsql: Allow tailoring of ICU locales with custom rules Amit Kapila
- Re: Assert failure on bms_equal(child_joinrel->relids, child_joinrelids) Richard Guo
- Re: Support worker_spi to execute the function dynamically. Bharath Rupireddy
- Re: doc: improve the restriction description of using indexes on REPLICA IDENTITY FULL table. Amit Kapila
- Re: Synchronizing slots from primary to standby Amit Kapila
- Re: Use COPY for populating all pgbench tables Michael Paquier
- Re: logical decoding and replication of sequences, take 2 Amit Kapila
- Re: multiple membership grants and information_schema.applicable_roles Pavel Luzanov
- Re: Support worker_spi to execute the function dynamically. Masahiro Ikeda
- Re: Support worker_spi to execute the function dynamically. Michael Paquier
- Re: [BUG] Crash on pgbench initialization. Michael Paquier
- Re: Support worker_spi to execute the function dynamically. Bharath Rupireddy
- Re: Support worker_spi to execute the function dynamically. Michael Paquier
- Re: cataloguing NOT NULL constraints Dean Rasheed
- Re: multiple membership grants and information_schema.applicable_roles Pavel Luzanov
- Re: POC: GROUP BY optimization Tomas Vondra
- Re: cataloguing NOT NULL constraints Dean Rasheed
- Re: cataloguing NOT NULL constraints Dean Rasheed
- Re: logical decoding and replication of sequences, take 2 Bharath Rupireddy
- Re: cataloguing NOT NULL constraints Alvaro Herrera
- Re: Issue in _bt_getrootheight Gurjeet Singh
- Re: logical decoding and replication of sequences, take 2 Amit Kapila
- Re: logical decoding and replication of sequences, take 2 Tomas Vondra
- Re: logical decoding and replication of sequences, take 2 Tomas Vondra
- Re: cataloguing NOT NULL constraints Alvaro Herrera
- Re: logical decoding and replication of sequences, take 2 Alvaro Herrera
- Re: POC: GROUP BY optimization Andrey Lepikhov
- Re: logicalrep_message_type throws an error Ashutosh Bapat
- Re: logical decoding and replication of sequences, take 2 Ashutosh Bapat
- Re: logical decoding and replication of sequences, take 2 Tomas Vondra
- Re: logical decoding and replication of sequences, take 2 Ashutosh Bapat
- Re: POC: GROUP BY optimization Tomas Vondra
- Re: Use COPY for populating all pgbench tables Tristan Partin
- Re: [BUG] Crash on pgbench initialization. Alvaro Herrera
- bt_recheck_sibling_links contrib/amcheck/verify_nbtree.c jian he
- Re: logical decoding and replication of sequences, take 2 Tomas Vondra
- Re: Extracting cross-version-upgrade knowledge from buildfarm client Alvaro Herrera
- Re: logical decoding and replication of sequences, take 2 Tomas Vondra
- Re: logical decoding and replication of sequences, take 2 Alvaro Herrera
- Re: logical decoding and replication of sequences, take 2 Tomas Vondra
- psql not responding to SIGINT upon db reconnection Tristan Partin
- Re: cataloguing NOT NULL constraints Alvaro Herrera
- Re: [BUG] Crash on pgbench initialization. Andres Freund
- Re: psql not responding to SIGINT upon db reconnection Gurjeet Singh
- Re: psql not responding to SIGINT upon db reconnection Tristan Partin
- Re: psql not responding to SIGINT upon db reconnection Tristan Partin
- Re: psql not responding to SIGINT upon db reconnection Tristan Partin
- Re: Permute underscore separated components of columns before fuzzy matching Mikhail Gribkov
- Re: cataloguing NOT NULL constraints Alvaro Herrera
- Re: cataloguing NOT NULL constraints Alvaro Herrera
- Re: cataloguing NOT NULL constraints Vik Fearing
- Re: Inefficiency in parallel pg_restore with many tables Pierre Ducroquet
- Re: Use of additional index columns in rows filtering Jeff Davis
- Re: psql not responding to SIGINT upon db reconnection Tom Lane
- Removing the fixed-size buffer restriction in hba.c Tom Lane
- Re: Use of additional index columns in rows filtering Peter Geoghegan
- Re: Use of additional index columns in rows filtering Tom Lane
- Re: odd buildfarm failure - "pg_ctl: control file appears to be corrupt" Stephen Frost
- Re: Removing the fixed-size buffer restriction in hba.c Fabrízio de Royes Mello
- Re: Use of additional index columns in rows filtering Jeff Davis
- Re: Use of additional index columns in rows filtering Jeff Davis
- Re: Use of additional index columns in rows filtering Tom Lane
- [PATCH] Check more invariants during syscache initialization Aleksander Alekseev
- Re: Use of additional index columns in rows filtering Peter Geoghegan
- Re: Inefficiency in parallel pg_restore with many tables Nathan Bossart
- Re: cataloguing NOT NULL constraints Dean Rasheed
- Re: proposal: psql: show current user in prompt Pavel Stehule
- Re: cataloguing NOT NULL constraints Robert Haas
- WaitForOlderSnapshots in DETACH PARTITION causes deadlocks Imseih (AWS), Sami
- Re: psql not responding to SIGINT upon db reconnection Tristan Partin
- Improve pg_stat_statements by making jumble handle savepoint names better Greg Sabino Mullane
- Re: odd buildfarm failure - "pg_ctl: control file appears to be corrupt" Robert Haas
- Re: Avoid unused value (src/fe_utils/print.c) Ranier Vilela
- Re: Improve pg_stat_statements by making jumble handle savepoint names better Michael Paquier
- Re: [BUG] Crash on pgbench initialization. Michael Paquier
- Re: Removing the fixed-size buffer restriction in hba.c Nathan Bossart
- Re: [PATCH] Check more invariants during syscache initialization Michael Paquier
- Re: Row pattern recognition Vik Fearing
- Re: Removing the fixed-size buffer restriction in hba.c Michael Paquier
- Re: Removing the fixed-size buffer restriction in hba.c Tom Lane
- Re: odd buildfarm failure - "pg_ctl: control file appears to be corrupt" Thomas Munro
- Re: Removing the fixed-size buffer restriction in hba.c Michael Paquier
- Optimizing nbtree ScalarArrayOp execution, allowing multi-column ordered scans, skip scan Peter Geoghegan
- Re: odd buildfarm failure - "pg_ctl: control file appears to be corrupt" Thomas Munro
- Partition pruning not working on updates Mr.Bim
- Re: [BUG] Crash on pgbench initialization. Andres Freund
- Re: Performance degradation on concurrent COPY into a single relation in PG16. Andres Freund
- Re: logical decoding and replication of sequences, take 2 Amit Kapila
- Re: PATCH: Add REINDEX tag to event triggers Michael Paquier
- Re: WaitForOlderSnapshots in DETACH PARTITION causes deadlocks Michael Paquier
- Re: pg_rewind fails with in-place tablespace Michael Paquier
- Retiring is_pushed_down Richard Guo
- Re: WAL Insertion Lock Improvements Michael Paquier
- Re: doc: improve the restriction description of using indexes on REPLICA IDENTITY FULL table. Masahiko Sawada
- Re: [PATCH] Add loongarch native checksum implementation. huchangqi
- A failure in 031_recovery_conflict.pl on Cirrus CI Windows Server Bharath Rupireddy
- Re: [BUG] Crash on pgbench initialization. Anton A. Melnikov
- Re: PATCH: Add REINDEX tag to event triggers jian he
- Logical walsenders don't process XLOG_CHECKPOINT_SHUTDOWN Amit Kapila
- POC: Extension for adding distributed tracing - pg_tracing Anthonin Bonnefoy
- Re: POC: Extension for adding distributed tracing - pg_tracing Aleksander Alekseev
- Re: logical decoding and replication of sequences, take 2 Amit Kapila
- Re: logicalrep_message_type throws an error Amit Kapila
- Re: A failure in 031_recovery_conflict.pl on Cirrus CI Windows Server Noah Misch
- Re: [PATCH] Check more invariants during syscache initialization Aleksander Alekseev
- Re: Performance degradation on concurrent COPY into a single relation in PG16. David Rowley
- Re: logical decoding and replication of sequences, take 2 Tomas Vondra
- Re: Partition pruning not working on updates David Rowley
- Re: Row pattern recognition Tatsuo Ishii
- Re: cataloguing NOT NULL constraints Alvaro Herrera
- Re: logical decoding and replication of sequences, take 2 Ashutosh Bapat
- [PATCH] Small refactoring of inval.c and inval.h Aleksander Alekseev
- Re: sslinfo extension - add notbefore and notafter timestamps Daniel Gustafsson
- Avoid possible memory leak (src/common/rmtree.c) Ranier Vilela
- Re: [PATCH] Small refactoring of inval.c and inval.h Alvaro Herrera
- Re: Avoid possible memory leak (src/common/rmtree.c) Daniel Gustafsson
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Melih Mutlu
- Re: [PATCH] Small refactoring of inval.c and inval.h Aleksander Alekseev
- Re: cataloguing NOT NULL constraints Robert Haas
- Re: Performance degradation on concurrent COPY into a single relation in PG16. Andres Freund
- Re: cataloguing NOT NULL constraints Isaac Morland
- Re: Performance degradation on concurrent COPY into a single relation in PG16. Andres Freund
- Re: cataloguing NOT NULL constraints Alvaro Herrera
- Re: logical decoding and replication of sequences, take 2 Tomas Vondra
- Re: logical decoding and replication of sequences, take 2 Tomas Vondra
- Re: Improve pg_stat_statements by making jumble handle savepoint names better Greg Sabino Mullane
- Re: WAL Insertion Lock Improvements Andres Freund
- Re: Logical walsenders don't process XLOG_CHECKPOINT_SHUTDOWN Andres Freund
- Re: cataloguing NOT NULL constraints Isaac Morland
- Re: Inefficiency in parallel pg_restore with many tables Nathan Bossart
- Re: cataloguing NOT NULL constraints Robert Haas
- Re: cataloguing NOT NULL constraints Isaac Morland
- Re: WAL Insertion Lock Improvements Andres Freund
- Re: cataloguing NOT NULL constraints Robert Haas
- Re: MERGE ... RETURNING Gurjeet Singh
- Re: logical decoding and replication of sequences, take 2 Tomas Vondra
- Re: WAL Insertion Lock Improvements Michael Paquier
- Re: WAL Insertion Lock Improvements Michael Paquier
- Re: WAL Insertion Lock Improvements Andres Freund
- Re: Improve pg_stat_statements by making jumble handle savepoint names better Michael Paquier
- Re: Show various offset arrays for heap WAL records Peter Geoghegan
- Re: [PATCH] Add function to_oct Nathan Bossart
- Re: [PATCH] Check more invariants during syscache initialization Michael Paquier
- Re: POC, WIP: OR-clause support for indexes Peter Geoghegan
- Re: PATCH: Add REINDEX tag to event triggers Michael Paquier
- Re: Support worker_spi to execute the function dynamically. Michael Paquier
- Buildfarm animal grassquit is failing Tom Lane
- Re: Add bump memory context type and use it for tuplesorts Nathan Bossart
- Re: [PATCH] Add function to_oct Nathan Bossart
- Re: Buildfarm animal grassquit is failing Andres Freund
- Re: Prevent psql \watch from running queries that return no rows Michael Paquier
- Re: [PATCH] Add loongarch native checksum implementation. YANG Xudong
- Re: [PATCH] Add loongarch native checksum implementation. Michael Paquier
- Re: [PATCH] Add function to_oct Nathan Bossart
- Re: Support worker_spi to execute the function dynamically. Michael Paquier
- Re: odd buildfarm failure - "pg_ctl: control file appears to be corrupt" Thomas Munro
- Re: logical decoding and replication of sequences, take 2 Amit Kapila
- Re: Logical walsenders don't process XLOG_CHECKPOINT_SHUTDOWN Amit Kapila
- Re: psql: Could we get "-- " prefixing on the **** QUERY **** outputs? (ECHO_HIDDEN) Nathan Bossart
- Re: [PATCH] Add loongarch native checksum implementation. Nathan Bossart
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Peter Smith
- Re: Synchronizing slots from primary to standby shveta malik
- Re: [PATCH] Add loongarch native checksum implementation. YANG Xudong
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Amit Kapila
- Remove unused fields in ReorderBufferTupleBuf Masahiko Sawada
- Re: psql: Could we get "-- " prefixing on the **** QUERY **** outputs? (ECHO_HIDDEN) Pavel Stehule
- Re: [feature]COPY FROM enable FORCE_NULL/FORCE_NOT_NULL on all columns Amit Langote
- Question about use_physical_tlist() which is applied on Scan path Jian Guo
- Re: [feature]COPY FROM enable FORCE_NULL/FORCE_NOT_NULL on all columns Zhang Mingli
- incremental-checkopints Thomas wen
- Re: logical decoding and replication of sequences, take 2 Amit Kapila
- Re: [PATCH] Add loongarch native checksum implementation. John Naylor
- Re: remaining sql/json patches Amit Langote
- Re: Question about use_physical_tlist() which is applied on Scan path Alvaro Herrera
- Re: PATCH: Add REINDEX tag to event triggers jian he
- Re: In Postgres 16 BETA, should the ParseNamespaceItem have the same index as it's RangeTableEntry? Amit Langote
- Re: POC: Extension for adding distributed tracing - pg_tracing Nikita Malakhov
- Re: Row pattern recognition Tatsuo Ishii
- Re: Synchronizing slots from primary to standby shveta malik
- Re: Optimizing nbtree ScalarArrayOp execution, allowing multi-column ordered scans, skip scan Matthias van de Meent
- Re: incremental-checkopints Tomas Vondra
- Re: incremental-checkopints Alvaro Herrera
- Re: [PATCH] Check more invariants during syscache initialization Aleksander Alekseev
- Re: Remove unused fields in ReorderBufferTupleBuf Aleksander Alekseev
- Re: cataloguing NOT NULL constraints Dean Rasheed
- Re: incremental-checkopints Matthias van de Meent
- Re: Remove unused fields in ReorderBufferTupleBuf Aleksander Alekseev
- Re: [PATCH] Check more invariants during syscache initialization Zhang Mingli
- Re: Optimizing nbtree ScalarArrayOp execution, allowing multi-column ordered scans, skip scan Peter Geoghegan
- Re: cataloguing NOT NULL constraints Alvaro Herrera
- Re: Remove unused fields in ReorderBufferTupleBuf Aleksander Alekseev
- Re: WaitForOlderSnapshots in DETACH PARTITION causes deadlocks Alvaro Herrera
- Re: [PATCH] Check more invariants during syscache initialization Aleksander Alekseev
- Re: cataloguing NOT NULL constraints Alvaro Herrera
- Re: POC: Extension for adding distributed tracing - pg_tracing Aleksander Alekseev
- [May be a bug] double free or corruption Wen Yi
- Re: Question about use_physical_tlist() which is applied on Scan path 油屋
- Re: [PATCH] Check more invariants during syscache initialization Dagfinn Ilmari Mannsåker
- Re: logical decoding and replication of sequences, take 2 Tomas Vondra
- Re: POC: Extension for adding distributed tracing - pg_tracing Anthonin Bonnefoy
- Re: [PATCH] Check more invariants during syscache initialization Aleksander Alekseev
- Re: Optimizing nbtree ScalarArrayOp execution, allowing multi-column ordered scans, skip scan Matthias van de Meent
- Re: [PoC] Federated Authn/z with OAUTHBEARER Jacob Champion
- Obsolete reference to pg_relation in comment Dagfinn Ilmari Mannsåker
- Re: Obsolete reference to pg_relation in comment Nathan Bossart
- Re: incremental-checkopints Tomas Vondra
- Re: Obsolete reference to pg_relation in comment Nathan Bossart
- Re: incremental-checkopints Hannu Krosing
- Re: incremental-checkopints Matthias van de Meent
- Re: Row pattern recognition Tatsuo Ishii
- Re: Obsolete reference to pg_relation in comment Nathan Bossart
- Re: incremental-checkopints Hannu Krosing
- Re: Obsolete reference to pg_relation in comment Tom Lane
- Re: Obsolete reference to pg_relation in comment Nathan Bossart
- Re: psql: Could we get "-- " prefixing on the **** QUERY **** outputs? (ECHO_HIDDEN) Nathan Bossart
- Re: POC, WIP: OR-clause support for indexes Alena Rybakina
- Re: There should be a way to use the force flag when restoring databases Gurjeet Singh
- Re: pg_usleep for multisecond delays Nathan Bossart
- Re: psql: Could we get "-- " prefixing on the **** QUERY **** outputs? (ECHO_HIDDEN) Nathan Bossart
- Re: Performance degradation on concurrent COPY into a single relation in PG16. David Rowley
- Re: Improve pg_stat_statements by making jumble handle savepoint names better Michael Paquier
- Re: [PATCH] Check more invariants during syscache initialization Michael Paquier
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Peter Smith
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Peter Smith
- Re: [PATCH] Check more invariants during syscache initialization Zhang Mingli
- Re: [PATCH] Check more invariants during syscache initialization Michael Paquier
- Re: pg_usleep for multisecond delays Kyotaro Horiguchi
- Re: Performance degradation on concurrent COPY into a single relation in PG16. David Rowley
- Re: Retiring is_pushed_down Richard Guo
- Re: Optimizing nbtree ScalarArrayOp execution, allowing multi-column ordered scans, skip scan Peter Geoghegan
- Re: PATCH: Add REINDEX tag to event triggers Garrett Thornburg
- Re: PATCH: Add REINDEX tag to event triggers Garrett Thornburg
- Re: WAL Insertion Lock Improvements Michael Paquier
- Re: PATCH: Add REINDEX tag to event triggers Garrett Thornburg
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Amit Kapila
- Re: Synchronizing slots from primary to standby Amit Kapila
- Re: Synchronizing slots from primary to standby shveta malik
- Re: Synchronizing slots from primary to standby Amit Kapila
- Re: [PoC] Reducing planning time when tables have many partitions Andrey Lepikhov
- Re: odd buildfarm failure - "pg_ctl: control file appears to be corrupt" David Steele
- Improvements in pg_dump/pg_restore toc format and performances Pierre Ducroquet
- Re: Performance degradation on concurrent COPY into a single relation in PG16. David Rowley
- Re: Support to define custom wait events for extensions Michael Paquier
- Re: Support to define custom wait events for extensions Masahiro Ikeda
- RE: remaining sql/json patches Shinoda, Noriyoshi (HPE Services Japan - FSIP)"
- Re: incremental-checkopints Tomas Vondra
- Re: POC: Extension for adding distributed tracing - pg_tracing Nikita Malakhov
- Re: Issue in postgres_fdw causing unnecessary wait for cancel request reply Kuwamura Masaki
- Re: Optimizing nbtree ScalarArrayOp execution, allowing multi-column ordered scans, skip scan Matthias van de Meent
- Re: Let's make PostgreSQL multi-threaded David Geier
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Melih Mutlu
- Memory consumption during partitionwise join planning Ashutosh Bapat
- Re: Optimizing nbtree ScalarArrayOp execution, allowing multi-column ordered scans, skip scan Matthias van de Meent
- Re: Optimizing nbtree ScalarArrayOp execution, allowing multi-column ordered scans, skip scan Peter Geoghegan
- Reducing memory consumed by RestrictInfo list translations in partitionwise join planning Ashutosh Bapat
- Memory consumed by paths during partitionwise join planning Ashutosh Bapat
- Memory consumed by child SpecialJoinInfo in partitionwise join planning Ashutosh Bapat
- Re: [May be a bug] double free or corruption Ashutosh Bapat
- Re: POC: Extension for adding distributed tracing - pg_tracing Nikita Malakhov
- Re: POC: Extension for adding distributed tracing - pg_tracing Aleksander Alekseev
- Re: Removing the fixed-size buffer restriction in hba.c Tom Lane
- Re: Removing the fixed-size buffer restriction in hba.c Michael Paquier
- add timing information to pg_upgrade Nathan Bossart
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Peter Smith
- Re: Support to define custom wait events for extensions Michael Paquier
- Re: Postgres v15 windows bincheck regression test failures Noah Misch
- Re: Support worker_spi to execute the function dynamically. Andres Freund
- Add assertion on held AddinShmemInitLock in GetNamedLWLockTranche() Michael Paquier
- Re: Postgres v15 windows bincheck regression test failures Alexander Lakhin
- Re: [PoC] Reducing planning time when tables have many partitions Andrey Lepikhov
- Re: Support worker_spi to execute the function dynamically. Michael Paquier
- Re: Support worker_spi to execute the function dynamically. Bharath Rupireddy
- Re: Add assertion on held AddinShmemInitLock in GetNamedLWLockTranche() Bharath Rupireddy
- Re: POC: Extension for adding distributed tracing - pg_tracing Nikita Malakhov
- Re: POC: Extension for adding distributed tracing - pg_tracing Anthonin Bonnefoy
- Re: unrecognized node type while displaying a Path due to dangling pointer Ashutosh Bapat
- Re: remaining sql/json patches Amit Langote
- Re: Row pattern recognition Tatsuo Ishii
- Re: Support to define custom wait events for extensions Bharath Rupireddy
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Peter Smith
- Re: POC: Extension for adding distributed tracing - pg_tracing Nikita Malakhov
- Re: add timing information to pg_upgrade Bharath Rupireddy
- Re: pg_rewind fails with in-place tablespace Michael Paquier
- Re: Support worker_spi to execute the function dynamically. Michael Paquier
- Re: Memory consumed by child SpecialJoinInfo in partitionwise join planning Richard Guo
- Re: Support worker_spi to execute the function dynamically. Bharath Rupireddy
- Re: [PoC] Reducing planning time when tables have many partitions Yuya Watari
- Re: Avoid unused value (src/fe_utils/print.c) Karina Litskevich
- Re: postgres_fdw: wrong results with self join + enable_nestloop off Etsuro Fujita
- Re: Row pattern recognition Vik Fearing
- Re: Support worker_spi to execute the function dynamically. Michael Paquier
- Re: Row pattern recognition Vik Fearing
- Re: logical decoding and replication of sequences, take 2 Amit Kapila
- Re: Assert failure on bms_equal(child_joinrel->relids, child_joinrelids) Ashutosh Bapat
- Re: [PoC] Reducing planning time when tables have many partitions Ashutosh Bapat
- Re: Support worker_spi to execute the function dynamically. Alvaro Herrera
- Re: cataloguing NOT NULL constraints Alvaro Herrera
- Re: Row pattern recognition Tatsuo Ishii
- Re: Optimizing nbtree ScalarArrayOp execution, allowing multi-column ordered scans, skip scan Matthias van de Meent
- Re: WAL Insertion Lock Improvements Bharath Rupireddy
- Re: Postgres v15 windows bincheck regression test failures Noah Misch
- Re: POC: Extension for adding distributed tracing - pg_tracing Anthonin Bonnefoy
- Re: [PoC] pg_upgrade: allow to upgrade publisher node vignesh C
- Re: logical decoding and replication of sequences, take 2 Ashutosh Bapat
- Re: Row pattern recognition Vik Fearing
- Re: logical decoding and replication of sequences, take 2 Tomas Vondra
- Re: logical decoding and replication of sequences, take 2 Ashutosh Bapat
- Re: logical decoding and replication of sequences, take 2 Tomas Vondra
- Re: Postgres v15 windows bincheck regression test failures Alexander Lakhin
- Re: POC: Extension for adding distributed tracing - pg_tracing Nikita Malakhov
- Re: Memory consumed by child SpecialJoinInfo in partitionwise join planning Ashutosh Bapat
- Re: POC: Extension for adding distributed tracing - pg_tracing Anthonin Bonnefoy
- Re: Synchronizing slots from primary to standby Bharath Rupireddy
- Eager page freeze criteria clarification Melanie Plageman
- Re: Synchronizing slots from primary to standby Bharath Rupireddy
- New PostgreSQL Contributors Christoph Berg
- Re: harmonize password reuse in vacuumdb, clusterdb, and reindexdb Nathan Bossart
- Re: New PostgreSQL Contributors Vik Fearing
- Re: add timing information to pg_upgrade Nathan Bossart
- Re: New PostgreSQL Contributors Nathan Bossart
- Re: Let's make PostgreSQL multi-threaded Matthias van de Meent
- Re: In Postgres 16 BETA, should the ParseNamespaceItem have the same index as it's RangeTableEntry? Farias de Oliveira
- Re: add timing information to pg_upgrade Nathan Bossart
- Re: Eager page freeze criteria clarification Peter Geoghegan
- Re: Eager page freeze criteria clarification Melanie Plageman
- Re: Eager page freeze criteria clarification Peter Geoghegan
- Re: Eager page freeze criteria clarification Robert Haas
- Re: Eager page freeze criteria clarification Andres Freund
- Re: Support worker_spi to execute the function dynamically. Andres Freund
- Re: Eager page freeze criteria clarification Peter Geoghegan
- Re: Eager page freeze criteria clarification Robert Haas
- Re: Eager page freeze criteria clarification Melanie Plageman
- Re: Extension Enhancement: Buffer Invalidation in pg_buffercache Cary Huang
- Re: Eager page freeze criteria clarification Peter Geoghegan
- Re: Support worker_spi to execute the function dynamically. Michael Paquier
- Re: Support worker_spi to execute the function dynamically. Michael Paquier
- Re: Avoid possible memory leak (src/common/rmtree.c) Michael Paquier
- Re: Row pattern recognition Tatsuo Ishii
- Re: logical decoding and replication of sequences, take 2 Amit Kapila
- Re: add timing information to pg_upgrade Bharath Rupireddy
- Re: Postgres v15 windows bincheck regression test failures Noah Misch
- Re: logical decoding and replication of sequences, take 2 Tomas Vondra
- Avoid undefined behavior with msvc compiler (src/include/port/pg_bitutils.h) Ranier Vilela
- Re: logical decoding and replication of sequences, take 2 Tomas Vondra
- Re: logical decoding and replication of sequences, take 2 Tomas Vondra
- pg_upgrade fails with in-place tablespace Rui Zhao
- Faster "SET search_path" Jeff Davis
- Re: POC, WIP: OR-clause support for indexes Peter Geoghegan
- Re: brininsert optimization opportunity Soumyadeep Chakraborty
- Re: Faster "SET search_path" Isaac Morland
- Re: add timing information to pg_upgrade Nathan Bossart
- Re: should frontend tools use syncfs() ? Nathan Bossart
- Postmaster doesn't correctly handle crashes in PM_STARTUP state Andres Freund
- CDC/ETL system on top of logical replication with pgoutput, custom client José Neves
- Re: buildfarm instance bichir stuck Thomas Munro
- Re: logical decoding and replication of sequences, take 2 Tomas Vondra
- Re: Faster "SET search_path" Nathan Bossart
- Re: Avoid undefined behavior with msvc compiler (src/include/port/pg_bitutils.h) John Naylor
- Re: UUID v7 Andrey M. Borodin
- Re: Avoid undefined behavior with msvc compiler (src/include/port/pg_bitutils.h) Tom Lane
- Re: odd buildfarm failure - "pg_ctl: control file appears to be corrupt" Anton A. Melnikov
- Re: odd buildfarm failure - "pg_ctl: control file appears to be corrupt" Anton A. Melnikov
- Re: pg_rewind fails with in-place tablespace Michael Paquier
- Re: Support to define custom wait events for extensions Michael Paquier
- Re: New PostgreSQL Contributors Dianjin Wang
- Adding a LogicalRepWorker type field Peter Smith
- 回复:pg_rewind fails with in-place tablespace Rui Zhao
- Re: 回复:pg_rewind fails with in-place tablespace Michael Paquier
- Re: New PostgreSQL Contributors Chris Travers
- Re: New PostgreSQL Contributors Amul Sul
- Re: New PostgreSQL Contributors Rahila Syed
- Re: add timing information to pg_upgrade Bharath Rupireddy
- Re: Support to define custom wait events for extensions Bharath Rupireddy
- Re: Support to define custom wait events for extensions Masahiro Ikeda
- Re: Support to define custom wait events for extensions Michael Paquier
- Re: Support to define custom wait events for extensions Michael Paquier
- Re: Support to define custom wait events for extensions Masahiro Ikeda
- Re: Avoid undefined behavior with msvc compiler (src/include/port/pg_bitutils.h) John Naylor
- Re: Support to define custom wait events for extensions Bharath Rupireddy
- Re: Support to define custom wait events for extensions Kyotaro Horiguchi
- Re: postgres_fdw: wrong results with self join + enable_nestloop off Richard Guo
- Re: logical decoding and replication of sequences, take 2 Amit Kapila
- Re: Performance degradation on concurrent COPY into a single relation in PG16. John Naylor
- Re: Adding a LogicalRepWorker type field Bharath Rupireddy
- Missing comments/docs about custom scan path Etsuro Fujita
- Re: Support to define custom wait events for extensions Michael Paquier
- Re: Support to define custom wait events for extensions Michael Paquier
- Re: Support to define custom wait events for extensions Bharath Rupireddy
- Re: Avoid undefined behavior with msvc compiler (src/include/port/pg_bitutils.h) Tom Lane
- Re: logical decoding and replication of sequences, take 2 Tomas Vondra
- Re: Avoid undefined behavior with msvc compiler (src/include/port/pg_bitutils.h) John Naylor
- Re: stats test intermittent failure Masahiko Sawada
- Re: New PostgreSQL Contributors Matthias van de Meent
- Re: [BUG] Fix DETACH with FK pointing to a partitioned table fails Alvaro Herrera
- Re: Adding a LogicalRepWorker type field Amit Kapila
- Re: CDC/ETL system on top of logical replication with pgoutput, custom client Amit Kapila
- Re: Improve join_search_one_level readibilty (one line change) Julien Rouhaud
- RE: CDC/ETL system on top of logical replication with pgoutput, custom client José Neves
- Re: CDC/ETL system on top of logical replication with pgoutput, custom client Euler Taveira
- Inaccurate comments in ReorderBufferCheckMemoryLimit() Masahiko Sawada
- Re: pg_upgrade fails with in-place tablespace Junwang Zhao
- Re: proposal: psql: show current user in prompt Jelte Fennema
- Re: Optimizing nbtree ScalarArrayOp execution, allowing multi-column ordered scans, skip scan Alena Rybakina
- Re: Request for comment on setting binary format output per session Dave Cramer
- Re: Optimizing nbtree ScalarArrayOp execution, allowing multi-column ordered scans, skip scan Peter Geoghegan
- Re: POC, WIP: OR-clause support for indexes Alena Rybakina
- Re: pgsql: Fix search_path to a safe value during maintenance operations. Robert Haas
- Re: Faster "SET search_path" Robert Haas
- Re: Optimizing nbtree ScalarArrayOp execution, allowing multi-column ordered scans, skip scan Peter Geoghegan
- Re: pgsql: Fix search_path to a safe value during maintenance operations. Joe Conway
- Re: should frontend tools use syncfs() ? Nathan Bossart
- Re: add timing information to pg_upgrade Nathan Bossart
- Re: should frontend tools use syncfs() ? Nathan Bossart
- RE: CDC/ETL system on top of logical replication with pgoutput, custom client José Neves
- pltcl tests fail with FreeBSD 13.2 Andres Freund
- Re: [feature]COPY FROM enable FORCE_NULL/FORCE_NOT_NULL on all columns Andrew Dunstan
- Re: pltcl tests fail with FreeBSD 13.2 Andres Freund
- Re: pgsql: Fix search_path to a safe value during maintenance operations. Robert Haas
- Re: CDC/ETL system on top of logical replication with pgoutput, custom client Andres Freund
- Re: Correct the documentation for work_mem Tristen Raab