Mailing lists [pgsql-hackers]
- Re: Non-superuser subscription owners Jeff Davis
- Re: POC: Lock updated tuples in tuple_update() and tuple_delete() Gregory Stark
- Re: POC: Lock updated tuples in tuple_update() and tuple_delete() Alexander Korotkov
- Making empty Bitmapsets always be NULL Tom Lane
- Re: Ability to reference other extensions by schema in extension scripts Sandro Santilli
- Re: Ability to reference other extensions by schema in extension scripts Sandro Santilli
- Re: RFC: logical publication via inheritance root? Jacob Champion
- Re: Stale references to guc.c in comments/tests Daniel Gustafsson
- RE: Ability to reference other extensions by schema in extension scripts Regina Obe
- Re: Stale references to guc.c in comments/tests Tom Lane
- Re: Doc update for pg_stat_statements normalization Imseih (AWS), Sami
- Re: Marking options deprecated in help output Daniel Gustafsson
- Re: Refactoring SysCacheGetAttr to know when attr cannot be NULL Tom Lane
- Re: [PoC] Let libpq reject unexpected authentication requests Jacob Champion
- Re: Beautify pg_walinspect docs a bit Michael Paquier
- Re: Ability to reference other extensions by schema in extension scripts Sandro Santilli
- Re: [PATCH] Add `verify-system` sslmode to use system CA pool for server cert Jacob Champion
- Re: Add LZ4 compression in pg_dump Justin Pryzby
- Re: Doc update for pg_stat_statements normalization Michael Paquier
- Re: pg_upgrade and logical replication Julien Rouhaud
- Re: Doc update for pg_stat_statements normalization Imseih (AWS), Sami
- Re: Proposal: %T Prompt parameter for psql for current time (like Oracle has) Kirk Wolak
- Re: Minimal logical decoding on standbys Jeff Davis
- Proposal: %T Prompt parameter for psql for current time (like Oracle has) Kirk Wolak
- Re: Doc update for pg_stat_statements normalization Michael Paquier
- Re: Time delayed LR (WAS Re: logical replication restrictions) Peter Smith
- Re: Non-superuser subscription owners Stephen Frost
- Re: [Proposal] Add foreign-server health checks infrastructure Katsuragi Yuta
- Re: Time delayed LR (WAS Re: logical replication restrictions) Kyotaro Horiguchi
- Re: Time delayed LR (WAS Re: logical replication restrictions) Masahiko Sawada
- Re: Auth extensions, with an LDAP/SCRAM example [was: Proposal: Support custom authentication methods using hooks] Stephen Frost
- Re: Time delayed LR (WAS Re: logical replication restrictions) Amit Kapila
- Re: Improve WALRead() to suck data directly from WAL buffers when possible Nathan Bossart
- Re: Track Oldest Initialized WAL Buffer Page Nathan Bossart
- Re: Weird failure with latches in curculio on v15 Nathan Bossart
- Re: stopgap fix for signal handling during restore_command Nathan Bossart
- Re: Normalization of utility queries in pg_stat_statements Michael Paquier
- Re: Time delayed LR (WAS Re: logical replication restrictions) Amit Kapila
- Re: Time delayed LR (WAS Re: logical replication restrictions) Amit Kapila
- Re: Support logical replication of global object commands Zheng Li
-
LOG: invalid record length at
: wanted 24, got 0 Harinath Kanchu - Re: Time delayed LR (WAS Re: logical replication restrictions) Masahiko Sawada
- Re: Time delayed LR (WAS Re: logical replication restrictions) Amit Kapila
- Re: pg_upgrade and logical replication Amit Kapila
- Re: add PROCESS_MAIN to VACUUM Michael Paquier
-
Re: LOG: invalid record length at
: wanted 24, got 0 Bharath Rupireddy - Re: [PoC] Improve dead tuple storage for lazy vacuum John Naylor
- Re: Commitfest 2023-03 starting tomorrow! Michael Paquier
- Re: pg_upgrade and logical replication Julien Rouhaud
- Re: Track Oldest Initialized WAL Buffer Page Bharath Rupireddy
- Re: meson: Add equivalent of configure --disable-rpath option Peter Eisentraut
- Re: Add LZ4 compression in pg_dump Michael Paquier
- Combine pg_walinspect till_end_of_wal functions with others Bharath Rupireddy
- Re: refactoring relation extension and BufferAlloc(), faster COPY Andres Freund
-
Re: LOG: invalid record length at
: wanted 24, got 0 Harinath Kanchu - The order of queues in row lock is changed (not FIFO) Ryo Yamaji (Fujitsu)
- Re: Simplify standby state machine a bit in WaitForWALToBecomeAvailable() Michael Paquier
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Amit Kapila
- Re: WIN32 pg_import_system_collations Juan José Santamaría Flecha
- Re: [PATCH] Tracking statements entry timestamp in pg_stat_statements Andrei Zubkov
- Re: Improve WALRead() to suck data directly from WAL buffers when possible Bharath Rupireddy
- documentation updates for SQL:2023 Peter Eisentraut
- Re: refactoring relation extension and BufferAlloc(), faster COPY Heikki Linnakangas
- RE: Time delayed LR (WAS Re: logical replication restrictions) Hayato Kuroda (Fujitsu)
- Re: Proposal: %T Prompt parameter for psql for current time (like Oracle has) Jim Jones
- Re: Proposal: %T Prompt parameter for psql for current time (like Oracle has) Jim Jones
- Re: Avoid multiple SetLatch() calls in procsignal_sigusr1_handler() Kuntal Ghosh
- Re: Memory leak from ExecutorState context? Jehan-Guillaume de Rorthais
- Add standard collation UNICODE Peter Eisentraut
- RE: Rework LogicalOutputPluginWriterUpdateProgress wangw.fnst@fujitsu.com
- RE: Rework LogicalOutputPluginWriterUpdateProgress wangw.fnst@fujitsu.com
- Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15) Aleksander Alekseev
- Re: Memory leak from ExecutorState context? Tomas Vondra
- Re: psql's FETCH_COUNT (cursor) is not being respected for CTEs Daniel Verite
- Re: Minimal logical decoding on standbys Drouvot, Bertrand
- Re: psql: Add role's membership options to the \du+ command Pavel Luzanov
- Re: Allow logical replication to copy tables in binary format Dilip Kumar
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Amit Kapila
- Re: [PoC] Improve dead tuple storage for lazy vacuum Masahiko Sawada
- Re: Allow logical replication to copy tables in binary format Bharath Rupireddy
- Re: cataloguing NOT NULL constraints Alvaro Herrera
- Re: On login trigger: take three Mikhail Gribkov
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Önder Kalacı
- Re: Add LZ4 compression in pg_dump gkokolatos@pm.me
- Re: libpq: PQgetCopyData() and allocation overhead Jeroen Vermeulen
- Re: Allow logical replication to copy tables in binary format Melih Mutlu
- Re: Add LZ4 compression in pg_dump Tomas Vondra
- Re: POC: Lock updated tuples in tuple_update() and tuple_delete() Alexander Korotkov
- Re: Combine pg_walinspect till_end_of_wal functions with others Bharath Rupireddy
- Re: Weird failure with latches in curculio on v15 Stephen Frost
- Re: Non-superuser subscription owners Robert Haas
- RE: Allow logical replication to copy tables in binary format Hayato Kuroda (Fujitsu)
- Re: Non-superuser subscription owners Stephen Frost
- Re: meson: Non-feature feature options Peter Eisentraut
- Re: Add LZ4 compression in pg_dump Tomas Vondra
- Re: pg_upgrade and logical replication Nikolay Samokhvalov
- Re: Show various offset arrays for heap WAL records Melanie Plageman
- Re: Proposal: %T Prompt parameter for psql for current time (like Oracle has) Kirk Wolak
- Re: Add LZ4 compression in pg_dump Tomas Vondra
- Re: Add LZ4 compression in pg_dump Tomas Vondra
- Re: Time delayed LR (WAS Re: logical replication restrictions) vignesh C
- Re: Add LZ4 compression in pg_dump Tomas Vondra
- Re: Proposal: %T Prompt parameter for psql for current time (like Oracle has) Jim Jones
- Re: The order of queues in row lock is changed (not FIFO) Tom Lane
- Re: refactoring relation extension and BufferAlloc(), faster COPY Andres Freund
- Re: Add LZ4 compression in pg_dump Justin Pryzby
- Re: refactoring relation extension and BufferAlloc(), faster COPY Andres Freund
- Re: add PROCESS_MAIN to VACUUM Nathan Bossart
- Re: Non-superuser subscription owners Robert Haas
- Re: Weird failure with latches in curculio on v15 Robert Haas
- Re: Memory leak from ExecutorState context? Jehan-Guillaume de Rorthais
- Add pg_walinspect function with block info columns Melanie Plageman
- Re: Memory leak from ExecutorState context? Jehan-Guillaume de Rorthais
- Re: Allow logical replication to copy tables in binary format Melih Mutlu
- Re: add PROCESS_MAIN to VACUUM Alvaro Herrera
- Re: Non-superuser subscription owners Jeff Davis
- Re: PATCH: Using BRIN indexes for sorted output Alvaro Herrera
- Re: [EXTERNAL] Re: Add non-blocking version of PQcancel Greg S
- Re: [EXTERNAL] Re: Support load balancing in libpq Greg S
- Re: add PROCESS_MAIN to VACUUM Nathan Bossart
- Re: meson: Optionally disable installation of test modules Peter Eisentraut
- Re: [PATCH] Tracking statements entry timestamp in pg_stat_statements Gregory Stark (as CFM)
- Re: Allow +group in pg_ident.conf Gregory Stark (as CFM)
- Re: Memory leak from ExecutorState context? Tomas Vondra
- Re: Memory leak from ExecutorState context? Tomas Vondra
- Re: [PATCH] Make ON CONFLICT DO NOTHING and ON CONFLICT DO UPDATE consistent Gregory Stark (as CFM)
- Re: allow meson to find ICU in non-standard localtion Jacob Champion
- Re: Flush SLRU counters in checkpointer process Gregory Stark (as CFM)
- Re: [EXTERNAL] Re: Add non-blocking version of PQcancel Jelte Fennema
- Re: Refactoring SysCacheGetAttr to know when attr cannot be NULL Peter Eisentraut
- Re: [EXTERNAL] Re: Add non-blocking version of PQcancel Gregory Stark (as CFM)
- Re: Should vacuum process config file reload more often Melanie Plageman
- Re: Generate pg_stat_get_xact*() functions with Macros Gregory Stark (as CFM)
- Re: In-placre persistance change of a relation Gregory Stark (as CFM)
- Re: [EXTERNAL] Re: Add non-blocking version of PQcancel Jelte Fennema
- Re: Infinite Interval Gregory Stark (as CFM)
- Re: [EXTERNAL] Re: Support load balancing in libpq Jelte Fennema
- Re: Refactoring SysCacheGetAttr to know when attr cannot be NULL Tom Lane
- Re: [PATCH] Tracking statements entry timestamp in pg_stat_statements Andrei Zubkov
- Re: Logical replication timeout problem Gregory Stark (as CFM)
- Re: Making empty Bitmapsets always be NULL Nathan Bossart
- Re: allow meson to find ICU in non-standard localtion Jeff Davis
- Re: [HACKERS] make async slave to wait for lsn to be replayed Greg Stark
- Re: Refactoring SysCacheGetAttr to know when attr cannot be NULL Daniel Gustafsson
- Re: File descriptors in exec'd subprocesses Gregory Stark (as CFM)
- Re: File descriptors in exec'd subprocesses Thomas Munro
- Re: Operation log for major operations Gregory Stark (as CFM)
- Re: WIP: Aggregation push-down - take2 Gregory Stark (as CFM)
- Re: Non-superuser subscription owners Robert Haas
- Re: buildfarm + meson Andrew Dunstan
- Re: Proposal: %T Prompt parameter for psql for current time (like Oracle has) Kirk Wolak
- Re: buildfarm + meson Andres Freund
- Re: Making empty Bitmapsets always be NULL Jacob Champion
- Re: Memory leak from ExecutorState context? Jehan-Guillaume de Rorthais
- Re: refactoring relation extension and BufferAlloc(), faster COPY Heikki Linnakangas
- typedef struct LogicalDecodingContext Peter Smith
- Re: Infinite Interval Joseph Koshakow
- Re: Non-superuser subscription owners Jeff Davis
- Re: cataloguing NOT NULL constraints Justin Pryzby
- Re: refactoring relation extension and BufferAlloc(), faster COPY Andres Freund
- Re: stopgap fix for signal handling during restore_command Nathan Bossart
- Re: Making empty Bitmapsets always be NULL Tom Lane
- Re: typedef struct LogicalDecodingContext Tom Lane
- Re: stopgap fix for signal handling during restore_command Andres Freund
- Re: Memory leak from ExecutorState context? Jehan-Guillaume de Rorthais
- Re: stopgap fix for signal handling during restore_command Nathan Bossart
- Re: We shouldn't signal process groups with SIGQUIT Thomas Munro
- Re: We shouldn't signal process groups with SIGQUIT Andres Freund
- Re: Add standard collation UNICODE Vik Fearing
- Re: We shouldn't signal process groups with SIGQUIT Andres Freund
- Re: Non-superuser subscription owners Andres Freund
- Re: Should vacuum process config file reload more often Andres Freund
- Re: Making empty Bitmapsets always be NULL Nathan Bossart
- Re: Making empty Bitmapsets always be NULL Tom Lane
- Re: Memory leak from ExecutorState context? Tomas Vondra
- Re: Non-superuser subscription owners Andres Freund
- Re: Minimal logical decoding on standbys Jeff Davis
- Re: typedef struct LogicalDecodingContext Peter Smith
- Re: Allow +group in pg_ident.conf Michael Paquier
- Re: We shouldn't signal process groups with SIGQUIT Michael Paquier
- Re: add PROCESS_MAIN to VACUUM Michael Paquier
- Re: typedef struct LogicalDecodingContext Tom Lane
- Re: We shouldn't signal process groups with SIGQUIT Thomas Munro
- Re: [HACKERS] make async slave to wait for lsn to be replayed Michael Paquier
- Re: pg_upgrade and logical replication Julien Rouhaud
- Re: Commitfest 2023-03 starting tomorrow! Michael Paquier
- Re: typedef struct LogicalDecodingContext Tom Lane
- Re: Should vacuum process config file reload more often Melanie Plageman
- Re: Allow logical replication to copy tables in binary format Peter Smith
- Re: Time delayed LR (WAS Re: logical replication restrictions) Masahiko Sawada
- Re: typedef struct LogicalDecodingContext Tom Lane
- Re: typedef struct LogicalDecodingContext Peter Smith
- RE: Logical replication timeout problem wangw.fnst@fujitsu.com
- Re: typedef struct LogicalDecodingContext Tom Lane
- Re: typedef struct LogicalDecodingContext Tom Lane
- Re: Making empty Bitmapsets always be NULL Richard Guo
- Re: add PROCESS_MAIN to VACUUM Masahiko Sawada
- Re: Time delayed LR (WAS Re: logical replication restrictions) Amit Kapila
- RE: Time delayed LR (WAS Re: logical replication restrictions) Hayato Kuroda (Fujitsu)
- Re: Allow logical replication to copy tables in binary format Amit Kapila
- Re: add PROCESS_MAIN to VACUUM Michael Paquier
- Re: add PROCESS_MAIN to VACUUM Nathan Bossart
- Re: add PROCESS_MAIN to VACUUM Masahiko Sawada
- Re: add PROCESS_MAIN to VACUUM Michael Paquier
- Re: Should vacuum process config file reload more often Amit Kapila
- Re: add PROCESS_MAIN to VACUUM Nathan Bossart
- Re: pg_dump/pg_restore: Fix stdin/stdout handling of custom format on Win32 Michael Paquier
- Re: meson: Optionally disable installation of test modules Nazir Bilal Yavuz
- Re: Normalization of utility queries in pg_stat_statements Drouvot, Bertrand
- Re: [BUG] pg_stat_statements and extended query protocol Michael Paquier
- Re: Should vacuum process config file reload more often Masahiko Sawada
- Re: Generate pg_stat_get_xact*() functions with Macros Drouvot, Bertrand
- Re: a very minor bug and a couple of comment changes for basebackup.c Michael Paquier
- RE: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher shiy.fnst@fujitsu.com
- Re: Timeline ID hexadecimal format Peter Eisentraut
- Re: Show various offset arrays for heap WAL records Peter Eisentraut
- Re: Make some xlogreader messages more accurate Peter Eisentraut
- Re: Make some xlogreader messages more accurate Peter Eisentraut
- Re: Missing free_var() at end of accum_sum_final()? Peter Eisentraut
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Amit Kapila
- Re: Minimal logical decoding on standbys Drouvot, Bertrand
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Önder Kalacı
- Re: Move defaults toward ICU in 16? Peter Eisentraut
- Re: Refactoring SysCacheGetAttr to know when attr cannot be NULL Peter Eisentraut
- Re: pg_upgrade and logical replication Amit Kapila
- Re: POC: Lock updated tuples in tuple_update() and tuple_delete() Pavel Borisov
- Re: [HACKERS] make async slave to wait for lsn to be replayed Peter Eisentraut
- Re: meson: Non-feature feature options Nazir Bilal Yavuz
- Re: typedef struct LogicalDecodingContext Peter Eisentraut
- Re: typedef struct LogicalDecodingContext Peter Eisentraut
- Re: pg_upgrade and logical replication Julien Rouhaud
- Re: Real config values for bytes needs quotes? Peter Eisentraut
- Re: Refactoring SysCacheGetAttr to know when attr cannot be NULL Daniel Gustafsson
- Re: Refactoring SysCacheGetAttr to know when attr cannot be NULL Daniel Gustafsson
- Re: Improve WALRead() to suck data directly from WAL buffers when possible Bharath Rupireddy
- Re: Make some xlogreader messages more accurate Bharath Rupireddy
- Re: Memory leak from ExecutorState context? Jehan-Guillaume de Rorthais
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Amit Kapila
- Re: libpq: PQgetCopyData() and allocation overhead Daniel Gustafsson
- Re: Memory leak from ExecutorState context? Tomas Vondra
- Re: Fix comments in gistxlogDelete, xl_heap_freeze_page and xl_btree_delete Drouvot, Bertrand
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Önder Kalacı
- RE: Time delayed LR (WAS Re: logical replication restrictions) Hayato Kuroda (Fujitsu)
- RE: Time delayed LR (WAS Re: logical replication restrictions) Hayato Kuroda (Fujitsu)
- RE: Time delayed LR (WAS Re: logical replication restrictions) Hayato Kuroda (Fujitsu)
- RE: Time delayed LR (WAS Re: logical replication restrictions) Hayato Kuroda (Fujitsu)
- Re: generic plans and "initial" pruning Amit Langote
- Re: Improving inferred query column names Peter Eisentraut
- Request for comment on setting binary format output per session Dave Cramer
- Re: Refactoring SysCacheGetAttr to know when attr cannot be NULL Tom Lane
- Re: Refactoring SysCacheGetAttr to know when attr cannot be NULL Tom Lane
- Re: POC: Lock updated tuples in tuple_update() and tuple_delete() Alexander Korotkov
- Re: Proposal: %T Prompt parameter for psql for current time (like Oracle has) Laurenz Albe
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Önder Kalacı
- Re: Allow logical replication to copy tables in binary format Kuntal Ghosh
- Re: Allow tailoring of ICU locales with custom rules Laurenz Albe
- Re: Proposal: %T Prompt parameter for psql for current time (like Oracle has) Kirk Wolak
- Re: Add pg_walinspect function with block info columns Melanie Plageman
- Re: Add LZ4 compression in pg_dump gkokolatos@pm.me
- Re: is_superuser is not documented Joseph Koshakow
- Re: Making empty Bitmapsets always be NULL Tom Lane
- Re: Add LZ4 compression in pg_dump Justin Pryzby
- Re: Operation log for major operations Dmitry Koval
- Re: Memory leak from ExecutorState context? Jehan-Guillaume de Rorthais
- Re: POC: Lock updated tuples in tuple_update() and tuple_delete() Pavel Borisov
- Re: Add LZ4 compression in pg_dump Tomas Vondra
- Re: Sort optimizations: Making in-memory sort cache-aware Ankit Kumar Pandey
- Re: Add SHELL_EXIT_CODE to psql Tom Lane
- Re: Operation log for major operations Justin Pryzby
- Re: Memory leak from ExecutorState context? Jehan-Guillaume de Rorthais
- Re: Memory leak from ExecutorState context? Tomas Vondra
- Re: Evaluate arguments of correlated SubPlans in the referencing ExprState Tom Lane
- Re: Operation log for major operations Tom Lane
- Re: Add the ability to limit the amount of memory that can be allocated to backends. reid.thompson@crunchydata.com
- Re: libpq: PQgetCopyData() and allocation overhead Jeroen Vermeulen
- Re: Minimal logical decoding on standbys Jeff Davis
- Re: Add support for unit "B" to pg_size_pretty() David Rowley
- Re: Auth extensions, with an LDAP/SCRAM example [was: Proposal: Support custom authentication methods using hooks] Jacob Champion
- Re: Evaluate arguments of correlated SubPlans in the referencing ExprState Andres Freund
- Re: Evaluate arguments of correlated SubPlans in the referencing ExprState Tom Lane
- Re: POC: Lock updated tuples in tuple_update() and tuple_delete() Alexander Korotkov
- Re: Add support for unit "B" to pg_size_pretty() Dean Rasheed
- Re: proposal: psql: show current user in prompt Kirk Wolak
- Re: Evaluate arguments of correlated SubPlans in the referencing ExprState Andres Freund
- Re: Operation log for major operations Dmitry Koval
- Re: Operation log for major operations Kirk Wolak
- Re: buildfarm + meson Andrew Dunstan
- Re: File descriptors in exec'd subprocesses Thomas Munro
- Re: buildfarm + meson Andres Freund
- Re: Remove source code display from \df+? Tom Lane
- Documentation of psql's \df no longer matches reality Tom Lane
- Re: Introduce "log_connection_stages" setting. Jacob Champion
- Re: buildfarm + meson Andrew Dunstan
- Re: Introduce "log_connection_stages" setting. Tom Lane
- Re: Memory leak from ExecutorState context? Jehan-Guillaume de Rorthais
- Re: Introduce "log_connection_stages" setting. Jacob Champion
- Re: Memory leak from ExecutorState context? Tomas Vondra
- Re: Should vacuum process config file reload more often Melanie Plageman
- Re: Rework LogicalOutputPluginWriterUpdateProgress Peter Smith
- Re: Evaluate arguments of correlated SubPlans in the referencing ExprState Andres Freund
- Re: Add the ability to limit the amount of memory that can be allocated to backends. Andres Freund
- Re: Allow logical replication to copy tables in binary format Peter Smith
- Re: Normalization of utility queries in pg_stat_statements Michael Paquier
- Re: Rework LogicalOutputPluginWriterUpdateProgress Andres Freund
- Re: Making empty Bitmapsets always be NULL David Rowley
- Re: Understanding, testing and improving our Windows filesystem code Thomas Munro
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Peter Smith
- Re: Making empty Bitmapsets always be NULL Tom Lane
- RE: Rework LogicalOutputPluginWriterUpdateProgress houzj.fnst@fujitsu.com
- Re: Rework LogicalOutputPluginWriterUpdateProgress Peter Smith
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Amit Kapila
- Re: Making empty Bitmapsets always be NULL David Rowley
- RE: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher houzj.fnst@fujitsu.com
- min/max aggregation for jsonb Daneel Yaitskov
- Re: Date-time extraneous fields with reserved keywords Keisuke Kuroda
- Re: Remove source code display from \df+? Isaac Morland
- Re: [EXTERNAL] Re: Support load balancing in libpq Andrey Borodin
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Peter Smith
- Re: Add pg_walinspect function with block info columns Michael Paquier
- Re: Real config values for bytes needs quotes? Kyotaro Horiguchi
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Amit Kapila
- Re: Add SHELL_EXIT_CODE to psql Corey Huinker
- Re: Force testing of query jumbling code in TAP tests Michael Paquier
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher vignesh C
- Re: meson: Optionally disable installation of test modules Peter Eisentraut
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Önder Kalacı
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Önder Kalacı
- Re: Minimal logical decoding on standbys Jeff Davis
- Re: Flush SLRU counters in checkpointer process Anthonin Bonnefoy
- Re: Simplify standby state machine a bit in WaitForWALToBecomeAvailable() Bharath Rupireddy
- RE: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Hayato Kuroda (Fujitsu)
- Re: In-placre persistance change of a relation Kyotaro Horiguchi
- Re: Add documentation for coverage reports with meson Peter Eisentraut
- Re: meson: Non-feature feature options Peter Eisentraut
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Önder Kalacı
- Re: meson: Non-feature feature options Nazir Bilal Yavuz
- Re: cataloguing NOT NULL constraints Peter Eisentraut
- Re: Missing update of all_hasnulls in BRIN opclasses Alvaro Herrera
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Amit Kapila
- Re: min/max aggregation for jsonb David Rowley
- Re: Deduplicate logicalrep_read_tuple() Bharath Rupireddy
- Re: cataloguing NOT NULL constraints Alvaro Herrera
- Re: psql: Add role's membership options to the \du+ command Pavel Luzanov
- Re: [PoC] Improve dead tuple storage for lazy vacuum John Naylor
- Re: Deduplicate logicalrep_read_tuple() Amit Kapila
- Re: Add documentation for coverage reports with meson Michael Paquier
- Re: Simplify standby state machine a bit in WaitForWALToBecomeAvailable() Michael Paquier
- Re: Add support for unit "B" to pg_size_pretty() David Rowley
- Re: Fix comments in gistxlogDelete, xl_heap_freeze_page and xl_btree_delete Amit Kapila
- Re: Testing autovacuum wraparound (including failsafe) Heikki Linnakangas
- Re: Allow ordered partition scans in more cases David Rowley
- Re: Missing update of all_hasnulls in BRIN opclasses Tomas Vondra
- Re: Add support for unit "B" to pg_size_pretty() Dean Rasheed
- RE: [Proposal] Add foreign-server health checks infrastructure Hayato Kuroda (Fujitsu)
- What's MultiXactId? jacktby@gmail.com
- Re: Allow tailoring of ICU locales with custom rules Peter Eisentraut
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Önder Kalacı
- Re: Improve WALRead() to suck data directly from WAL buffers when possible Bharath Rupireddy
- Re: Testing autovacuum wraparound (including failsafe) Heikki Linnakangas
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Önder Kalacı
- Re: [EXTERNAL] Re: Support load balancing in libpq Jelte Fennema
- Re: Non-superuser subscription owners Robert Haas
- Re: Missing free_var() at end of accum_sum_final()? Dean Rasheed
- Re: Time delayed LR (WAS Re: logical replication restrictions) Masahiko Sawada
- Re: Timeline ID hexadecimal format Sébastien Lardière
- Re: libpq: PQgetCopyData() and allocation overhead Jelte Fennema
- running logical replication as the subscription owner Robert Haas
- Re: Timeline ID hexadecimal format Robert Haas
- Re: libpq: PQgetCopyData() and allocation overhead Jeroen Vermeulen
- Re: pgsql: Harden new test case against force_parallel_mode = regress. Robert Haas
- Re: psql: Add role's membership options to the \du+ command David G. Johnston
- Re: Minimal logical decoding on standbys Drouvot, Bertrand
- Re: Minimal logical decoding on standbys Drouvot, Bertrand
- Re: Fix comments in gistxlogDelete, xl_heap_freeze_page and xl_btree_delete Drouvot, Bertrand
- Re: libpq: PQgetCopyData() and allocation overhead Tom Lane
- Re: pgsql: Harden new test case against force_parallel_mode = regress. Tom Lane
- Re: pgsql: Harden new test case against force_parallel_mode = regress. Matthias van de Meent
- Re: pgsql: Harden new test case against force_parallel_mode = regress. Tom Lane
- Re: libpq: PQgetCopyData() and allocation overhead Jeroen Vermeulen
- libpq-fe.h should compile *entirely* standalone Tom Lane
- Re: libpq: PQgetCopyData() and allocation overhead Tom Lane
- Re: pgsql: Harden new test case against force_parallel_mode = regress. Robert Haas
- Re: pgsql: Harden new test case against force_parallel_mode = regress. Tom Lane
- Re: libpq: PQgetCopyData() and allocation overhead Jelte Fennema
- Re: Fix comments in gistxlogDelete, xl_heap_freeze_page and xl_btree_delete Robert Haas
- Re: libpq: PQgetCopyData() and allocation overhead Tom Lane
- Re: pgsql: Harden new test case against force_parallel_mode = regress. Robert Haas
- Re: pgsql: Harden new test case against force_parallel_mode = regress. Tom Lane
- Re: libpq: PQgetCopyData() and allocation overhead Jeroen Vermeulen
- Re: zstd compression for pg_dump Jacob Champion
- Re: libpq-fe.h should compile *entirely* standalone Tom Lane
- Re: libpq: PQgetCopyData() and allocation overhead Tom Lane
- Re: zstd compression for pg_dump Justin Pryzby
- Re: libpq: PQgetCopyData() and allocation overhead Jeroen Vermeulen
- Re: meson: Optionally disable installation of test modules Andrew Dunstan
- Re: Evaluate arguments of correlated SubPlans in the referencing ExprState Tom Lane
- Re: SQL JSON path enhanced numeric literals Dean Rasheed
- Re: Schema variables - new implementation for Postgres 15 Dmitry Dolgov
- Re: zstd compression for pg_dump Jacob Champion
- Re: odd buildfarm failure - "pg_ctl: control file appears to be corrupt" Thomas Munro
- Re: Making empty Bitmapsets always be NULL Tom Lane
- Re: Raising the SCRAM iteration count Daniel Gustafsson
- Re: running logical replication as the subscription owner Jelte Fennema
- Re: generate_series for timestamptz and time zone problem Andreas 'ads' Scherbaum
- Re: Simplify standby state machine a bit in WaitForWALToBecomeAvailable() Nathan Bossart
- Re: RADIUS tests and improvements Thomas Munro
- Re: Simplify standby state machine a bit in WaitForWALToBecomeAvailable() Michael Paquier
- Re: [PoC] Let libpq reject unexpected authentication requests Michael Paquier
- Re: Simplify standby state machine a bit in WaitForWALToBecomeAvailable() Bharath Rupireddy
- Re: Simplify standby state machine a bit in WaitForWALToBecomeAvailable() Bharath Rupireddy
- Re: Move defaults toward ICU in 16? Jeff Davis
- Re: pg_upgrade and logical replication Amit Kapila
- Re: Fix comments in gistxlogDelete, xl_heap_freeze_page and xl_btree_delete Drouvot, Bertrand
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Amit Kapila
- Re: Minimal logical decoding on standbys Drouvot, Bertrand
- Re: libpq-fe.h should compile *entirely* standalone Andrew Dunstan
- Re: [HACKERS] make async slave to wait for lsn to be replayed Kartyshov Ivan
- Re: Date-time extraneous fields with reserved keywords Joseph Koshakow
- Re: Request for comment on setting binary format output per session Jeff Davis
- Re: zstd compression for pg_dump Justin Pryzby
- Re: libpq-fe.h should compile *entirely* standalone Tom Lane
- Re: Date-time extraneous fields with reserved keywords Joseph Koshakow
- Re: Missing free_var() at end of accum_sum_final()? Joel Jacobson
- Re: Add standard collation UNICODE Jeff Davis
- Re: Date-time extraneous fields with reserved keywords Tom Lane
- Re: [Proposal] Allow pg_dump to include all child tables with the root table Tom Lane
- Re: Add standard collation UNICODE Thomas Munro
- Re: Date-time extraneous fields with reserved keywords Joseph Koshakow
- Re: Date-time extraneous fields with reserved keywords Tom Lane
- Re: Latches vs lwlock contention Thomas Munro
- Re: Date-time extraneous fields with reserved keywords Joseph Koshakow
- Re: Date-Time dangling unit fix Tom Lane
- Re: Request for comment on setting binary format output per session Dave Cramer
- Re: Allow tests to pass in OpenSSL FIPS mode Tom Lane
- Re: pg_stat_bgwriter.buffers_backend is pretty meaningless (and more?) Tom Lane
- Re: Date-Time dangling unit fix Joseph Koshakow
- Re: Add standard collation UNICODE Jeff Davis
- Re: Request for comment on setting binary format output per session Jeff Davis
- Re: Request for comment on setting binary format output per session Tom Lane
- Re: Add standard collation UNICODE Tom Lane
- Re: Request for comment on setting binary format output per session David G. Johnston
- Add estimated hit ratio to Memoize in EXPLAIN to explain cost adjustment Lukas Fittl
- Re: Request for comment on setting binary format output per session Dave Cramer
- Re: Deduplicate logicalrep_read_tuple() Peter Smith
- Re: [Proposal] Allow pg_dump to include all child tables with the root table Gilles Darold
- Re: Missing free_var() at end of accum_sum_final()? Joel Jacobson
- [Question] Similar Cost but variable execution time in sort Ankit Kumar Pandey
- How does pg implement the visiblity of one tuple for specified transaction? jacktby@gmail.com
- Re: Date-Time dangling unit fix Alexander Lakhin
- Re: How does pg implement the visiblity of one tuple for specified transaction? Ankit Kumar Pandey
- Re: SQL JSON path enhanced numeric literals Peter Eisentraut
- Re: Date-Time dangling unit fix Joseph Koshakow
- Re: [Question] Similar Cost but variable execution time in sort Tom Lane
- Re: zstd compression for pg_dump Justin Pryzby
- Re: Date-Time dangling unit fix Tom Lane
- Re: [Question] Similar Cost but variable execution time in sort Ankit Kumar Pandey
- [PATCH] Add CANONICAL option to xmlserialize Jim Jones
- Re: Should vacuum process config file reload more often Melanie Plageman
- Re: [PATCH] Add CANONICAL option to xmlserialize Thomas Munro
- Re: Date-Time dangling unit fix Joseph Koshakow
- Re: Date-Time dangling unit fix Joseph Koshakow
- Re: [PATCH] Add CANONICAL option to xmlserialize Jim Jones
- Re: Refactor to introduce pg_strcoll(). Thomas Munro
- Re: [PATCH] Add CANONICAL option to xmlserialize Thomas Munro
- pg_rewind: Skip log directory for file type check like pg_wal Soumyadeep Chakraborty
- Re: SQL/JSON revisited Amit Langote
- Re: Use pg_pwritev_with_retry() instead of write() in dir_open_for_write() to avoid partial writes? Michael Paquier
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Peter Smith
- Re: Removing unneeded self joins Michał Kłeczek
- Inaccurate comment for pg_get_partkeydef Japin Li
- Re: pg_stat_bgwriter.buffers_backend is pretty meaningless (and more?) Kyotaro Horiguchi
- Re: [PoC] Improve dead tuple storage for lazy vacuum Masahiko Sawada
- Re: Support logical replication of DDLs Ajin Cherian
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Amit Kapila
- Re: pg_stat_bgwriter.buffers_backend is pretty meaningless (and more?) Kyotaro Horiguchi
- Re: Reconcile stats in find_tabstat_entry() and get rid of PgStat_BackendFunctionEntry Drouvot, Bertrand
- Re: shoud be get_extension_schema visible? Julien Rouhaud
- using memoize in in paralel query decreases performance Pavel Stehule
- Re: shoud be get_extension_schema visible? Pavel Stehule
- Re: psql: Add role's membership options to the \du+ command Pavel Luzanov
- Re: shoud be get_extension_schema visible? Michael Paquier
- Re: add PROCESS_MAIN to VACUUM Michael Paquier
- Re: Simplify standby state machine a bit in WaitForWALToBecomeAvailable() Michael Paquier
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Peter Smith
- Re: Add support for unit "B" to pg_size_pretty() Peter Eisentraut
- Re: using memoize in in paralel query decreases performance David Rowley
- Re: Simplify standby state machine a bit in WaitForWALToBecomeAvailable() Bharath Rupireddy
- Re: Add support for unit "B" to pg_size_pretty() David Rowley
- Re: pg_rewind: Skip log directory for file type check like pg_wal Alexander Kukushkin
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Amit Kapila
- Re: Combine pg_walinspect till_end_of_wal functions with others Julien Rouhaud
- Re: using memoize in in paralel query decreases performance Pavel Stehule
- Re: Allow tests to pass in OpenSSL FIPS mode Daniel Gustafsson
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Önder Kalacı
- wrong results due to qual pushdown tender wang
- Re: [HACKERS] make async slave to wait for lsn to be replayed Kartyshov Ivan
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Amit Kapila
- Re: [Proposal] Add foreign-server health checks infrastructure Katsuragi Yuta
- RE: Support logical replication of DDLs wangw.fnst@fujitsu.com
- RE: Rework LogicalOutputPluginWriterUpdateProgress wangw.fnst@fujitsu.com
- Re: Deduplicate logicalrep_read_tuple() Amit Kapila
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Dilip Kumar
- Re: [PATCH] Add CANONICAL option to xmlserialize Jim Jones
- Re: daitch_mokotoff module Dag Lem
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Amit Kapila
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Önder Kalacı
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Önder Kalacı
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Önder Kalacı
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Amit Kapila
- RE: [Proposal] Add foreign-server health checks infrastructure Hayato Kuroda (Fujitsu)
- Re: GUC for temporarily disabling event triggers Daniel Gustafsson
- Re: Normalization of utility queries in pg_stat_statements Andrei Zubkov
- Re: Support logical replication of DDLs vignesh C
- Re: [PATCH] Add CANONICAL option to xmlserialize Jim Jones
- Re: meson: Optionally disable installation of test modules Nazir Bilal Yavuz
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Dilip Kumar
- Re: POC PATCH: copy from ... exceptions to: (was Re: VLDB Features) Daniel Gustafsson
- Re: wrong results due to qual pushdown Ashutosh Bapat
- Re: [BUG] pg_stat_statements and extended query protocol Imseih (AWS), Sami
- Re: Inaccurate comment for pg_get_partkeydef Ashutosh Bapat
- Re: [EXTERNAL] Re: Support load balancing in libpq Jelte Fennema
- Re: Add pg_walinspect function with block info columns Bharath Rupireddy
- Re: wrong results due to qual pushdown tender wang
- Re: Allow tests to pass in OpenSSL FIPS mode Tom Lane
- Re: Combine pg_walinspect till_end_of_wal functions with others Bharath Rupireddy
- Re: Fix comments in gistxlogDelete, xl_heap_freeze_page and xl_btree_delete Robert Haas
- Re: Add pg_walinspect function with block info columns Matthias van de Meent
- Re: pg_stat_bgwriter.buffers_backend is pretty meaningless (and more?) Melanie Plageman
- Re: wrong results due to qual pushdown Tom Lane
- Re: Combine pg_walinspect till_end_of_wal functions with others Matthias van de Meent
- Re: meson: Optionally disable installation of test modules Andrew Dunstan
- Re: Combine pg_walinspect till_end_of_wal functions with others Bharath Rupireddy
- Re: Add shared buffer hits to pg_stat_io Melanie Plageman
- Re: [EXTERNAL] Re: Add non-blocking version of PQcancel Jelte Fennema
- Re: Combine pg_walinspect till_end_of_wal functions with others Matthias van de Meent
- Re: [PoC] Improve dead tuple storage for lazy vacuum John Naylor
- Re: Allow tests to pass in OpenSSL FIPS mode Daniel Gustafsson
- Re: a very minor bug and a couple of comment changes for basebackup.c Robert Haas
- Re: Time delayed LR (WAS Re: logical replication restrictions) Önder Kalacı
- Re: Track IO times in pg_stat_io Melanie Plageman
- Re: Timeline ID hexadecimal format Peter Eisentraut
- Re: running logical replication as the subscription owner Robert Haas
- Re: running logical replication as the subscription owner Jelte Fennema
- Re: HOT chain validation in verify_heapam() Robert Haas
- Re: add PROCESS_MAIN to VACUUM Nathan Bossart
- Re: About default inBufSize (connection read buffer size) in libpq Andres Freund
- Re: About default inBufSize (connection read buffer size) in libpq Andres Freund
- Re: pg_rewind: Skip log directory for file type check like pg_wal Soumyadeep Chakraborty
- Re: Commitfest 2023-03 starting tomorrow! Gregory Stark (as CFM)
- Re: Ability to reference other extensions by schema in extension scripts Gregory Stark (as CFM)
- Re: pg_stat_bgwriter.buffers_backend is pretty meaningless (and more?) Andres Freund
- Re: pg_stat_bgwriter.buffers_backend is pretty meaningless (and more?) Melanie Plageman
- Re: pg_stat_bgwriter.buffers_backend is pretty meaningless (and more?) Andres Freund
- Re: add PROCESS_MAIN to VACUUM Melanie Plageman
- Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15) Heikki Linnakangas
- Re: [PATCH] Support % wildcard in extension upgrade filenames Gregory Stark (as CFM)
- Re: Make mesage at end-of-recovery less scary. Gregory Stark (as CFM)
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Andres Freund
- Re: [PATCH] Tracking statements entry timestamp in pg_stat_statements Gregory Stark (as CFM)
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Andres Freund
- Re: Add a hook to allow modification of the ldapbindpasswd Gregory Stark (as CFM)
- Re: [PATCH] Tracking statements entry timestamp in pg_stat_statements Andrei Zubkov
- Re: pg_stat_bgwriter.buffers_backend is pretty meaningless (and more?) Melanie Plageman
- Re: add PROCESS_MAIN to VACUUM Nathan Bossart
- Re: Support logical replication of DDLs Zheng Li
- Re: proposal: possibility to read dumped table's name from file Gregory Stark (as CFM)
- Re: add PROCESS_MAIN to VACUUM Melanie Plageman
- Re: On login trigger: take three Gregory Stark (as CFM)
- Re: add PROCESS_MAIN to VACUUM Nathan Bossart
- Re: proposal: possibility to read dumped table's name from file Daniel Gustafsson
- Re: On login trigger: take three Daniel Gustafsson
- RE: [PATCH] Support % wildcard in extension upgrade filenames Regina Obe
- RE: Ability to reference other extensions by schema in extension scripts Regina Obe
- Re: using memoize in in paralel query decreases performance David Rowley
- Re: Improve WALRead() to suck data directly from WAL buffers when possible Nathan Bossart
- Re: add PROCESS_MAIN to VACUUM Melanie Plageman
- Re: On login trigger: take three Andres Freund
- Re: On login trigger: take three Daniel Gustafsson
- Re: Use pg_pwritev_with_retry() instead of write() in dir_open_for_write() to avoid partial writes? Andres Freund
- Re: add PROCESS_MAIN to VACUUM Nathan Bossart
- Re: add PROCESS_MAIN to VACUUM Melanie Plageman
- RE: Ability to reference other extensions by schema in extension scripts Regina Obe
- Re: Record queryid when auto_explain.log_verbose is on Imseih (AWS), Sami
- Re: a very minor bug and a couple of comment changes for basebackup.c Stephen Frost
- Re: Normalization of utility queries in pg_stat_statements Michael Paquier
- Re: [PoC] Let libpq reject unexpected authentication requests Jacob Champion
- Re: add PROCESS_MAIN to VACUUM Michael Paquier
- Re: Evaluate arguments of correlated SubPlans in the referencing ExprState Andres Freund
- Re: Add pg_walinspect function with block info columns Michael Paquier
- Re: Evaluate arguments of correlated SubPlans in the referencing ExprState Tom Lane
- Re: add PROCESS_MAIN to VACUUM Nathan Bossart
- Re: Combine pg_walinspect till_end_of_wal functions with others Julien Rouhaud
- Re: [PoC] Improve dead tuple storage for lazy vacuum Masahiko Sawada
- Re: Inaccurate comment for pg_get_partkeydef David Rowley
- Re: POC: Lock updated tuples in tuple_update() and tuple_delete() Alexander Korotkov
- RE: The order of queues in row lock is changed (not FIFO) Ryo Yamaji (Fujitsu)
- Re: POC: Lock updated tuples in tuple_update() and tuple_delete() Andres Freund
- Re: [Proposal] Add foreign-server health checks infrastructure Katsuragi Yuta
- Re: POC PATCH: copy from ... exceptions to: (was Re: VLDB Features) torikoshia
- Re: POC: Lock updated tuples in tuple_update() and tuple_delete() Alexander Korotkov
- Re: Add pg_walinspect function with block info columns Kyotaro Horiguchi
- Re: Record queryid when auto_explain.log_verbose is on torikoshia
- Re: Use pg_pwritev_with_retry() instead of write() in dir_open_for_write() to avoid partial writes? Thomas Munro
- Re: Use pg_pwritev_with_retry() instead of write() in dir_open_for_write() to avoid partial writes? Thomas Munro
- Re: proposal: possibility to read dumped table's name from file Julien Rouhaud
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Amit Kapila
- Re: pg_stat_bgwriter.buffers_backend is pretty meaningless (and more?) Kyotaro Horiguchi
- some problem explicit_bzero with building PostgreSQL on linux Dimitry Markman
- Re: Moving forward with TDE Chris Travers
- Re: Allow logical replication to copy tables in binary format Amit Kapila
- Re: Record queryid when auto_explain.log_verbose is on Imseih (AWS), Sami
- Re: add PROCESS_MAIN to VACUUM Michael Paquier
- NumericShort vs NumericLong format Amin
- RE: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher shiy.fnst@fujitsu.com
- Re: Making empty Bitmapsets always be NULL David Rowley
- RE: [Proposal] Add foreign-server health checks infrastructure Hayato Kuroda (Fujitsu)
- Re: Use pg_pwritev_with_retry() instead of write() in dir_open_for_write() to avoid partial writes? Michael Paquier
- Re: Combine pg_walinspect till_end_of_wal functions with others Michael Paquier
- Re: Combine pg_walinspect till_end_of_wal functions with others Julien Rouhaud
- Re: NumericShort vs NumericLong format David G. Johnston
- Re: Raising the SCRAM iteration count Michael Paquier
- Re: Combine pg_walinspect till_end_of_wal functions with others Michael Paquier
- Re: Use pg_pwritev_with_retry() instead of write() in dir_open_for_write() to avoid partial writes? Michael Paquier
- Re: Should vacuum process config file reload more often Masahiko Sawada
- Re: NumericShort vs NumericLong format Tom Lane
- Re: Add pg_walinspect function with block info columns Michael Paquier
- Re: Combine pg_walinspect till_end_of_wal functions with others Julien Rouhaud
- Re: Use pg_pwritev_with_retry() instead of write() in dir_open_for_write() to avoid partial writes? Thomas Munro
- Re: Make mesage at end-of-recovery less scary. Kyotaro Horiguchi
- Re: Use pg_pwritev_with_retry() instead of write() in dir_open_for_write() to avoid partial writes? Julien Rouhaud
- Re: Add pg_walinspect function with block info columns Kyotaro Horiguchi
- Re: [HACKERS] make async slave to wait for lsn to be replayed Kartyshov Ivan
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Amit Kapila
- Re: Improve WALRead() to suck data directly from WAL buffers when possible Bharath Rupireddy
- Re: Add pg_walinspect function with block info columns Michael Paquier
- Re: Use pg_pwritev_with_retry() instead of write() in dir_open_for_write() to avoid partial writes? Thomas Munro
- Re: pg_rewind: Skip log directory for file type check like pg_wal Alexander Kukushkin
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Peter Smith
- Re: pg_rewind: Skip log directory for file type check like pg_wal Soumyadeep Chakraborty
- RE: Rework LogicalOutputPluginWriterUpdateProgress Hayato Kuroda (Fujitsu)
- Re: pg_rewind: Skip log directory for file type check like pg_wal Alexander Kukushkin
- Re: using memoize in in paralel query decreases performance Pavel Stehule
- Re: Raising the SCRAM iteration count Daniel Gustafsson
- Re: POC PATCH: copy from ... exceptions to: (was Re: VLDB Features) Damir Belyalov
- Re: using memoize in in paralel query decreases performance David Rowley
- Re: [PATCH] Support % wildcard in extension upgrade filenames Sandro Santilli
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Amit Kapila
- Re: Add pg_walinspect function with block info columns Kyotaro Horiguchi
- Re: using memoize in in paralel query decreases performance Pavel Stehule
- Re: POC PATCH: copy from ... exceptions to: (was Re: VLDB Features) Daniel Gustafsson
- Re: pg_rewind: Skip log directory for file type check like pg_wal Daniel Gustafsson
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Peter Smith
- Re: using memoize in in paralel query decreases performance David Rowley
- Re: using memoize in in paralel query decreases performance Pavel Stehule
- Re: Add estimated hit ratio to Memoize in EXPLAIN to explain cost adjustment David Rowley
- Re: Use pg_pwritev_with_retry() instead of write() in dir_open_for_write() to avoid partial writes? Alvaro Herrera
- Re: Add pg_walinspect function with block info columns Bharath Rupireddy
- Re: RFC: logical publication via inheritance root? Aleksander Alekseev
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Önder Kalacı
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Önder Kalacı
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Önder Kalacı
- Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15) Maxim Orlov
- Re: Add pg_walinspect function with block info columns Matthias van de Meent
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Amit Kapila
- Re: pg_dump/pg_restore: Fix stdin/stdout handling of custom format on Win32 Juan José Santamaría Flecha
- Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15) Heikki Linnakangas
- Re: Raising the SCRAM iteration count Daniel Gustafsson
- Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15) Aleksander Alekseev
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Önder Kalacı
- Re: some problem explicit_bzero with building PostgreSQL on linux Tom Lane
- Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15) Maxim Orlov
- Re: Add a hook to allow modification of the ldapbindpasswd Andrew Dunstan
- Re: GUC for temporarily disabling event triggers Mikhail Gribkov
- Re: Add shared buffer hits to pg_stat_io Drouvot, Bertrand
- Re: Track IO times in pg_stat_io Drouvot, Bertrand
- Re: some problem explicit_bzero with building PostgreSQL on linux Dimitry Markman
- Re: POC: Lock updated tuples in tuple_update() and tuple_delete() Pavel Borisov
- Re: Timeline ID hexadecimal format Sébastien Lardière
- Re: add PROCESS_MAIN to VACUUM Melanie Plageman
- Re: [PATCH] Support % wildcard in extension upgrade filenames Robert Haas
- Re: Improve WALRead() to suck data directly from WAL buffers when possible Nathan Bossart
- Re: HOT chain validation in verify_heapam() Robert Haas
- Re: pg_stat_bgwriter.buffers_backend is pretty meaningless (and more?) Andres Freund
- Re: HOT chain validation in verify_heapam() Mark Dilger
- Re: Time delayed LR (WAS Re: logical replication restrictions) Nathan Bossart
- Re: Track IO times in pg_stat_io Andres Freund
- Re: Track IO times in pg_stat_io Melanie Plageman
- Re: Track IO times in pg_stat_io Andres Freund
- Re: postgres_fdw, dblink, and CREATE SUBSCRIPTION security Robert Haas
- Re: [PATCH] Support % wildcard in extension upgrade filenames Tom Lane
- RE: [PATCH] Support % wildcard in extension upgrade filenames Regina Obe
- Re: buildfarm + meson Andres Freund
- RE: [PATCH] Support % wildcard in extension upgrade filenames Regina Obe
- Re: Add shared buffer hits to pg_stat_io Andres Freund
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Andres Freund
- Re: Add support for unit "B" to pg_size_pretty() Peter Eisentraut
- Re: buildfarm + meson Andrew Dunstan
- Re: add PROCESS_MAIN to VACUUM Nathan Bossart
- Re: psql: Add role's membership options to the \du+ command David G. Johnston
- Re: Add support for unit "B" to pg_size_pretty() David Rowley
- pipe_read_line for reading arbitrary strings Daniel Gustafsson
- PGDOCS - Replica Identity quotes Peter Smith
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Peter Smith
- Re: POC: Lock updated tuples in tuple_update() and tuple_delete() Alexander Korotkov
- optimize several list functions with SIMD intrinsics Nathan Bossart
- Re: optimize several list functions with SIMD intrinsics David Rowley
- Re: add PROCESS_MAIN to VACUUM Michael Paquier
- Re: shoud be get_extension_schema visible? Michael Paquier
- Re: POC: Lock updated tuples in tuple_update() and tuple_delete() Andres Freund
- Re: buildfarm + meson Andres Freund
- Re: Add LZ4 compression in pg_dump Justin Pryzby
- Re: buildfarm + meson Andres Freund
- Re: psql: Add role's membership options to the \du+ command David G. Johnston
- RE: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher shiy.fnst@fujitsu.com
- RE: Rework LogicalOutputPluginWriterUpdateProgress wangw.fnst@fujitsu.com
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Amit Kapila
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Peter Smith
- Re: odd buildfarm failure - "pg_ctl: control file appears to be corrupt" Anton A. Melnikov
- Re: [Proposal] Add foreign-server health checks infrastructure vignesh C
- Re: Time delayed LR (WAS Re: logical replication restrictions) Masahiko Sawada
- Re: buildfarm + meson Andres Freund
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Amit Kapila
- Re: odd buildfarm failure - "pg_ctl: control file appears to be corrupt" Thomas Munro
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Peter Smith
- Re: [PoC] Improve dead tuple storage for lazy vacuum John Naylor
- RE: [Proposal] Add foreign-server health checks infrastructure Hayato Kuroda (Fujitsu)
- Re: Testing autovacuum wraparound (including failsafe) Masahiko Sawada
- Re: optimize several list functions with SIMD intrinsics Nathan Bossart
- Re: shoud be get_extension_schema visible? Pavel Stehule
- Re: Testing autovacuum wraparound (including failsafe) Peter Geoghegan
- RE: Allow logical replication to copy tables in binary format Hayato Kuroda (Fujitsu)
- Re: Date-time extraneous fields with reserved keywords Keisuke Kuroda
- Re: Move defaults toward ICU in 16? Jeff Davis
- Re: Allow tailoring of ICU locales with custom rules Jeff Davis
- Re: Normalization of utility queries in pg_stat_statements Michael Paquier
- Re: Add standard collation UNICODE Peter Eisentraut
- RE: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher houzj.fnst@fujitsu.com
- Re: pg_upgrade and logical replication Julien Rouhaud
- Re: Add standard collation UNICODE Peter Eisentraut
- RE: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher houzj.fnst@fujitsu.com
- Re: Add pg_walinspect function with block info columns Michael Paquier
- Re: Schema variables - new implementation for Postgres 15 Pavel Stehule
- Re: Allow tests to pass in OpenSSL FIPS mode Peter Eisentraut
- Re: Allow tests to pass in OpenSSL FIPS mode Tom Lane
- Re: Raising the SCRAM iteration count Michael Paquier
- Re: Raising the SCRAM iteration count Daniel Gustafsson
- Re: Combine pg_walinspect till_end_of_wal functions with others Bharath Rupireddy
- Re: Raising the SCRAM iteration count Michael Paquier
- Re: Allow tests to pass in OpenSSL FIPS mode Peter Eisentraut
- Re: Allow tests to pass in OpenSSL FIPS mode Daniel Gustafsson
- Re: Allow tests to pass in OpenSSL FIPS mode Peter Eisentraut
- Re: Allow tests to pass in OpenSSL FIPS mode Peter Eisentraut
- Re: Allow tests to pass in OpenSSL FIPS mode Peter Eisentraut
- Re: Allow tests to pass in OpenSSL FIPS mode Daniel Gustafsson
- Re: Minimal logical decoding on standbys Drouvot, Bertrand
- Re: Add pg_walinspect function with block info columns Bharath Rupireddy
- Re: HOT chain validation in verify_heapam() Aleksander Alekseev
- Re: Allow tailoring of ICU locales with custom rules Laurenz Albe
- Re: Add pg_walinspect function with block info columns Michael Paquier
- RE: Rework LogicalOutputPluginWriterUpdateProgress Hayato Kuroda (Fujitsu)
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Önder Kalacı
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Önder Kalacı
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Önder Kalacı
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Önder Kalacı
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Amit Kapila
- Re: Track IO times in pg_stat_io Drouvot, Bertrand
- Re: [PATCH] Support % wildcard in extension upgrade filenames Sandro Santilli
- Re: [PATCH] Support % wildcard in extension upgrade filenames Sandro Santilli
- Re: [PoC] Reducing planning time when tables have many partitions Alvaro Herrera
- Re: Allow logical replication to copy tables in binary format Melih Mutlu
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher vignesh C
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher vignesh C
- Re: [PATCH] Support % wildcard in extension upgrade filenames Robert Haas
- Re: HOT chain validation in verify_heapam() Robert Haas
- Re: meson: Optionally disable installation of test modules Nazir Bilal Yavuz
- Re: buildfarm + meson Andrew Dunstan
- Re: HOT chain validation in verify_heapam() Aleksander Alekseev
- Re: HOT chain validation in verify_heapam() Himanshu Upadhyaya
- Re: Allow tailoring of ICU locales with custom rules Laurenz Albe
- Re: buildfarm + meson Nazir Bilal Yavuz
- Re: buildfarm + meson Andrew Dunstan
- Re: Add pg_walinspect function with block info columns Bharath Rupireddy
- Re: TAP tests for psql \g piped into program Peter Eisentraut
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Önder Kalacı
- Re: Schema variables - new implementation for Postgres 15 Dmitry Dolgov
- RE: Rework LogicalOutputPluginWriterUpdateProgress Takamichi Osumi (Fujitsu)
- Re: Allow tailoring of ICU locales with custom rules Peter Eisentraut
- Re: Schema variables - new implementation for Postgres 15 Pavel Stehule
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Önder Kalacı
- Re: Add documentation for coverage reports with meson Peter Eisentraut
- Re: allow meson to find ICU in non-standard localtion Peter Eisentraut
- proposal - get_extension_version function Pavel Stehule
- Re: Should vacuum process config file reload more often Jim Nasby
- Re: allow meson to find ICU in non-standard localtion Jeff Davis
- lz4 --rm on Ubuntu 18.04 (Add LZ4 compression to pg_dump) Christoph Berg
- Re: Parallelize correlated subqueries that execute within each worker Antonin Houska
- Re: Add standard collation UNICODE Jeff Davis
- Re: Add shared buffer hits to pg_stat_io Melanie Plageman
- Re: proposal - get_extension_version function Tom Lane
- Re: psql \watch 2nd argument: iteration count Nathan Bossart
- Re: optimize several list functions with SIMD intrinsics Nathan Bossart
- Re: zstd compression for pg_dump Jacob Champion
- Re: proposal - get_extension_version function Jacob Champion
- Re: proposal - get_extension_version function Pavel Stehule
- Re: proposal - get_extension_version function Tom Lane
- Re: proposal - get_extension_version function Pavel Stehule
- Re: lz4 --rm on Ubuntu 18.04 (Add LZ4 compression to pg_dump) Daniel Gustafsson
- Re: buildfarm + meson Andres Freund
- Re: proposal - get_extension_version function Pavel Stehule
- Re: buildfarm + meson Andres Freund
- Re: Add shared buffer hits to pg_stat_io Andres Freund
- Re: postgres_fdw, dblink, and CREATE SUBSCRIPTION security Jacob Champion
- Re: postgres_fdw, dblink, and CREATE SUBSCRIPTION security Robert Haas
- Re: Non-superuser subscription owners Andres Freund
- Re: Add error functions: erf() and erfc() Nathan Bossart
- RE: [PATCH] Support % wildcard in extension upgrade filenames Regina Obe
- Re: proposal - get_extension_version function Jacob Champion
- Re: proposal - get_extension_version function Jacob Champion
- Re: proposal - get_extension_version function Jacob Champion
- Re: [PoC] Reducing planning time when tables have many partitions David Rowley
- Re: Moving forward with TDE Stephen Frost
- allow_in_place_tablespaces vs. pg_basebackup Robert Haas
- Re: Get rid of PgStat_BackendFunctionEntry Nathan Bossart
- Re: Can we let extensions change their dumped catalog schemas? Jacob Champion
- Re: SQL/JSON revisited Andrew Dunstan
- Re: proposal - get_extension_version function Tom Lane
- Re: RFC: logical publication via inheritance root? Jacob Champion
- Re: odd buildfarm failure - "pg_ctl: control file appears to be corrupt" Anton A. Melnikov
- Re: Improve logging when using Huge Pages Nathan Bossart
- Re: buildfarm + meson Andrew Dunstan
- Re: meson: Optionally disable installation of test modules Andrew Dunstan
- Re: proposal - get_extension_version function Jacob Champion
- Re: Ignoring BRIN for HOT updates (was: -udpates seems broken) Matthias van de Meent
- Re: proposal - get_extension_version function Tom Lane
- Re: postgres_fdw, dblink, and CREATE SUBSCRIPTION security Jacob Champion
- Re: Add error functions: erf() and erfc() Thomas Munro
- Re: Add error functions: erf() and erfc() Dean Rasheed
- Re: lz4 --rm on Ubuntu 18.04 (Add LZ4 compression to pg_dump) Tomas Vondra
- Re: Add error functions: erf() and erfc() Nathan Bossart
- Re: BUG: Postgres 14 + vacuum_defer_cleanup_age + FOR UPDATE + UPDATE Andres Freund
- Re: Add error functions: erf() and erfc() Dean Rasheed
- Re: psql \watch 2nd argument: iteration count Andrey Borodin
- Re: Add documentation for coverage reports with meson Michael Paquier
- Re: Should vacuum process config file reload more often Andres Freund
- Re: Add error functions: erf() and erfc() Dean Rasheed
- Re: Add error functions: erf() and erfc() Nathan Bossart
- Re: lz4 --rm on Ubuntu 18.04 (Add LZ4 compression to pg_dump) Michael Paquier
- Re: Track IO times in pg_stat_io Andres Freund
- Re: meson vs make: missing/inconsistent ENV Michael Paquier
- Re: Add pg_walinspect function with block info columns Kyotaro Horiguchi
- Re: Add error functions: erf() and erfc() Thomas Munro
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Peter Smith
- Re: Add pg_walinspect function with block info columns Michael Paquier
- Re: Add SHELL_EXIT_CODE to psql Justin Pryzby
- Re: [PATCH] Align GSS and TLS error handling in PQconnectPoll() Michael Paquier
- Re: Option to not use ringbuffer in VACUUM, using it in failsafe mode Melanie Plageman
- Re: allow_in_place_tablespaces vs. pg_basebackup Kyotaro Horiguchi
- Re: meson vs make: missing/inconsistent ENV Andres Freund
- Re: Add pg_walinspect function with block info columns Kyotaro Horiguchi
- RE: Support logical replication of DDLs wangw.fnst@fujitsu.com
- Re: Allow logical replication to copy tables in binary format Amit Kapila
- Re: allow_in_place_tablespaces vs. pg_basebackup Thomas Munro
- Re: allow_in_place_tablespaces vs. pg_basebackup Kyotaro Horiguchi
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Amit Kapila
- Re: allow_in_place_tablespaces vs. pg_basebackup Kyotaro Horiguchi
- Re: meson vs make: missing/inconsistent ENV Michael Paquier
- Re: Add pg_walinspect function with block info columns Bharath Rupireddy
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher vignesh C
- Re: proposal - get_extension_version function Pavel Stehule
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Amit Kapila
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Peter Smith
- Re: Rework LogicalOutputPluginWriterUpdateProgress Peter Smith
- Re: Time delayed LR (WAS Re: logical replication restrictions) Amit Kapila
- Cross-database SERIALIZABLE safe snapshots Thomas Munro
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Amit Kapila
- Re: [PoC] Let libpq reject unexpected authentication requests Michael Paquier
- Re: pg_upgrade and logical replication Amit Kapila
- Re: Add pg_walinspect function with block info columns Michael Paquier
- Re: Testing autovacuum wraparound (including failsafe) Michael Paquier
- Re: [PoC] Improve dead tuple storage for lazy vacuum Masahiko Sawada
- Re: Raising the SCRAM iteration count Michael Paquier
- Re: Should vacuum process config file reload more often John Naylor
- Re: Track IO times in pg_stat_io Drouvot, Bertrand
- Re: pg_upgrade and logical replication Julien Rouhaud
- Re: ICU locale validation / canonicalization Peter Eisentraut
- Re: Allow tests to pass in OpenSSL FIPS mode Peter Eisentraut
- Re: Doc: Rework contrib appendix -- informative titles, tweaked sentences Alvaro Herrera
- Re: Time delayed LR (WAS Re: logical replication restrictions) Kyotaro Horiguchi
- Re: Move defaults toward ICU in 16? Peter Eisentraut
- Re: Time delayed LR (WAS Re: logical replication restrictions) Amit Kapila
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Önder Kalacı
- Re: improving user.c error messages Peter Eisentraut
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Önder Kalacı
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Önder Kalacı
- RE: Support logical replication of DDLs houzj.fnst@fujitsu.com
- RE: Support logical replication of DDLs houzj.fnst@fujitsu.com
- Re: Raising the SCRAM iteration count Daniel Gustafsson
- Re: Add standard collation UNICODE Peter Eisentraut
- Re: Allow tests to pass in OpenSSL FIPS mode Michael Paquier
- Re: A bug with ExecCheckPermissions Alvaro Herrera
- Re: Small omission in type_sanity.sql Alvaro Herrera
- Re: A bug with ExecCheckPermissions Amit Langote
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Amit Kapila
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Amit Kapila
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Önder Kalacı
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Önder Kalacı
- Re: Avoid multiple SetLatch() calls in procsignal_sigusr1_handler() Drouvot, Bertrand
- Re: pg_stat_bgwriter.buffers_backend is pretty meaningless (and more?) Justin Pryzby
- Re: Refactor calculations to use instr_time Nazir Bilal Yavuz
- Re: SQL/JSON revisited Peter Eisentraut
- Re: Should vacuum process config file reload more often Masahiko Sawada
- Re: Add shared buffer hits to pg_stat_io Melanie Plageman
- Re: buildfarm + meson Andrew Dunstan
- Re: meson: Non-feature feature options Peter Eisentraut
- Re: meson: Non-feature feature options Daniel Gustafsson
- Re: meson: Non-feature feature options Nazir Bilal Yavuz
- Re: postgres_fdw, dblink, and CREATE SUBSCRIPTION security Robert Haas
- Re: meson: Non-feature feature options Daniel Gustafsson
- Re: postgres_fdw, dblink, and CREATE SUBSCRIPTION security Robert Haas
- Re: meson: Non-feature feature options Peter Eisentraut
- Re: Track IO times in pg_stat_io Imseih (AWS), Sami
- Re: Improve logging when using Huge Pages Stephen Frost
- Re: meson: Non-feature feature options Nazir Bilal Yavuz
- Re: [PATCH] Align GSS and TLS error handling in PQconnectPoll() Stephen Frost
- Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15) Aleksander Alekseev
- Re: Disable rdns for Kerberos tests Stephen Frost
- Re: HOT chain validation in verify_heapam() Himanshu Upadhyaya
- Re: Add shared buffer hits to pg_stat_io Drouvot, Bertrand
- Re: Disable rdns for Kerberos tests Tom Lane
- Re: Add LZ4 compression in pg_dump Justin Pryzby
- Re: Improve logging when using Huge Pages Justin Pryzby
- Re: Track IO times in pg_stat_io Melanie Plageman
- Re: [PATCH] Add pretty-printed XML output option Tom Lane
- Re: Infinite Interval Ashutosh Bapat
- Re: Improve logging when using Huge Pages Alvaro Herrera
- Re: Add LZ4 compression in pg_dump Tomas Vondra
- Re: improving user.c error messages Nathan Bossart
- Re: lz4 --rm on Ubuntu 18.04 (Add LZ4 compression to pg_dump) Tomas Vondra
- Re: [PATCH] Add pretty-printed XML output option Jim Jones
- WaitEventSet resource leakage Tom Lane
- Re: Move defaults toward ICU in 16? Jeff Davis
- Re: Add standard collation UNICODE Jeff Davis
- Re: psql \watch 2nd argument: iteration count Nathan Bossart
- Re: pg_stat_bgwriter.buffers_backend is pretty meaningless (and more?) Andres Freund
- Re: Improve logging when using Huge Pages Nathan Bossart
- Re: buildfarm + meson Andrew Dunstan
- Re: Disable rdns for Kerberos tests Stephen Frost
- Re: Improve logging when using Huge Pages Nathan Bossart
- Re: buildfarm + meson Andres Freund
- Re: Improve logging when using Huge Pages Stephen Frost
- Re: BUG: Postgres 14 + vacuum_defer_cleanup_age + FOR UPDATE + UPDATE Mark Dilger
- Re: Improve logging when using Huge Pages Stephen Frost
- Re: ICU locale validation / canonicalization Jeff Davis
- Re: [PATCH] Add pretty-printed XML output option Tom Lane
- Re: buildfarm + meson Tom Lane
- Re: allow_in_place_tablespaces vs. pg_basebackup Robert Haas
- Sub-millisecond [autovacuum_]vacuum_cost_delay broken Melanie Plageman
- Re: Sub-millisecond [autovacuum_]vacuum_cost_delay broken Thomas Munro
- Re: Date-time extraneous fields with reserved keywords Tom Lane
- Re: Sub-millisecond [autovacuum_]vacuum_cost_delay broken Tom Lane
- Re: Sub-millisecond [autovacuum_]vacuum_cost_delay broken Stephen Frost
- Re: Sub-millisecond [autovacuum_]vacuum_cost_delay broken Thomas Munro
- Re: Sub-millisecond [autovacuum_]vacuum_cost_delay broken Melanie Plageman
- Re: Sub-millisecond [autovacuum_]vacuum_cost_delay broken Tom Lane
- Re: Sub-millisecond [autovacuum_]vacuum_cost_delay broken Nathan Bossart
- Re: buildfarm + meson Andrew Dunstan
- Re: Sub-millisecond [autovacuum_]vacuum_cost_delay broken Melanie Plageman
- Re: Sub-millisecond [autovacuum_]vacuum_cost_delay broken Melanie Plageman
- Add macros for ReorderBufferTXN toptxn Peter Smith
- Re: pg_dump/pg_restore: Fix stdin/stdout handling of custom format on Win32 Juan José Santamaría Flecha
- Re: Sub-millisecond [autovacuum_]vacuum_cost_delay broken Tom Lane
- Re: buildfarm + meson Andrew Dunstan
- Re: improving user.c error messages Nathan Bossart
- Re: Sub-millisecond [autovacuum_]vacuum_cost_delay broken Thomas Munro
- Re: Sub-millisecond [autovacuum_]vacuum_cost_delay broken Thomas Munro
- Re: Date-Time dangling unit fix Tom Lane
- Re: Sub-millisecond [autovacuum_]vacuum_cost_delay broken Tom Lane
- Re: Add pg_walinspect function with block info columns Michael Paquier
- Re: Sub-millisecond [autovacuum_]vacuum_cost_delay broken Thomas Munro
- Re: Add pg_walinspect function with block info columns Bharath Rupireddy
- Re: Sub-millisecond [autovacuum_]vacuum_cost_delay broken Tom Lane
- Re: Add pg_walinspect function with block info columns Michael Paquier
- Re: pg_dump/pg_restore: Fix stdin/stdout handling of custom format on Win32 Michael Paquier
- Re: [PATCH] Align GSS and TLS error handling in PQconnectPoll() Michael Paquier
- Re: Sub-millisecond [autovacuum_]vacuum_cost_delay broken Thomas Munro
- Re: Should vacuum process config file reload more often Melanie Plageman
- Re: Should vacuum process config file reload more often Masahiko Sawada
- Re: Rework LogicalOutputPluginWriterUpdateProgress Amit Kapila
- Re: Combine pg_walinspect till_end_of_wal functions with others Michael Paquier
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Peter Smith
- Re: Combine pg_walinspect till_end_of_wal functions with others Michael Paquier
- Re: Rework LogicalOutputPluginWriterUpdateProgress Amit Kapila
- Re: Date-Time dangling unit fix Alexander Lakhin
- Re: Combine pg_walinspect till_end_of_wal functions with others Bharath Rupireddy
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Amit Kapila
- How to get the real type use oid in internal codes? jacktby@gmail.com
- Re: Rework LogicalOutputPluginWriterUpdateProgress Peter Smith
- Re: Sub-millisecond [autovacuum_]vacuum_cost_delay broken Thomas Munro
- Re: Rework LogicalOutputPluginWriterUpdateProgress Amit Kapila
- Re: [PoC] Improve dead tuple storage for lazy vacuum John Naylor
- Requiring recovery.signal or standby.signal when recovering with a backup_label Michael Paquier
- Re: Transparent column encryption Peter Eisentraut
- Re: Combine pg_walinspect till_end_of_wal functions with others Julien Rouhaud
- Compilation error after redesign of the archive modules Sravan Kumar
- Assert failure of the cross-check for nullingrels Richard Guo
- Re: Combine pg_walinspect till_end_of_wal functions with others Michael Paquier
- Re: Compilation error after redesign of the archive modules Michael Paquier
- Re: Combine pg_walinspect till_end_of_wal functions with others Julien Rouhaud
- Re: [PoC] Reducing planning time when tables have many partitions Yuya Watari
- Re: POC: Lock updated tuples in tuple_update() and tuple_delete() Alexander Korotkov
- Re: [Proposal] Add foreign-server health checks infrastructure Katsuragi Yuta
- RE: Rework LogicalOutputPluginWriterUpdateProgress wangw.fnst@fujitsu.com
- RE: Rework LogicalOutputPluginWriterUpdateProgress wangw.fnst@fujitsu.com
- RE: Rework LogicalOutputPluginWriterUpdateProgress wangw.fnst@fujitsu.com
- RE: Rework LogicalOutputPluginWriterUpdateProgress wangw.fnst@fujitsu.com
- RE: Rework LogicalOutputPluginWriterUpdateProgress wangw.fnst@fujitsu.com
- Re: pgsql: Allow tailoring of ICU locales with custom rules Peter Eisentraut
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Önder Kalacı
- Re: pgsql: Use ICU by default at initdb time. Peter Eisentraut
- Re: logical decoding and replication of sequences, take 2 John Naylor
- Re: Combine pg_walinspect till_end_of_wal functions with others Michael Paquier
- Re: Support logical replication of DDLs vignesh C
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Önder Kalacı
- Re: Combine pg_walinspect till_end_of_wal functions with others Bharath Rupireddy
- Re: Date-Time dangling unit fix Peter Eisentraut
- Re: How to get the real type use oid in internal codes? Peter Eisentraut
- Re: Add macros for ReorderBufferTXN toptxn Amit Kapila
- Re: Minimal logical decoding on standbys Drouvot, Bertrand
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Önder Kalacı
- RE: Time delayed LR (WAS Re: logical replication restrictions) Hayato Kuroda (Fujitsu)
- Re: psql: Add role's membership options to the \du+ command Pavel Luzanov
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Amit Kapila
- RE: Rework LogicalOutputPluginWriterUpdateProgress Takamichi Osumi (Fujitsu)
- Re: psql: Add role's membership options to the \du+ command Pavel Luzanov
- Re: Add standard collation UNICODE Peter Eisentraut
- Re: Add LZ4 compression in pg_dump Justin Pryzby
- Re: [PATCH] Add pretty-printed XML output option Jim Jones
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Önder Kalacı
- Re: [PoC] Improve dead tuple storage for lazy vacuum Masahiko Sawada
- Re: [PATCH] Add pretty-printed XML output option Tom Lane
- Re: pgsql: Use ICU by default at initdb time. Jeff Davis
- Re: pgsql: Use ICU by default at initdb time. Peter Eisentraut
- Re: Date-Time dangling unit fix Tom Lane
- Re: [PoC] Improve dead tuple storage for lazy vacuum Masahiko Sawada
- Re: pgsql: Use ICU by default at initdb time. Jeff Davis
- Re: RLS makes COPY TO process child tables Tom Lane
- Re: POC: Lock updated tuples in tuple_update() and tuple_delete() Chris Travers
- Re: pg_usleep for multisecond delays Tom Lane
- Re: Memory leak from ExecutorState context? Jehan-Guillaume de Rorthais
- Re: RLS makes COPY TO process child tables Tom Lane
- Re: pgsql: Use ICU by default at initdb time. Jeff Davis
- Re: pg_stat_bgwriter.buffers_backend is pretty meaningless (and more?) Melanie Plageman
- Re: Ability to reference other extensions by schema in extension scripts Tom Lane
- Re: pg_stat_bgwriter.buffers_backend is pretty meaningless (and more?) Justin Pryzby
- Re: pg_stat_bgwriter.buffers_backend is pretty meaningless (and more?) Melanie Plageman
- Re: Progress report of CREATE INDEX for nested partitioned tables Tom Lane
- RE: Ability to reference other extensions by schema in extension scripts Regina Obe
- Re: zstd compression for pg_dump Jacob Champion
- Re: Add SHELL_EXIT_CODE to psql Tom Lane
- Re: [BUG] pg_stat_statements and extended query protocol David Zhang
- RE: Ability to reference other extensions by schema in extension scripts Regina Obe
- Lock mode in ExecMergeMatched() Alexander Korotkov
- Re: recovery modules Nathan Bossart
- Re: Ability to reference other extensions by schema in extension scripts Tom Lane
- Re: [PoC] Let libpq reject unexpected authentication requests Jacob Champion
- RE: Ability to reference other extensions by schema in extension scripts Regina Obe
- Re: Sub-millisecond [autovacuum_]vacuum_cost_delay broken Thomas Munro
- Re: Support logical replication of DDLs Runqi Tian
- Re: Ability to reference other extensions by schema in extension scripts Tom Lane
- Re: Sub-millisecond [autovacuum_]vacuum_cost_delay broken Tom Lane
- RE: Ability to reference other extensions by schema in extension scripts Regina Obe
- Re: Add LZ4 compression in pg_dump Michael Paquier
- Re: buildfarm + meson Andres Freund
- Re: [PoC] Let libpq reject unexpected authentication requests Michael Paquier
- Re: Should vacuum process config file reload more often Melanie Plageman
- Re: [PoC] Let libpq reject unexpected authentication requests Jacob Champion
- Re: postgres_fdw, dblink, and CREATE SUBSCRIPTION security Jacob Champion
- Re: Should vacuum process config file reload more often Melanie Plageman
- Re: pg_dump versus hash partitioning Julien Rouhaud
- Re: Lock mode in ExecMergeMatched() Dean Rasheed
- Re: pg_dump versus hash partitioning Tom Lane
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Amit Kapila
- Re: pg_dump versus hash partitioning Julien Rouhaud
- Re: cpluspluscheck vs ICU Andres Freund
- Re: Dead code in ps_status.c Thomas Munro
- Re: cpluspluscheck vs ICU Andres Freund
- Re: proposal - get_extension_version function Pavel Stehule
- Re: Dead code in ps_status.c Andres Freund
- Re: Add LZ4 compression in pg_dump Alexander Lakhin
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Amit Kapila
- RE: Ability to reference other extensions by schema in extension scripts Regina Obe
- Re: optimize several list functions with SIMD intrinsics Ankit Kumar Pandey
- Re: Add LZ4 compression in pg_dump gkokolatos@pm.me
- Re: optimize several list functions with SIMD intrinsics Ankit Kumar Pandey
- Re: [PATCH] Tracking statements entry timestamp in pg_stat_statements Andrei Zubkov
- Re: Option to not use ringbuffer in VACUUM, using it in failsafe mode Melanie Plageman
- Re: [PoC] Improve dead tuple storage for lazy vacuum John Naylor
- Re: Add LZ4 compression in pg_dump Alexander Lakhin
- Re: Transparent column encryption Mark Dilger
- Re: [Proposal] Allow pg_dump to include all child tables with the root table Gilles Darold
- Re: Option to not use ringbuffer in VACUUM, using it in failsafe mode Justin Pryzby
- Re: Improve WALRead() to suck data directly from WAL buffers when possible Nitin Jadhav
- Dropped and generated columns might cause wrong data on subs when REPLICA IDENTITY FULL Önder Kalacı
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Önder Kalacı
- Re: buildfarm + meson Andres Freund
- Re: Doc: Rework contrib appendix -- informative titles, tweaked sentences Karl O. Pinc
- Re: [PATCH] psql: \dn+ to show size of each schema (and \dA+ for AMs) Justin Pryzby
- Re: BUG: Postgres 14 + vacuum_defer_cleanup_age + FOR UPDATE + UPDATE Andres Freund
- Re: BUG: Postgres 14 + vacuum_defer_cleanup_age + FOR UPDATE + UPDATE Mark Dilger
- slapd logs to syslog during tests Andres Freund
- Re: BUG: Postgres 14 + vacuum_defer_cleanup_age + FOR UPDATE + UPDATE Andres Freund
- Re: [BUG] pg_stat_statements and extended query protocol Imseih (AWS), Sami
- Re: Transparent column encryption Andres Freund
- Re: unsafe_tests module Andres Freund
- Re: slapd logs to syslog during tests Andrew Dunstan
- Re: [BUG] pg_stat_statements and extended query protocol Michael Paquier
- Re: Sub-millisecond [autovacuum_]vacuum_cost_delay broken Thomas Munro
- Re: Testing autovacuum wraparound (including failsafe) Peter Geoghegan
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Amit Kapila
- Re: windows CI failing PMSignalState->PMChildFlags[slot] == PM_CHILD_ASSIGNED Thomas Munro
- Re: [PoC] Implementation of distinct in Window Aggregates Ankit Kumar Pandey
- Re: [PoC] Implementation of distinct in Window Aggregates Ankit Kumar Pandey
- Re: [Proposal] Allow pg_dump to include all child tables with the root table Gilles Darold
- Re: Add LZ4 compression in pg_dump Peter Eisentraut
- Re: unsafe_tests module Andrew Dunstan
- Re: Account löschen Alvaro Herrera
- Implement IF NOT EXISTS for CREATE PUBLICATION AND CREATE SUBSCRIPTION vignesh C
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Önder Kalacı
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Önder Kalacı
- Re: Support logical replication of DDLs Zheng Li
- Re: POC: Lock updated tuples in tuple_update() and tuple_delete() Alexander Korotkov
- Re: Implement IF NOT EXISTS for CREATE PUBLICATION AND CREATE SUBSCRIPTION Tom Lane
- Re: Improve WALRead() to suck data directly from WAL buffers when possible Bharath Rupireddy
- Re: [Proposal] Allow pg_dump to include all child tables with the root table Stéphane Tachoires
- Re: Add LZ4 compression in pg_dump Tomas Vondra
- Re: pg_dump versus hash partitioning Tom Lane
- Re: pg_dump versus hash partitioning Justin Pryzby
- Re: pg_dump versus hash partitioning Tom Lane
- Re: psql \watch 2nd argument: iteration count Andrey Borodin
- Re: Progress report of CREATE INDEX for nested partitioned tables Justin Pryzby
- Re: Progress report of CREATE INDEX for nested partitioned tables Tom Lane
- WIP Patch: pg_dump structured Attila Soki
- Re: WIP Patch: pg_dump structured Tom Lane
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Peter Smith
- Re: WIP Patch: pg_dump structured Attila Soki
- Re: Progress report of CREATE INDEX for nested partitioned tables Justin Pryzby
- Re: Progress report of CREATE INDEX for nested partitioned tables Tom Lane
- Re: Progress report of CREATE INDEX for nested partitioned tables Tom Lane
- Re: Requiring recovery.signal or standby.signal when recovering with a backup_label Michael Paquier
- Re: psql \watch 2nd argument: iteration count Michael Paquier
- Re: psql \watch 2nd argument: iteration count Michael Paquier
- Re: [PoC] Improve dead tuple storage for lazy vacuum Masahiko Sawada
- RE: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher shiy.fnst@fujitsu.com
- RE: Rework LogicalOutputPluginWriterUpdateProgress wangw.fnst@fujitsu.com
- Re: Sub-millisecond [autovacuum_]vacuum_cost_delay broken Thomas Munro
- Re: psql \watch 2nd argument: iteration count Andrey Borodin
- Re: Compilation error after redesign of the archive modules Michael Paquier
- Microsecond-based timeouts Thomas Munro
- Re: [Proposal] Add foreign-server health checks infrastructure Katsuragi Yuta
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Önder Kalacı
- Re: meson: Non-feature feature options Peter Eisentraut
- Re: CI and test improvements Peter Eisentraut
- Re: Combine pg_walinspect till_end_of_wal functions with others Michael Paquier
- RE: [Proposal] Add foreign-server health checks infrastructure Hayato Kuroda (Fujitsu)
- Re: Add macros for ReorderBufferTXN toptxn vignesh C
- Re: ICU locale validation / canonicalization Peter Eisentraut
- Re: [PATCH] Align GSS and TLS error handling in PQconnectPoll() Michael Paquier
- Re: pg_dump versus hash partitioning Julien Rouhaud
- Re: Assert failure of the cross-check for nullingrels Richard Guo
- RE: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher houzj.fnst@fujitsu.com
- Re: Assert failure of the cross-check for nullingrels Richard Guo
- Re: [BUG] pg_stat_statements and extended query protocol Drouvot, Bertrand
- Re: Allow tests to pass in OpenSSL FIPS mode Peter Eisentraut
- Re: Allow tests to pass in OpenSSL FIPS mode Daniel Gustafsson
- Re: Combine pg_walinspect till_end_of_wal functions with others Bharath Rupireddy
- Re: Allow logical replication to copy tables in binary format Melih Mutlu
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Önder Kalacı
- RE: Dropped and generated columns might cause wrong data on subs when REPLICA IDENTITY FULL shiy.fnst@fujitsu.com
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Amit Kapila
- Re: Ability to reference other extensions by schema in extension scripts 'Sandro Santilli'
- Re: [PATCH] Add pretty-printed XML output option Jim Jones
- Re: Lock mode in ExecMergeMatched() Dean Rasheed
- Re: [PATCH] Support % wildcard in extension upgrade filenames Sandro Santilli
- Re: [PATCH] Support % wildcard in extension upgrade filenames 'Sandro Santilli'
- Re: Option to not use ringbuffer in VACUUM, using it in failsafe mode Ants Aasma
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Önder Kalacı
- Re: Dropped and generated columns might cause wrong data on subs when REPLICA IDENTITY FULL Önder Kalacı
- Re: Supporting MERGE on updatable views Dean Rasheed
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Amit Kapila
- Re: Refactoring SysCacheGetAttr to know when attr cannot be NULL Daniel Gustafsson
- Re: [PoC] Improve dead tuple storage for lazy vacuum John Naylor
- Re: MERGE ... RETURNING Dean Rasheed
- Re: Progress report of CREATE INDEX for nested partitioned tables Justin Pryzby
- Re: windows CI failing PMSignalState->PMChildFlags[slot] == PM_CHILD_ASSIGNED Alexander Lakhin
- Re: Reducing connection overhead in pg_upgrade compat check phase Daniel Gustafsson
- Re: Add support for DEFAULT specification in COPY FROM Andrew Dunstan
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Önder Kalacı
- Bug in jsonb_in function (14 & 15 version are affected) Nikolay Shaplov
- Re: buildfarm + meson Andrew Dunstan
- RE: Ability to reference other extensions by schema in extension scripts Regina Obe
- Re: Progress report of CREATE INDEX for nested partitioned tables Tom Lane
- Re: [PoC] Improve dead tuple storage for lazy vacuum Masahiko Sawada
- [PATCH] Extend the length of BackgroundWorker.bgw_library_name Yurii Rashkovskii
- Re: [Proposal] Allow pg_dump to include all child tables with the root table Gilles Darold
- Re: ICU locale validation / canonicalization Jeff Davis
- Re: pg_dump/pg_restore: Fix stdin/stdout handling of custom format on Win32 Juan José Santamaría Flecha
- Re: [PATCH] Extend the length of BackgroundWorker.bgw_library_name Nathan Bossart
- Re: Lock mode in ExecMergeMatched() Alvaro Herrera
- Re: [PATCH] Extend the length of BackgroundWorker.bgw_library_name Yurii Rashkovskii
- Re: Bug in jsonb_in function (14 & 15 version are affected) Tom Lane
- Re: meson: Non-feature feature options Nathan Bossart
- Re: Lock mode in ExecMergeMatched() Alvaro Herrera
- Re: Reducing connection overhead in pg_upgrade compat check phase Nathan Bossart
- RE: [PATCH] Support % wildcard in extension upgrade filenames Regina Obe
- Re: meson: Non-feature feature options Nazir Bilal Yavuz
- Re: meson: Non-feature feature options Nathan Bossart
- Re: [PoC] Let libpq reject unexpected authentication requests Jacob Champion
- Re: Improve logging when using Huge Pages Justin Pryzby
- Re: meson: Non-feature feature options Andres Freund
- Re: meson: Non-feature feature options Andres Freund
- Re: Transparent column encryption Peter Eisentraut
- Re: Add LZ4 compression in pg_dump Tomas Vondra
- Re: Transparent column encryption Peter Eisentraut
- Re: meson: Non-feature feature options Nathan Bossart
- Re: Request for comment on setting binary format output per session Dave Cramer
- Re: Improve logging when using Huge Pages Stephen Frost
- Re: Transparent column encryption Andres Freund
- Re: meson: Non-feature feature options Nazir Bilal Yavuz
- Re: Transparent column encryption Andres Freund
- Re: pg_usleep for multisecond delays Nathan Bossart
- Re: [BUG] pg_stat_statements and extended query protocol David Zhang
- Re: Operation log for major operations Dmitry Koval
- Re: optimize several list functions with SIMD intrinsics Nathan Bossart
- Re: meson: Non-feature feature options Andres Freund
- Re: Add LZ4 compression in pg_dump Tomas Vondra
- RE: Ability to reference other extensions by schema in extension scripts Regina Obe
- Re: Microsecond-based timeouts Andres Freund
- Re: windows CI failing PMSignalState->PMChildFlags[slot] == PM_CHILD_ASSIGNED Andres Freund
- Re: Testing autovacuum wraparound (including failsafe) Jacob Champion
- Re: meson: Non-feature feature options Nathan Bossart
- Re: Show various offset arrays for heap WAL records Melanie Plageman
- Re: Sub-millisecond [autovacuum_]vacuum_cost_delay broken Nathan Bossart
- Re: lz4 --rm on Ubuntu 18.04 (Add LZ4 compression to pg_dump) Tomas Vondra
- Re: Testing autovacuum wraparound (including failsafe) Peter Geoghegan
- Re: Combine pg_walinspect till_end_of_wal functions with others Michael Paquier
- ICU 54 and earlier are too dangerous Jeff Davis
- Re: pg_dump versus hash partitioning Tom Lane
- Re: pg_dump/pg_restore: Fix stdin/stdout handling of custom format on Win32 Michael Paquier
- Re: windows CI failing PMSignalState->PMChildFlags[slot] == PM_CHILD_ASSIGNED Thomas Munro
- Re: Allow logical replication to copy tables in binary format Peter Smith
- Re: psql \watch 2nd argument: iteration count Michael Paquier
- Re: ICU 54 and earlier are too dangerous Tom Lane
- Re: windows CI failing PMSignalState->PMChildFlags[slot] == PM_CHILD_ASSIGNED Michael Paquier
- Re: windows CI failing PMSignalState->PMChildFlags[slot] == PM_CHILD_ASSIGNED Andres Freund
- Re: Allow logical replication to copy tables in binary format Peter Smith
- Re: ICU 54 and earlier are too dangerous Andres Freund
- Re: psql \watch 2nd argument: iteration count Andrey Borodin
- Re: Show various offset arrays for heap WAL records Peter Geoghegan
- Re: Allow logical replication to copy tables in binary format Peter Smith
- Re: psql \watch 2nd argument: iteration count Michael Paquier
- Re: Sub-millisecond [autovacuum_]vacuum_cost_delay broken Thomas Munro
- Re: Allow logical replication to copy tables in binary format Amit Kapila
- Re: Improve WALRead() to suck data directly from WAL buffers when possible Bharath Rupireddy
- Re: Support logical replication of DDLs Ajin Cherian
- Re: CI and test improvements Justin Pryzby
- Re: psql \watch 2nd argument: iteration count Kyotaro Horiguchi
- Re: Improve logging when using Huge Pages Kyotaro Horiguchi
- Re: Combine pg_walinspect till_end_of_wal functions with others Bharath Rupireddy
- Re: [PoC] Let libpq reject unexpected authentication requests Michael Paquier
- RE: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher shiy.fnst@fujitsu.com
- Re: Testing autovacuum wraparound (including failsafe) Masahiko Sawada
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Amit Kapila
- Re: Refactoring SysCacheGetAttr to know when attr cannot be NULL Peter Eisentraut
- Re: Add macros for ReorderBufferTXN toptxn Peter Smith
- Re: ICU locale validation / canonicalization Peter Eisentraut
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Önder Kalacı
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Önder Kalacı
- Re: ICU 54 and earlier are too dangerous Peter Eisentraut
- Re: logical decoding and replication of sequences, take 2 John Naylor
- Re: [PATCH] Add CANONICAL option to xmlserialize Jim Jones
- Re: Improve WALRead() to suck data directly from WAL buffers when possible Bharath Rupireddy
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Amit Kapila
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Önder Kalacı
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher vignesh C
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Önder Kalacı
- Re: [Proposal] Allow pg_dump to include all child tables with the root table Stéphane Tachoires
- Re: [Proposal] Allow pg_dump to include all child tables with the root table stephane tachoires
- Re: generic plans and "initial" pruning Amit Langote
- Re: lz4 --rm on Ubuntu 18.04 (Add LZ4 compression to pg_dump) Christoph Berg
- Re: [Proposal] Allow pg_dump to include all child tables with the root table Gilles Darold
- Re: Allow logical replication to copy tables in binary format Melih Mutlu
- Re: Add LZ4 compression in pg_dump gkokolatos@pm.me
- Re: [PoC] Improve dead tuple storage for lazy vacuum John Naylor
- Re: pg_dump/pg_restore: Fix stdin/stdout handling of custom format on Win32 Daniel Watzinger
- Re: Add macros for ReorderBufferTXN toptxn vignesh C
- Re: Add macros for ReorderBufferTXN toptxn Amit Kapila
- Re: Add macros for ReorderBufferTXN toptxn Amit Kapila
- Fix fseek() detection of unseekable files on WIN32 Juan José Santamaría Flecha
- Re: pg_dump/pg_restore: Fix stdin/stdout handling of custom format on Win32 Juan José Santamaría Flecha
- Re: [PATCH] Add pretty-printed XML output option Jim Jones
- Re: Ignoring BRIN for HOT updates (was: -udpates seems broken) Tomas Vondra
- Re: meson: Non-feature feature options Nazir Bilal Yavuz
- Re: lz4 --rm on Ubuntu 18.04 (Add LZ4 compression to pg_dump) Tomas Vondra
- Re: Progress report of CREATE INDEX for nested partitioned tables Justin Pryzby
- Re: Ignoring BRIN for HOT updates (was: -udpates seems broken) Matthias van de Meent
- Re: Progress report of CREATE INDEX for nested partitioned tables Tom Lane
- Re: doc: mentioned CREATE+ATTACH PARTITION as an alternative to CREATE TABLE..PARTITION OF Jakub Wartak
- Re: Progress report of CREATE INDEX for nested partitioned tables Ilya Gladyshev
- Re: Add LZ4 compression in pg_dump gkokolatos@pm.me
- RE: Allow logical replication to copy tables in binary format Takamichi Osumi (Fujitsu)
- Re: Add LZ4 compression in pg_dump Tomas Vondra
- Re: ICU 54 and earlier are too dangerous Jeff Davis
- Re: Add LZ4 compression in pg_dump Tomas Vondra
- Re: ICU locale validation / canonicalization Jeff Davis
- Re: [PATCH] Add pretty-printed XML output option Tom Lane
- DROP DATABASE is interruptible Andres Freund
- Re: [EXTERNAL] Re: Add non-blocking version of PQcancel Gregory Stark (as CFM)
- Re: [EXTERNAL] Re: Add non-blocking version of PQcancel Tom Lane
- Re: [PATCH] Add `verify-system` sslmode to use system CA pool for server cert Gregory Stark (as CFM)
- Re: [EXTERNAL] Re: Add non-blocking version of PQcancel Greg Stark
- Re: [EXTERNAL] Re: Support load balancing in libpq Gregory Stark (as CFM)
- Re: pg_stat_statements and "IN" conditions Gregory Stark (as CFM)
- Re: Using each rel as both outer and inner for JOIN_ANTI Gregory Stark (as CFM)
- Re: Privileges on PUBLICATION Gregory Stark (as CFM)
- Re: Sampling-based timing for EXPLAIN ANALYZE Greg Stark
- Re: Sub-millisecond [autovacuum_]vacuum_cost_delay broken Nathan Bossart
- Re: Raising the SCRAM iteration count Gregory Stark (as CFM)
- Re: psql \watch 2nd argument: iteration count Nathan Bossart
- Re: pg_stat_statements and "IN" conditions Dmitry Dolgov
- Re: [PoC] Let libpq reject unexpected authentication requests Jacob Champion
- Re: [PATCH] Add `verify-system` sslmode to use system CA pool for server cert Jacob Champion
- Re: [Proposal] Allow pg_dump to include all child tables with the root table Tom Lane
- Re: Making background psql nicer to use in tap tests Daniel Gustafsson
- Re: windows CI failing PMSignalState->PMChildFlags[slot] == PM_CHILD_ASSIGNED Thomas Munro
- Re: Combine pg_walinspect till_end_of_wal functions with others Andres Freund
- Re: Add pg_walinspect function with block info columns Melanie Plageman
- Re: Track IO times in pg_stat_io Andres Freund
- Re: Add pg_walinspect function with block info columns Peter Geoghegan
- Re: [PATCH] Add pretty-printed XML output option Jim Jones
- Re: [PATCH] Add pretty-printed XML output option Tom Lane
- Re: Add macros for ReorderBufferTXN toptxn Peter Smith
- Re: Add macros for ReorderBufferTXN toptxn Peter Smith
- Re: Option to not use ringbuffer in VACUUM, using it in failsafe mode Melanie Plageman
- Re: Add pg_walinspect function with block info columns Melanie Plageman
- Re: Combine pg_walinspect till_end_of_wal functions with others Michael Paquier
- Re: Option to not use ringbuffer in VACUUM, using it in failsafe mode Melanie Plageman
- Re: Combine pg_walinspect till_end_of_wal functions with others Michael Paquier
- Re: Making background psql nicer to use in tap tests Andres Freund
- Re: psql \watch 2nd argument: iteration count Kyotaro Horiguchi
- Re: psql \watch 2nd argument: iteration count Michael Paquier
- Re: Add pg_walinspect function with block info columns Peter Geoghegan
- Re: Combine pg_walinspect till_end_of_wal functions with others Andres Freund
- Re: [PoC] Improve dead tuple storage for lazy vacuum Masahiko Sawada
- Re: psql \watch 2nd argument: iteration count Andrey Borodin
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Amit Kapila
- Re: pg_dump/pg_restore: Fix stdin/stdout handling of custom format on Win32 Michael Paquier
- Re: psql \watch 2nd argument: iteration count Michael Paquier
- Re: recovery modules Nathan Bossart
- Re: psql \watch 2nd argument: iteration count Nathan Bossart
- Re: Fix fseek() detection of unseekable files on WIN32 Michael Paquier
- Re: Sub-millisecond [autovacuum_]vacuum_cost_delay broken Thomas Munro
- Re: Should vacuum process config file reload more often Masahiko Sawada
- Re: Allow logical replication to copy tables in binary format Amit Kapila
- Re: Add macros for ReorderBufferTXN toptxn Masahiko Sawada
- Re: Allow logical replication to copy tables in binary format Peter Smith
- Re: Allow logical replication to copy tables in binary format Amit Kapila
- Re: Add pg_walinspect function with block info columns Bharath Rupireddy
- Re: ICU locale validation / canonicalization Jeff Davis
- RE: Allow logical replication to copy tables in binary format Takamichi Osumi (Fujitsu)
- Re: Add pg_walinspect function with block info columns Michael Paquier
- Re: Combine pg_walinspect till_end_of_wal functions with others Michael Paquier
- Re: Add pg_walinspect function with block info columns Michael Paquier
- Re: Combine pg_walinspect till_end_of_wal functions with others Bharath Rupireddy
- meson documentation build open issues Peter Eisentraut
- Re: Privileges on PUBLICATION Antonin Houska
- pkg-config Requires.private entries should be comma-separated Peter Eisentraut
- Re: psql \watch 2nd argument: iteration count Michael Paquier
- Re: windows CI failing PMSignalState->PMChildFlags[slot] == PM_CHILD_ASSIGNED Alexander Lakhin
- Re: meson: Non-feature feature options Peter Eisentraut
- Simplify some codes in pgoutput houzj.fnst@fujitsu.com
- Re: Option to not use ringbuffer in VACUUM, using it in failsafe mode Masahiko Sawada
- Re: Using each rel as both outer and inner for JOIN_ANTI Richard Guo
- Re: windows CI failing PMSignalState->PMChildFlags[slot] == PM_CHILD_ASSIGNED Thomas Munro
- Re: [EXTERNAL] Re: Support load balancing in libpq Jelte Fennema
- Re: [EXTERNAL] Re: Add non-blocking version of PQcancel Jelte Fennema
- Re: Allow logical replication to copy tables in binary format Amit Kapila
- Re: [PATCH] Extend the length of BackgroundWorker.bgw_library_name Daniel Gustafsson
- Re: Combine pg_walinspect till_end_of_wal functions with others Michael Paquier
- Re: CI and test improvements Peter Eisentraut
- Re: Allow logical replication to copy tables in binary format Melih Mutlu
- Re: Allow logical replication to copy tables in binary format Melih Mutlu
- Re: Allow logical replication to copy tables in binary format Melih Mutlu
- postgres_fdw: Useless if-test in GetConnection() Etsuro Fujita
- Re: TAP output format in pg_regress Peter Eisentraut
- Re: postgres_fdw: Useless if-test in GetConnection() Richard Guo
- Re: Option to not use ringbuffer in VACUUM, using it in failsafe mode Ants Aasma
- Re: Option to not use ringbuffer in VACUUM, using it in failsafe mode Ants Aasma
- Re: postgres_fdw: Useless if-test in GetConnection() Daniel Gustafsson
- Re: Fix fseek() detection of unseekable files on WIN32 Juan José Santamaría Flecha
- Re: Documentation for building with meson Peter Eisentraut
- Re: logical decoding and replication of sequences, take 2 Tomas Vondra
- Re: SQL/JSON revisited Amit Langote
- Re: logical decoding and replication of sequences, take 2 Tomas Vondra
- Re: windows CI failing PMSignalState->PMChildFlags[slot] == PM_CHILD_ASSIGNED Alexander Lakhin
- Re: optimize several list functions with SIMD intrinsics Ankit Kumar Pandey
- Re: Making background psql nicer to use in tap tests Andrew Dunstan
- Re: CI and test improvements Justin Pryzby
- Re: Allow logical replication to copy tables in binary format vignesh C
- Re: CI and test improvements Peter Eisentraut
- Re: pkg-config Requires.private entries should be comma-separated Andres Freund
- Re: optimize several list functions with SIMD intrinsics Nathan Bossart
- Re: optimize several list functions with SIMD intrinsics Ankit Kumar Pandey
- Re: Add support for DEFAULT specification in COPY FROM Alexander Lakhin
- Initial Schema Sync for Logical Replication Kumar, Sachin
- Re: On login trigger: take three Gregory Stark (as CFM)
- Re: Allow logical replication to copy tables in binary format Melih Mutlu
- Re: Commitfest 2023-03 starting tomorrow! Gregory Stark (as CFM)
- How to check for in-progress transactions Tejasvi Kashi
- Re: On login trigger: take three Mikhail Gribkov
- Speed-up shared buffers prewarming Konstantin Knizhnik
- Re: Add a hook to allow modification of the ldapbindpasswd Andrew Dunstan
- Re: Add support for DEFAULT specification in COPY FROM Andrew Dunstan
- Re: [PATCH] Add pretty-printed XML output option Tom Lane
- Re: windows CI failing PMSignalState->PMChildFlags[slot] == PM_CHILD_ASSIGNED Thomas Munro
- Re: Add support for DEFAULT specification in COPY FROM Andrew Dunstan
- Memory leak in libxml2 (was Re: [PATCH] Add pretty-printed XML output option) Tom Lane
- Re: Speed-up shared buffers prewarming Matthias van de Meent
- Re: Add a hook to allow modification of the ldapbindpasswd Tom Lane
- Re: Speed-up shared buffers prewarming Melanie Plageman
- Re: Memory leak in libxml2 (was Re: [PATCH] Add pretty-printed XML output option) Daniel Gustafsson
- Re: ICU locale validation / canonicalization Jeff Davis
- Re: Add a hook to allow modification of the ldapbindpasswd Andrew Dunstan
- Re: cataloguing NOT NULL constraints Alvaro Herrera
- Re: Allow logical replication to copy tables in binary format Peter Smith
- Re: Progress report of CREATE INDEX for nested partitioned tables Justin Pryzby
- Re: Option to not use ringbuffer in VACUUM, using it in failsafe mode Justin Pryzby
- Re: Add LZ4 compression in pg_dump Justin Pryzby
- Re: Allow logical replication to copy tables in binary format Peter Smith
- Re: Add a hook to allow modification of the ldapbindpasswd Michael Paquier
- Re: psql \watch 2nd argument: iteration count Michael Paquier
- Re: Option to not use ringbuffer in VACUUM, using it in failsafe mode Melanie Plageman
- Re: Fix fseek() detection of unseekable files on WIN32 Michael Paquier
- Re: recovery modules Michael Paquier
- Re: Making empty Bitmapsets always be NULL Yuya Watari
- Re: Add macros for ReorderBufferTXN toptxn Peter Smith
- "current directory" in a server error message Kyotaro Horiguchi
- RE: Allow logical replication to copy tables in binary format shiy.fnst@fujitsu.com
- RE: Support logical replication of DDLs wangw.fnst@fujitsu.com
- Re: Allow logical replication to copy tables in binary format Amit Kapila
- RE: Allow logical replication to copy tables in binary format houzj.fnst@fujitsu.com
- Re: Allow logical replication to copy tables in binary format Amit Kapila
- Re: Allow logical replication to copy tables in binary format Euler Taveira
- Re: windows CI failing PMSignalState->PMChildFlags[slot] == PM_CHILD_ASSIGNED Alexander Lakhin
- Re: Allow logical replication to copy tables in binary format Amit Kapila
- Re: meson documentation build open issues Andres Freund
- Re: "current directory" in a server error message Bharath Rupireddy
- Re: Initial Schema Sync for Logical Replication Peter Smith
- Re: Simplify some codes in pgoutput Amit Kapila
- Re: zstd compression for pg_dump Justin Pryzby
- Re: Add macros for ReorderBufferTXN toptxn Bharath Rupireddy
- Re: Bug in jsonb_in function (14 & 15 version are affected) Yura Sokolov
- Re: Add macros for ReorderBufferTXN toptxn Amit Kapila
- Re: Get rid of PgStat_BackendFunctionEntry Michael Paquier
- Re: How to check for in-progress transactions Bharath Rupireddy
- Re: Reconcile stats in find_tabstat_entry() and get rid of PgStat_BackendFunctionEntry Michael Paquier
- Re: Split index and table statistics into different types of stats Michael Paquier
- Re: [PATCH] Tracking statements entry timestamp in pg_stat_statements Michael Paquier
- Re: Combine pg_walinspect till_end_of_wal functions with others Michael Paquier
- Re: logical decoding and replication of sequences, take 2 Masahiko Sawada
- Remove last traces of SCM credential auth from libpq? Michael Paquier
- Re: Combine pg_walinspect till_end_of_wal functions with others Bharath Rupireddy
- Re: "current directory" in a server error message Kyotaro Horiguchi
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Amit Kapila
- Re: pg_dump versus hash partitioning Julien Rouhaud
- Re: Fix fseek() detection of unseekable files on WIN32 Juan José Santamaría Flecha
- Re: Add pg_walinspect function with block info columns Bharath Rupireddy
- Re: Dropped and generated columns might cause wrong data on subs when REPLICA IDENTITY FULL Amit Kapila
- Re: Split index and table statistics into different types of stats Drouvot, Bertrand
- Re: postgres_fdw: Useless if-test in GetConnection() Etsuro Fujita
- Re: Get rid of PgStat_BackendFunctionEntry Drouvot, Bertrand
- Re: postgres_fdw: Useless if-test in GetConnection() Etsuro Fujita
- Re: suppressing useless wakeups in logical/worker.c Amit Kapila
- Re: Ability to reference other extensions by schema in extension scripts Sandro Santilli
- The use of atooid() on non-Oid results Daniel Gustafsson
- Re: Transparent column encryption Peter Eisentraut
- Re: Add a hook to allow modification of the ldapbindpasswd Andrew Dunstan
- Re: Reconcile stats in find_tabstat_entry() and get rid of PgStat_BackendFunctionEntry Drouvot, Bertrand
- Re: Add a hook to allow modification of the ldapbindpasswd Andrew Dunstan
- RE: Dropped and generated columns might cause wrong data on subs when REPLICA IDENTITY FULL shiy.fnst@fujitsu.com
- Re: [EXTERNAL] Support load balancing in libpq Daniel Gustafsson
- Re: logical decoding and replication of sequences, take 2 Amit Kapila
- Re: [PATCH] Tracking statements entry timestamp in pg_stat_statements Andrei Zubkov
- Re: Making empty Bitmapsets always be NULL Yuya Watari
- Re: Reconcile stats in find_tabstat_entry() and get rid of PgStat_BackendFunctionEntry Michael Paquier
- Re: Speed-up shared buffers prewarming Drouvot, Bertrand
- Re: Split index and table statistics into different types of stats Michael Paquier
- Re: proposal: possibility to read dumped table's name from file Pavel Stehule
- Re: Data is copied twice when specifying both child and parent table in publication Amit Kapila
- Re: May be BUG. Periodic burst growth of the checkpoint_req counter on replica. Anton A. Melnikov
- Re: [PATCH] Tracking statements entry timestamp in pg_stat_statements Andrei Zubkov
- Re: pg_dump versus hash partitioning Tom Lane
- Re: Reconcile stats in find_tabstat_entry() and get rid of PgStat_BackendFunctionEntry Drouvot, Bertrand
- Re: [BUG] Logical replica crash if there was an error in a function. Anton A. Melnikov
- Re: Allow logical replication to copy tables in binary format Melih Mutlu
- Re: Allow logical replication to copy tables in binary format Melih Mutlu
- FW: uuid-ossp source or binaries for Windows Mark Hill
- gcc 13 warnings Pavel Stehule
- Re: Move defaults toward ICU in 16? Peter Eisentraut
- Re: gcc 13 warnings Melanie Plageman
- Re: Remove last traces of SCM credential auth from libpq? Tom Lane
- Re: The use of atooid() on non-Oid results Tom Lane
- Re: Progress report of CREATE INDEX for nested partitioned tables Ilya Gladyshev
- Re: improving user.c error messages Peter Eisentraut
- Re: gcc 13 warnings Tom Lane
- Re: improving user.c error messages Nathan Bossart
- Re: improving user.c error messages Peter Eisentraut
- Re: gcc 13 warnings Pavel Stehule
- Re: Dropped and generated columns might cause wrong data on subs when REPLICA IDENTITY FULL Önder Kalacı
- Re: "current directory" in a server error message Tom Lane
- Re: gcc 13 warnings Tom Lane
- Re: logical decoding and replication of sequences, take 2 Tomas Vondra
- Re: improving user.c error messages Nathan Bossart
- Re: Transparent column encryption Andres Freund
- RE: Initial Schema Sync for Logical Replication Kumar, Sachin
- Re: Add LZ4 compression in pg_dump gkokolatos@pm.me
- Re: gcc 13 warnings Andres Freund
- Re: More weird compiler warnings Andres Freund
- Re: gcc 13 warnings Andres Freund
- Re: Remove last traces of SCM credential auth from libpq? Jonathan S. Katz
- Re: Remove last traces of SCM credential auth from libpq? Tom Lane
- Re: gcc 13 warnings Tom Lane
- Default libpq connection parameter handling and copy-paste of apparently dead code for it? Greg Stark
- Re: gcc 13 warnings Andres Freund
- Re: Date-Time dangling unit fix Tom Lane
- Re: More weird compiler warnings Tom Lane
- Re: [PATCH] Add pretty-printed XML output option Jim Jones
- Re: The use of atooid() on non-Oid results Daniel Gustafsson
- Re: Experiments with Postgres and SSL Greg Stark
- Re: slapd logs to syslog during tests Andrew Dunstan
- Re: How to check for in-progress transactions Tejasvi Kashi
- Re: doc: mentioned CREATE+ATTACH PARTITION as an alternative to CREATE TABLE..PARTITION OF Tom Lane
- Re: How to check for in-progress transactions Melanie Plageman
- Re: How to check for in-progress transactions Tejasvi Kashi
- Re: doc: mentioned CREATE+ATTACH PARTITION as an alternative to CREATE TABLE..PARTITION OF Justin Pryzby
- Re: Track IO times in pg_stat_io Melanie Plageman
- Re: Add LZ4 compression in pg_dump Tomas Vondra
- Re: doc: mentioned CREATE+ATTACH PARTITION as an alternative to CREATE TABLE..PARTITION OF Tom Lane
- Re: More weird compiler warnings Andres Freund
- Re: slapd logs to syslog during tests Thomas Munro
- Re: A problem about ParamPathInfo for an AppendPath Tom Lane
- Re: Add LZ4 compression in pg_dump Tomas Vondra
- Re: Add LZ4 compression in pg_dump Justin Pryzby
- Re: Refactor calculations to use instr_time Melanie Plageman
- Re: PGDOCS - Replica Identity quotes Peter Smith
- Re: improving user.c error messages Nathan Bossart
- Re: Amcheck verification of GiST and GIN Peter Geoghegan
- Re: Use pg_pwritev_with_retry() instead of write() in dir_open_for_write() to avoid partial writes? Andres Freund
- Re: Allow logical replication to copy tables in binary format Amit Kapila
- Re: Remove last traces of SCM credential auth from libpq? Michael Paquier
- Re: Dropped and generated columns might cause wrong data on subs when REPLICA IDENTITY FULL Amit Kapila
- Re: Remove last traces of SCM credential auth from libpq? Tom Lane
- Re: Dropped and generated columns might cause wrong data on subs when REPLICA IDENTITY FULL Tom Lane
- Re: Dropped and generated columns might cause wrong data on subs when REPLICA IDENTITY FULL Amit Kapila
- Re: suppressing useless wakeups in logical/worker.c Nathan Bossart
- Re: Remove last traces of SCM credential auth from libpq? Michael Paquier
- Re: Option to not use ringbuffer in VACUUM, using it in failsafe mode Melanie Plageman
- Re: slapd logs to syslog during tests Andres Freund
- Re: Allow logical replication to copy tables in binary format Peter Smith
- Re: SQL/JSON revisited Andrew Dunstan
- Re: Amcheck verification of GiST and GIN Peter Geoghegan
- Re: "current directory" in a server error message Kyotaro Horiguchi
- Re: Allow logical replication to copy tables in binary format Peter Smith
- Re: Add LZ4 compression in pg_dump Tomas Vondra
- Re: Add pg_walinspect function with block info columns Peter Geoghegan
- Re: pg_dump versus hash partitioning Julien Rouhaud
- RE: Allow logical replication to copy tables in binary format shiy.fnst@fujitsu.com
- Re: zstd compression for pg_dump Tomas Vondra
- Re: Allow logical replication to copy tables in binary format Amit Kapila
- Re: Assert failure of the cross-check for nullingrels Richard Guo
- Re: gcc 13 warnings John Naylor
- Re: A problem about ParamPathInfo for an AppendPath Richard Guo
- Re: Simplify some codes in pgoutput Peter Smith
- Re: slapd logs to syslog during tests Tom Lane
- Re: psql \watch 2nd argument: iteration count Andrey Borodin
- Re: logical decoding and replication of sequences, take 2 vignesh C
- Re: slapd logs to syslog during tests Andres Freund
- Re: logical decoding and replication of sequences, take 2 John Naylor
- Re: logical decoding and replication of sequences, take 2 John Naylor
- Re: Add macros for ReorderBufferTXN toptxn Amit Kapila
- Re: In-placre persistance change of a relation Kyotaro Horiguchi
- RE: Data is copied twice when specifying both child and parent table in publication wangw.fnst@fujitsu.com
- Re: slapd logs to syslog during tests Andres Freund
- Re: [PoC] Improve dead tuple storage for lazy vacuum John Naylor
- Re: Add pg_walinspect function with block info columns Bharath Rupireddy
- Re: Dropped and generated columns might cause wrong data on subs when REPLICA IDENTITY FULL Önder Kalacı
- Re: [PoC] Improve dead tuple storage for lazy vacuum Masahiko Sawada
- Re: gcc 13 warnings Peter Eisentraut
- Re: Memory leak from ExecutorState context? Jehan-Guillaume de Rorthais
- RE: Dropped and generated columns might cause wrong data on subs when REPLICA IDENTITY FULL shiy.fnst@fujitsu.com
- Re: [EXTERNAL] Support load balancing in libpq Jelte Fennema
- Re: logical decoding and replication of sequences, take 2 vignesh C
- Re: suppressing useless wakeups in logical/worker.c Amit Kapila
- Re: postgres_fdw: Useless if-test in GetConnection() Etsuro Fujita
- Re: improving user.c error messages Peter Eisentraut
- Re: [PATCH] Add CANONICAL option to xmlserialize Jim Jones
- Re: Making background psql nicer to use in tap tests Daniel Gustafsson
- Re: Data is copied twice when specifying both child and parent table in publication Amit Kapila
- Re: POC PATCH: copy from ... exceptions to: (was Re: VLDB Features) torikoshia
- Re: Allow logical replication to copy tables in binary format Melih Mutlu
- Re: [PATCH] Add CANONICAL option to xmlserialize Jim Jones
- Re: HOT chain validation in verify_heapam() Aleksander Alekseev
- RE: Time delayed LR (WAS Re: logical replication restrictions) Hayato Kuroda (Fujitsu)
- Re: Commitfest 2023-03 starting tomorrow! Greg Stark
- Re: Making background psql nicer to use in tap tests Andrew Dunstan
- Re: Avoid use deprecated Windows Memory API Aleksander Alekseev
- Re: Making background psql nicer to use in tap tests Daniel Gustafsson
- Re: gcc 13 warnings Tom Lane
- Re: Commitfest 2023-03 starting tomorrow! Aleksander Alekseev
- Re: Commitfest 2023-03 starting tomorrow! Tom Lane
- RE: Support logical replication of DDLs Takamichi Osumi (Fujitsu)
- Re: Commitfest 2023-03 starting tomorrow! Justin Pryzby
- Re: Commitfest 2023-03 starting tomorrow! Greg Stark
- Re: Avoid use deprecated Windows Memory API Ranier Vilela
- Re: Dropped and generated columns might cause wrong data on subs when REPLICA IDENTITY FULL Önder Kalacı
- Re: Support logical replication of DDLs Zheng Li
- Re: Add LZ4 compression in pg_dump gkokolatos@pm.me
- Re: Exclusion constraints on partitioned tables Paul Jungwirth
- Re: Making background psql nicer to use in tap tests Andrew Dunstan
- Re: Memory leak from ExecutorState context? Tomas Vondra
- Re: Add LZ4 compression in pg_dump Tomas Vondra
- Re: pg_dump versus hash partitioning Tom Lane
- Re: logical decoding and replication of sequences, take 2 Tomas Vondra
- Re: ICU locale validation / canonicalization Jeff Davis
- Re: Making background psql nicer to use in tap tests Dagfinn Ilmari Mannsåker
- Re: ICU 54 and earlier are too dangerous Jeff Davis
- Re: improving user.c error messages Nathan Bossart
- Re: Add pg_walinspect function with block info columns Peter Geoghegan
- meson issue? ninja clean doesn't drop queryjumblefuncs.funcs.c Pavel Stehule
- Re: Parallel Bitmap Heap Scan reports per-worker stats in EXPLAIN ANALYZE Dmitry Dolgov
- Re: Schema variables - new implementation for Postgres 15 Pavel Stehule
- Re: Add SHELL_EXIT_CODE to psql Corey Huinker
- Re: logical decoding and replication of sequences, take 2 Tomas Vondra
- Re: Add macros for ReorderBufferTXN toptxn Peter Smith
- Re: File descriptors in exec'd subprocesses Thomas Munro
- Re: Making background psql nicer to use in tap tests Andrew Dunstan
- Re: Add n_tup_newpage_upd to pg_stat table views Peter Geoghegan
- Re: Making background psql nicer to use in tap tests Andres Freund
- Should we remove vacuum_defer_cleanup_age? Andres Freund
- Re: Add pg_walinspect function with block info columns Michael Paquier
- Re: Remove last traces of SCM credential auth from libpq? Michael Paquier
- Re: Should we remove vacuum_defer_cleanup_age? Magnus Hagander
- Re: Data is copied twice when specifying both child and parent table in publication Jacob Champion
- Re: Add pg_walinspect function with block info columns Peter Geoghegan
- Re: gcc 13 warnings Andres Freund
- Re: Add pg_walinspect function with block info columns Michael Paquier
- Re: meson issue? ninja clean doesn't drop queryjumblefuncs.funcs.c Michael Paquier
- Re: pg_dump versus hash partitioning Julien Rouhaud
- Re: Add pg_walinspect function with block info columns Peter Geoghegan
- Re: Add pg_walinspect function with block info columns Michael Paquier
- Re: Amcheck verification of GiST and GIN Andrey Borodin
- BF mamba failure Amit Kapila
- Re: BF mamba failure Tom Lane
- Re: Add pg_walinspect function with block info columns Bharath Rupireddy
- Re: Data is copied twice when specifying both child and parent table in publication Amit Kapila
- Fix misplaced shared_preload_libraries_in_progress check in few extensions Bharath Rupireddy
- Re: meson issue? ninja clean doesn't drop queryjumblefuncs.funcs.c Pavel Stehule
- Re: logical decoding and replication of sequences, take 2 Amit Kapila
- [PATCH] Use RelationClose rather than table_close in heap_create_with_catalog Xiaoran Wang
- Re: Allow logical replication to copy tables in binary format vignesh C
- Re: Should we remove vacuum_defer_cleanup_age? Alvaro Herrera
- Re: Allow logical replication to copy tables in binary format Peter Smith
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Amit Kapila
- Re: Allow logical replication to copy tables in binary format Amit Kapila
- Re: [PATCH] Clarify the behavior of the system when approaching XID wraparound John Naylor
- Re: Initial Schema Sync for Logical Replication Alvaro Herrera
- Re: BF mamba failure Alexander Lakhin
- Re: logical decoding and replication of sequences, take 2 Tomas Vondra
- Re: proposal: psql: psql variable BACKEND_PID Andrew Dunstan
- Re: proposal: psql: psql variable BACKEND_PID Pavel Stehule
- Re: generate_series for timestamptz and time zone problem Tom Lane
- Re: Option to not use ringbuffer in VACUUM, using it in failsafe mode Justin Pryzby
- Re: Infinite Interval Joseph Koshakow
- Re: Infinite Interval Tom Lane
- Re: Infinite Interval Joseph Koshakow
- Re: proposal: possibility to read dumped table's name from file Pavel Stehule
- Re: Infinite Interval Tom Lane
- Re: Commitfest 2023-03 starting tomorrow! Alvaro Herrera
- Re: Commitfest 2023-03 starting tomorrow! Peter Geoghegan
- Re: buildfarm + meson Andrew Dunstan
- Re: Making background psql nicer to use in tap tests Andrew Dunstan
- Bytea PL/Perl transform Иван Панченко
- Re: Should vacuum process config file reload more often Melanie Plageman
- Re: buildfarm + meson Andres Freund
- Re: Commitfest 2023-03 starting tomorrow! Justin Pryzby
- Re: Commitfest 2023-03 starting tomorrow! Peter Geoghegan
- Re: Commitfest 2023-03 starting tomorrow! Justin Pryzby
- Re: buildfarm + meson Andrew Dunstan
- Re: MERGE ... WHEN NOT MATCHED BY SOURCE Dean Rasheed
- Re: Supporting MERGE on updatable views Dean Rasheed
- Re: heapgettup refactoring David Rowley
- Replace known_assigned_xids_lck by memory barrier Michail Nikolaev
- Re: Fix fseek() detection of unseekable files on WIN32 Michael Paquier
- server log inflates due to pg_logical_slot_peek_changes/pg_logical_slot_get_changes calls Jeevan Ladhe
- Re: Fix fseek() detection of unseekable files on WIN32 Michael Paquier
- Re: Extending outfuncs support to utility statements Alexander Lakhin
- Re: pg_stat_statements and "IN" conditions Dmitry Dolgov
- Re: proposal: possibility to read dumped table's name from file Justin Pryzby
- Re: Commitfest 2023-03 starting tomorrow! Peter Eisentraut
- Re: buildfarm + meson Andrew Dunstan
- Re: Should vacuum process config file reload more often Melanie Plageman
- Re: Extending outfuncs support to utility statements Tom Lane
- Re: Fix fseek() detection of unseekable files on WIN32 Juan José Santamaría Flecha
- Re: Memory leak from ExecutorState context? Justin Pryzby
- Re: proposal: possibility to read dumped table's name from file Pavel Stehule
- Re: Add SPLIT PARTITION/MERGE PARTITIONS commands stephane tachoires
- Re: Infinite Interval Joseph Koshakow
- Re: Commitfest 2023-03 starting tomorrow! Tom Lane
- Re: Infinite Interval Tom Lane
- Re: Infinite Interval Joseph Koshakow
- Re: Fix fseek() detection of unseekable files on WIN32 Michael Paquier
- Re: Allow logical replication to copy tables in binary format Peter Smith
- Re: Commitfest 2023-03 starting tomorrow! Thomas Munro
- Remove AUTH_REQ_KRB4 and AUTH_REQ_KRB5 in libpq code Michael Paquier
- Re: Avoid use deprecated Windows Memory API Michael Paquier
- Re: Option to not use ringbuffer in VACUUM, using it in failsafe mode Melanie Plageman
- Re: Remove AUTH_REQ_KRB4 and AUTH_REQ_KRB5 in libpq code Tom Lane
- Re: Option to not use ringbuffer in VACUUM, using it in failsafe mode Melanie Plageman
- Re: Amcheck verification of GiST and GIN Andrey Borodin
- Re: Reconcile stats in find_tabstat_entry() and get rid of PgStat_BackendFunctionEntry Michael Paquier
- Re: Remove AUTH_REQ_KRB4 and AUTH_REQ_KRB5 in libpq code Michael Paquier
- Re: Commitfest 2023-03 starting tomorrow! Thomas Munro
- Re: Commitfest 2023-03 starting tomorrow! Tom Lane
- Re: ALTER TABLE SET ACCESS METHOD on partitioned tables Michael Paquier
- Re: Commitfest 2023-03 starting tomorrow! Thomas Munro
- RE: Data is copied twice when specifying both child and parent table in publication wangw.fnst@fujitsu.com
- Lock conflict 席冲(宜穆)
- Re: Lock conflict David Rowley
- Re: Allow logical replication to copy tables in binary format Amit Kapila
- Re: meson documentation build open issues Andres Freund
- Re: Add pg_walinspect function with block info columns Kyotaro Horiguchi
- Re: logical decoding and replication of sequences, take 2 Amit Kapila
- RE: Allow logical replication to copy tables in binary format Hayato Kuroda (Fujitsu)
- Re: Initial Schema Sync for Logical Replication Amit Kapila
- Re: Improve logging when using Huge Pages Michael Paquier
- Re: Improve logging when using Huge Pages Michael Paquier
- Re: Improve logging when using Huge Pages Tom Lane
- Re: Improve logging when using Huge Pages Michael Paquier
- Re: [PoC] Improve dead tuple storage for lazy vacuum Masahiko Sawada
- Re: BF mamba failure Peter Smith
- Re: Privileges on PUBLICATION Peter Eisentraut
- Re: An oversight in ExecInitAgg for grouping sets Richard Guo
- Re: RADIUS tests and improvements Michael Paquier
- Re: Add macros for ReorderBufferTXN toptxn Peter Smith
- Missing rules for queryjumblefuncs.{funcs,switch}.c for maintainer-clean Michael Paquier
- Re: proposal: possibility to read dumped table's name from file Pavel Stehule
- Re: Missing rules for queryjumblefuncs.{funcs,switch}.c for maintainer-clean Richard Guo
- RE: Dropped and generated columns might cause wrong data on subs when REPLICA IDENTITY FULL shiy.fnst@fujitsu.com
- Re: Remove nonmeaningful prefixes in PgStat_* fields Michael Paquier
- Re: Data is copied twice when specifying both child and parent table in publication Peter Smith
- Re: Missing rules for queryjumblefuncs.{funcs,switch}.c for maintainer-clean Michael Paquier
- Re: Missing rules for queryjumblefuncs.{funcs,switch}.c for maintainer-clean Daniel Gustafsson
- Re: Missing rules for queryjumblefuncs.{funcs,switch}.c for maintainer-clean Richard Guo
- About a recently-added permission-related error message Kyotaro Horiguchi
- Re: Timeline ID hexadecimal format Peter Eisentraut
- Re: logical decoding and replication of sequences, take 2 Tomas Vondra
- Re: Exclusion constraints on partitioned tables Ronan Dunklau
- Re: Memory leak from ExecutorState context? Tomas Vondra
- Re: psql: Add role's membership options to the \du+ command Pavel Luzanov
- Re: Data is copied twice when specifying both child and parent table in publication Amit Kapila
- Re: Remove nonmeaningful prefixes in PgStat_* fields Drouvot, Bertrand
- Re: Fix misplaced shared_preload_libraries_in_progress check in few extensions Kyotaro Horiguchi
- RE: Support logical replication of DDLs houzj.fnst@fujitsu.com
- RE: Simplify some codes in pgoutput houzj.fnst@fujitsu.com
- RE: Simplify some codes in pgoutput houzj.fnst@fujitsu.com
- Re: Dropped and generated columns might cause wrong data on subs when REPLICA IDENTITY FULL Önder Kalacı
- Re: Timeline ID hexadecimal format Sébastien Lardière
- Save a few bytes in pg_attribute Peter Eisentraut
- Re: Ignoring BRIN for HOT updates (was: -udpates seems broken) Tomas Vondra
- Re: Data is copied twice when specifying both child and parent table in publication Amit Kapila
- Re: Ignoring BRIN for HOT updates (was: -udpates seems broken) Matthias van de Meent
- Re: server log inflates due to pg_logical_slot_peek_changes/pg_logical_slot_get_changes calls Ashutosh Bapat
- Re: Ignoring BRIN for HOT updates (was: -udpates seems broken) Josef Šimánek
- Re: Reconcile stats in find_tabstat_entry() and get rid of PgStat_BackendFunctionEntry Drouvot, Bertrand
- Re: meson documentation build open issues Peter Eisentraut
- Re: Allow logical replication to copy tables in binary format Melih Mutlu
- Re: logical decoding and replication of sequences, take 2 Amit Kapila
- Re: server log inflates due to pg_logical_slot_peek_changes/pg_logical_slot_get_changes calls Jeevan Ladhe
- Re: logical decoding and replication of sequences, take 2 Tomas Vondra
- Re: allow_in_place_tablespaces vs. pg_basebackup Robert Haas
-
Question: Do we have a rule to use "PostgreSQL" and "
PostgreSQL " separately? Hayato Kuroda (Fujitsu) - Re: logical decoding and replication of sequences, take 2 Amit Kapila
- Re: [PoC] Improve dead tuple storage for lazy vacuum John Naylor
- RE: Initial Schema Sync for Logical Replication Kumar, Sachin
- Re: Dropped and generated columns might cause wrong data on subs when REPLICA IDENTITY FULL Amit Kapila
- RE: Data is copied twice when specifying both child and parent table in publication Hayato Kuroda (Fujitsu)
- Re: Kerberos delegation support in libpq and postgres_fdw Stephen Frost
- Re: Memory leak from ExecutorState context? Jehan-Guillaume de Rorthais
- Re: Commitfest 2023-03 starting tomorrow! Greg Stark
- Re: Missing rules for queryjumblefuncs.{funcs,switch}.c for maintainer-clean Tom Lane
-
Re: Question: Do we have a rule to use "PostgreSQL" and "
PostgreSQL " separately? Tom Lane - Re: [PoC] Improve dead tuple storage for lazy vacuum Masahiko Sawada
- Re: Save a few bytes in pg_attribute Tom Lane
-
Re: Question: Do we have a rule to use "PostgreSQL" and "
PostgreSQL " separately? Daniel Gustafsson - Re: explain analyze rows=%.0f Gregory Stark (as CFM)
- Re: Allow parallel plan for referential integrity checks? Gregory Stark (as CFM)
- Re: Implement missing join selectivity estimation for range types Schoemans Maxime
- Re: Allow parallel plan for referential integrity checks? Frédéric Yhuel
- Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15) Maxim Orlov
- Re: Add SHELL_EXIT_CODE to psql Maxim Orlov
- Fix typo plgsql to plpgsql. Zhang Mingli
- Re: postgres_fdw, dblink, and CREATE SUBSCRIPTION security Robert Haas
- Re: Add SHELL_EXIT_CODE to psql Tom Lane
- Re: logical decoding and replication of sequences, take 2 Tomas Vondra
- Re: Request for comment on setting binary format output per session Jeff Davis
- Re: meson documentation build open issues Andres Freund
- Re: real/float example for testlibpq3 Gregory Stark (as CFM)
- Re: [PATCH] Fix alter subscription concurrency errors Gregory Stark (as CFM)
- Re: Save a few bytes in pg_attribute Tomas Vondra
- Re: Error "initial slot snapshot too large" in create replication slot Gregory Stark (as CFM)
- Re: Data is copied twice when specifying both child and parent table in publication Jacob Champion
- Re: Fix order of checking ICU options in initdb and create database Gregory Stark (as CFM)
- Re: [PATCH] Fix alter subscription concurrency errors Tom Lane
- Re: Save a few bytes in pg_attribute Tom Lane
- Re: Make ON_ERROR_STOP stop on shell script failure Greg Stark
- Re: Make ON_ERROR_STOP stop on shell script failure Gregory Stark (as CFM)
- Re: Request for comment on setting binary format output per session Dave Cramer
- Re: Make ON_ERROR_STOP stop on shell script failure Gregory Stark (as CFM)
- Re: [PATCH] psql: Add tab-complete for optional view parameters Gregory Stark (as CFM)
- Re: Request for comment on setting binary format output per session Jeff Davis
- Re: doc: add missing "id" attributes to extension packaging page Gregory Stark (as CFM)
- Re: Eliminating SPI from RI triggers - take 2 Gregory Stark (as CFM)
- Re: Request for comment on setting binary format output per session Tom Lane
- Re: Request for comment on setting binary format output per session Jeff Davis
- Re: meson documentation build open issues Andres Freund
- Re: pg_stats and range statistics Gregory Stark (as CFM)
- Re: [PATCH] Add initial xid/mxid/mxoff to initdb Gregory Stark (as CFM)
- Re: [PATCH] Introduce array_shuffle() and array_sample() Gregory Stark (as CFM)
- Re: Save a few bytes in pg_attribute David Rowley
- Re: pg_stats and range statistics Egor Rogov
- Re: Optimizing Node Files Support Gregory Stark (as CFM)
- Re: Inconsistency in reporting checkpointer stats Gregory Stark (as CFM)
-
Re: [PATCH] Add <
> support to sepgsql_restorecon Gregory Stark (as CFM) - Re: Commitfest 2023-03 starting tomorrow! Thomas Munro
-
Re: [PATCH] Add <
> support to sepgsql_restorecon Ted Toth - Re: Add SHELL_EXIT_CODE to psql Corey Huinker
- Re: Commitfest 2023-03 starting tomorrow! Greg Stark
- Re: Experiments with Postgres and SSL Greg Stark
- Re: Commitfest 2023-03 starting tomorrow! Thomas Munro
- Re: Experiments with Postgres and SSL Greg Stark
- Adjust Memoize hit_ratio calculation David Rowley
- Re: Add LZ4 compression in pg_dump Tomas Vondra
- Re: [BUG] pg_stat_statements and extended query protocol Imseih (AWS), Sami
- Re: [PATCH] Fix alter subscription concurrency errors Jelte Fennema
- Re: POC: Lock updated tuples in tuple_update() and tuple_delete() Alexander Korotkov
- Re: Add LZ4 compression in pg_dump Justin Pryzby
- Re: Ability to reference other extensions by schema in extension scripts Tom Lane
- Re: Request for comment on setting binary format output per session Merlin Moncure
- Re: Add pg_walinspect function with block info columns Peter Geoghegan
- Re: Save a few bytes in pg_attribute Andres Freund
- Re: Save a few bytes in pg_attribute Tom Lane
- Re: Add pg_walinspect function with block info columns Peter Geoghegan
- Re: Add pg_walinspect function with block info columns Peter Geoghegan
- Re: Request for comment on setting binary format output per session Dave Cramer
- Re: Request for comment on setting binary format output per session Dave Cramer
- Re: Missing rules for queryjumblefuncs.{funcs,switch}.c for maintainer-clean Michael Paquier
- Re: Request for comment on setting binary format output per session Dave Cramer
- Re: Save a few bytes in pg_attribute Andres Freund
- Re: Question about pull_up_sublinks_qual_recurse Andy Fan
- Re: Fix typo plgsql to plpgsql. Richard Guo
- Re: [BUG] pg_stat_statements and extended query protocol Michael Paquier
- RE: Initial Schema Sync for Logical Replication Kumar, Sachin
- Re: Fix typo plgsql to plpgsql. Michael Paquier
- Re: Allow logical replication to copy tables in binary format Peter Smith
- Re: Initial Schema Sync for Logical Replication Euler Taveira
- Re: Assertion failure with barriers in parallel hash join Thomas Munro
- Re: Track IO times in pg_stat_io Andres Freund
- Re: psql: Add role's membership options to the \du+ command Pavel Luzanov
- Re: Eliminating SPI from RI triggers - take 2 Amit Langote
- Re: [PoC] Improve dead tuple storage for lazy vacuum John Naylor
- Re: Allow logical replication to copy tables in binary format Amit Kapila
- Re: Dropped and generated columns might cause wrong data on subs when REPLICA IDENTITY FULL Amit Kapila
- Re: Data is copied twice when specifying both child and parent table in publication Amit Kapila
- Re: [PoC] Improve dead tuple storage for lazy vacuum Masahiko Sawada
- RE: Smoothing the subtrans performance catastrophe Kurlaev Jaroslav
- CREATE DATABASE ... STRATEGY WAL_LOG issues Andres Freund
- Re: Timeline ID hexadecimal format Peter Eisentraut
- Hash table scans outside transactions Ashutosh Bapat
- Re: Timeline ID hexadecimal format Sébastien Lardière
- Options to rowwise persist result of stable/immutable function with RECORD result Eske Rahn
- RE: Data is copied twice when specifying both child and parent table in publication wangw.fnst@fujitsu.com
- RE: Data is copied twice when specifying both child and parent table in publication wangw.fnst@fujitsu.com
- RE: Data is copied twice when specifying both child and parent table in publication wangw.fnst@fujitsu.com
- RE: Data is copied twice when specifying both child and parent table in publication wangw.fnst@fujitsu.com
- Re: Allow logical replication to copy tables in binary format Melih Mutlu
- Re: Dropped and generated columns might cause wrong data on subs when REPLICA IDENTITY FULL Önder Kalacı
- Re: Allow logical replication to copy tables in binary format Amit Kapila
- Re: Allow logical replication to copy tables in binary format Melih Mutlu
- Re: ICU locale validation / canonicalization Peter Eisentraut
- Comment in preptlist.c Etsuro Fujita
- Re: [PATCH] Add initial xid/mxid/mxoff to initdb Maxim Orlov
- Re: Commitfest 2023-03 starting tomorrow! Alvaro Herrera
- Re: Comment in preptlist.c Richard Guo
- Re: Option to not use ringbuffer in VACUUM, using it in failsafe mode Ants Aasma
- RE: Dropped and generated columns might cause wrong data on subs when REPLICA IDENTITY FULL shiy.fnst@fujitsu.com
- Re: MERGE ... WHEN NOT MATCHED BY SOURCE Alvaro Herrera
- Re: Initial Schema Sync for Logical Replication Amit Kapila
- Re: Request for comment on setting binary format output per session Merlin Moncure
- Re: [PATCH] Clarify the behavior of the system when approaching XID wraparound Aleksander Alekseev
- Re: Dropped and generated columns might cause wrong data on subs when REPLICA IDENTITY FULL Önder Kalacı
- Re: MERGE ... WHEN NOT MATCHED BY SOURCE Dean Rasheed
- Re: MERGE ... WHEN NOT MATCHED BY SOURCE Alvaro Herrera
- Re: [BUG] pg_stat_statements and extended query protocol Imseih (AWS), Sami
- Re: Request for comment on setting binary format output per session Dave Cramer
- Re: real/float example for testlibpq3 Mark Wong
- Re: doc: add missing "id" attributes to extension packaging page Brar Piening
- Re: Comment in preptlist.c Tom Lane
- RE: Ability to reference other extensions by schema in extension scripts Regina Obe
- Re: Ability to reference other extensions by schema in extension scripts Tom Lane
- Re: Request for comment on setting binary format output per session Merlin Moncure
- Making the initial and maximum DSA segment sizes configurable Masahiko Sawada
- Re: proposal: possibility to read dumped table's name from file Justin Pryzby
- Re: Make EXPLAIN generate a generic plan for a parameterized query Christoph Berg
- Re: proposal: possibility to read dumped table's name from file Pavel Stehule
- Re: CREATE DATABASE ... STRATEGY WAL_LOG issues Robert Haas
- PostgreSQL 16 Release Management Team & Feature Freeze Jonathan S. Katz
- Re: Request for comment on setting binary format output per session Jeff Davis
- Re: Schema variables - new implementation for Postgres 15 Peter Eisentraut
- Re: Request for comment on setting binary format output per session Dave Cramer
- Re: CREATE DATABASE ... STRATEGY WAL_LOG issues Andres Freund
- Re: Save a few bytes in pg_attribute Peter Eisentraut
- Re: Save a few bytes in pg_attribute Andres Freund
- Re: Transparent column encryption Peter Eisentraut
- Re: Add SHELL_EXIT_CODE to psql Tom Lane
- Re: CREATE DATABASE ... STRATEGY WAL_LOG issues Robert Haas
- Re: Save a few bytes in pg_attribute Peter Eisentraut
- Re: PostgreSQL 16 Release Management Team & Feature Freeze Roberto Mello
- Re: Save a few bytes in pg_attribute Andres Freund
- Re: Transparent column encryption Andres Freund
- Re: PostgreSQL 16 Release Management Team & Feature Freeze Jonathan S. Katz
- Re: Progress report of CREATE INDEX for nested partitioned tables Justin Pryzby
- Re: Save a few bytes in pg_attribute Tom Lane
- Re: Save a few bytes in pg_attribute Matthias van de Meent
- Re: Save a few bytes in pg_attribute Tom Lane
- Re: Add SHELL_EXIT_CODE to psql Corey Huinker
- Re: Adjust Memoize hit_ratio calculation David Rowley
- Re: Save a few bytes in pg_attribute Andres Freund
- Re: Comment in preptlist.c David Rowley
- Re: Save a few bytes in pg_attribute Matthias van de Meent
- Re: Save a few bytes in pg_attribute Andres Freund
- Re: [PATCH] Tracking statements entry timestamp in pg_stat_statements Sergei Kornilov
- Re: pgsql: Stop recommending auto-download of DTD files, and indeed disable Robert Haas
- Re: pgsql: Stop recommending auto-download of DTD files, and indeed disable Robert Haas
- Re: Request for comment on setting binary format output per session Jeff Davis
- Re: proposal: possibility to read dumped table's name from file Pavel Stehule
- Re: Save a few bytes in pg_attribute Andres Freund
- Re: doc: add missing "id" attributes to extension packaging page Brar Piening
- Re: Save a few bytes in pg_attribute Matthias van de Meent
- Re: Show various offset arrays for heap WAL records Peter Geoghegan
- Re: Allow logical replication to copy tables in binary format Peter Smith
- Re: Missing rules for queryjumblefuncs.{funcs,switch}.c for maintainer-clean Michael Paquier
- Re: allow_in_place_tablespaces vs. pg_basebackup Michael Paquier
- Re: Fix fseek() detection of unseekable files on WIN32 Michael Paquier
- Re: Track IO times in pg_stat_io Melanie Plageman
- Re: Reconcile stats in find_tabstat_entry() and get rid of PgStat_BackendFunctionEntry Michael Paquier
- Re: Remove nonmeaningful prefixes in PgStat_* fields Michael Paquier
- Re: Show various offset arrays for heap WAL records Peter Geoghegan
- RE: Dropped and generated columns might cause wrong data on subs when REPLICA IDENTITY FULL shiy.fnst@fujitsu.com
- Re: Improve logging when using Huge Pages Justin Pryzby
- Re: Reconcile stats in find_tabstat_entry() and get rid of PgStat_BackendFunctionEntry Kyotaro Horiguchi
- misplaced GUC in pqcomm.h -- where to put actual common variable though...? Greg Stark
- Re: Initial Schema Sync for Logical Replication Masahiko Sawada
- Re: Commitfest 2023-03 starting tomorrow! Greg Stark
- Re: Raising the SCRAM iteration count Gregory Stark (as CFM)
-
RE: Question: Do we have a rule to use "PostgreSQL" and "
PostgreSQL " separately? Hayato Kuroda (Fujitsu) - Re: [PATCH] Optional OR REPLACE in CREATE OPERATOR statement Gregory Stark (as CFM)
- RE: Allow logical replication to copy tables in binary format shiy.fnst@fujitsu.com
- Re: Kerberos delegation support in libpq and postgres_fdw Greg Stark
- Re: Commitfest 2023-03 starting tomorrow! Greg Stark
- Re: Using AF_UNIX sockets always for tests on Windows Thomas Munro
- Re: Reconcile stats in find_tabstat_entry() and get rid of PgStat_BackendFunctionEntry Michael Paquier
- Re: Data is copied twice when specifying both child and parent table in publication Peter Smith
- Re: CREATE DATABASE ... STRATEGY WAL_LOG issues Andres Freund
- Re: Initial Schema Sync for Logical Replication Amit Kapila
- Re: Error "initial slot snapshot too large" in create replication slot Kyotaro Horiguchi
- Re: Commitfest 2023-03 starting tomorrow! Thomas Munro
- Re: [PoC] Let libpq reject unexpected authentication requests Michael Paquier
- Re: add log messages when replication slots become active and inactive (was Re: Is it worth adding ReplicationSlot active_pid to ReplicationSlotPersistentData?) Amit Kapila
- Re: Add pg_walinspect function with block info columns Michael Paquier
- Re: Commitfest 2023-03 starting tomorrow! Tom Lane
- RE: Data is copied twice when specifying both child and parent table in publication Hayato Kuroda (Fujitsu)
- Re: Add pg_walinspect function with block info columns Michael Paquier
- Re: Reconcile stats in find_tabstat_entry() and get rid of PgStat_BackendFunctionEntry Drouvot, Bertrand
- Re: Set arbitrary GUC options during initdb Peter Eisentraut
- Re: User functions for building SCRAM secrets Michael Paquier
- Re: Dropped and generated columns might cause wrong data on subs when REPLICA IDENTITY FULL Önder Kalacı
- meson: Fix support for empty darwin sysroot Peter Eisentraut
- Re: Improve logging when using Huge Pages Michael Paquier
- Re: Comment in preptlist.c Etsuro Fujita
- Re: Comment in preptlist.c David Rowley
- RE: Initial Schema Sync for Logical Replication houzj.fnst@fujitsu.com
- RE: Dropped and generated columns might cause wrong data on subs when REPLICA IDENTITY FULL shiy.fnst@fujitsu.com
- Re: [PATCH] Tracking statements entry timestamp in pg_stat_statements Andrei Zubkov
- Re: Reconcile stats in find_tabstat_entry() and get rid of PgStat_BackendFunctionEntry Drouvot, Bertrand
- Re: An oversight in ExecInitAgg for grouping sets David Rowley
- Re: Transparent column encryption Peter Eisentraut
- Re: Request for comment on setting binary format output per session Peter Eisentraut
- Re: Request for comment on setting binary format output per session Peter Eisentraut
- Re: Request for comment on setting binary format output per session Peter Eisentraut
- Re: Can we avoid chdir'ing in resolve_symlinks() ? Peter Eisentraut
- Re: Reconcile stats in find_tabstat_entry() and get rid of PgStat_BackendFunctionEntry Michael Paquier
- Re: Commitfest 2023-03 starting tomorrow! Peter Eisentraut
- Re: Save a few bytes in pg_attribute Peter Eisentraut
- Re: Bytea PL/Perl transform Daniel Gustafsson
- Re: gcc 13 warnings Peter Eisentraut
- Re: Allow logical replication to copy tables in binary format Amit Kapila
- Re: Avoid use deprecated Windows Memory API Daniel Gustafsson
- RE: Data is copied twice when specifying both child and parent table in publication wangw.fnst@fujitsu.com
- RE: Data is copied twice when specifying both child and parent table in publication wangw.fnst@fujitsu.com
- Re: Issue attaching a table to a partitioned table with an auto-referenced foreign key Guillaume Lelarge
- Re: meson: Non-feature feature options Nazir Bilal Yavuz
- Re: About a recently-added permission-related error message Yugo NAGATA
- Re: Commitfest 2023-03 starting tomorrow! Daniel Gustafsson
- RE: Allow logical replication to copy tables in binary format Hayato Kuroda (Fujitsu)
- RE: Initial Schema Sync for Logical Replication Kumar, Sachin
- Re: [BUG] pg_stat_statements and extended query protocol Drouvot, Bertrand
- Re: Save a few bytes in pg_attribute Matthias van de Meent
-
Re: Question: Do we have a rule to use "PostgreSQL" and "
PostgreSQL " separately? Daniel Gustafsson - Re: Comment in preptlist.c Etsuro Fujita
- Re: Doc: Improve note about copying into postgres_fdw foreign tables in batch Etsuro Fujita
- Re: Doc: Improve note about copying into postgres_fdw foreign tables in batch Tatsuo Ishii
- Re: Doc: Improve note about copying into postgres_fdw foreign tables in batch Daniel Gustafsson
- Re: Request for comment on setting binary format output per session Dave Cramer
- Re: Request for comment on setting binary format output per session Dave Cramer
- Re: Avoid use deprecated Windows Memory API Ranier Vilela
- Re: SQL/JSON revisited Alvaro Herrera
- Re: [EXTERNAL] Support load balancing in libpq Jelte Fennema
- Re: Doc: Improve note about copying into postgres_fdw foreign tables in batch Tatsuo Ishii
- Re: [EXTERNAL] Re: Add non-blocking version of PQcancel Jelte Fennema
- Re: generic plans and "initial" pruning Amit Langote
- Re: Make EXPLAIN generate a generic plan for a parameterized query Laurenz Albe
- Re: HOT chain validation in verify_heapam() Robert Haas
- Re: POC PATCH: copy from ... exceptions to: (was Re: VLDB Features) torikoshia
- Re: Initial Schema Sync for Logical Replication Masahiko Sawada
- Re: CREATE DATABASE ... STRATEGY WAL_LOG issues Robert Haas
- Re: User functions for building SCRAM secrets Jonathan S. Katz
- Re: ResourceOwner refactoring Aleksander Alekseev
- Re: meson: Non-feature feature options Peter Eisentraut
- Re: Add pg_walinspect function with block info columns Melanie Plageman
- Re: [PATCH] Report the query string that caused a memory error under Valgrind Peter Eisentraut
- Re: Non-superuser subscription owners Robert Haas
- Re: Bytea PL/Perl transform Иван Панченко
- Re: Add pg_walinspect function with block info columns Melanie Plageman
- Re: Should we remove vacuum_defer_cleanup_age? Justin Pryzby
- Re: Should we remove vacuum_defer_cleanup_age? Andres Freund
- Re: CREATE DATABASE ... STRATEGY WAL_LOG issues Andres Freund
- Re: Set arbitrary GUC options during initdb Tom Lane
- Re: allow_in_place_tablespaces vs. pg_basebackup Robert Haas
- Re: Add pg_walinspect function with block info columns Melanie Plageman
- Re: POC PATCH: copy from ... exceptions to: (was Re: VLDB Features) Andres Freund
- Re: On login trigger: take three Robert Haas
- Re: Request for comment on setting binary format output per session Jeff Davis
- Re: Initial Schema Sync for Logical Replication Zheng Li
- Re: Request for comment on setting binary format output per session Jeff Davis
- Re: ICU locale validation / canonicalization Jeff Davis
- Re: psql: Add role's membership options to the \du+ command Pavel Luzanov
- Re: Reconcile stats in find_tabstat_entry() and get rid of PgStat_BackendFunctionEntry Melanie Plageman
- Re: Set arbitrary GUC options during initdb Tom Lane
- Re: Request for comment on setting binary format output per session Tom Lane
- Re: Remove nonmeaningful prefixes in PgStat_* fields Melanie Plageman
- Re: meson documentation build open issues Andres Freund
- Re: Request for comment on setting binary format output per session Jeff Davis
- Re: HOT chain validation in verify_heapam() Tom Lane
- Re: On login trigger: take three Daniel Gustafsson
- Re: Can we avoid chdir'ing in resolve_symlinks() ? Tom Lane
- Re: Non-superuser subscription owners Jeff Davis
- Re: Set arbitrary GUC options during initdb Andres Freund
- Re: Set arbitrary GUC options during initdb Tom Lane
- Re: HOT chain validation in verify_heapam() Andres Freund
- Re: HOT chain validation in verify_heapam() Peter Geoghegan
- Re: Initial Schema Sync for Logical Replication Euler Taveira
- Re: [BUG] pg_stat_statements and extended query protocol Imseih (AWS), Sami
- Re: HOT chain validation in verify_heapam() Peter Geoghegan
- Re: Options to rowwise persist result of stable/immutable function with RECORD result David G. Johnston
- Re: HOT chain validation in verify_heapam() Andres Freund
- Re: HOT chain validation in verify_heapam() Andres Freund
- Re: Improve logging when using Huge Pages Justin Pryzby
- Re: Improve logging when using Huge Pages Michael Paquier
- Re: Reconcile stats in find_tabstat_entry() and get rid of PgStat_BackendFunctionEntry Michael Paquier
- Re: Options to rowwise persist result of stable/immutable function with RECORD result Eske Rahn
- Re: Options to rowwise persist result of stable/immutable function with RECORD result David G. Johnston
- Re: Options to rowwise persist result of stable/immutable function with RECORD result David G. Johnston
- Re: Add pg_walinspect function with block info columns Peter Geoghegan
- Re: Remove nonmeaningful prefixes in PgStat_* fields Michael Paquier
- Re: Add pg_walinspect function with block info columns Peter Geoghegan
- Re: Add n_tup_newpage_upd to pg_stat table views Peter Geoghegan
- Re: Add pg_walinspect function with block info columns Michael Paquier
- Re: Add pg_walinspect function with block info columns Peter Geoghegan
- Re: Add n_tup_newpage_upd to pg_stat table views Michael Paquier
- Re: POC: Lock updated tuples in tuple_update() and tuple_delete() Andres Freund
- Re: HOT chain validation in verify_heapam() Andres Freund
- RE: Simplify some codes in pgoutput houzj.fnst@fujitsu.com
- [PATCH] Remove unnecessary unbind in LDAP search+bind mode Anatoly Zaretsky
- Re: refactoring basebackup.c Thomas Munro
- Orphaned wait event Thomas Munro
- 回复: WAL Insertion Lock Improvements adherent postgres
- Re: Combine pg_walinspect till_end_of_wal functions with others Michael Paquier
- Re: doc: add missing "id" attributes to extension packaging page Karl O. Pinc
- Re: Support logical replication of DDLs Ajin Cherian
- Re: Data is copied twice when specifying both child and parent table in publication Peter Smith
- Re: Error "initial slot snapshot too large" in create replication slot Kyotaro Horiguchi
- Re: Add n_tup_newpage_upd to pg_stat table views Corey Huinker
- Re: Allow logical replication to copy tables in binary format Amit Kapila
- Re: HOT chain validation in verify_heapam() Himanshu Upadhyaya
- Re: Should vacuum process config file reload more often Masahiko Sawada
- PGdoc: add missing ID attribute to create_subscription.sgml Hayato Kuroda (Fujitsu)
- RE: Allow logical replication to copy tables in binary format Hayato Kuroda (Fujitsu)
- Re: ICU locale validation / canonicalization Peter Eisentraut
- Improve the performance of nested loop join in the case of partitioned inner table Alexandr Nikulin
- Re: Data is copied twice when specifying both child and parent table in publication Amit Kapila
- Re: Remove nonmeaningful prefixes in PgStat_* fields Drouvot, Bertrand
- Re: Orphaned wait event Bharath Rupireddy
- Re: doc: add missing "id" attributes to extension packaging page Brar Piening
- Re: pg_upgrade and logical replication Masahiko Sawada
- Re: Allow logical replication to copy tables in binary format Melih Mutlu
- Re: pg_upgrade and logical replication Julien Rouhaud
- Re: Remove nonmeaningful prefixes in PgStat_* fields Michael Paquier
- Re: Improve logging when using Huge Pages Kyotaro Horiguchi
- Re: [BUG] pg_stat_statements and extended query protocol Drouvot, Bertrand
- Re: Error "initial slot snapshot too large" in create replication slot Dilip Kumar
- Re: Refactoring SysCacheGetAttr to know when attr cannot be NULL David Rowley
- RE: Data is copied twice when specifying both child and parent table in publication wangw.fnst@fujitsu.com
- Re: Should we remove vacuum_defer_cleanup_age? Daniel Gustafsson
- Re: [BUG] pg_stat_statements and extended query protocol Michael Paquier
- Re: add log messages when replication slots become active and inactive (was Re: Is it worth adding ReplicationSlot active_pid to ReplicationSlotPersistentData?) Peter Smith
- Re: doc: add missing "id" attributes to extension packaging page Alvaro Herrera
- Re: Doc: Improve note about copying into postgres_fdw foreign tables in batch Etsuro Fujita
- Re: Doc: Improve note about copying into postgres_fdw foreign tables in batch Daniel Gustafsson
- Re: Improve the performance of nested loop join in the case of partitioned inner table David Rowley
- Re: add log messages when replication slots become active and inactive (was Re: Is it worth adding ReplicationSlot active_pid to ReplicationSlotPersistentData?) Alvaro Herrera
- Re: doc: add missing "id" attributes to extension packaging page Brar Piening
- Re: Initial Schema Sync for Logical Replication Amit Kapila
- Re: Initial Schema Sync for Logical Replication Amit Kapila
- Re: Memory leak from ExecutorState context? Melanie Plageman
- Re: Save a few bytes in pg_attribute Peter Eisentraut
- Re: doc: add missing "id" attributes to extension packaging page Karl O. Pinc
- Re: doc: add missing "id" attributes to extension packaging page Karl O. Pinc
- Re: Support logical replication of DDLs vignesh C
- Re: HOT chain validation in verify_heapam() Robert Haas
- Re: Dropped and generated columns might cause wrong data on subs when REPLICA IDENTITY FULL Amit Kapila
- Re: [BUG] pg_stat_statements and extended query protocol Imseih (AWS), Sami
- Re: Transparent column encryption Peter Eisentraut
- Re: HOT chain validation in verify_heapam() Robert Haas
- Re: Refactor calculations to use instr_time Nazir Bilal Yavuz
- Re: POC: Lock updated tuples in tuple_update() and tuple_delete() Alexander Korotkov
- Re: Schema variables - new implementation for Postgres 15 Peter Eisentraut
- Re: WIP Patch: pg_dump structured Attila Soki
- Re: HOT chain validation in verify_heapam() Robert Haas
- Re: Non-superuser subscription owners Robert Haas
- RE: Initial Schema Sync for Logical Replication Kumar, Sachin
- Re: Transparent column encryption Robert Haas
- Re: Initial Schema Sync for Logical Replication Euler Taveira
- Re: Should vacuum process config file reload more often Daniel Gustafsson
- Re: HOT chain validation in verify_heapam() Robert Haas
- Re: POC: Lock updated tuples in tuple_update() and tuple_delete() Andres Freund
- Re: HOT chain validation in verify_heapam() Robert Haas
- Re: Add LZ4 compression in pg_dump Tomas Vondra
- RE: [EXTERNAL] Re: [PATCH] Report the query string that caused a memory error under Valgrind Onur Tirtir
- Re: ICU locale validation / canonicalization Jeff Davis
- Re: Add pg_walinspect function with block info columns Bharath Rupireddy
- Re: HOT chain validation in verify_heapam() Andres Freund
- Re: add log messages when replication slots become active and inactive (was Re: Is it worth adding ReplicationSlot active_pid to ReplicationSlotPersistentData?) Bharath Rupireddy
- Re: HOT chain validation in verify_heapam() Robert Haas
- Re: HOT chain validation in verify_heapam() Andres Freund
- Re: Non-superuser subscription owners Jeff Davis
- Re: Add n_tup_newpage_upd to pg_stat table views Peter Geoghegan
- Re: Make EXPLAIN generate a generic plan for a parameterized query Laurenz Albe
- Re: Consider parallel for lateral subqueries with limit Gregory Stark (as CFM)
- Re: Memory leak from ExecutorState context? Tomas Vondra
- Re: Schema variables - new implementation for Postgres 15 Pavel Stehule
- Re: HOT chain validation in verify_heapam() Robert Haas
- Re: doc: add missing "id" attributes to extension packaging page Brar Piening
- Re: Request for comment on setting binary format output per session Dave Cramer
- Re: HOT chain validation in verify_heapam() Robert Haas
- Re: Non-superuser subscription owners Robert Haas
- Re: doc: add missing "id" attributes to extension packaging page Corey Huinker
- Re: Code checks for App Devs, using new options for transaction behavior Greg Stark
- pg_bsd_indent vs vpath Andrew Dunstan
- Re: refactoring basebackup.c Robert Haas
- Re: Add standard collation UNICODE Jeff Davis
- Re: Progress report of CREATE INDEX for nested partitioned tables Tom Lane
- Re: HOT chain validation in verify_heapam() Andres Freund
- Re: Commitfest 2023-03 starting tomorrow! Greg Stark
- Re: Code checks for App Devs, using new options for transaction behavior Tom Lane
- Re: pg_bsd_indent vs vpath Tom Lane
- Re: Commitfest 2023-03 starting tomorrow! Tom Lane
- Re: add log messages when replication slots become active and inactive (was Re: Is it worth adding ReplicationSlot active_pid to ReplicationSlotPersistentData?) Peter Smith
- Re: add log messages when replication slots become active and inactive (was Re: Is it worth adding ReplicationSlot active_pid to ReplicationSlotPersistentData?) Euler Taveira
- Re: Raising the SCRAM iteration count Daniel Gustafsson
- Re: Orphaned wait event Thomas Munro
- PGDOCS - function pg_get_publication_tables is not documented? Peter Smith
- Re: Data is copied twice when specifying both child and parent table in publication Peter Smith
- Re: Commitfest 2023-03 starting tomorrow! Justin Pryzby
- Re: Can we avoid chdir'ing in resolve_symlinks() ? Tom Lane
- Re: logical decoding and replication of sequences, take 2 Tomas Vondra
- Re: PGDOCS - function pg_get_publication_tables is not documented? Tom Lane
- Re: doc: add missing "id" attributes to extension packaging page Karl O. Pinc
- Re: Making background psql nicer to use in tap tests Daniel Gustafsson
- Re: [PoC] Let libpq reject unexpected authentication requests Jacob Champion
- Re: pg_stats and range statistics Tomas Vondra
- Re: doc: add missing "id" attributes to extension packaging page Karl O. Pinc
- Re: HOT chain validation in verify_heapam() Robert Haas
- Re: PGDOCS - function pg_get_publication_tables is not documented? Peter Smith
- Re: Raising the SCRAM iteration count Michael Paquier
- Re: Remove nonmeaningful prefixes in PgStat_* fields Michael Paquier
- Re: Generate pg_stat_get_xact*() functions with Macros Michael Paquier
- Re: Should vacuum process config file reload more often Melanie Plageman
- Re: POC: Lock updated tuples in tuple_update() and tuple_delete() Andres Freund
- Re: Commitfest 2023-03 starting tomorrow! Masahiko Sawada
- Re: Commitfest 2023-03 starting tomorrow! Michael Paquier
- Re: Data is copied twice when specifying both child and parent table in publication Peter Smith
- Re: Improve logging when using Huge Pages Justin Pryzby
- Re: Commitfest 2023-03 starting tomorrow! Justin Pryzby
- Re: Data is copied twice when specifying both child and parent table in publication Peter Smith
- Re: Error "initial slot snapshot too large" in create replication slot Kyotaro Horiguchi
- Re: [BUG] pg_stat_statements and extended query protocol Yugo NAGATA
- Re: add log messages when replication slots become active and inactive (was Re: Is it worth adding ReplicationSlot active_pid to ReplicationSlotPersistentData?) Bharath Rupireddy
- Re: Move backup-related code to xlogbackup.c/.h Gregory Stark (as CFM)
- Re: add log messages when replication slots become active and inactive (was Re: Is it worth adding ReplicationSlot active_pid to ReplicationSlotPersistentData?) Greg Stark
- Re: Initial Schema Sync for Logical Replication Amit Kapila
- Re: Doc: Improve note about copying into postgres_fdw foreign tables in batch Etsuro Fujita
- Re: doc: add missing "id" attributes to extension packaging page Karl O. Pinc
- Re: doc: add missing "id" attributes to extension packaging page Brar Piening
- Re: psql \watch 2nd argument: iteration count Yugo NAGATA
- Re: [PoC] Let libpq reject unexpected authentication requests Michael Paquier
- Re: Should vacuum process config file reload more often Masahiko Sawada
- Re: doc: add missing "id" attributes to extension packaging page Brar Piening
- Re: Generate pg_stat_get_xact*() functions with Macros Drouvot, Bertrand
- Re: doc: add missing "id" attributes to extension packaging page Brar Piening
- Re: Data is copied twice when specifying both child and parent table in publication Amit Kapila
- Re: Orphaned wait event Drouvot, Bertrand
- Re: Orphaned wait event Bharath Rupireddy
- Re: ICU locale validation / canonicalization Jeff Davis
- RE: Data is copied twice when specifying both child and parent table in publication wangw.fnst@fujitsu.com
- Re: Schema variables - new implementation for Postgres 15 Pavel Stehule
- fix a typo in file src/backend/utils/adt/xid8funcs.c comment Junwang Zhao
- Re: Non-superuser subscription owners Jeff Davis
- Re: meson documentation build open issues Andres Freund
- Re: Refactoring SysCacheGetAttr to know when attr cannot be NULL Peter Eisentraut
- Re: ICU locale validation / canonicalization Peter Eisentraut
- Re: running logical replication as the subscription owner Jeff Davis
- Re: fix a typo in file src/backend/utils/adt/xid8funcs.c comment Daniel Gustafsson
- Re: Raising the SCRAM iteration count Daniel Gustafsson
- RE: Data is copied twice when specifying both child and parent table in publication wangw.fnst@fujitsu.com
- RE: Data is copied twice when specifying both child and parent table in publication wangw.fnst@fujitsu.com
- Re: ICU locale validation / canonicalization Peter Eisentraut
- Re: PGdoc: add missing ID attribute to create_subscription.sgml Peter Smith
- Re: POC PATCH: copy from ... exceptions to: (was Re: VLDB Features) torikoshia
- Re: Add LZ4 compression in pg_dump gkokolatos@pm.me
- Re: add log messages when replication slots become active and inactive (was Re: Is it worth adding ReplicationSlot active_pid to ReplicationSlotPersistentData?) Alvaro Herrera
- Re: doc: add missing "id" attributes to extension packaging page Alvaro Herrera
- Re: Transparent column encryption Peter Eisentraut
- Re: doc: add missing "id" attributes to extension packaging page brar
- Re: doc: add missing "id" attributes to extension packaging page Alvaro Herrera
- Re: Make EXPLAIN generate a generic plan for a parameterized query Christoph Berg
- Re: meson documentation build open issues Peter Eisentraut
- RE: PGdoc: add missing ID attribute to create_subscription.sgml Hayato Kuroda (Fujitsu)
- RE: Initial Schema Sync for Logical Replication houzj.fnst@fujitsu.com
- Re: pg_bsd_indent vs vpath Andrew Dunstan
- Re: Request for comment on setting binary format output per session Merlin Moncure
- Re: Non-superuser subscription owners Robert Haas
- Re: [BUG] pg_stat_statements and extended query protocol Imseih (AWS), Sami
- Re: Infinite Interval Ashutosh Bapat
- Re: running logical replication as the subscription owner Robert Haas
- Re: refactoring basebackup.c Robert Haas
- Re: Non-superuser subscription owners Robert Haas
- RE: Initial Schema Sync for Logical Replication Kumar, Sachin
- Re: Initial Schema Sync for Logical Replication Euler Taveira
- RE: Initial Schema Sync for Logical Replication Kumar, Sachin
- Re: Make ON_ERROR_STOP stop on shell script failure Peter Eisentraut
- Re: User functions for building SCRAM secrets Daniel Gustafsson
- Re: running logical replication as the subscription owner Jelte Fennema
- Re: Add the ability to limit the amount of memory that can be allocated to backends. reid.thompson@crunchydata.com
- Re: [PoC] Let libpq reject unexpected authentication requests Jacob Champion
- Re: running logical replication as the subscription owner Robert Haas
- Remove 'htmlhelp' documentat format (was meson documentation build open issues) Andres Freund
- Re: running logical replication as the subscription owner Mark Dilger
- Re: Make EXPLAIN generate a generic plan for a parameterized query Tom Lane
- Re: Should vacuum process config file reload more often Melanie Plageman
- Re: Transparent column encryption Andres Freund
- Re: running logical replication as the subscription owner Jelte Fennema
- Re: Make ON_ERROR_STOP stop on shell script failure Corey Huinker
- Re: Make ON_ERROR_STOP stop on shell script failure Corey Huinker
- Re: running logical replication as the subscription owner Robert Haas
- Re: running logical replication as the subscription owner Robert Haas
- Re: pg_stats and range statistics Egor Rogov
- cfbot stuck Justin Pryzby
- Bug with ICU for merge join Jeff Janes
- Make fop less verbose when building PDF Andres Freund
- Re: cfbot stuck Thomas Munro
- Re: running logical replication as the subscription owner Mark Dilger
- Re: psql's FETCH_COUNT (cursor) is not being respected for CTEs Tom Lane
- Re: Make fop less verbose when building PDF Tom Lane
- Re: Parallel Full Hash Join Thomas Munro
- Re: Make EXPLAIN generate a generic plan for a parameterized query Christoph Berg
- Re: Should we remove vacuum_defer_cleanup_age? Andres Freund
- Re: Make EXPLAIN generate a generic plan for a parameterized query Tom Lane
- Re: Should we remove vacuum_defer_cleanup_age? Daniel Gustafsson
- Re: Refactoring SysCacheGetAttr to know when attr cannot be NULL David Rowley
- Re: Remove 'htmlhelp' documentat format (was meson documentation build open issues) Daniel Gustafsson
- Re: Make fop less verbose when building PDF Andres Freund
- Re: Make fop less verbose when building PDF Tom Lane
- Re: Refactoring SysCacheGetAttr to know when attr cannot be NULL Daniel Gustafsson
- Re: Add SHELL_EXIT_CODE to psql Corey Huinker
- Re: Should we remove vacuum_defer_cleanup_age? Peter Geoghegan
- Re: postgres_fdw, dblink, and CREATE SUBSCRIPTION security Jacob Champion
- Re: pgbench - adding pl/pgsql versions of tests Cary Huang
- Add PQsendSyncMessage() to libpq Anton Kirilov
- Re: ICU locale validation / canonicalization Jeff Davis
- Re: running logical replication as the subscription owner Jeff Davis
- Re: running logical replication as the subscription owner Jeff Davis
- Re: Raising the SCRAM iteration count Michael Paquier
- Re: psql \watch 2nd argument: iteration count Andrey Borodin
- Re: Generate pg_stat_get_xact*() functions with Macros Michael Paquier
- Re: Progress report of CREATE INDEX for nested partitioned tables Justin Pryzby
- Re: Reconcile stats in find_tabstat_entry() and get rid of PgStat_BackendFunctionEntry Michael Paquier
- hio.c does visibilitymap_pin()/IO while holding buffer lock Andres Freund
- Re: [PoC] Let libpq reject unexpected authentication requests Michael Paquier
- Re: Reconcile stats in find_tabstat_entry() and get rid of PgStat_BackendFunctionEntry Andres Freund
- Re: Add pg_walinspect function with block info columns Michael Paquier
- Re: refactoring relation extension and BufferAlloc(), faster COPY Andres Freund
- RE: Initial Schema Sync for Logical Replication houzj.fnst@fujitsu.com
- About the constant-TRUE clause in reconsider_outer_join_clauses Richard Guo
- Re: running logical replication as the subscription owner Jelte Fennema
- Re: Commitfest 2023-03 starting tomorrow! Etsuro Fujita
- Re: Data is copied twice when specifying both child and parent table in publication Amit Kapila
- Re: Disable vacuuming to provide data history marekmosiewicz@gmail.com
- [PATCH] Add XMLText function (SQL/XML X038) Jim Jones
- Re: [PATCH] Add XMLText function (SQL/XML X038) Pavel Stehule
- Re: [PATCH] Add XMLText function (SQL/XML X038) Jim Jones
- meson/msys2 fails with plperl/Strawberry Andrew Dunstan
- Re: hio.c does visibilitymap_pin()/IO while holding buffer lock Tomas Vondra
- Re: About the constant-TRUE clause in reconsider_outer_join_clauses Tom Lane
- Re: Infinite Interval Joseph Koshakow
- Re: Progress report of CREATE INDEX for nested partitioned tables Tom Lane
- Re: running logical replication as the subscription owner Noah Misch
- Re: Infinite Interval Joseph Koshakow
- Re: Progress report of CREATE INDEX for nested partitioned tables Justin Pryzby
- Re: meson/msys2 fails with plperl/Strawberry Andres Freund
- Re: hio.c does visibilitymap_pin()/IO while holding buffer lock Andres Freund
- Re: hio.c does visibilitymap_pin()/IO while holding buffer lock Tom Lane
- Re: Progress report of CREATE INDEX for nested partitioned tables Tom Lane
- Re: Bug with ICU for merge join Jeff Davis
- Re: hio.c does visibilitymap_pin()/IO while holding buffer lock Andres Freund
- Re: hio.c does visibilitymap_pin()/IO while holding buffer lock Peter Geoghegan
- Re: Should vacuum process config file reload more often Melanie Plageman
- Re: Non-superuser subscription owners Jeff Davis
- Re: Progress report of CREATE INDEX for nested partitioned tables Tom Lane
- Re: Infinite Interval Tom Lane
- Re: windows/meson cfbot warnings Justin Pryzby
- what should install-world do when docs are not available? Andres Freund
- Re: Infinite Interval Isaac Morland
- Re: what should install-world do when docs are not available? Tom Lane
- Re: Parallel Full Hash Join Melanie Plageman
- Re: what should install-world do when docs are not available? Andres Freund
- Re: Option to not use ringbuffer in VACUUM, using it in failsafe mode Melanie Plageman
- Re: Refactoring SysCacheGetAttr to know when attr cannot be NULL Daniel Gustafsson
- Re: Request for comment on setting binary format output per session Jeff Davis
- Re: Request for comment on setting binary format output per session Jeff Davis
- Re: Request for comment on setting binary format output per session Dave Cramer
- Re: Refactoring SysCacheGetAttr to know when attr cannot be NULL Justin Pryzby
- Re: Refactoring SysCacheGetAttr to know when attr cannot be NULL Tom Lane
- Re: Schema variables - new implementation for Postgres 15 Pavel Stehule
- Re: doc: add missing "id" attributes to extension packaging page Brar Piening
- Re: Schema variables - new implementation for Postgres 15 Julien Rouhaud
- Re: Kerberos delegation support in libpq and postgres_fdw Stephen Frost
- Re: meson/msys2 fails with plperl/Strawberry Andrew Dunstan
- Re: Support logical replication of DDLs vignesh C
- Re: Support logical replication of DDLs vignesh C
- Re: Progress report of CREATE INDEX for nested partitioned tables Justin Pryzby
- Time to move pg_test_timing to measure in nanoseconds Hannu Krosing
- Re: CREATE INDEX CONCURRENTLY on partitioned index Justin Pryzby
- awkward cancellation of parallel queries on standby. Jeff Janes
- Re: Disable vacuuming to provide data history Hannu Krosing
- Re: Schema variables - new implementation for Postgres 15 Dmitry Dolgov
- Re: Schema variables - new implementation for Postgres 15 Dmitry Dolgov
- Re: Request for comment on setting binary format output per session Jeff Davis
- Re: refactoring relation extension and BufferAlloc(), faster COPY Andres Freund
- Re: meson/msys2 fails with plperl/Strawberry Andres Freund
- Re: Raising the SCRAM iteration count Daniel Gustafsson
- Re: Support logical replication of DDLs Tom Lane
- Re: meson/msys2 fails with plperl/Strawberry Andres Freund
- Re: possible proposal plpgsql GET DIAGNOSTICS oid = PG_ROUTINE_OID Kirk Wolak
- Re: Time to move pg_test_timing to measure in nanoseconds Andres Freund
- Re: refactoring relation extension and BufferAlloc(), faster COPY Melanie Plageman
- Re: Request for comment on setting binary format output per session Dave Cramer
- Re: Time to move pg_test_timing to measure in nanoseconds Hannu Krosing
- Re: Request for comment on setting binary format output per session Tom Lane
- Re: Amcheck verification of GiST and GIN Andrey Borodin
- Re: Request for comment on setting binary format output per session Dave Cramer
- Documentation Not Compiling (http://docbook... not https:.//...) Kirk Wolak
- Re: meson/msys2 fails with plperl/Strawberry Andrew Dunstan
- Re: Generate pg_stat_get_xact*() functions with Macros Michael Paquier
- Re: Documentation Not Compiling (http://docbook... not https:.//...) Justin Pryzby
- Re: Request for comment on setting binary format output per session Tom Lane
- Re: logical decoding and replication of sequences, take 2 Masahiko Sawada
- Re: Data is copied twice when specifying both child and parent table in publication Peter Smith
- Re: Raising the SCRAM iteration count Michael Paquier
- Re: Documentation Not Compiling (http://docbook... not https:.//...) Kirk Wolak
- Re: Amcheck verification of GiST and GIN Peter Geoghegan
- Re: Initial Schema Sync for Logical Replication Masahiko Sawada
- Re: About the constant-TRUE clause in reconsider_outer_join_clauses Richard Guo
- Re: About the constant-TRUE clause in reconsider_outer_join_clauses Tom Lane
- Re: Data is copied twice when specifying both child and parent table in publication Amit Kapila
- Re: possible proposal plpgsql GET DIAGNOSTICS oid = PG_ROUTINE_OID Kirk Wolak
- Re: Add pg_walinspect function with block info columns Kyotaro Horiguchi
- Re: Support logical replication of DDLs vignesh C
- Re: Add pg_walinspect function with block info columns Bharath Rupireddy
- Re: Add pg_walinspect function with block info columns Michael Paquier
- RE: Data is copied twice when specifying both child and parent table in publication wangw.fnst@fujitsu.com
- Re: add log messages when replication slots become active and inactive (was Re: Is it worth adding ReplicationSlot active_pid to ReplicationSlotPersistentData?) Bharath Rupireddy
- Re: Generate pg_stat_get_xact*() functions with Macros Drouvot, Bertrand
- Assertion in pgstat_assoc_relation() fails intermittently Bharath Rupireddy
- Re: possible proposal plpgsql GET DIAGNOSTICS oid = PG_ROUTINE_OID Pavel Stehule
- Re: refactoring relation extension and BufferAlloc(), faster COPY Kyotaro Horiguchi
- Re: Reconcile stats in find_tabstat_entry() and get rid of PgStat_BackendFunctionEntry Michael Paquier
- Re: Support logical replication of DDLs Amit Kapila
- Re: Generate pg_stat_get_xact*() functions with Macros Michael Paquier
- Re: Generate pg_stat_get_xact*() functions with Macros Drouvot, Bertrand
- Re: PGdoc: add missing ID attribute to create_subscription.sgml Peter Smith
- Re: PGdoc: add missing ID attribute to create_subscription.sgml Peter Smith
- Re: Generate pg_stat_get_xact*() functions with Macros Michael Paquier
- Re: Add pg_walinspect function with block info columns Bharath Rupireddy
- Re: Data is copied twice when specifying both child and parent table in publication Peter Smith
- Re: Generate pg_stat_get_xact*() functions with Macros Drouvot, Bertrand
- Parallel plan cost Konstantin Knizhnik
- Re: generic plans and "initial" pruning Amit Langote
- Re: MacOS: xsltproc fails with "warning: failed to load external entity" Julien Rouhaud
- Re: MacOS: xsltproc fails with "warning: failed to load external entity" Daniel Gustafsson
- Re: MacOS: xsltproc fails with "warning: failed to load external entity" Julien Rouhaud
- Re: pg_upgrade and logical replication Julien Rouhaud
- RE: PGdoc: add missing ID attribute to create_subscription.sgml Hayato Kuroda (Fujitsu)
- RE: PGdoc: add missing ID attribute to create_subscription.sgml Hayato Kuroda (Fujitsu)
- Re: awkward cancellation of parallel queries on standby. Kyotaro Horiguchi
- Re: [EXTERNAL] Support load balancing in libpq Daniel Gustafsson
- JsonPath version bits Nikita Malakhov
- Re: MacOS: xsltproc fails with "warning: failed to load external entity" Daniel Gustafsson
- Re: Generate pg_stat_get_xact*() functions with Macros Michael Paquier
- Re: CREATE INDEX CONCURRENTLY on partitioned index Alexander Pyhalov
- Re: POC: Lock updated tuples in tuple_update() and tuple_delete() Alexander Korotkov
- Re: [EXTERNAL] Support load balancing in libpq Jelte Fennema
- Re: [EXTERNAL] Support load balancing in libpq Daniel Gustafsson
- Re: [EXTERNAL] Support load balancing in libpq Aleksander Alekseev
- Re: MacOS: xsltproc fails with "warning: failed to load external entity" Dagfinn Ilmari Mannsåker
- Re: MacOS: xsltproc fails with "warning: failed to load external entity" Daniel Gustafsson
- Re: Support logical replication of DDLs Amit Kapila
- Re: MacOS: xsltproc fails with "warning: failed to load external entity" Julien Rouhaud
- Re: [EXTERNAL] Support load balancing in libpq Aleksander Alekseev
- Re: [EXTERNAL] Support load balancing in libpq Aleksander Alekseev
- Re: Infinite Interval Ashutosh Bapat
- facing issues in downloading of packages in pgadmin4 parth ratra
- Re: POC PATCH: copy from ... exceptions to: (was Re: VLDB Features) torikoshia
- Re: cataloguing NOT NULL constraints Peter Eisentraut
- Re: generic plans and "initial" pruning Amit Langote
- Re: Memory leak from ExecutorState context? Melanie Plageman
- Re: facing issues in downloading of packages in pgadmin4 Bharath Rupireddy
- Re: facing issues in downloading of packages in pgadmin4 parth ratra
- Re: Reconcile stats in find_tabstat_entry() and get rid of PgStat_BackendFunctionEntry Melanie Plageman
- Re: POC PATCH: copy from ... exceptions to: (was Re: VLDB Features) Damir Belyalov
- Re: MacOS: xsltproc fails with "warning: failed to load external entity" Tom Lane
- Re: logical decoding and replication of sequences, take 2 Tomas Vondra
- Re: [EXTERNAL] Support load balancing in libpq Jelte Fennema
- Re: MacOS: xsltproc fails with "warning: failed to load external entity" Daniel Gustafsson
- Re: running logical replication as the subscription owner Robert Haas
- Re: [EXTERNAL] Support load balancing in libpq Aleksander Alekseev
- Re: zstd compression for pg_dump Tomas Vondra
- Re: Moving forward with TDE Bruce Momjian
- Re: running logical replication as the subscription owner Robert Haas
- Re: running logical replication as the subscription owner Robert Haas
- Re: doc: add missing "id" attributes to extension packaging page Brar Piening
- Re: running logical replication as the subscription owner Robert Haas
- Re: pgsql: amcheck: Fix verify_heapam for tuples where xmin or xmax is 0. Robert Haas
- Re: meson/msys2 fails with plperl/Strawberry Andres Freund
- Re: zstd compression for pg_dump Justin Pryzby
- Re: HOT chain validation in verify_heapam() Robert Haas
- Re: Non-superuser subscription owners Andres Freund
- Re: Non-superuser subscription owners Robert Haas
- Re: Should vacuum process config file reload more often Melanie Plageman
- Re: pgsql: amcheck: Fix verify_heapam for tuples where xmin or xmax is 0. Peter Geoghegan
- Re: SQL/JSON revisited Alvaro Herrera
- Re: running logical replication as the subscription owner Jeff Davis
- Re: Non-superuser subscription owners Jeff Davis
- Re: pgsql: amcheck: Fix verify_heapam for tuples where xmin or xmax is 0. Robert Haas
- Re: running logical replication as the subscription owner Robert Haas
- Re: pgsql: amcheck: Fix verify_heapam for tuples where xmin or xmax is 0. Peter Geoghegan
- Re: Memory leak from ExecutorState context? Jehan-Guillaume de Rorthais
- Re: SQL/JSON revisited Justin Pryzby
- Re: Show various offset arrays for heap WAL records Melanie Plageman
- Re: Moving forward with TDE Stephen Frost
- Re: running logical replication as the subscription owner Jelte Fennema
- Re: doc: add missing "id" attributes to extension packaging page Peter Smith
- Re: Moving forward with TDE Bruce Momjian
- Re: Non-superuser subscription owners Jeff Davis
- Re: Show various offset arrays for heap WAL records Peter Geoghegan
- Re: Add LZ4 compression in pg_dump gkokolatos@pm.me
- Re: Add pg_walinspect function with block info columns Peter Geoghegan
- Re: Reconcile stats in find_tabstat_entry() and get rid of PgStat_BackendFunctionEntry Michael Paquier
- Re: Generate pg_stat_get_xact*() functions with Macros Michael Paquier
- Re: Memory leak from ExecutorState context? Tomas Vondra
- Re: Moving forward with TDE Stephen Frost
- Re: [PATCH] Support % wildcard in extension upgrade filenames Sandro Santilli
- Re: Data is copied twice when specifying both child and parent table in publication Jacob Champion
- Re: Parallel Full Hash Join Thomas Munro
- Re: Moving forward with TDE Bruce Momjian
- Re: Add pg_walinspect function with block info columns Peter Geoghegan
- Re: Moving forward with TDE Stephen Frost
- Re: ALTER TABLE SET ACCESS METHOD on partitioned tables Michael Paquier
- Re: Improve logging when using Huge Pages Michael Paquier
- Re: Add pg_walinspect function with block info columns Peter Geoghegan
- Re: PGdoc: add missing ID attribute to create_subscription.sgml Peter Smith
- Re: Moving forward with TDE Bruce Momjian
- Re: Assertion in pgstat_assoc_relation() fails intermittently Kyotaro Horiguchi
- Why mark empty pages all visible? Andres Freund
- Re: Add pg_walinspect function with block info columns Peter Geoghegan
- Re: Add pg_walinspect function with block info columns Bharath Rupireddy
- Re: Moving forward with TDE Stephen Frost
- RE: PGdoc: add missing ID attribute to create_subscription.sgml Hayato Kuroda (Fujitsu)
- Re: Why mark empty pages all visible? Peter Geoghegan
- Re: SQL/JSON revisited Amit Langote
- Re: Reconcile stats in find_tabstat_entry() and get rid of PgStat_BackendFunctionEntry Kyotaro Horiguchi
- Re: Add pg_walinspect function with block info columns Michael Paquier
- Re: PGdoc: add missing ID attribute to create_subscription.sgml Peter Smith
- RE: Support logical replication of DDLs houzj.fnst@fujitsu.com
- Re: allow_in_place_tablespaces vs. pg_basebackup Thomas Munro
- RE: PGdoc: add missing ID attribute to create_subscription.sgml Hayato Kuroda (Fujitsu)
- Re: Why mark empty pages all visible? Andres Freund
- Re: ALTER TABLE SET ACCESS METHOD on partitioned tables Justin Pryzby
- Re: Why mark empty pages all visible? Peter Geoghegan
- Re: PGdoc: add missing ID attribute to create_subscription.sgml Peter Smith
- Re: Generate pg_stat_get_xact*() functions with Macros Drouvot, Bertrand
- Re: Reconcile stats in find_tabstat_entry() and get rid of PgStat_BackendFunctionEntry Michael Paquier
- Re: running logical replication as the subscription owner Jeff Davis
- Re: Support logical replication of DDLs Amit Kapila
- Re: Reconcile stats in find_tabstat_entry() and get rid of PgStat_BackendFunctionEntry Drouvot, Bertrand
- Re: ALTER TABLE SET ACCESS METHOD on partitioned tables Michael Paquier
- Re: SQL/JSON revisited Peter Eisentraut
- Re: Reconcile stats in find_tabstat_entry() and get rid of PgStat_BackendFunctionEntry Michael Paquier
- RE: Support logical replication of DDLs houzj.fnst@fujitsu.com
- Re: PGdoc: add missing ID attribute to create_subscription.sgml Amit Kapila
- Re: Make EXPLAIN generate a generic plan for a parameterized query Laurenz Albe
- Re: Support logical replication of global object commands Masahiko Sawada
- Re: ICU locale validation / canonicalization Peter Eisentraut
- Re: Add standard collation UNICODE Laurenz Albe
- Re: [EXTERNAL] Support load balancing in libpq Tatsuo Ishii
- Re: [EXTERNAL] Support load balancing in libpq Daniel Gustafsson
- Re: Moving forward with TDE Chris Travers
- RE: PGdoc: add missing ID attribute to create_subscription.sgml Hayato Kuroda (Fujitsu)
- Re: [EXTERNAL] Support load balancing in libpq Jelte Fennema
- Re: [EXTERNAL] Support load balancing in libpq Tatsuo Ishii
- Re: [EXTERNAL] Support load balancing in libpq Tatsuo Ishii
- Re: Moving forward with TDE Chris Travers
- Re: Should vacuum process config file reload more often Kyotaro Horiguchi
- Re: Add SPLIT PARTITION/MERGE PARTITIONS commands Dmitry Koval
- Re: Reconcile stats in find_tabstat_entry() and get rid of PgStat_BackendFunctionEntry Kyotaro Horiguchi
- Re: running logical replication as the subscription owner Jelte Fennema
- Re: running logical replication as the subscription owner Jelte Fennema
- Re: Save a few bytes in pg_attribute Peter Eisentraut
- Re: Remove 'htmlhelp' documentat format (was meson documentation build open issues) Peter Eisentraut
- Re: Initial Schema Sync for Logical Replication Amit Kapila
- Re: Remove 'htmlhelp' documentat format (was meson documentation build open issues) Dave Page
- RE: Data is copied twice when specifying both child and parent table in publication wangw.fnst@fujitsu.com
- Re: Add standard collation UNICODE Peter Eisentraut
- RE: Data is copied twice when specifying both child and parent table in publication wangw.fnst@fujitsu.com
- Re: doc: add missing "id" attributes to extension packaging page Brar Piening
- Move definition of standard collations from initdb to pg_collation.dat Peter Eisentraut
- "variable not found in subplan target list" Alvaro Herrera
- Re: Move definition of standard collations from initdb to pg_collation.dat Tom Lane
- Re: "variable not found in subplan target list" Tom Lane
- Re: Non-replayable WAL records through overflows and >MaxAllocSize lengths Michael Paquier
- Re: POC PATCH: copy from ... exceptions to: (was Re: VLDB Features) torikoshia
- Re: POC PATCH: copy from ... exceptions to: (was Re: VLDB Features) Damir Belyalov
- Re: PGdoc: add missing ID attribute to create_subscription.sgml Amit Kapila
- Re: Add standard collation UNICODE Joe Conway
- Re: "variable not found in subplan target list" Tom Lane
- Re: Hash table scans outside transactions Ashutosh Bapat
- Re: "variable not found in subplan target list" Tom Lane
- Re: Memory leak from ExecutorState context? Jehan-Guillaume de Rorthais
- Re: TAP output format in pg_regress Daniel Gustafsson
- Re: Add standard collation UNICODE Jeff Davis
- Re: Infinite Interval Ashutosh Bapat
- Re: SQL/JSON revisited Erik Rijkers
- Re: Infinite Interval Ashutosh Bapat
- Re: Infinite Interval Ashutosh Bapat
- Re: TAP output format in pg_regress Daniel Gustafsson
- Re: Move definition of standard collations from initdb to pg_collation.dat Peter Eisentraut
- Re: Request for comment on setting binary format output per session Dave Cramer
- Re: Support logical replication of global object commands Zheng Li
- Re: Kerberos delegation support in libpq and postgres_fdw Stephen Frost
- Re: Missing update of all_hasnulls in BRIN opclasses Tomas Vondra
- Re: "variable not found in subplan target list" Tom Lane
- Re: Support logical replication of DDLs Jonathan S. Katz
- Re: [EXTERNAL] Re: Add non-blocking version of PQcancel Denis Laxalde
- Re: Memory leak from ExecutorState context? Jehan-Guillaume de Rorthais
- Re: Initial Schema Sync for Logical Replication Masahiko Sawada
- Re: Memory leak from ExecutorState context? Tomas Vondra
- Re: [EXTERNAL] Re: Add non-blocking version of PQcancel Jelte Fennema
- Re: Add LZ4 compression in pg_dump gkokolatos@pm.me
- Re: Commitfest 2023-03 starting tomorrow! Gregory Stark (as CFM)
- Re: running logical replication as the subscription owner Robert Haas
- Re: zstd compression for pg_dump Tomas Vondra
- Re: logical decoding and replication of sequences, take 2 Masahiko Sawada
- Re: Add LZ4 compression in pg_dump Tomas Vondra
- Re: Data is copied twice when specifying both child and parent table in publication Jacob Champion
- Re: Non-superuser subscription owners Jeff Davis
- Re: running logical replication as the subscription owner Robert Haas
- Re: zstd compression for pg_dump Kirk Wolak
- Re: Add pg_walinspect function with block info columns Peter Geoghegan
- Re: allow_in_place_tablespaces vs. pg_basebackup Thomas Munro
- Re: "variable not found in subplan target list" Alvaro Herrera
- Re: logical decoding and replication of sequences, take 2 Tomas Vondra
- Re: "variable not found in subplan target list" Tom Lane
- Re: POC: Better infrastructure for automated testing of concurrency issues Gregory Stark (as CFM)
- Re: zstd compression for pg_dump Tomas Vondra
- Re: Add LZ4 compression in pg_dump Justin Pryzby
- Re: Request for comment on setting binary format output per session Gregory Stark (as CFM)
- Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions Gregory Stark (as CFM)
- Re: running logical replication as the subscription owner Jelte Fennema
- Re: [PATCH]Feature improvement for MERGE tab completion Gregory Stark (as CFM)
- Re: [PATCH]Feature improvement for MERGE tab completion Gregory Stark (as CFM)
- Re: Why mark empty pages all visible? Andres Freund
- Re: Schema variables - new implementation for Postgres 15 Pavel Stehule
- Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions Isaac Morland
- Re: Documentation for building with meson samay sharma
- Re: Schema variables - new implementation for Postgres 15 Pavel Stehule
- Re: Add SPLIT PARTITION/MERGE PARTITIONS commands stephane tachoires
- Re: POC: Better infrastructure for automated testing of concurrency issues Alexander Korotkov
- Re: Some revises in adding sorting path David Rowley
- Re: Why mark empty pages all visible? Peter Geoghegan
- Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions Corey Huinker
- Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions Corey Huinker
- Re: pgsql: amcheck: Fix verify_heapam for tuples where xmin or xmax is 0. Robert Haas
- Re: Add SPLIT PARTITION/MERGE PARTITIONS commands Dmitry Koval
- Re: Support logical replication of DDLs Zheng Li
- Re: Add LZ4 compression in pg_dump Tomas Vondra
- Re: Why mark empty pages all visible? Andres Freund
- Re: zstd compression for pg_dump Jacob Champion
- Re: Add pg_walinspect function with block info columns Michael Paquier
- Re: running logical replication as the subscription owner Jeff Davis
- Re: Request for comment on setting binary format output per session Jeff Davis
- Re: Why mark empty pages all visible? Peter Geoghegan
- Re: Reconcile stats in find_tabstat_entry() and get rid of PgStat_BackendFunctionEntry Michael Paquier
- Re: ALTER TABLE SET ACCESS METHOD on partitioned tables Michael Paquier
- Re: Should vacuum process config file reload more often Melanie Plageman
- Re: Add LZ4 compression in pg_dump Tomas Vondra
- Re: [RFC] Add jit deform_counter David Rowley
- RE: PGdoc: add missing ID attribute to create_subscription.sgml Hayato Kuroda (Fujitsu)
- Re: hio.c does visibilitymap_pin()/IO while holding buffer lock Andres Freund
- Re: allow_in_place_tablespaces vs. pg_basebackup Michael Paquier
- pg_column_toast_chunk_id: a function to get a chunk ID of a TOASTed value Yugo NAGATA
- Re: Data is copied twice when specifying both child and parent table in publication Peter Smith
- Re: hio.c does visibilitymap_pin()/IO while holding buffer lock Andres Freund
- Re: Should vacuum process config file reload more often Kyotaro Horiguchi
- Re: refactoring relation extension and BufferAlloc(), faster COPY Andres Freund
- Re: refactoring relation extension and BufferAlloc(), faster COPY Andres Freund
- Re: Data is copied twice when specifying both child and parent table in publication Amit Kapila
- Re: Should vacuum process config file reload more often Kyotaro Horiguchi
- RE: doc: add missing "id" attributes to extension packaging page Hayato Kuroda (Fujitsu)
- Using Ephemeral Named Relation like a temporary table Yugo NAGATA
- [PATCH] Allow Postgres to pick an unused port to listen Yurii Rashkovskii
- Re: Using Ephemeral Named Relation like a temporary table Pavel Stehule
- Re: Using Ephemeral Named Relation like a temporary table Corey Huinker
- Re: Reconcile stats in find_tabstat_entry() and get rid of PgStat_BackendFunctionEntry Drouvot, Bertrand
- Re: logical decoding and replication of sequences, take 2 Masahiko Sawada
- Re: Should vacuum process config file reload more often Kyotaro Horiguchi
- Re: PGdoc: add missing ID attribute to create_subscription.sgml Amit Kapila
- Re: Schema variables - new implementation for Postgres 15 Pavel Stehule
- Re: [BUG] pg_stat_statements and extended query protocol Michael Paquier
- [POC] Allow an extension to add data into Query and PlannedStmt nodes Andrey Lepikhov
- Re: TAP output format in pg_regress Peter Eisentraut
- Re: gcc 13 warnings Peter Eisentraut
- Re: "variable not found in subplan target list" Amit Langote
- Re: Should vacuum process config file reload more often Kyotaro Horiguchi
- Re: [EXTERNAL] Re: Add non-blocking version of PQcancel Denis Laxalde
- Re: Data is copied twice when specifying both child and parent table in publication Amit Kapila
- Re: Commitfest 2023-03 starting tomorrow! Aleksander Alekseev
- Re: Support logical replication of DDLs Amit Kapila
- Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15) Aleksander Alekseev
- Autogenerate some wait events code and documentation Drouvot, Bertrand
- Re: logical decoding and replication of sequences, take 2 Amit Kapila
- Re: Add SPLIT PARTITION/MERGE PARTITIONS commands stephane tachoires
- Re: Schema variables - new implementation for Postgres 15 Peter Eisentraut
- Re: SQL/JSON revisited Alvaro Herrera
- Tab completion for AT TIME ZONE Dagfinn Ilmari Mannsåker
- RE: Initial Schema Sync for Logical Replication Kumar, Sachin
- Re: Initial Schema Sync for Logical Replication Amit Kapila
- BufmgrCommit no-op since 2008, remaining uses? Matthias van de Meent
- Re: [PATCH] Allow Postgres to pick an unused port to listen Tom Lane
- Re: BufmgrCommit no-op since 2008, remaining uses? Tom Lane
- Re: Request for comment on setting binary format output per session Dave Cramer
- Re: Tab completion for AT TIME ZONE Pavel Stehule
- Re: BufmgrCommit no-op since 2008, remaining uses? Matthias van de Meent
- Re: SQL/JSON revisited Erik Rijkers
- Re: Autogenerate some wait events code and documentation Drouvot, Bertrand
- Re: BufmgrCommit no-op since 2008, remaining uses? Tom Lane
- Re: Add SPLIT PARTITION/MERGE PARTITIONS commands Dmitry Koval
- Re: zstd compression for pg_dump Justin Pryzby
- Re: logical decoding and replication of sequences, take 2 Tomas Vondra
- Re: cataloguing NOT NULL constraints Peter Eisentraut
- Re: logical decoding and replication of sequences, take 2 Peter Eisentraut
- Re: zstd compression for pg_dump Jacob Champion
- Re: Initial Schema Sync for Logical Replication Masahiko Sawada
- Re: [EXTERNAL] Re: Add non-blocking version of PQcancel Jelte Fennema
- Re: doc: add missing "id" attributes to extension packaging page Brar Piening
- Re: Request for comment on setting binary format output per session Jeff Davis
- Re: Transparent column encryption Peter Eisentraut
- Re: what should install-world do when docs are not available? Peter Eisentraut
- Re: Transparent column encryption Andres Freund
- Re: what should install-world do when docs are not available? Andres Freund
- Re: what should install-world do when docs are not available? Peter Eisentraut
- Re: Support logical replication of DDLs Zheng Li
- Re: Transparent column encryption Peter Eisentraut
- Re: pgindent vs. git whitespace check Bruce Momjian
- Re: POC: Lock updated tuples in tuple_update() and tuple_delete() Alexander Korotkov
- Re: SQL/JSON revisited Alexander Lakhin
- Re: SQL/JSON revisited Alvaro Herrera
- Re: pgindent vs. git whitespace check Daniel Gustafsson
- Re: Add pg_walinspect function with block info columns Peter Geoghegan
- Re: TAP tests for psql \g piped into program Daniel Verite
- Re: TAP output format in pg_regress Daniel Gustafsson
- Re: Add pg_walinspect function with block info columns Peter Geoghegan
- Re: running logical replication as the subscription owner Robert Haas
- Re: Should vacuum process config file reload more often Melanie Plageman
- Re: TAP output format in pg_regress Daniel Gustafsson
- Re: [EXTERNAL] Support load balancing in libpq Daniel Gustafsson
- Re: is_superuser is not documented Bruce Momjian
- Images storing techniques Riccardo Gobbo
- Re: Temporary tables versus wraparound... again Justin Pryzby
- Re: what should install-world do when docs are not available? Andres Freund
- Re: what should install-world do when docs are not available? Justin Pryzby
- Re: [PATCH] Allow Postgres to pick an unused port to listen Yurii Rashkovskii
- Re: Add pg_walinspect function with block info columns Peter Geoghegan
- Re: refactoring relation extension and BufferAlloc(), faster COPY Melanie Plageman
- Re: refactoring relation extension and BufferAlloc(), faster COPY Andres Freund
- Re: Simplify some codes in pgoutput Peter Smith
- Re: Transparent column encryption Andres Freund
- RE: Initial Schema Sync for Logical Replication Kumar, Sachin
- RE: [EXTERNAL] Support load balancing in libpq Hayato Kuroda (Fujitsu)
- PGdoc: add ID attribute to create_publication.sgml Hayato Kuroda (Fujitsu)
- Re: ICU locale validation / canonicalization Jeff Davis
- Re: PGdoc: add ID attribute to create_publication.sgml Peter Smith
- Re: Should vacuum process config file reload more often Masahiko Sawada
- RE: PGdoc: add ID attribute to create_publication.sgml Hayato Kuroda (Fujitsu)
- RE: Simplify some codes in pgoutput houzj.fnst@fujitsu.com
- Re: logical decoding and replication of sequences, take 2 Amit Kapila
- Re: refactoring relation extension and BufferAlloc(), faster COPY Andres Freund
- Re: logical decoding and replication of sequences, take 2 Masahiko Sawada
- Re: Add pg_walinspect function with block info columns Bharath Rupireddy
- Re: PGdoc: add ID attribute to create_publication.sgml Peter Smith
- Re: fix stats_fetch_consistency value in postgresql.conf.sample Justin Pryzby
- Re: Doc: Rework contrib appendix -- informative titles, tweaked sentences Noah Misch
- Re: ALTER TABLE SET ACCESS METHOD on partitioned tables Justin Pryzby
- Re: running logical replication as the subscription owner Jeff Davis
- RE: Time delayed LR (WAS Re: logical replication restrictions) Hayato Kuroda (Fujitsu)
- Re: refactoring relation extension and BufferAlloc(), faster COPY John Naylor
- Re: Simplify some codes in pgoutput Peter Smith
- Re: Minimal logical decoding on standbys Jeff Davis
- Re: Simplify some codes in pgoutput Amit Kapila
- pg_basebackup: Correct type of WalSegSz Peter Eisentraut
- Re: Doc: Rework contrib appendix -- informative titles, tweaked sentences Karl O. Pinc
- RE: Support logical replication of DDLs houzj.fnst@fujitsu.com
- Re: ICU locale validation / canonicalization Peter Eisentraut
- Re: [EXTERNAL] Support load balancing in libpq Daniel Gustafsson
- Re: Minimal logical decoding on standbys Andres Freund
- Re: [POC] Allow an extension to add data into Query and PlannedStmt nodes Julien Rouhaud
- RE: Support logical replication of DDLs houzj.fnst@fujitsu.com
- Re: [EXTERNAL] Support load balancing in libpq Julien Rouhaud
- Re: Schema variables - new implementation for Postgres 15 Pavel Stehule
- Re: [EXTERNAL] Re: Add non-blocking version of PQcancel Denis Laxalde
- RE: doc: add missing "id" attributes to extension packaging page Hayato Kuroda (Fujitsu)
- Re: [EXTERNAL] Support load balancing in libpq Daniel Gustafsson
- Re: Schema variables - new implementation for Postgres 15 Pavel Stehule
- Re: Images storing techniques Gaetano Mendola
- Re: Support logical replication of DDLs vignesh C
- Re: [EXTERNAL] Support load balancing in libpq Daniel Gustafsson
- Re: [EXTERNAL] Re: Add non-blocking version of PQcancel Jelte Fennema
- Re: PGdoc: add ID attribute to create_publication.sgml Amit Kapila
- Re: Support logical replication of DDLs Amit Kapila
- Re: Support logical replication of DDLs Amit Kapila
- Re: "variable not found in subplan target list" Alvaro Herrera
- Re: Support logical replication of DDLs vignesh C
- Re: Request for comment on setting binary format output per session Merlin Moncure
- Re: JsonPath version bits Nikita Malakhov
- Re: postgres_fdw, dblink, and CREATE SUBSCRIPTION security Robert Haas
- Re: Initial Schema Sync for Logical Replication Masahiko Sawada
- Re: Schema variables - new implementation for Postgres 15 Peter Eisentraut
- Re: running logical replication as the subscription owner Robert Haas
- Re: Images storing techniques Peter Eisentraut
- Re: Transparent column encryption Peter Eisentraut
- Re: pgindent vs. git whitespace check Bruce Momjian
- Re: meson/msys2 fails with plperl/Strawberry Andrew Dunstan
- Re: running logical replication as the subscription owner Jelte Fennema
- Re: Images storing techniques Bruce Momjian
- Re: Transparent column encryption Andres Freund
- Re: Non-superuser subscription owners Robert Haas
- FW: Add the ability to limit the amount of memory that can be allocated to backends. John Morris
- Re: Minimal logical decoding on standbys Drouvot, Bertrand
- Re: Minimal logical decoding on standbys Masahiko Sawada
- Re: Autogenerate some wait events code and documentation Corey Huinker
- Thoughts on using Text::Template for our autogenerated code? Corey Huinker
- Re: [POC] Allow an extension to add data into Query and PlannedStmt nodes Andrey Lepikhov
- Re: Thoughts on using Text::Template for our autogenerated code? Tom Lane
- Re: postgres_fdw, dblink, and CREATE SUBSCRIPTION security Stephen Frost
- Re: Data is copied twice when specifying both child and parent table in publication Jacob Champion
- Re: running logical replication as the subscription owner Robert Haas
- Re: pgsql: Clean up role created in new subscription test. Robert Haas
- Re: Transparent column encryption Stephen Frost
- Re: pgsql: Clean up role created in new subscription test. Tom Lane
- Re: Thoughts on using Text::Template for our autogenerated code? Andres Freund
- Re: running logical replication as the subscription owner Jeff Davis
- Re: Thoughts on using Text::Template for our autogenerated code? Daniel Gustafsson
- Re: ResourceOwner refactoring Aleksander Alekseev
- Re: pgsql: Clean up role created in new subscription test. Daniel Gustafsson
- Re: Parallel Full Hash Join Melanie Plageman
- Re: Should vacuum process config file reload more often Daniel Gustafsson
- Re: Request for comment on setting binary format output per session Jeff Davis
- Re: Transparent column encryption Peter Eisentraut
- Re: running logical replication as the subscription owner Robert Haas
- Re: Thoughts on using Text::Template for our autogenerated code? Andrew Dunstan
- Re: Transparent column encryption Peter Eisentraut
- Re: pgsql: Clean up role created in new subscription test. Tom Lane
- Re: pgsql: Clean up role created in new subscription test. Daniel Gustafsson
- Re: Thoughts on using Text::Template for our autogenerated code? Corey Huinker
- Re: Thoughts on using Text::Template for our autogenerated code? Corey Huinker
- Re: ICU locale validation / canonicalization Jeff Davis
- Re: Refactor calculations to use instr_time Andres Freund
- Re: Thoughts on using Text::Template for our autogenerated code? Andres Freund
- Re: Add pg_walinspect function with block info columns Peter Geoghegan
- Re: Add pg_walinspect function with block info columns Peter Geoghegan
- Re: Support logical replication of DDLs Peter Smith
- Re: Parallel Full Hash Join Thomas Munro
- Re: Thoughts on using Text::Template for our autogenerated code? Tom Lane
- Re: Partial aggregates pushdown Bruce Momjian
- Re: Request for comment on setting binary format output per session Dave Cramer
- RE: Non-superuser subscription owners houzj.fnst@fujitsu.com
- Re: Array initialisation notation in syscache.c Thomas Munro
- Re: Add shared buffer hits to pg_stat_io Andres Freund
- Re: Data is copied twice when specifying both child and parent table in publication Peter Smith
- Re: Thoughts on using Text::Template for our autogenerated code? John Naylor
- Re: Option to not use ringbuffer in VACUUM, using it in failsafe mode David Rowley
- Re: Minimal logical decoding on standbys Andres Freund
- regression coverage gaps for gist and hash indexes Andres Freund
- RE: Partial aggregates pushdown Fujii.Yuki@df.MitsubishiElectric.co.jp"
- Re: Experiments with Postgres and SSL Greg Stark
- Re: running logical replication as the subscription owner Jeff Davis
- Re: [PATCH] Clarify the behavior of the system when approaching XID wraparound John Naylor
- Re: regression coverage gaps for gist and hash indexes Andrey Borodin
- Re: Experiments with Postgres and SSL Greg Stark
- Re: pg_basebackup: Correct type of WalSegSz Daniel Gustafsson
- Re: [PATCH] Add `verify-system` sslmode to use system CA pool for server cert Daniel Gustafsson
- Re: Add LZ4 compression in pg_dump gkokolatos@pm.me
- Re: PGdoc: add ID attribute to create_publication.sgml Amit Kapila
- Re: Minimal logical decoding on standbys Jeff Davis
- Re: Minimal logical decoding on standbys Jeff Davis
- RE: Data is copied twice when specifying both child and parent table in publication shiy.fnst@fujitsu.com
- Re: ICU locale validation / canonicalization Jeff Davis
- Re: Infinite Interval Ashutosh Bapat
- Re: Minimal logical decoding on standbys Drouvot, Bertrand
- Re: TAP output format in pg_regress Daniel Gustafsson
- Re: Minimal logical decoding on standbys Amit Kapila
- Re: Memory leak from ExecutorState context? Jehan-Guillaume de Rorthais
- Re: Infinite Interval Ashutosh Bapat
- Re: regression coverage gaps for gist and hash indexes Tom Lane
- Re: FW: Add the ability to limit the amount of memory that can be allocated to backends. Reid Thompson
- Re: Minimal logical decoding on standbys Drouvot, Bertrand
- Re: Option to not use ringbuffer in VACUUM, using it in failsafe mode Melanie Plageman
- Re: POC: Lock updated tuples in tuple_update() and tuple_delete() Alexander Korotkov
- Re: regression coverage gaps for gist and hash indexes Alexander Lakhin
- Re: Should vacuum process config file reload more often Melanie Plageman
- Re: SQL JSON path enhanced numeric literals Nikita Malakhov
- SELECT INTO without columns or star Zhang Mingli
- Re: SELECT INTO without columns or star David G. Johnston
- Re: SELECT INTO without columns or star Tom Lane
- Re: regression coverage gaps for gist and hash indexes Andres Freund
- Re: BUG #17877: Referencing a system column in a foreign key leads to incorrect memory access Ranier Vilela
- Re: SQL/JSON revisited Alvaro Herrera
- Re: SELECT INTO without columns or star Kirk Wolak
- Re: [RFC] Add jit deform_counter Dmitry Dolgov
- Re: [PATCH] Add `verify-system` sslmode to use system CA pool for server cert Jacob Champion
- Re: [BUG] pg_stat_statements and extended query protocol Imseih (AWS), Sami
- Re: Should vacuum process config file reload more often Melanie Plageman
- Re: running logical replication as the subscription owner Robert Haas
- Re: BUG #17877: Referencing a system column in a foreign key leads to incorrect memory access Tom Lane
- Re: Schema variables - new implementation for Postgres 15 Dmitry Dolgov
- Re: Track IO times in pg_stat_io Melanie Plageman
- Re: Minimal logical decoding on standbys Andres Freund
- Re: Non-superuser subscription owners Robert Haas
- Re: Making background psql nicer to use in tap tests Daniel Gustafsson