Mailing lists [pgsql-hackers]
- Re: MultiXact\SLRU buffers configuration Andrey Borodin
- Re: Default role -> Predefined role Stephen Frost
- Re: Idea: Avoid JOINs by using path expressions to follow FKs Joel Jacobson
- Re: Idea: Avoid JOINs by using path expressions to follow FKs Vik Fearing
- Re: What to call an executor node which lazily caches tuples in a hash table? Andres Freund
- Re: libpq debug log 'alvherre@alvh.no-ip.org'
- Re: libpq debug log Tom Lane
- Re: libpq debug log Tom Lane
- Re: libpq debug log 'alvherre@alvh.no-ip.org'
- Re: libpq debug log 'alvherre@alvh.no-ip.org'
- Re: Support for NSS as a libpq TLS backend Jacob Champion
- Re: libpq debug log Tom Lane
- Re: What to call an executor node which lazily caches tuples in a hash table? Adam Brusselback
- Re: Crash in BRIN minmax-multi indexes Tomas Vondra
- Re: Assertion failure with barriers in parallel hash join Melanie Plageman
- Re: New IndexAM API controlling index vacuum strategies Peter Geoghegan
- Re: libpq debug log Tom Lane
- Re: Assertion failure with barriers in parallel hash join Melanie Plageman
- Re: Crash in BRIN minmax-multi indexes Zhihong Yu
- Re: Crash in BRIN minmax-multi indexes Tomas Vondra
- Re: Crash in BRIN minmax-multi indexes Jaime Casanova
- Re: libpq debug log 'alvherre@alvh.no-ip.org'
- Re: using extended statistics to improve join estimates Zhihong Yu
- Re: Hybrid Hash/Nested Loop joins and caching results from subplans David Rowley
- Re: Issue with point_ops and NaN Kyotaro Horiguchi
- Re: Issue with point_ops and NaN Kyotaro Horiguchi
- Re: invalid data in file backup_label problem on windows Michael Paquier
- Re: New IndexAM API controlling index vacuum strategies Peter Geoghegan
- Re: Refactor SSL test framework to support multiple TLS libraries Michael Paquier
- Re: Proposal: Save user's original authenticated identity for logging Michael Paquier
- Re: Crash in BRIN minmax-multi indexes Zhihong Yu
- Re: Crash in BRIN minmax-multi indexes Tomas Vondra
- Re: New IndexAM API controlling index vacuum strategies Masahiko Sawada
- Re: a misbehavior of partition row movement (?) Masahiko Sawada
- Re: making update/delete of inheritance trees scale better Amit Langote
- Re: multi-install PostgresNode fails with older postgres versions Mark Dilger
- Re: Flaky vacuum truncate test in reloptions.sql Masahiko Sawada
- Re: Crash in BRIN minmax-multi indexes Thomas Munro
- Improve error matching patterns in the SSL tests Michael Paquier
- Re: making update/delete of inheritance trees scale better David Rowley
- Re: Flaky vacuum truncate test in reloptions.sql Arseny Sher
- Re: Flaky vacuum truncate test in reloptions.sql Arseny Sher
- Re: [HACKERS] logical decoding of two-phase transactions Amit Kapila
- Re: [PATCH] add concurrent_abort callback for output plugin Amit Kapila
- Re: MultiXact\SLRU buffers configuration Thomas Munro
- RE: Stronger safeguard for archive recovery not to miss data osumi.takamichi@fujitsu.com
- Re: Flaky vacuum truncate test in reloptions.sql Masahiko Sawada
- Re: Support for NSS as a libpq TLS backend Michael Paquier
- Re: Parallel INSERT (INTO ... SELECT ...) Amit Kapila
- Re: Flaky vacuum truncate test in reloptions.sql Michael Paquier
- Re: [HACKERS] logical decoding of two-phase transactions Ajin Cherian
- Re: Add client connection check during the execution of the query Thomas Munro
- Re: [HACKERS] logical decoding of two-phase transactions vignesh C
- Re: [HACKERS] logical decoding of two-phase transactions Peter Smith
- Re: Crash in BRIN minmax-multi indexes Jaime Casanova
- Re: DROP INDEX docs - explicit lock naming Michael Paquier
- Re: Issue with point_ops and NaN Kyotaro Horiguchi
- Re: Issue with point_ops and NaN Laurenz Albe
- Re: Flaky vacuum truncate test in reloptions.sql Arseny Sher
- Re: Perform COPY FROM encoding conversions in larger chunks Heikki Linnakangas
- [GSoC 2021 Proposal] Develop Performance Farm Benchmarks and Website YoungHwan Joo
- Re: Stronger safeguard for archive recovery not to miss data Fujii Masao
- Re: pgbench - add pseudo-random permutation function Dean Rasheed
- Re: Flaky vacuum truncate test in reloptions.sql Michael Paquier
- RE: Add client connection check during the execution of the query tsunakawa.takay@fujitsu.com
- Re: Perform COPY FROM encoding conversions in larger chunks Heikki Linnakangas
- RE: Support tab completion for upper character inputs in psql tanghy.fnst@fujitsu.com
- Re: TRUNCATE on foreign table Fujii Masao
- Re: Get memory contexts of an arbitrary backend process Fujii Masao
- Re: Replication slot stats misgivings vignesh C
- Re: Any objections to implementing LogicalDecodeMessageCB for pgoutput? Amit Kapila
- Re: Hybrid Hash/Nested Loop joins and caching results from subplans David Rowley
- RE: Hybrid Hash/Nested Loop joins and caching results from subplans houzj.fnst@fujitsu.com
- Re: Autovacuum on partitioned table (autoanalyze) yuzuko
- Re: Failed assertion on standby while shutdown Fujii Masao
- Re: DROP INDEX docs - explicit lock naming Greg Rychlewski
- Re: Replication slot stats misgivings Amit Kapila
- sepgsql logging Dave Page
- Re: Add client connection check during the execution of the query Bharath Rupireddy
- Re: Replication slot stats misgivings Masahiko Sawada
- Re: libpq debug log 'alvherre@alvh.no-ip.org'
- Re: Crash in BRIN minmax-multi indexes Zhihong Yu
- Re: truncating timestamps on arbitrary intervals Salek Talangi
- Re: ModifyTable overheads in generic plans Amit Langote
- Re: New IndexAM API controlling index vacuum strategies Robert Haas
- Re: Crash in BRIN minmax-multi indexes Tomas Vondra
- Re: Crash in BRIN minmax-multi indexes Zhihong Yu
- Re: Flaky vacuum truncate test in reloptions.sql Masahiko Sawada
- Re: libpq debug log Tom Lane
- Re: Support for NSS as a libpq TLS backend Stephen Frost
- Re: sepgsql logging Andrew Dunstan
- Re: [POC] verifying UTF-8 using SIMD instructions John Naylor
- Re: sepgsql logging Tom Lane
- Re: sepgsql logging Dave Page
- Re: Rename of triggers for partitioned tables Arne Roland
- Re: libpq debug log Tom Lane
- Re: ModifyTable overheads in generic plans Amit Langote
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Julien Rouhaud
- Re: pg_amcheck contrib application Robert Haas
- Re: Asynchronous Append on postgres_fdw nodes. Tom Lane
- Re: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit Fujii Masao
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Julien Rouhaud
- Re: Asynchronous Append on postgres_fdw nodes. Etsuro Fujita
- Re: Support ALTER SUBSCRIPTION ... ADD/DROP PUBLICATION ... syntax Bharath Rupireddy
- Re: truncating timestamps on arbitrary intervals John Naylor
- Re: libpq debug log 'alvherre@alvh.no-ip.org'
- Re: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit Bharath Rupireddy
- Re: pg_amcheck contrib application Mark Dilger
- Data type correction in pgstat_report_replslot function parameters vignesh C
- Re: Replication slot stats misgivings vignesh C
- Re: pg_amcheck contrib application Robert Haas
- Re: pg_amcheck contrib application Mark Dilger
- Re: Data type correction in pgstat_report_replslot function parameters Jeevan Ladhe
- Re: pg_amcheck contrib application Robert Haas
- Re: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit Fujii Masao
- Re: pg_amcheck contrib application Mark Dilger
- Re: pg_amcheck contrib application Robert Haas
- Re: libpq debug log Tom Lane
- Re: Data type correction in pgstat_report_replslot function parameters Fujii Masao
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Bruce Momjian
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Bruce Momjian
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Julien Rouhaud
- Re: libpq debug log Tom Lane
- Re: Since '2001-09-09 01:46:40'::timestamp microseconds are lost when extracting epoch Peter Eisentraut
- Re: libpq debug log 'alvherre@alvh.no-ip.org'
- Re: libpq debug log 'alvherre@alvh.no-ip.org'
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Bruce Momjian
- Re: Default role -> Predefined role Stephen Frost
- Re: New predefined roles- 'pg_read/write_all_data' Stephen Frost
- Re: pg_amcheck contrib application Robert Haas
- Re: Force lookahead in COPY FROM parsing Heikki Linnakangas
- Re: OpenBSD versus semaphores Thomas Munro
- Re: WIP: WAL prefetch (another approach) Thomas Munro
- Re: Support for NSS as a libpq TLS backend Daniel Gustafsson
- Re: DROP INDEX docs - explicit lock naming Michael Paquier
- Re: Proposal: Save user's original authenticated identity for logging Jacob Champion
- Process initialization labyrinth Andres Freund
- Re: TRUNCATE on foreign table Kohei KaiGai
- Re: Flaky vacuum truncate test in reloptions.sql Michael Paquier
- Re: Hybrid Hash/Nested Loop joins and caching results from subplans David Rowley
- Re: Data type correction in pgstat_report_replslot function parameters vignesh C
- Re: libpq debug log 'alvherre@alvh.no-ip.org'
- Re: TRUNCATE on foreign table Fujii Masao
- RE: libpq debug log iwata.aya@fujitsu.com
- Re: Flaky vacuum truncate test in reloptions.sql Masahiko Sawada
- Re: Add client connection check during the execution of the query Thomas Munro
- Re: Add client connection check during the execution of the query Thomas Munro
- Re: New IndexAM API controlling index vacuum strategies Peter Geoghegan
- Re: Replication slot stats misgivings Masahiko Sawada
- Re: Replication slot stats misgivings vignesh C
- Re: [bug fix] ALTER TABLE SET LOGGED/UNLOGGED on a partitioned table does nothing silently Bharath Rupireddy
- Re: Proposal: Save user's original authenticated identity for logging Michael Paquier
- RE: Add client connection check during the execution of the query tsunakawa.takay@fujitsu.com
- Fix pg_checksums progress report
- RE: [bug fix] ALTER TABLE SET LOGGED/UNLOGGED on a partitioned table does nothing silently tsunakawa.takay@fujitsu.com
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Julien Rouhaud
- Re: pgbench - add pseudo-random permutation function Fabien COELHO
- Re: Fix pg_checksums progress report Fujii Masao
- Re: libpq debug log Kyotaro Horiguchi
- Re: pgbench - add pseudo-random permutation function Fabien COELHO
- policies with security definer option for allowing inline optimization Dan Lynch
- Re: libpq debug log Tom Lane
- Re: libpq debug log Kyotaro Horiguchi
- Re: Replication slot stats misgivings Amit Kapila
- Re: Replication slot stats misgivings Bharath Rupireddy
- Re: libpq debug log Kyotaro Horiguchi
- Fix typo in verify_heapam.c Masahiko Sawada
- Re: shared-memory based stats collector Kyotaro Horiguchi
- Re: Fix typo in verify_heapam.c Fujii Masao
- RE: Fix pg_checksums progress report
- Re: making update/delete of inheritance trees scale better Amit Langote
- Re: invalid data in file backup_label problem on windows Michael Paquier
- Re: Fix typo in verify_heapam.c Masahiko Sawada
- Re: Fix pg_checksums progress report Michael Paquier
- why pg_walfile_name() cannot be executed during recovery? SATYANARAYANA NARLAPURAM
- Re: Data type correction in pgstat_report_replslot function parameters Fujii Masao
- badly calculated width of emoji in psql Pavel Stehule
- Re: Fix pg_checksums progress report Fujii Masao
- Re: Add Nullif case for eval_const_expressions_mutator Peter Eisentraut
- RE: Fix pg_checksums progress report
- Re: badly calculated width of emoji in psql Laurenz Albe
- Why reset pgstat during recovery 蔡梦娟(玊于)
- Re: badly calculated width of emoji in psql Pavel Stehule
- Re: Fix pg_checksums progress report Michael Paquier
- Re: Refactoring HMAC in the core code Michael Paquier
- Re: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit Fujii Masao
- Re: why pg_walfile_name() cannot be executed during recovery? Robert Haas
- Re: SQL-standard function body Peter Eisentraut
- Re: libpq debug log Alvaro Herrera
- Re: simplifying foreign key/RI checks Amit Langote
- Re: policies with security definer option for allowing inline optimization Isaac Morland
- Re: a misbehavior of partition row movement (?) Amit Langote
- Re: policies with security definer option for allowing inline optimization Stephen Frost
- Re: policies with security definer option for allowing inline optimization Chapman Flack
- Re: libpq debug log Alvaro Herrera
- Re: policies with security definer option for allowing inline optimization Isaac Morland
- Re: policies with security definer option for allowing inline optimization Isaac Morland
- Re: libpq debug log Tom Lane
- Re: Refactoring HMAC in the core code Bruce Momjian
- Re: policies with security definer option for allowing inline optimization Joe Conway
- Re: Process initialization labyrinth Mike Palmiotto
- Re: documentation fix for SET ROLE Laurenz Albe
- Re: policies with security definer option for allowing inline optimization Stephen Frost
- Re: A reloption for partitioned tables - parallel_workers Laurenz Albe
- Re: libpq debug log Tom Lane
- Re: policies with security definer option for allowing inline optimization Joe Conway
- Re: Stronger safeguard for archive recovery not to miss data Laurenz Albe
- Re: simplifying foreign key/RI checks Zhihong Yu
- Re: libpq debug log Tom Lane
- Re: simplifying foreign key/RI checks Alvaro Herrera
- Re: Fix pg_checksums progress report Fujii Masao
- Re: Asynchronous and "direct" IO support for PostgreSQL. Dmitry Dolgov
- SP-GiST confusion: indexed column's type vs. index column type Tom Lane
- Re: SP-GiST confusion: indexed column's type vs. index column type Peter Geoghegan
- Re: Process initialization labyrinth Andres Freund
- GSoC 2021 - Student looking for a mentor - Magzum Assanbayev Magzum Assanbayev
- Re: Force lookahead in COPY FROM parsing John Naylor
- Re: Parallel Full Hash Join Melanie Plageman
- Re: Process initialization labyrinth Mike Palmiotto
- Re: documentation fix for SET ROLE Joe Conway
- Re: Rename of triggers for partitioned tables Arne Roland
- Re: documentation fix for SET ROLE Bossart, Nathan
- Re: Have I found an interval arithmetic bug? Bruce Momjian
- Re: invalid data in file backup_label problem on windows David Steele
- Re: Proposal: Save user's original authenticated identity for logging Jacob Champion
- Re: Parallel Full Hash Join Zhihong Yu
- Making wait events a bit more efficient Andres Freund
- Re: Support ALTER SUBSCRIPTION ... ADD/DROP PUBLICATION ... syntax Peter Eisentraut
- Re: Making wait events a bit more efficient Zhihong Yu
- Re: Making wait events a bit more efficient Andres Freund
- Re: Add client connection check during the execution of the query Thomas Munro
- Re: Have I found an interval arithmetic bug? Zhihong Yu
- Re: Making wait events a bit more efficient Zhihong Yu
- Re: Making wait events a bit more efficient Andres Freund
- [PATCH] Implement motd for PostgreSQL Joel Jacobson
- Re: [PATCH] Implement motd for PostgreSQL Bruce Momjian
- Re: [PATCH] Implement motd for PostgreSQL Chapman Flack
- Re: Have I found an interval arithmetic bug? John W Higgins
- Re: Bug? pg_identify_object_as_address() et al doesn't work with pg_enum.oid Andrew Dunstan
- Re: [PATCH] Implement motd for PostgreSQL Marko Tiikkaja
- Re: policies with security definer option for allowing inline optimization Dan Lynch
- Re: Using COPY FREEZE in pgbench Peter Geoghegan
- Re: libpq debug log Tom Lane
- Re: SP-GiST confusion: indexed column's type vs. index column type Tom Lane
- Re: Have I found an interval arithmetic bug? Bruce Momjian
- Re: Have I found an interval arithmetic bug? Bruce Momjian
- Re: Any objections to implementing LogicalDecodeMessageCB for pgoutput? Euler Taveira
- Re: Have I found an interval arithmetic bug? Bruce Momjian
- Re: Using COPY FREEZE in pgbench Tatsuo Ishii
- Re: Have I found an interval arithmetic bug? Zhihong Yu
- Re: Have I found an interval arithmetic bug? Bruce Momjian
- Re: Have I found an interval arithmetic bug? Bryn Llewellyn
- Re: TRUNCATE on foreign table Kazutaka Onishi
- Re: Have I found an interval arithmetic bug? Bruce Momjian
- Re: Using COPY FREEZE in pgbench Peter Geoghegan
- Re: Have I found an interval arithmetic bug? Zhihong Yu
- Re: Have I found an interval arithmetic bug? Isaac Morland
- Re: Using COPY FREEZE in pgbench Tatsuo Ishii
- Re: Data type correction in pgstat_report_replslot function parameters vignesh C
- Re: SP-GiST confusion: indexed column's type vs. index column type Tom Lane
- Re: Have I found an interval arithmetic bug? Zhihong Yu
- Re: Have I found an interval arithmetic bug? Bruce Momjian
- Re: Have I found an interval arithmetic bug? Bruce Momjian
- Re: [PATCH] Implement motd for PostgreSQL Michael Paquier
- Re: Have I found an interval arithmetic bug? Zhihong Yu
- Re: Making wait events a bit more efficient Andres Freund
- Re: Have I found an interval arithmetic bug? Bruce Momjian
- Re: SQL-standard function body Julien Rouhaud
- Re: shared-memory based stats collector Andres Freund
- Re: [PATCH] Implement motd for PostgreSQL Joel Jacobson
- Re: [PATCH] Implement motd for PostgreSQL Joel Jacobson
- Re: [PATCH] Implement motd for PostgreSQL Joel Jacobson
- Re: Support ALTER SUBSCRIPTION ... ADD/DROP PUBLICATION ... syntax Bharath Rupireddy
- Re: [PATCH] Implement motd for PostgreSQL Joel Jacobson
- Re: [PATCH] Implement motd for PostgreSQL Charles Clavadetscher
- Re: [PATCH] Implement motd for PostgreSQL Fabien COELHO
- Re: Can we remove extra memset in BloomInitPage, GinInitPage and SpGistInitPage when we have it in PageInit? vignesh C
- Re: [PATCH] Implement motd for PostgreSQL Joel Jacobson
- Re: Refactoring HMAC in the core code Michael Paquier
- Re: fix old confusing JSON example Erik Rijkers
- Re: Proposal: Save user's original authenticated identity for logging Michael Paquier
- Re: Additional Chapter for Tutorial - arch-dev.sgml Alvaro Herrera
- Re: [PATCH] Implement motd for PostgreSQL Chapman Flack
- Re: TRUNCATE on foreign table Kazutaka Onishi
- Re: TRUNCATE on foreign table Bharath Rupireddy
- Re: TRUNCATE on foreign table Zhihong Yu
- Re: TRUNCATE on foreign table Zhihong Yu
- Re: [PATCH] Implement motd for PostgreSQL Fabien COELHO
- Re: CLUSTER on partitioned index Zhihong Yu
- Re: SP-GiST confusion: indexed column's type vs. index column type Tom Lane
- Re: Replication slot stats misgivings vignesh C
- Re: Replication slot stats misgivings vignesh C
- Re: Additional Chapter for Tutorial - arch-dev.sgml Jürgen Purtz
- Re: multi-install PostgresNode fails with older postgres versions Andrew Dunstan
- Re: [PATCH] Implement motd for PostgreSQL Joel Jacobson
- Re: insensitive collations Jim Finnerty
- Re: [PATCH] Implement motd for PostgreSQL Chapman Flack
- Re: Additional Chapter for Tutorial - arch-dev.sgml Alvaro Herrera
- Re: Making wait events a bit more efficient Andres Freund
- Re: [PATCH] Implement motd for PostgreSQL Alvaro Herrera
- Re: Autovacuum on partitioned table (autoanalyze) Alvaro Herrera
- Re: MultiXact\SLRU buffers configuration Andrey Borodin
- Re: SP-GiST confusion: indexed column's type vs. index column type Tom Lane
- Re: insensitive collations Daniel Verite
- Re: Confusing behavior of psql's \e Tom Lane
- Allowing dsm allocations in single user mode Andres Freund
- Re: ALTER TABLE ADD COLUMN fast default Andrew Gierth
- Re: ModifyTable overheads in generic plans Tom Lane
- [PATCH] force_parallel_mode and GUC categories Justin Pryzby
- Re: New IndexAM API controlling index vacuum strategies Peter Geoghegan
- Re: Lowering the ever-growing heap->pd_lower Peter Geoghegan
- Re: ALTER TABLE ADD COLUMN fast default Tom Lane
- Unused variable found in AttrDefaultFetch Zhihong Yu
- RE: Stronger safeguard for archive recovery not to miss data osumi.takamichi@fujitsu.com
- RE: Stronger safeguard for archive recovery not to miss data osumi.takamichi@fujitsu.com
- Re: TRUNCATE on foreign table Bharath Rupireddy
- Re: Unused variable found in AttrDefaultFetch Bharath Rupireddy
- Re: Unused variable found in AttrDefaultFetch Michael Paquier
- Re: Unused variable found in AttrDefaultFetch Tom Lane
- Re: TRUNCATE on foreign table Kohei KaiGai
- Re: Crash in BRIN minmax-multi indexes Jaime Casanova
- Re: [PATCH] Implement motd for PostgreSQL Joel Jacobson
- Re: [PATCH] Implement motd for PostgreSQL Joel Jacobson
- Re: TRUNCATE on foreign table Kazutaka Onishi
- Re: [PATCH] Implement motd for PostgreSQL Fabien COELHO
- Re: TRUNCATE on foreign table Kazutaka Onishi
- Re: [PATCH] Implement motd for PostgreSQL Joel Jacobson
- Re: simplifying foreign key/RI checks Amit Langote
- Re: simplifying foreign key/RI checks Amit Langote
- Re: proposal: schema variables Pavel Stehule
- Re: Additional Chapter for Tutorial - arch-dev.sgml Jürgen Purtz
- [PATCH] typo fix in collationcmds.c: "if they are distinct" Anton Voloshin
- Re: insensitive collations Jim Finnerty
- Re: ALTER TABLE ADD COLUMN fast default Justin Pryzby
- Re: Unused variable found in AttrDefaultFetch Zhihong Yu
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Julien Rouhaud
- Re: ModifyTable overheads in generic plans Amit Langote
- Re: TRUNCATE on foreign table Bharath Rupireddy
- Re: Allow batched insert during cross-partition updates Amit Langote
- Re: ALTER TABLE ADD COLUMN fast default Andrew Dunstan
- Re: Unused variable found in AttrDefaultFetch Andrew Dunstan
- Re: TRUNCATE on foreign table Kazutaka Onishi
- Re: TRUNCATE on foreign table Bharath Rupireddy
- Re: ALTER TABLE ADD COLUMN fast default Andrew Dunstan
- possible repalloc() in icu_convert_case() Anton Voloshin
- Re: Unused variable found in AttrDefaultFetch Zhihong Yu
- Re: Unused variable found in AttrDefaultFetch Zhihong Yu
- Re: ALTER TABLE ADD COLUMN fast default Tom Lane
- Re: Unused variable found in AttrDefaultFetch Tom Lane
- Re: Allow batched insert during cross-partition updates Zhihong Yu
- Re: possible repalloc() in icu_convert_case() Tom Lane
- Re: ModifyTable overheads in generic plans Tom Lane
- Re: TRUNCATE on foreign table Kazutaka Onishi
- Re: ALTER TABLE ADD COLUMN fast default Andrew Dunstan
- Re: Additional Chapter for Tutorial - arch-dev.sgml Alvaro Herrera
- Re: ALTER TABLE ADD COLUMN fast default Zhihong Yu
- Re: Crash in BRIN minmax-multi indexes Tomas Vondra
- Re: Crash in BRIN minmax-multi indexes Tomas Vondra
- Re: possible repalloc() in icu_convert_case() Anton Voloshin
- Re: ALTER TABLE ADD COLUMN fast default Andrew Dunstan
- Re: pgbench - add pseudo-random permutation function Dean Rasheed
- Re: SP-GiST confusion: indexed column's type vs. index column type Tom Lane
- Re: [PATCH] Implement motd for PostgreSQL ilmari@ilmari.org (Dagfinn Ilmari Mannsåker)
- Re: Autovacuum on partitioned table (autoanalyze) Tomas Vondra
- Re: GSoC 2021 - Student looking for a mentor - Magzum Assanbayev Gavin Flower
- Re: policies with security definer option for allowing inline optimization Noah Misch
- Re: Flaky vacuum truncate test in reloptions.sql Arseny Sher
- Re: Autovacuum on partitioned table (autoanalyze) Alvaro Herrera
- Re: Autovacuum on partitioned table (autoanalyze) Tomas Vondra
- Re: debian bugrept involving fast default crash in pg11.7 Andrew Dunstan
- Re: Extensions not dumped when --schema is used Noah Misch
- Re: Support for NSS as a libpq TLS backend Daniel Gustafsson
- Re: ALTER TABLE ADD COLUMN fast default Tom Lane
- Re: Autovacuum on partitioned table (autoanalyze) Alvaro Herrera
- Re: pg_amcheck contrib application Mark Dilger
- Re: Autovacuum on partitioned table (autoanalyze) Tomas Vondra
- Re: Improve error matching patterns in the SSL tests Michael Paquier
- Re: Support for NSS as a libpq TLS backend Michael Paquier
- Re: [PATCH] typo fix in collationcmds.c: "if they are distinct" Michael Paquier
- Re: Get memory contexts of an arbitrary backend process torikoshia
- Re: Get memory contexts of an arbitrary backend process Zhihong Yu
- Re: A new function to wait for the backend exit after termination Bharath Rupireddy
- Re: Logical Replication - improve error message while adding tables to the publication in check_publication_add_relation Bharath Rupireddy
- Re: Stronger safeguard for archive recovery not to miss data Fujii Masao
- Re: Get memory contexts of an arbitrary backend process Fujii Masao
- Re: Can we remove extra memset in BloomInitPage, GinInitPage and SpGistInitPage when we have it in PageInit? Bharath Rupireddy
- Re: New Table Access Methods for Multi and Single Inserts Bharath Rupireddy
- Re: badly calculated width of emoji in psql Kyotaro Horiguchi
- Re: [Patch] ALTER SYSTEM READ ONLY Amul Sul
- Re: Proposal: Save user's original authenticated identity for logging Michael Paquier
- Re: TRUNCATE on foreign table Bharath Rupireddy
- Re: [PATCH] Implement motd for PostgreSQL Joel Jacobson
- use AV worker items infrastructure for GIN pending list's cleanup Jaime Casanova
- RE: Stronger safeguard for archive recovery not to miss data tsunakawa.takay@fujitsu.com
- Re: Any objections to implementing LogicalDecodeMessageCB for pgoutput? Amit Kapila
- Re: Stronger safeguard for archive recovery not to miss data Kyotaro Horiguchi
- Re: Replication slot stats misgivings Bharath Rupireddy
- Re: Failed assertion on standby while shutdown Maxim Orlov
- Re: Stronger safeguard for archive recovery not to miss data Kyotaro Horiguchi
- RE: Stronger safeguard for archive recovery not to miss data tsunakawa.takay@fujitsu.com
- Re: Asynchronous Append on postgres_fdw nodes. Etsuro Fujita
- Re: Is it useful to record whether plans are generic or custom? torikoshia
- Re: shared memory stats: high level design decisions: consistency, dropping Andres Freund
- Re: Why reset pgstat during recovery Masahiro Ikeda
- Re: [Patch] ALTER SYSTEM READ ONLY Bharath Rupireddy
- Re: New IndexAM API controlling index vacuum strategies Masahiko Sawada
- Re: Flaky vacuum truncate test in reloptions.sql Masahiko Sawada
- Re: [Patch] ALTER SYSTEM READ ONLY Amul Sul
- Re: Get memory contexts of an arbitrary backend process torikoshia
- Re: pgbench - add pseudo-random permutation function Fabien COELHO
- Re: [EXTERNAL] Re: Crash in record_type_typmod_compare Sait Talha Nisanci
- Re: Any objections to implementing LogicalDecodeMessageCB for pgoutput? Euler Taveira
- Re: Stronger safeguard for archive recovery not to miss data Fujii Masao
- Re: Logical Replication - improve error message while adding tables to the publication in check_publication_add_relation Euler Taveira
- Re: badly calculated width of emoji in psql Pavel Stehule
- Re: ALTER TABLE ADD COLUMN fast default Andrew Dunstan
- Re: Additional Chapter for Tutorial - arch-dev.sgml Jürgen Purtz
- Re: use AV worker items infrastructure for GIN pending list's cleanup Euler Taveira
- Re: ModifyTable overheads in generic plans Amit Langote
- Re: Logical Replication - improve error message while adding tables to the publication in check_publication_add_relation Bharath Rupireddy
- Re: Replication slot stats misgivings vignesh C
- Re: TRUNCATE on foreign table Kazutaka Onishi
- Re: TRUNCATE on foreign table Bharath Rupireddy
- Re: use AV worker items infrastructure for GIN pending list's cleanup Jaime Casanova
- RE: Stronger safeguard for archive recovery not to miss data osumi.takamichi@fujitsu.com
- RE: Stronger safeguard for archive recovery not to miss data osumi.takamichi@fujitsu.com
- Re: Get memory contexts of an arbitrary backend process Fujii Masao
- Re: TRUNCATE on foreign table Kazutaka Onishi
- Re: Replication slot stats misgivings vignesh C
- Re: Additional Chapter for Tutorial - arch-dev.sgml Alvaro Herrera
- Re: ALTER TABLE ADD COLUMN fast default Tom Lane
- Re: ALTER TABLE ADD COLUMN fast default Tom Lane
- Re: Have I found an interval arithmetic bug? Justin Pryzby
- Re: Proposal: Save user's original authenticated identity for logging Jacob Champion
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Bruce Momjian
- Re: Failed assertion on standby while shutdown Fujii Masao
- Re: New predefined roles- 'pg_read/write_all_data' Stephen Frost
- Re: Have I found an interval arithmetic bug? Bruce Momjian
- Re: Have I found an interval arithmetic bug? Justin Pryzby
- Re: [PATCH] New default role allowing to change per-role/database settings Stephen Frost
- Re: Have I found an interval arithmetic bug? Bruce Momjian
- Re: Stronger safeguard for archive recovery not to miss data David Steele
- Table AM and DROP TABLE [ Was: Table AM and DDLs] Mats Kindahl
- Re: Have I found an interval arithmetic bug? Bryn Llewellyn
- Re: Have I found an interval arithmetic bug? Bruce Momjian
- Re: Have I found an interval arithmetic bug? Bryn Llewellyn
- Re: New IndexAM API controlling index vacuum strategies Matthias van de Meent
- GSoc Applicant Mohamed Mansour
- Fwd: GSoc Applicant Mohamed Mansour
- Re: New IndexAM API controlling index vacuum strategies Peter Geoghegan
- Re: [PATCH] Covering SPGiST index Tom Lane
- Re: New IndexAM API controlling index vacuum strategies Tom Lane
- RE: Stronger safeguard for archive recovery not to miss data osumi.takamichi@fujitsu.com
- Re: New IndexAM API controlling index vacuum strategies Masahiko Sawada
- Re: postgres_fdw: IMPORT FOREIGN SCHEMA ... LIMIT TO (partition) Fujii Masao
- Re: New IndexAM API controlling index vacuum strategies Peter Geoghegan
- Re: New IndexAM API controlling index vacuum strategies Andres Freund
- Re: New IndexAM API controlling index vacuum strategies Peter Geoghegan
- RE: Stronger safeguard for archive recovery not to miss data osumi.takamichi@fujitsu.com
- Re: New IndexAM API controlling index vacuum strategies Peter Geoghegan
- Re: New IndexAM API controlling index vacuum strategies Andres Freund
- Re: Stronger safeguard for archive recovery not to miss data Fujii Masao
- Table refer leak in logical replication tanghy.fnst@fujitsu.com
- RE: Table refer leak in logical replication houzj.fnst@fujitsu.com
- RE: Table refer leak in logical replication shiy.fnst@fujitsu.com
- Re: Get memory contexts of an arbitrary backend process torikoshia
- Re: policies with security definer option for allowing inline optimization Dan Lynch
- Re: Asynchronous Append on postgres_fdw nodes. Kyotaro Horiguchi
- Re: New IndexAM API controlling index vacuum strategies Peter Geoghegan
- Re: Table refer leak in logical replication Masahiko Sawada
- Re: ALTER TABLE ADD COLUMN fast default Andrew Gierth
- Re: Binary search in ScalarArrayOpExpr for OR'd constant arrays David Rowley
- RE: Table refer leak in logical replication houzj.fnst@fujitsu.com
- document that brin's autosummarize parameter is off by default Jaime Casanova
- RE: Stronger safeguard for archive recovery not to miss data osumi.takamichi@fujitsu.com
- Re: Table refer leak in logical replication Amit Langote
- Re: TRUNCATE on foreign table Bharath Rupireddy
- subtransaction performance regression [kind of] due to snapshot caching Andres Freund
- Re: Get memory contexts of an arbitrary backend process Fujii Masao
- Re: subtransaction performance regression [kind of] due to snapshot caching Tom Lane
- Re: Table refer leak in logical replication Masahiko Sawada
- typo fix in pgstat.c: "exits should be exists" vignesh C
- Re: typo fix in pgstat.c: "exits should be exists" Fujii Masao
- Re: Proposal: Save user's original authenticated identity for logging Michael Paquier
- Re: subtransaction performance regression [kind of] due to snapshot caching Andres Freund
- Re: Support ALTER SUBSCRIPTION ... ADD/DROP PUBLICATION ... syntax Japin Li
- Re: typo fix in pgstat.c: "exits should be exists" vignesh C
- Re: Table refer leak in logical replication Amit Langote
- Re: subtransaction performance regression [kind of] due to snapshot caching Tom Lane
- Reference Leak with type Rohit Bhogate
- Re: Since '2001-09-09 01:46:40'::timestamp microseconds are lost when extracting epoch Peter Eisentraut
- Re: Replication slot stats misgivings Amit Kapila
- Re: subtransaction performance regression [kind of] due to snapshot caching Andres Freund
- RE: Table refer leak in logical replication tanghy.fnst@fujitsu.com
- Re: policies with security definer option for allowing inline optimization Noah Misch
- Re: Stronger safeguard for archive recovery not to miss data Kyotaro Horiguchi
- Re: Replication slot stats misgivings Amit Kapila
- RE: Stronger safeguard for archive recovery not to miss data osumi.takamichi@fujitsu.com
- Re: postgres_fdw: IMPORT FOREIGN SCHEMA ... LIMIT TO (partition) Amit Langote
- Re: postgres_fdw: IMPORT FOREIGN SCHEMA ... LIMIT TO (partition) Amit Langote
- Re: A reloption for partitioned tables - parallel_workers Amit Langote
- Re: Idea: Avoid JOINs by using path expressions to follow FKs Joel Jacobson
- Re: Asynchronous Append on postgres_fdw nodes. Etsuro Fujita
- Re: Key management with tests Neil Chen
- Re: Confusing behavior of psql's \e Laurenz Albe
- Re: Allow batched insert during cross-partition updates Amit Langote
- Re: Allow batched insert during cross-partition updates Bharath Rupireddy
- Re: Support ALTER SUBSCRIPTION ... ADD/DROP PUBLICATION ... syntax Peter Eisentraut
- Re: Asynchronous Append on postgres_fdw nodes. Etsuro Fujita
- Re: UniqueKey on Partitioned table. Andy Fan
- Re: UniqueKey on Partitioned table. David Rowley
- Re: [PATCH] Covering SPGiST index Pavel Borisov
- Re: Stronger safeguard for archive recovery not to miss data Fujii Masao
- Re: pgbench - add pseudo-random permutation function Dean Rasheed
- Re: Stronger safeguard for archive recovery not to miss data David Steele
- RE: Stronger safeguard for archive recovery not to miss data osumi.takamichi@fujitsu.com
- Re: Replication slot stats misgivings vignesh C
- Re: TRUNCATE on foreign table Kazutaka Onishi
- Re: Reference Leak with type Michael Paquier
- Re: postgres_fdw: IMPORT FOREIGN SCHEMA ... LIMIT TO (partition) Fujii Masao
- Re: Minimal logical decoding on standbys Drouvot, Bertrand
- Re: Can we remove extra memset in BloomInitPage, GinInitPage and SpGistInitPage when we have it in PageInit? Michael Paquier
- Re: postgres_fdw: IMPORT FOREIGN SCHEMA ... LIMIT TO (partition) Matthias van de Meent
- Re: postgres_fdw: IMPORT FOREIGN SCHEMA ... LIMIT TO (partition) Michael Paquier
- Re: Allow batched insert during cross-partition updates Amit Langote
- Re: [GSoC 2021 Proposal] Develop Performance Farm Benchmarks and Website YoungHwan Joo
- Re: [PATCH] New default role allowing to change per-role/database settings Michael Banck
- Re: Can we remove extra memset in BloomInitPage, GinInitPage and SpGistInitPage when we have it in PageInit? Bharath Rupireddy
- Re: Allow batched insert during cross-partition updates Bharath Rupireddy
- Re: Stronger safeguard for archive recovery not to miss data Fujii Masao
- Re: New IndexAM API controlling index vacuum strategies Matthias van de Meent
- Re: TRUNCATE on foreign table Bharath Rupireddy
- Re: TRUNCATE on foreign table Bharath Rupireddy
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Nitin Jadhav
- [PATCH] PREPARE TRANSACTION unexpected behavior with TEMP TABLE Himanshu Upadhyaya
- Re: ALTER TABLE ADD COLUMN fast default Tom Lane
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Julien Rouhaud
- Re: psql - add SHOW_ALL_RESULTS option Peter Eisentraut
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Alvaro Herrera
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Julien Rouhaud
- Re: pg_ls_tmpdir to show directories and shared filesets (and pg_ls_*) Justin Pryzby
- Re: [EXTERNAL] Any objection to documenting pg_sequence_last_value()? James Coleman
- Re: subtransaction performance regression [kind of] due to snapshot caching Andres Freund
- Re: TRUNCATE on foreign table Kazutaka Onishi
- Re: Remove page-read callback from XLogReaderState. Thomas Munro
- Re: postgres_fdw: IMPORT FOREIGN SCHEMA ... LIMIT TO (partition) Fujii Masao
- Re: GSoc Applicant Mark Wong
- Re: Force lookahead in COPY FROM parsing Heikki Linnakangas
- Re: Minimal logical decoding on standbys Andres Freund
- Re: GSoc Applicant Mohamed Mansour
- Re: [GSoC 2021 Proposal] Develop Performance Farm Benchmarks and Website Ilaria
- Re: Stronger safeguard for archive recovery not to miss data Fujii Masao
- Re: GSoC 2021 - Student looking for a mentor - Magzum Assanbayev Ilaria
- Re: Proposal: Save user's original authenticated identity for logging Jacob Champion
- Re: Can we remove extra memset in BloomInitPage, GinInitPage and SpGistInitPage when we have it in PageInit? Mahendra Singh Thalor
- Re: Key management with tests Bruce Momjian
- Re: Parallel Full Hash Join Melanie Plageman
- PostgreSQL log query's result size Hellmuth Vargas
- Re: PostgreSQL log query's result size Justin Pryzby
- Re: Stronger safeguard for archive recovery not to miss data Tom Lane
- Re: policies with security definer option for allowing inline optimization Dan Lynch
- Re: Parallel Full Hash Join Zhihong Yu
- Re: Autovacuum on partitioned table (autoanalyze) Alvaro Herrera
- Re: psql - add SHOW_ALL_RESULTS option Fabien COELHO
- Re: pgbench - add pseudo-random permutation function Fabien COELHO
- Re: Stronger safeguard for archive recovery not to miss data Fujii Masao
- Re: Stronger safeguard for archive recovery not to miss data Fujii Masao
- Re: Remove page-read callback from XLogReaderState. Thomas Munro
- Re: Remove page-read callback from XLogReaderState. Andres Freund
- Re: Remove page-read callback from XLogReaderState. Alvaro Herrera
- Re: ModifyTable overheads in generic plans Tom Lane
- Re: Remove page-read callback from XLogReaderState. Thomas Munro
- Re: Remove page-read callback from XLogReaderState. Alvaro Herrera
- Re: Autovacuum on partitioned table (autoanalyze) Andres Freund
- Re: ModifyTable overheads in generic plans Andres Freund
- Re: [HACKERS] logical decoding of two-phase transactions Peter Smith
- Re: Keep notnullattrs in RelOptInfo (Was part of UniqueKey patch series) Andy Fan
- Re: Binary search in ScalarArrayOpExpr for OR'd constant arrays James Coleman
- Re: Can we remove extra memset in BloomInitPage, GinInitPage and SpGistInitPage when we have it in PageInit? Bharath Rupireddy
- Re: TRUNCATE on foreign table Bharath Rupireddy
- Re: Proposal: Save user's original authenticated identity for logging Michael Paquier
- Re: Allow batched insert during cross-partition updates Amit Langote
- Re: policies with security definer option for allowing inline optimization Noah Misch
- Re: Support ALTER SUBSCRIPTION ... ADD/DROP PUBLICATION ... syntax Japin Li
- Re: shared-memory based stats collector Kyotaro Horiguchi
- Re: Autovacuum on partitioned table (autoanalyze) yuzuko
- Re: New IndexAM API controlling index vacuum strategies Peter Geoghegan
- Re: TRUNCATE on foreign table Kazutaka Onishi
- Re: Autovacuum on partitioned table (autoanalyze) Alvaro Herrera
- Re: multi-install PostgresNode fails with older postgres versions Mark Dilger
- Re: Any objections to implementing LogicalDecodeMessageCB for pgoutput? Amit Kapila
- RE: Stronger safeguard for archive recovery not to miss data osumi.takamichi@fujitsu.com
- buildfarm instance bichir stuck Robins Tharakan
- Re: MultiXact\SLRU buffers configuration Thomas Munro
- Re: Yet another fast GiST build Heikki Linnakangas
- Re: Can we remove extra memset in BloomInitPage, GinInitPage and SpGistInitPage when we have it in PageInit? Michael Paquier
- Re: buildfarm instance bichir stuck Thomas Munro
- Re: Can we remove extra memset in BloomInitPage, GinInitPage and SpGistInitPage when we have it in PageInit? Bharath Rupireddy
- Re: [HACKERS] logical decoding of two-phase transactions Peter Smith
- RE: Disable WAL logging to speed up data loading osumi.takamichi@fujitsu.com
- Truncate in synchronous logical replication failed tanghy.fnst@fujitsu.com
- Re: [Patch] ALTER SYSTEM READ ONLY Amul Sul
- Re: buildfarm instance bichir stuck Robins Tharakan
- missing documentation for streaming in-progress transactions Ajin Cherian
- RE: psql - add SHOW_ALL_RESULTS option shiy.fnst@fujitsu.com
- Re: Wired if-statement in gen_partprune_steps_internal David Rowley
- Re: New IndexAM API controlling index vacuum strategies Masahiko Sawada
- Re: ModifyTable overheads in generic plans Amit Langote
- Re: [PATCH] Tracking statements entry timestamp in pg_stat_statements Seino Yuki
- Re: Truncate in synchronous logical replication failed Amit Kapila
- RE: Truncate in synchronous logical replication failed tanghy.fnst@fujitsu.com
- Re: Remove page-read callback from XLogReaderState. Kyotaro Horiguchi
- Re: Wired if-statement in gen_partprune_steps_internal Amit Langote
- Re: Minimal logical decoding on standbys Drouvot, Bertrand
- Re: Replication slot stats misgivings vignesh C
- Re: Implementing Incremental View Maintenance Yugo NAGATA
- Re: Wired if-statement in gen_partprune_steps_internal David Rowley
- Set access strategy for parallel vacuum workers Amit Kapila
- Re: New IndexAM API controlling index vacuum strategies Amit Kapila
- Re: Yet another fast GiST build Heikki Linnakangas
- CREATE SEQUENCE with RESTART option Bharath Rupireddy
- Why is specifying oids = false multiple times in create table is silently ignored? Bharath Rupireddy
- Re: New predefined roles- 'pg_read/write_all_data' Michael Banck
- Re: [PATCH] Tracking statements entry timestamp in pg_stat_statements Andrei Zubkov
- Re: [PATCH] PREPARE TRANSACTION unexpected behavior with TEMP TABLE vignesh C
- Re: Why is specifying oids = false multiple times in create table is silently ignored? Michael Paquier
- hba.c:3160:18: warning: comparison of unsigned enum expression Erik Rijkers
- Re: hba.c:3160:18: warning: comparison of unsigned enum expression Magnus Hagander
- Re: WIP: WAL prefetch (another approach) Thomas Munro
- Re: hba.c:3160:18: warning: comparison of unsigned enum expression Magnus Hagander
- Re: Set access strategy for parallel vacuum workers Masahiko Sawada
- Re: MultiXact\SLRU buffers configuration Andrey Borodin
- Re: Wired if-statement in gen_partprune_steps_internal David Rowley
- Re: buildfarm instance bichir stuck Andrew Dunstan
- Re: [PATCH] New default role allowing to change per-role/database settings Michael Banck
- Re: Yet another fast GiST build Heikki Linnakangas
- Re: hba.c:3160:18: warning: comparison of unsigned enum expression Michael Paquier
- Re: hba.c:3160:18: warning: comparison of unsigned enum expression Magnus Hagander
- [PATCH] Improve treatment of page special and page header alignment during page init. Pavel Borisov
- Re: Can we remove extra memset in BloomInitPage, GinInitPage and SpGistInitPage when we have it in PageInit? Pavel Borisov
- Re: Any objections to implementing LogicalDecodeMessageCB for pgoutput? Euler Taveira
- Need help! FATIHI Ayoub
- Re: Yet another fast GiST build Andrey Borodin
- Re: MultiXact\SLRU buffers configuration Andrey Borodin
- Re: missing documentation for streaming in-progress transactions Amit Kapila
- Re: hba.c:3160:18: warning: comparison of unsigned enum expression Michael Paquier
- Re: hba.c:3160:18: warning: comparison of unsigned enum expression Erik Rijkers
- Re: hba.c:3160:18: warning: comparison of unsigned enum expression Magnus Hagander
- Re: hba.c:3160:18: warning: comparison of unsigned enum expression Michael Paquier
- Re: CREATE SEQUENCE with RESTART option Ashutosh Bapat
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Nitin Jadhav
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Nitin Jadhav
- Re: Wired if-statement in gen_partprune_steps_internal Amit Langote
- Re: buildfarm instance bichir stuck Robins Tharakan
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Julien Rouhaud
- Re: Yet another fast GiST build Heikki Linnakangas
- Re: CREATE SEQUENCE with RESTART option Bharath Rupireddy
- Re: Why is specifying oids = false multiple times in create table is silently ignored? Bharath Rupireddy
- Re: SSL SNI Peter Eisentraut
- Re: Increase value of OUTER_VAR Peter Eisentraut
- Re: Increase value of OUTER_VAR Tom Lane
- Re: Set access strategy for parallel vacuum workers Bharath Rupireddy
- Re: [PATCH] Improve treatment of page special and page header alignment during page init. Bharath Rupireddy
- RE: psql - add SHOW_ALL_RESULTS option Fabien COELHO
- Cost model improvement for run-time partition prune Andy Fan
- Re: Wired if-statement in gen_partprune_steps_internal Amit Langote
- Re: Why is specifying oids = false multiple times in create table is silently ignored? Euler Taveira
- Re: PostgreSQL log query's result size Hellmuth Vargas
- Re: PostgreSQL log query's result size David G. Johnston
- Re: multi-install PostgresNode fails with older postgres versions Jehan-Guillaume de Rorthais
- Re: PostgreSQL log query's result size Hellmuth Vargas
- Re: [PATCH] Improve treatment of page special and page header alignment during page init. Pavel Borisov
- Re: Tightening up allowed custom GUC names Tom Lane
- Re: WIP: WAL prefetch (another approach) Tomas Vondra
- Re: [PATCH] Improve treatment of page special and page header alignment during page init. Tom Lane
- Re: Autovacuum on partitioned table (autoanalyze) yuzuko
- Re: multi-install PostgresNode fails with older postgres versions Andrew Dunstan
- Re: New IndexAM API controlling index vacuum strategies Peter Geoghegan
- Re: multi-install PostgresNode fails with older postgres versions Andrew Dunstan
- Re: multi-install PostgresNode fails with older postgres versions Mark Dilger
- Re: [PATCH] Improve treatment of page special and page header alignment during page init. Pavel Borisov
- Re: [PATCH] PREPARE TRANSACTION unexpected behavior with TEMP TABLE Himanshu Upadhyaya
- Re: multi-install PostgresNode fails with older postgres versions Jehan-Guillaume de Rorthais
- Re: multi-install PostgresNode fails with older postgres versions Jehan-Guillaume de Rorthais
- Re: ModifyTable overheads in generic plans Tom Lane
- Re: Need help! David G. Johnston
- Re: multi-install PostgresNode fails with older postgres versions Alvaro Herrera
- Re: why pg_walfile_name() cannot be executed during recovery? Jehan-Guillaume de Rorthais
- Re: multi-install PostgresNode fails with older postgres versions Mark Dilger
- Re: Identify missing publications from publisher while create/alter subscription. vignesh C
- Re: buildfarm instance bichir stuck Tom Lane
- Re: Minimal logical decoding on standbys Andres Freund
- dump cannot be restored if schema permissions revoked Richard Yen
- Re: multi-install PostgresNode fails with older postgres versions Jehan-Guillaume de Rorthais
- Re: multi-install PostgresNode fails with older postgres versions Alvaro Herrera
- Re: multi-install PostgresNode fails with older postgres versions Andrew Dunstan
- Re: Need help! Giuseppe Broccolo
- Re: ModifyTable overheads in generic plans Robert Haas
- Re: multi-install PostgresNode fails with older postgres versions Mark Dilger
- Re: Binary search in ScalarArrayOpExpr for OR'd constant arrays Tomas Vondra
- Re: ModifyTable overheads in generic plans Tom Lane
- Re: multi-install PostgresNode fails with older postgres versions Jehan-Guillaume de Rorthais
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Bruce Momjian
- Re: multi-install PostgresNode fails with older postgres versions Jehan-Guillaume de Rorthais
- Re: multi-install PostgresNode fails with older postgres versions Jehan-Guillaume de Rorthais
- Re: multi-install PostgresNode fails with older postgres versions Mark Dilger
- Re: buildfarm instance bichir stuck Andrew Dunstan
- Re: multi-install PostgresNode fails with older postgres versions Alvaro Herrera
- Re: multi-install PostgresNode fails with older postgres versions Alvaro Herrera
- Re: TRUNCATE on foreign table Fujii Masao
- Re: multi-install PostgresNode fails with older postgres versions Mark Dilger
- Re: Yet another fast GiST build Andrey Borodin
- Re: SQL-standard function body Peter Eisentraut
- Re: psql \df choose functions by their arguments Tom Lane
- Re: buildfarm instance bichir stuck Tom Lane
- Re: multi-install PostgresNode fails with older postgres versions Andrew Dunstan
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Tom Lane
- Re: pg_amcheck contrib application Robert Haas
- Re: Yet another fast GiST build Heikki Linnakangas
- Re: multi-install PostgresNode fails with older postgres versions Alvaro Herrera
- Re: SQL-standard function body Tom Lane
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Bruce Momjian
- Re: buildfarm instance bichir stuck Andrew Dunstan
- Re: multi-install PostgresNode fails with older postgres versions Alvaro Herrera
- Re: buildfarm instance bichir stuck Tom Lane
- Re: Minimal logical decoding on standbys Andres Freund
- Re: multi-install PostgresNode fails with older postgres versions Andrew Dunstan
- Re: multi-install PostgresNode fails with older postgres versions Mark Dilger
- Re: multi-install PostgresNode fails with older postgres versions Andrew Dunstan
- Re: multi-install PostgresNode fails with older postgres versions Alvaro Herrera
- Re: multi-install PostgresNode fails with older postgres versions Alvaro Herrera
- Re: psql \df choose functions by their arguments Greg Sabino Mullane
- Re: multi-install PostgresNode fails with older postgres versions Mark Dilger
- Re: psql \df choose functions by their arguments Tom Lane
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Julien Rouhaud
- Re: psql \df choose functions by their arguments Tom Lane
- Re: Remove page-read callback from XLogReaderState. Thomas Munro
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Julien Rouhaud
- Re: missing documentation for streaming in-progress transactions Peter Smith
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Bruce Momjian
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Tom Lane
- Re: psql \df choose functions by their arguments Tom Lane
- Re: proposal - psql - use pager for \watch command Thomas Munro
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Bruce Momjian
- Re: New IndexAM API controlling index vacuum strategies Peter Geoghegan
- Race condition in InvalidateObsoleteReplicationSlots() Andres Freund
- Re: Why is specifying oids = false multiple times in create table is silently ignored? Michael Paquier
- Re: Why is specifying oids = false multiple times in create table is silently ignored? Andres Freund
- Re: MultiXact\SLRU buffers configuration Thomas Munro
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Julien Rouhaud
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Bruce Momjian
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Bruce Momjian
- Typo in jsonfuncs.c Tatsuro Yamada
- RE: psql - add SHOW_ALL_RESULTS option shiy.fnst@fujitsu.com
- Re: TRUNCATE on foreign table Kohei KaiGai
- Re: psql \df choose functions by their arguments Tom Lane
- Re: Race condition in InvalidateObsoleteReplicationSlots() Andres Freund
- Re: Why is specifying oids = false multiple times in create table is silently ignored? Bharath Rupireddy
- Re: ModifyTable overheads in generic plans Amit Langote
- Re: Can we remove extra memset in BloomInitPage, GinInitPage and SpGistInitPage when we have it in PageInit? Bharath Rupireddy
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Bruce Momjian
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Julien Rouhaud
- Re: Extensions not dumped when --schema is used Noah Misch
- Re: New IndexAM API controlling index vacuum strategies Masahiko Sawada
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Bruce Momjian
- Re: TRUNCATE on foreign table Fujii Masao
- Re: missing documentation for streaming in-progress transactions Amit Kapila
- Re: missing documentation for streaming in-progress transactions Peter Smith
- Re: Extensions not dumped when --schema is used Michael Paquier
- Re: Increase value of OUTER_VAR Tom Lane
- Re: Set access strategy for parallel vacuum workers Amit Kapila
- Re: Set access strategy for parallel vacuum workers Amit Kapila
- Re: Set access strategy for parallel vacuum workers Masahiko Sawada
- Re: Autovacuum on partitioned table (autoanalyze) Alvaro Herrera
- Re: Set access strategy for parallel vacuum workers Amit Kapila
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Alvaro Herrera
- Re: SQL-standard function body Michael Paquier
- Re: ModifyTable overheads in generic plans Amit Langote
- Re: Minimal logical decoding on standbys Andres Freund
- Re: Set access strategy for parallel vacuum workers Bharath Rupireddy
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Julien Rouhaud
- Re: CREATE SEQUENCE with RESTART option Amul Sul
- Re: TRUNCATE on foreign table Kohei KaiGai
- Re: ModifyTable overheads in generic plans David Rowley
- Re: SQL-standard function body Tom Lane
- Re: Autovacuum on partitioned table (autoanalyze) Alvaro Herrera
- Re: Increase value of OUTER_VAR Andrey V. Lepikhov
- Re: SQL-standard function body Andres Freund
- Re: ModifyTable overheads in generic plans Amit Langote
- Re: SQL-standard function body Tom Lane
- Re: SQL-standard function body Julien Rouhaud
- Re: Set access strategy for parallel vacuum workers Amit Kapila
- Re: Autovacuum on partitioned table (autoanalyze) Alvaro Herrera
- Re: TRUNCATE on foreign table Fujii Masao
- Re: SQL-standard function body Tom Lane
- Add option --drop-cascade for pg_dump/restore Haotian Wu
- Re: SQL-standard function body Andres Freund
- Re: SQL-standard function body Andres Freund
- Re: SQL-standard function body Julien Rouhaud
- Re: Identify missing publications from publisher while create/alter subscription. Bharath Rupireddy
- Re: TRUNCATE on foreign table Kohei KaiGai
- Re: Binary search in ScalarArrayOpExpr for OR'd constant arrays David Rowley
- Re: SQL-standard function body Tom Lane
- Re: Set access strategy for parallel vacuum workers Bharath Rupireddy
- maximum columns for brin bloom indexes Jaime Casanova
- Re: Support tab completion for upper character inputs in psql Peter Eisentraut
- Re: MultiXact\SLRU buffers configuration Andrey Borodin
- Re: missing documentation for streaming in-progress transactions Ajin Cherian
- Re: Can we remove extra memset in BloomInitPage, GinInitPage and SpGistInitPage when we have it in PageInit? Michael Paquier
- Re: SQL-standard function body Michael Paquier
- Re: Can we remove extra memset in BloomInitPage, GinInitPage and SpGistInitPage when we have it in PageInit? Bharath Rupireddy
- Re: PATCH: Attempt to make dbsize a bit more consistent Michael Paquier
- Re: Support for NSS as a libpq TLS backend Michael Paquier
- Re: pg_stat_statements oddity with track = all Magnus Hagander
- Re: CREATE SEQUENCE with RESTART option Bharath Rupireddy
- Re: Typo in jsonfuncs.c Julien Rouhaud
- Re: Wired if-statement in gen_partprune_steps_internal David Rowley
- Re: Change JOIN tutorial to focus more on explicit joins Peter Eisentraut
- Re: Wired if-statement in gen_partprune_steps_internal Amit Langote
- Re: TRUNCATE on foreign table Fujii Masao
- Re: A new function to wait for the backend exit after termination Magnus Hagander
- Re: Remove page-read callback from XLogReaderState. Thomas Munro
- Re: CREATE SEQUENCE with RESTART option Suraj Kharage
- Re: [PATCH] Add --create-only option to pg_dump/pg_dumpall Magnus Hagander
- Re: TRUNCATE on foreign table Fujii Masao
- Re: Catalog version access Magnus Hagander
- Order dependency in function test Magnus Hagander
- Re: Autovacuum on partitioned table (autoanalyze) Tomas Vondra
- Re: maximum columns for brin bloom indexes Tomas Vondra
- Re: Minimal logical decoding on standbys Drouvot, Bertrand
- Re: Order dependency in function test Peter Eisentraut
- Re: Order dependency in function test Magnus Hagander
- Re: Order dependency in function test Bharath Rupireddy
- Re: Order dependency in function test Bharath Rupireddy
- Re: Replication slot stats misgivings Amit Kapila
- Re: CREATE SEQUENCE with RESTART option Bharath Rupireddy
- Re: Replication slot stats misgivings vignesh C
- Re: Wired if-statement in gen_partprune_steps_internal David Rowley
- Re: Binary search in ScalarArrayOpExpr for OR'd constant arrays David Rowley
- Re: DETAIL for wrong scram password Michael Paquier
- Re: SQL-standard function body Julien Rouhaud
- Re: SQL-standard function body Julien Rouhaud
- Re: Truncate in synchronous logical replication failed Japin Li
- Simplify backend terminate and wait logic in postgres_fdw test Bharath Rupireddy
- Re: Race condition in InvalidateObsoleteReplicationSlots() Amit Kapila
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Thomas Munro
- Re: WIP: WAL prefetch (another approach) Thomas Munro
- Re: Remove page-read callback from XLogReaderState. Thomas Munro
- Re: Simplify backend terminate and wait logic in postgres_fdw test Michael Paquier
- Re: Wired if-statement in gen_partprune_steps_internal Amit Langote
- Re: Binary search in ScalarArrayOpExpr for OR'd constant arrays David Rowley
- Re: pg_stat_statements oddity with track = all Julien Rouhaud
- Re: PostgreSQL 14 Feature Freeze + Release Management Team (RMT) Michael Paquier
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Julien Rouhaud
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Amit Kapila
- Re: MultiXact\SLRU buffers configuration Thomas Munro
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Julien Rouhaud
- Re: WIP: WAL prefetch (another approach) Tomas Vondra
- Re: Simplify backend terminate and wait logic in postgres_fdw test Bharath Rupireddy
- Re: TRUNCATE on foreign table Kohei KaiGai
- Re: TRUNCATE on foreign table Fujii Masao
- Re: pg_stat_statements oddity with track = all Magnus Hagander
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Julien Rouhaud
- Re: 2019-03 CF now in progress David Steele
- Re: 2019-03 CF now in progress Matthias van de Meent
- Re: [PATCH] PREPARE TRANSACTION unexpected behavior with TEMP TABLE Robert Haas
- Re: SQL:2011 PERIODS vs Postgres Ranges? David Steele
- Re: 2019-03 CF now in progress David Steele
- Re: [PATCH] Improve amcheck to also check UNIQUE constraint in btree index. David Steele
- Re: allow partial union-all and improve parallel subquery costing David Steele
- Re: maximum columns for brin bloom indexes Jaime Casanova
- Re: pg_stat_statements oddity with track = all Julien Rouhaud
- Re: [BUG] orphaned function David Steele
- Re: maximum columns for brin bloom indexes Tomas Vondra
- Re: Performing partition pruning using row value David Steele
- Re: [PATCH] Add support for ON UPDATE/DELETE actions on ALTER CONSTRAINT David Steele
- Re: Extending range type operators to cope with elements David Steele
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Bruce Momjian
- Re: zstd compression for pg_dump David Steele
- Re: pgsql: autovacuum: handle analyze for partitioned tables Alvaro Herrera
- Re: VACUUM (DISABLE_PAGE_SKIPPING on) David Steele
- Re: TRUNCATE on foreign table Kazutaka Onishi
- Re: Autovacuum on partitioned table (autoanalyze) Alvaro Herrera
- Re: [HACKERS] Custom compression methods David Steele
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Bruce Momjian
- Re: VACUUM (DISABLE_PAGE_SKIPPING on) Simon Riggs
- Re: Autovacuum on partitioned table (autoanalyze) Tomas Vondra
- Re: VACUUM (DISABLE_PAGE_SKIPPING on) David Steele
- Re: Autovacuum on partitioned table (autoanalyze) Alvaro Herrera
- Re: SQL-standard function body Tom Lane
- Re: VACUUM (DISABLE_PAGE_SKIPPING on) Simon Riggs
- Re: psql - add SHOW_ALL_RESULTS option Julien Rouhaud
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Julien Rouhaud
- Re: doc review for v14 Justin Pryzby
- Re: VACUUM (DISABLE_PAGE_SKIPPING on) David Steele
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Bruce Momjian
- Re: VACUUM (DISABLE_PAGE_SKIPPING on) Simon Riggs
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Alvaro Herrera
- Re: Binary search in ScalarArrayOpExpr for OR'd constant arrays James Coleman
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Bruce Momjian
- Re: SQL-standard function body Andrew Dunstan
- Re: Binary search in ScalarArrayOpExpr for OR'd constant arrays Alvaro Herrera
- Re: psql - add SHOW_ALL_RESULTS option Fabien COELHO
- Re: SQL-standard function body Alvaro Herrera
- Re: Binary search in ScalarArrayOpExpr for OR'd constant arrays James Coleman
- Re: psql - add SHOW_ALL_RESULTS option Julien Rouhaud
- Re: VACUUM (DISABLE_PAGE_SKIPPING on) Alvaro Herrera
- Re: Binary search in ScalarArrayOpExpr for OR'd constant arrays Alvaro Herrera
- Re: Have I found an interval arithmetic bug? Bruce Momjian
- test runner (was Re: SQL-standard function body) Andres Freund
- Re: pgsql: autovacuum: handle analyze for partitioned tables Tom Lane
- Re: test runner (was Re: SQL-standard function body) Andres Freund
- weird interaction between asynchronous queries and pg_sleep Merlin Moncure
- Re: VACUUM (DISABLE_PAGE_SKIPPING on) Simon Riggs
- Re: Have I found an interval arithmetic bug? Bryn Llewellyn
- Re: pgsql: autovacuum: handle analyze for partitioned tables Alvaro Herrera
- Re: pgsql: autovacuum: handle analyze for partitioned tables Tom Lane
- Re: [HACKERS] Custom compression methods Robert Haas
- Re: pg_amcheck contrib application Mark Dilger
- Re: multi-install PostgresNode fails with older postgres versions Mark Dilger
- Dubious coding in nbtinsert.c Tom Lane
- Re: Dubious coding in nbtinsert.c Peter Geoghegan
- Re: pg_amcheck contrib application Robert Haas
- Re: [HACKERS] Custom compression methods Robert Haas
- Re: pgsql: autovacuum: handle analyze for partitioned tables Alvaro Herrera
- Re: pgsql: autovacuum: handle analyze for partitioned tables Zhihong Yu
- Re: Dubious coding in nbtinsert.c Tom Lane
- Re: pg_amcheck contrib application Mark Dilger
- Re: pgsql: autovacuum: handle analyze for partitioned tables Alvaro Herrera
- Re: Binary search in ScalarArrayOpExpr for OR'd constant arrays Tomas Vondra
- Re: [PATCH] force_parallel_mode and GUC categories Justin Pryzby
- Lots of incorrect comments in nodeFuncs.c David Rowley
- Re: Autovacuum on partitioned table (autoanalyze) Tom Lane
- Re: pg_amcheck contrib application Robert Haas
- Re: Lots of incorrect comments in nodeFuncs.c Tom Lane
- Re: pg_amcheck contrib application Mark Dilger
- Re: pg_amcheck contrib application Robert Haas
- Re: SQL-standard function body Michael Paquier
- Re: weird interaction between asynchronous queries and pg_sleep Merlin Moncure
- Re: Typo in jsonfuncs.c Tatsuro Yamada
- Re: Binary search in ScalarArrayOpExpr for OR'd constant arrays David Rowley
- Re: Lots of incorrect comments in nodeFuncs.c David Rowley
- Re: test runner (was Re: SQL-standard function body) Michael Paquier
- Re: SQL:2011 PERIODS vs Postgres Ranges? Paul A Jungwirth
- Postgresql 13 supported on Solaris 11 O/S on SPARC hardware? Peter Lee
- Re: Lots of incorrect comments in nodeFuncs.c Tom Lane
- Re: Simplify backend terminate and wait logic in postgres_fdw test Michael Paquier
- Re: missing documentation for streaming in-progress transactions Euler Taveira
- RE: [PATCH] Tracking statements entry timestamp in pg_stat_statements kuroda.hayato@fujitsu.com
- Re: Remove page-read callback from XLogReaderState. Kyotaro Horiguchi
- Re: psql - add SHOW_ALL_RESULTS option Michael Paquier
- Re: 2019-03 CF now in progress Michael Paquier
- Re: Lots of incorrect comments in nodeFuncs.c Alvaro Herrera
- Re: Simplify backend terminate and wait logic in postgres_fdw test Bharath Rupireddy
- RE: 2019-03 CF now in progress tsunakawa.takay@fujitsu.com
- Re: [HACKERS] logical decoding of two-phase transactions Peter Smith
- Re: [POC] Fast COPY FROM command for the table with foreign partitions Zhihong Yu
- Re: TRUNCATE on foreign table Bharath Rupireddy
- Re: Lots of incorrect comments in nodeFuncs.c Michael Paquier
- Re: Simplify backend terminate and wait logic in postgres_fdw test Michael Paquier
- Re: TRUNCATE on foreign table Zhihong Yu
- Re: Simplify backend terminate and wait logic in postgres_fdw test Kyotaro Horiguchi
- Re: test runner (was Re: SQL-standard function body) Andres Freund
- Why is Query NOT getting cancelled with SIGINT in PG14? Bharath Rupireddy
- Re: missing documentation for streaming in-progress transactions Ajin Cherian
- Re: Why is Query NOT getting cancelled with SIGINT in PG14? Justin Pryzby
- Re: Why is Query NOT getting cancelled with SIGINT in PG14? Bharath Rupireddy
- Re: psql - add SHOW_ALL_RESULTS option Bharath Rupireddy
- Re: TRUNCATE on foreign table Kohei KaiGai
- Re: WIP: WAL prefetch (another approach) Justin Pryzby
- Re: [POC] Fast COPY FROM command for the table with foreign partitions Etsuro Fujita
- Re: [POC] Fast COPY FROM command for the table with foreign partitions Etsuro Fujita
- Re: PostmasterIsAlive() in recovery (non-USE_POST_MASTER_DEATH_SIGNAL builds) Thomas Munro
- Re: missing documentation for streaming in-progress transactions Amit Kapila
- Re: pg_ls_tmpdir to show directories and shared filesets (and pg_ls_*) Justin Pryzby
- Re: missing documentation for streaming in-progress transactions Justin Pryzby
- Re: Lots of incorrect comments in nodeFuncs.c David Rowley
- Re: Simplify backend terminate and wait logic in postgres_fdw test Bharath Rupireddy
- Re: doc review for v14 Michael Paquier
- Re: missing documentation for streaming in-progress transactions Amit Kapila
- Re: pgsql: Move tablespace path re-creation from the makefiles to pg_regres Michael Paquier
- Re: buildfarm instance bichir stuck Thomas Munro
- Re: buildfarm instance bichir stuck Robins Tharakan
- Re: psql - add SHOW_ALL_RESULTS option Fabien COELHO
- Re: psql - add SHOW_ALL_RESULTS option Fabien COELHO
- Re: [HACKERS] logical decoding of two-phase transactions Peter Smith
- Add ORDER BY to stabilize tablespace test for partitioned index Pavel Borisov
- Re: Postgresql 13 supported on Solaris 11 O/S on SPARC hardware? Magnus Hagander
- Re: Add ORDER BY to stabilize tablespace test for partitioned index Bharath Rupireddy
- Re: [HACKERS] logical decoding of two-phase transactions Amit Kapila
- Small typo in guc.c Daniel Westermann (DWE)
- Re: Add ORDER BY to stabilize tablespace test for partitioned index Pavel Borisov
- Re: [HACKERS] logical decoding of two-phase transactions Peter Smith
- Re: Small typo in guc.c Michael Paquier
- Re: Small typo in guc.c Magnus Hagander
- Re: Replication slot stats misgivings Amit Kapila
- Re: psql - add SHOW_ALL_RESULTS option Michael Paquier
- Re: SSL negotiation error on massive connect/disconnect Maxim Orlov
- Re: Small typo in guc.c Magnus Hagander
- Re: Asymmetric partition-wise JOIN Andrey V. Lepikhov
- Re: Lots of incorrect comments in nodeFuncs.c Tom Lane
- Re: Simplify backend terminate and wait logic in postgres_fdw test Bharath Rupireddy
- Another small guc.c fix Daniel Westermann (DWE)
- Re: pgsql: autovacuum: handle analyze for partitioned tables Tom Lane
- Re: SQL:2011 PERIODS vs Postgres Ranges? David Steele
- check_function_bodies: At least the description seems wrong, since we have prodedures Daniel Westermann (DWE)
- Re: check_function_bodies: At least the description seems wrong, since we have prodedures Chapman Flack
- Old Postgresql version on i7-1165g7 Yura Sokolov
- Re: [PATCH] Add --create-only option to pg_dump/pg_dumpall Nitin Jadhav
- Re: TRUNCATE on foreign table Fujii Masao
- Re: TRUNCATE on foreign table Fujii Masao
- Re: TRUNCATE on foreign table Bharath Rupireddy
- Re: TRUNCATE on foreign table Bharath Rupireddy
- Re: TRUNCATE on foreign table Kohei KaiGai
- Avoid unnecessary table open/close for TRUNCATE foo, foo, foo; kind of commands Bharath Rupireddy
- Re: Avoid unnecessary table open/close for TRUNCATE foo, foo, foo; kind of commands Amul Sul
- Re: Avoid unnecessary table open/close for TRUNCATE foo, foo, foo; kind of commands Fujii Masao
- [GSoC] Metrics and Monitoring for pgagroal Junduo Dong
- Re: pgsql: autovacuum: handle analyze for partitioned tables Alvaro Herrera
- Re: [GSoC 2021 Proposal] Develop Performance Farm Benchmarks and Website YoungHwan Joo
- Re: SQL-standard function body Tom Lane
- Re: [GSoC] Metrics and Monitoring for pgagroal Jesper Pedersen
- Re: psql - add SHOW_ALL_RESULTS option Alvaro Herrera
- Re: check_function_bodies: At least the description seems wrong, since we have prodedures Tom Lane
- Re: Avoid unnecessary table open/close for TRUNCATE foo, foo, foo; kind of commands Amul Sul
- Re: SQL-standard function body Andrew Dunstan
- Re: Reference Leak with type Tom Lane
- Processing btree walks as a batch to parallelize IO James Coleman
- Re: Nicer error when connecting to standby with hot_standby=off James Coleman
- Re: psql - add SHOW_ALL_RESULTS option Fabien COELHO
- Re: pg_amcheck contrib application Mark Dilger
- Re: truncating timestamps on arbitrary intervals Peter Eisentraut
- Re: WIP: WAL prefetch (another approach) Thomas Munro
- Re: WIP: WAL prefetch (another approach) Justin Pryzby
- Re: pgsql: autovacuum: handle analyze for partitioned tables Robert Haas
- Re: Another small guc.c fix Thomas Munro
- Re: WIP: WAL prefetch (another approach) Thomas Munro
- Re: pg_amcheck contrib application Robert Haas
- Re: Processing btree walks as a batch to parallelize IO Tomas Vondra
- Re: pgsql: autovacuum: handle analyze for partitioned tables Alvaro Herrera
- Re: pgsql: autovacuum: handle analyze for partitioned tables Justin Pryzby
- Re: pgsql: autovacuum: handle analyze for partitioned tables Tomas Vondra
- Re: pgsql: autovacuum: handle analyze for partitioned tables Alvaro Herrera
- Re: pgsql: autovacuum: handle analyze for partitioned tables Justin Pryzby
- Re: Binary search in ScalarArrayOpExpr for OR'd constant arrays Tomas Vondra
- PANIC: wrong buffer passed to visibilitymap_clear Tom Lane
- Re: [CLOBBER_CACHE]Server crashed with segfault 11 while executing clusterdb Alvaro Herrera
- Re: pgsql: Add libpq pipeline mode support to pgbench Alvaro Herrera
- Re: PANIC: wrong buffer passed to visibilitymap_clear Peter Geoghegan
- Re: PANIC: wrong buffer passed to visibilitymap_clear Andres Freund
- Re: PANIC: wrong buffer passed to visibilitymap_clear Andres Freund
- Re: PANIC: wrong buffer passed to visibilitymap_clear Andres Freund
- Re: pgsql: autovacuum: handle analyze for partitioned tables Andres Freund
- Re: pgsql: autovacuum: handle analyze for partitioned tables Alvaro Herrera
- Re: Table refer leak in logical replication Justin Pryzby
- Re: Replication slot stats misgivings Masahiko Sawada
- Re: Avoid unnecessary table open/close for TRUNCATE foo, foo, foo; kind of commands Bharath Rupireddy
- Re: pgsql: autovacuum: handle analyze for partitioned tables Tom Lane
- Re: pgsql: Move tablespace path re-creation from the makefiles to pg_regres Noah Misch
- Re: SQL-standard function body Noah Misch
- Re: Replication slot stats misgivings Amit Kapila
- Re: Replication slot stats misgivings Amit Kapila
- Re: proposal: schema variables Pavel Stehule
- Re: Lots of incorrect comments in nodeFuncs.c David Rowley
- Re: Replication slot stats misgivings vignesh C
- Is it worth to optimize VACUUM/ANALYZE by combining duplicate rel instances into single rel instance? Bharath Rupireddy
- Re: check_function_bodies: At least the description seems wrong, since we have prodedures Daniel Westermann (DWE)
- Re: truncating timestamps on arbitrary intervals Peter Eisentraut
- Re: Replication slot stats misgivings Amit Kapila
- Re: truncating timestamps on arbitrary intervals John Naylor
- Re: Replication slot stats misgivings Amit Kapila
- Re: Replication slot stats misgivings vignesh C
- Re: Is it worth to optimize VACUUM/ANALYZE by combining duplicate rel instances into single rel instance? Tom Lane
- Re: Truncate in synchronous logical replication failed Japin Li
- Re: SQL-standard function body Tom Lane
- Re: check_function_bodies: At least the description seems wrong, since we have prodedures Tom Lane
- Re: truncating timestamps on arbitrary intervals Peter Eisentraut
- Re: SQL-standard function body Noah Misch
- Re: Reference Leak with type Zhihong Yu
- Re: pgsql: autovacuum: handle analyze for partitioned tables Tomas Vondra
- Re: Reference Leak with type Tom Lane
- Re: Binary search in ScalarArrayOpExpr for OR'd constant arrays David Rowley
- Re: Binary search in ScalarArrayOpExpr for OR'd constant arrays Tomas Vondra
- Re: Add header support to text format and matching feature Rémi Lapeyre
- PL/R regression on windows, but not linux with master. Dave Cramer
- Re: PL/R regression on windows, but not linux with master. Tom Lane
- Re: PL/R regression on windows, but not linux with master. Dave Cramer
- Re: PL/R regression on windows, but not linux with master. Tom Lane
- Re: PL/R regression on windows, but not linux with master. Dave Cramer
- Re: PL/R regression on windows, but not linux with master. Tomas Vondra
- Re: PL/R regression on windows, but not linux with master. Dave Cramer
- Re: pgsql: autovacuum: handle analyze for partitioned tables Justin Pryzby
- Re: Add header support to text format and matching feature Zhihong Yu
- Re: PANIC: wrong buffer passed to visibilitymap_clear Tom Lane
- Re: proposal: possibility to read dumped table's name from file Pavel Stehule
- Re: TRUNCATE on foreign table Bharath Rupireddy
- Re: Add header support to text format and matching feature Rémi Lapeyre
- Re: PL/R regression on windows, but not linux with master. Andrew Dunstan
- Re: Add header support to text format and matching feature Zhihong Yu
- Re: PL/R regression on windows, but not linux with master. Tom Lane
- Re: Add header support to text format and matching feature Rémi Lapeyre
- Re: PL/R regression on windows, but not linux with master. Joe Conway
- Re: Avoid unnecessary table open/close for TRUNCATE foo, foo, foo; kind of commands Fujii Masao
- Re: psql - add SHOW_ALL_RESULTS option Tom Lane
- Re: PL/R regression on windows, but not linux with master. Tom Lane
- Re: PANIC: wrong buffer passed to visibilitymap_clear Peter Geoghegan
- Re: PANIC: wrong buffer passed to visibilitymap_clear Tom Lane
- Re: PANIC: wrong buffer passed to visibilitymap_clear Peter Geoghegan
- Re: psql - add SHOW_ALL_RESULTS option Tom Lane
- Re: PL/R regression on windows, but not linux with master. Tom Lane
- Re: PANIC: wrong buffer passed to visibilitymap_clear Peter Geoghegan
- Re: PL/R regression on windows, but not linux with master. Dave Cramer
- Possible SSI bug in heap_update Tom Lane
- Re: PL/R regression on windows, but not linux with master. Joe Conway
- Re: multi-install PostgresNode fails with older postgres versions Andrew Dunstan
- Re: PANIC: wrong buffer passed to visibilitymap_clear Tom Lane
- Re: PL/R regression on windows, but not linux with master. Tom Lane
- Re: PANIC: wrong buffer passed to visibilitymap_clear Tom Lane
- Re: PANIC: wrong buffer passed to visibilitymap_clear Tom Lane
- Re: PANIC: wrong buffer passed to visibilitymap_clear Peter Geoghegan
- Re: PANIC: wrong buffer passed to visibilitymap_clear Tom Lane
- Re: PANIC: wrong buffer passed to visibilitymap_clear Peter Geoghegan
- Re: MultiXact\SLRU buffers configuration Andrey Borodin
- Uninitialized scalar variable (UNINIT) (src/backend/statistics/extended_stats.c) Ranier Vilela
- Re: Uninitialized scalar variable (UNINIT) (src/backend/statistics/extended_stats.c) Justin Pryzby
- Re: Have I found an interval arithmetic bug? Zhihong Yu
- Re: test runner (was Re: SQL-standard function body) Corey Huinker
- Re: Possible SSI bug in heap_update Thomas Munro
- Re: Uninitialized scalar variable (UNINIT) (src/backend/statistics/extended_stats.c) Ranier Vilela
- Re: Calendar support in localization Thomas Munro
- Re: Have I found an interval arithmetic bug? Zhihong Yu
- Parallel INSERT SELECT take 2 tsunakawa.takay@fujitsu.com
- Re: Table refer leak in logical replication Amit Langote
- 回复:Bug on update timing of walrcv->flushedUpto variable 蔡梦娟(玊于)
- Re: Have I found an interval arithmetic bug? Zhihong Yu
- Re: psql - add SHOW_ALL_RESULTS option Michael Paquier
- Re: Replication slot stats misgivings vignesh C
- Re: psql - add SHOW_ALL_RESULTS option Tom Lane
- Re: Set access strategy for parallel vacuum workers Amit Kapila
- Re: psql - add SHOW_ALL_RESULTS option Michael Paquier
- RE: Truncate in synchronous logical replication failed osumi.takamichi@fujitsu.com
- Re: Replication slot stats misgivings Masahiko Sawada
- Re: Uninitialized scalar variable (UNINIT) (src/backend/statistics/extended_stats.c) Michael Paquier
- Re: pgsql: Move tablespace path re-creation from the makefiles to pg_regres Michael Paquier
- Re: [PATCH] force_parallel_mode and GUC categories Bharath Rupireddy
- Re: [PATCH] force_parallel_mode and GUC categories Tom Lane
- Re: [PATCH] Identify LWLocks in tracepoints Craig Ringer
- Re: Simplify backend terminate and wait logic in postgres_fdw test Michael Paquier
- Re: Simplify backend terminate and wait logic in postgres_fdw test Bharath Rupireddy
- Re: Uninitialized scalar variable (UNINIT) (src/backend/statistics/extended_stats.c) Tom Lane
- Problems around compute_query_id Michael Paquier
- Re: Performance degradation of REFRESH MATERIALIZED VIEW Masahiko Sawada
- Re: [PATCH] Identify LWLocks in tracepoints Craig Ringer
- Re: missing documentation for streaming in-progress transactions Amit Kapila
- Re: Problems around compute_query_id Julien Rouhaud
- Re: Truncate in synchronous logical replication failed Amit Kapila
- Re: Problems around compute_query_id Michael Banck
- Re: Problems around compute_query_id Julien Rouhaud
- Re: ALTER TABLE .. DETACH PARTITION CONCURRENTLY Amit Langote
- Re: Wired if-statement in gen_partprune_steps_internal Andy Fan
- Re: pgsql: Move tablespace path re-creation from the makefiles to pg_regres Christoph Berg
- vacuum freeze - possible improvements Virender Singla
- Re: Problems around compute_query_id Julien Rouhaud
- Re: Replication slot stats misgivings Amit Kapila
- Re: Replication slot stats misgivings vignesh C
- RE: Could you help testing logical replication? shiy.fnst@fujitsu.com
- RE: Could you help testing logical replication? shiy.fnst@fujitsu.com
- Re: Replication slot stats misgivings Masahiko Sawada
- Re: Replication slot stats misgivings Amit Kapila
- Re: Replication slot stats misgivings vignesh C
- Re: Replication slot stats misgivings Amit Kapila
- Re: TRUNCATE on foreign table Fujii Masao
- 撤回: Could you help testing logical replication? shiy.fnst@fujitsu.com
- 撤回: Could you help testing logical replication? shiy.fnst@fujitsu.com
- Re: Replication slot stats misgivings Masahiko Sawada
- Re: allow partial union-all and improve parallel subquery costing Luc Vlaming
- Re: Lazy JIT IR code generation to increase JIT speed with partitions Luc Vlaming
- Re: Replication slot stats misgivings vignesh C
- "could not find pathkey item to sort" for TPC-DS queries 94-96 Luc Vlaming
- interaction between csps with dummy tlists and set_customscan_references Luc Vlaming
- Re: ALTER TABLE .. DETACH PARTITION CONCURRENTLY Amit Langote
- Re: TRUNCATE on foreign table Fujii Masao
- Re: Replication slot stats misgivings Amit Kapila
- Re: "could not find pathkey item to sort" for TPC-DS queries 94-96 Tomas Vondra
- Re: multi-install PostgresNode fails with older postgres versions Jehan-Guillaume de Rorthais
- pg_upgrade check for invalid role-specific default config Charlie Hornsby
- Re: Replication slot stats misgivings Masahiko Sawada
- Re: multi-install PostgresNode fails with older postgres versions Andrew Dunstan
- [GSoC 2021 proposal] pl/julia extension Konstantina Skovola
- Re: [Patch] ALTER SYSTEM READ ONLY Amul Sul
- Re: psql - add SHOW_ALL_RESULTS option Fabien COELHO
- Re: multi-install PostgresNode fails with older postgres versions Jehan-Guillaume de Rorthais
- Contribution to PostgreSQL - please give an advice Ian Zagorskikh
- Re: SQL/JSON: JSON_TABLE Erik Rijkers
- Core dump happens when execute sql CREATE VIEW v1(c1) AS (SELECT ('4' COLLATE "C")::INT FROM generate_series(1, 10)); Yulin PEI
- Re: Replication slot stats misgivings vignesh C
- Re: Contribution to PostgreSQL - please give an advice Pavel Stehule
- Re: Have I found an interval arithmetic bug? Bruce Momjian
- Re: PANIC: wrong buffer passed to visibilitymap_clear Tom Lane
- Re: psql - add SHOW_ALL_RESULTS option Tom Lane
- Re: Contribution to PostgreSQL - please give an advice Justin Pryzby
- Re: Uninitialized scalar variable (UNINIT) (src/backend/statistics/extended_stats.c) Ranier Vilela
- Re: Core dump happens when execute sql CREATE VIEW v1(c1) AS (SELECT ('4' COLLATE "C")::INT FROM generate_series(1, 10)); Tom Lane
- Re: Uninitialized scalar variable (UNINIT) (src/backend/statistics/extended_stats.c) Tomas Vondra
- Re: Uninitialized scalar variable (UNINIT) (src/backend/statistics/extended_stats.c) Tom Lane
- Proposal for working on open source with PostgreSQL Nandni Mehla
- Re: PANIC: wrong buffer passed to visibilitymap_clear Peter Geoghegan
- Re: [PATCH] Identify LWLocks in tracepoints Andres Freund
- Re: psql - add SHOW_ALL_RESULTS option Bossart, Nathan
- Re: psql - add SHOW_ALL_RESULTS option Alvaro Herrera
- Allowing to create LEAKPROOF functions to non-superuser Andrey Borodin
- Re: Allowing to create LEAKPROOF functions to non-superuser Tom Lane
- Re: PANIC: wrong buffer passed to visibilitymap_clear Andres Freund
- Re: Allowing to create LEAKPROOF functions to non-superuser Tomas Vondra
- Re: Allowing to create LEAKPROOF functions to non-superuser Andrey Borodin
- Re: Allowing to create LEAKPROOF functions to non-superuser Andres Freund
- Re: Allowing to create LEAKPROOF functions to non-superuser Andres Freund
- Curious test case added by collation version tracking patch Tom Lane
- Re: Allowing to create LEAKPROOF functions to non-superuser Andrey Borodin
- Re: Allowing to create LEAKPROOF functions to non-superuser Andres Freund
- Re: Allowing to create LEAKPROOF functions to non-superuser Andrey Borodin
- Re: Allowing to create LEAKPROOF functions to non-superuser Tom Lane
- Re: pg_upgrade check for invalid role-specific default config Bruce Momjian
- Re: pg_upgrade check for invalid role-specific default config Tom Lane
- Re: Allowing to create LEAKPROOF functions to non-superuser Andres Freund
- Re: pg_upgrade check for invalid role-specific default config Tom Lane
- Re: Curious test case added by collation version tracking patch Thomas Munro
- Re: Have I found an interval arithmetic bug? Bryn Llewellyn
- Re: Curious test case added by collation version tracking patch Tom Lane
- Teaching users how they can get the most out of HOT in Postgres 14 Peter Geoghegan
- Re: Have I found an interval arithmetic bug? Bruce Momjian
- Re: Binary search in ScalarArrayOpExpr for OR'd constant arrays David Rowley
- Re: Teaching users how they can get the most out of HOT in Postgres 14 Andres Freund
- Re: psql - add SHOW_ALL_RESULTS option Michael Paquier
- Re: pg_upgrade check for invalid role-specific default config Tom Lane
- Re: Teaching users how they can get the most out of HOT in Postgres 14 Peter Geoghegan
- Re: Binary search in ScalarArrayOpExpr for OR'd constant arrays David Rowley
- Re: Have I found an interval arithmetic bug? Tom Lane
- Re: Binary search in ScalarArrayOpExpr for OR'd constant arrays Tom Lane
- Re: Binary search in ScalarArrayOpExpr for OR'd constant arrays David Rowley
- Re: Teaching users how they can get the most out of HOT in Postgres 14 Michael Paquier
- Re: Teaching users how they can get the most out of HOT in Postgres 14 Peter Geoghegan
- Re: Have I found an interval arithmetic bug? Bruce Momjian
- Re: Have I found an interval arithmetic bug? Bryn Llewellyn
- Re: Have I found an interval arithmetic bug? Bryn Llewellyn
- Re: Have I found an interval arithmetic bug? Bruce Momjian
- Re: wal stats questions Fujii Masao
- Re: Teaching users how they can get the most out of HOT in Postgres 14 Andres Freund
- Re: Possible SSI bug in heap_update Thomas Munro
- Re: Teaching users how they can get the most out of HOT in Postgres 14 Peter Geoghegan
- Re: TRUNCATE on foreign table Bharath Rupireddy
- Re: PANIC: wrong buffer passed to visibilitymap_clear Tom Lane
- Re: PANIC: wrong buffer passed to visibilitymap_clear Peter Geoghegan
- Re: Binary search in ScalarArrayOpExpr for OR'd constant arrays James Coleman
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Bruce Momjian
- Re: ALTER TABLE .. DETACH PARTITION CONCURRENTLY Amit Langote
- Re: vacuum freeze - possible improvements Masahiko Sawada
- RE: WIP: WAL prefetch (another approach) Shinoda, Noriyoshi (PN Japan FSIP)
- Re: [PATCH] Identify LWLocks in tracepoints Craig Ringer
- Re: pg_stat_bgwriter.buffers_backend is pretty meaningless (and more?) Melanie Plageman
- Re: [HACKERS] logical decoding of two-phase transactions Peter Smith
- Re: pg_amcheck contrib application Mark Dilger
- Re: [PATCH] Identify LWLocks in tracepoints Andres Freund
- Re: TRUNCATE on foreign table Fujii Masao
- PG Docs - logical decoding output plugins - fix typo Peter Smith
- Re: doc review for v14 Justin Pryzby
- Re: vacuum freeze - possible improvements Virender Singla
- Re: Replication slot stats misgivings Masahiko Sawada
- Re: TRUNCATE on foreign table Kohei KaiGai
- Re: PG Docs - logical decoding output plugins - fix typo Fujii Masao
- Re: pgsql: Move tablespace path re-creation from the makefiles to pg_regres Noah Misch
- Re: Extensions not dumped when --schema is used Michael Paquier
- Retry in pgbench Tatsuo Ishii
- Re: New IndexAM API controlling index vacuum strategies Masahiko Sawada
- Re: Contribution to PostgreSQL - please give an advice Ian Zagorskikh
- Re: TRUNCATE on foreign table Fujii Masao
- Re: Retry in pgbench Thomas Munro
- Re: Retry in pgbench Tatsuo Ishii
- Re: TRUNCATE on foreign table Fujii Masao
- Re: pgsql: Move tablespace path re-creation from the makefiles to pg_regres Michael Paquier
- Unresolved repliaction hang and stop problem. Krzysztof Kois
- Re: Simplify backend terminate and wait logic in postgres_fdw test Michael Paquier
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Julien Rouhaud
- Re: Replication slot stats misgivings vignesh C
- 回复: Core dump happens when execute sql CREATE VIEW v1(c1) AS (SELECT ('4' COLLATE "C")::INT FROM generate_series(1, 10)); Yulin PEI
- Re: TRUNCATE on foreign table Kyotaro Horiguchi
- Re: TRUNCATE on foreign table Kohei KaiGai
- 回复: Core dump happens when execute sql CREATE VIEW v1(c1) AS (SELECT ('4' COLLATE "C")::INT FROM generate_series(1, 10)); Yulin PEI
- Performance Evaluation of Result Cache by using TPC-DS Yuya Watari
- Re: Performance Evaluation of Result Cache by using TPC-DS David Rowley
- Re: Old Postgresql version on i7-1165g7 Yura Sokolov
- Re: vacuum freeze - possible improvements David Rowley
- Re: Old Postgresql version on i7-1165g7 Justin Pryzby
- Re: TRUNCATE on foreign table Bharath Rupireddy
- Re: vacuum freeze - possible improvements Masahiko Sawada
- Monitoring stats docs inconsistency vignesh C
- Re: Identify missing publications from publisher while create/alter subscription. vignesh C
- Re: [PATCH] Identify LWLocks in tracepoints Craig Ringer
- CTE push down Alexander Pyhalov
- potential deadlock in parallel hashjoin grow-buckets-barrier and blocking nodes? Luc Vlaming
- Re: [PATCH] Identify LWLocks in tracepoints Craig Ringer
- Re: vacuum freeze - possible improvements Virender Singla
- RE: Truncate in synchronous logical replication failed osumi.takamichi@fujitsu.com
- Re: Have I found an interval arithmetic bug? Zhihong Yu
- Re: [PATCH] force_parallel_mode and GUC categories Tom Lane
- Re: TRUNCATE on foreign table Kohei KaiGai
- Re: Identify missing publications from publisher while create/alter subscription. Bharath Rupireddy
- More sepgsql weirdness Dave Page
- Re: Truncate in synchronous logical replication failed Petr Jelinek
- Re: Old Postgresql version on i7-1165g7 Tom Lane
- Re: [PATCH] Identify LWLocks in tracepoints Craig Ringer
- Re: TRUNCATE on foreign table Fujii Masao
- Re: Extensions not dumped when --schema is used Noah Misch
- Re: Proposal: Save user's original authenticated identity for logging Jacob Champion
- Re: ALTER TABLE .. DETACH PARTITION CONCURRENTLY Alvaro Herrera
- Proposal for working open source with PostgreSQL Nandni Mehla
- Re: More sepgsql weirdness Robert Haas
- Re: pg_upgrade check for invalid role-specific default config Charlie Hornsby
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Alvaro Herrera
- Re: Binary search in ScalarArrayOpExpr for OR'd constant arrays James Coleman
- Re: Have I found an interval arithmetic bug? Bryn Llewellyn
- GSoC 2021 Proposal Document Nhi Dang
- Re: [PATCH] Identify LWLocks in tracepoints Robert Haas
- Re: pg_upgrade check for invalid role-specific default config Tom Lane
- Re: New IndexAM API controlling index vacuum strategies Peter Geoghegan
- Re: [PATCH] Identify LWLocks in tracepoints Andres Freund
- Re: Retry in pgbench Jehan-Guillaume de Rorthais
- Converting contrib SQL functions to new style Tom Lane
- Re: Uninitialized scalar variable (UNINIT) (src/backend/statistics/extended_stats.c) Tomas Vondra
- Re: New IndexAM API controlling index vacuum strategies Masahiko Sawada
- Re: Extensions not dumped when --schema is used Michael Paquier
- Re: Replication slot stats misgivings vignesh C
- Re: Converting contrib SQL functions to new style Noah Misch
- Re: Replication slot stats misgivings Masahiko Sawada
- Re: [PATCH] Identify LWLocks in tracepoints Craig Ringer
- Re: Replication slot stats misgivings vignesh C
- Re: Truncate in synchronous logical replication failed Japin Li
- Re: [PATCH] Identify LWLocks in tracepoints Craig Ringer
- Re: [PATCH] Identify LWLocks in tracepoints Craig Ringer
- Re: Replication slot stats misgivings Amit Kapila
- Re: ModifyTable overheads in generic plans Amit Langote
- Re: Converting contrib SQL functions to new style Tom Lane
- Re: TRUNCATE on foreign table Bharath Rupireddy
- Re: TRUNCATE on foreign table Kohei KaiGai
- Re: TRUNCATE on foreign table Kyotaro Horiguchi
- Re: Performance Evaluation of Result Cache by using TPC-DS Yuya Watari
- Re: Simplify backend terminate and wait logic in postgres_fdw test Michael Paquier
- jsonb subscripting assignment performance Joel Jacobson
- Re: Replication slot stats misgivings Amit Kapila
- Re: jsonb subscripting assignment performance Pavel Stehule
- View invoker privileges Ivan Ivanov
- RE: Truncate in synchronous logical replication failed osumi.takamichi@fujitsu.com
- Re: jsonb subscripting assignment performance Joel Jacobson
- Re: jsonb subscripting assignment performance Dmitry Dolgov
- Re: jsonb subscripting assignment performance Pavel Stehule
- File truncation within PostgresNode::issues_sql_like() wrong on Windows Michael Paquier
- RE: Truncate in synchronous logical replication failed osumi.takamichi@fujitsu.com
- Re: More sepgsql weirdness Dave Page
- Re: jsonb subscripting assignment performance Oleg Bartunov
- Re: jsonb subscripting assignment performance Pavel Stehule
- Re: [PATCH] Tracking statements entry timestamp in pg_stat_statements Andrei Zubkov
- Re: [PATCH] Tracking statements entry timestamp in pg_stat_statements Julien Rouhaud
- Re: [PATCH] Tracking statements entry timestamp in pg_stat_statements Andrei Zubkov
- Re: Truncate in synchronous logical replication failed Amit Kapila
- Re: Unresolved repliaction hang and stop problem. Amit Kapila
- Re: [PATCH] PREPARE TRANSACTION unexpected behavior with TEMP TABLE Himanshu Upadhyaya
- Re: jsonb subscripting assignment performance Joel Jacobson
- Re: [PATCH] Add extra statistics to explain for Nested Loop e.sokolova@postgrespro.ru
- Re: Monitoring stats docs inconsistency Amit Kapila
- Re: logical replication worker accesses catalogs in error context callback Bharath Rupireddy
- Re: Replication slot stats misgivings vignesh C
- Re: Extensions not dumped when --schema is used Noah Misch
- Re: sepgsql logging Dave Page
- Re: Converting contrib SQL functions to new style Noah Misch
- Re: CTE push down Ashutosh Bapat
- Re: [PATCH] Identify LWLocks in tracepoints Peter Eisentraut
- RE: Support tab completion for upper character inputs in psql tanghy.fnst@fujitsu.com
- Re: [PATCH] PREPARE TRANSACTION unexpected behavior with TEMP TABLE Robert Haas
- Re: sepgsql logging Robert Haas
- Re: Converting contrib SQL functions to new style Robert Haas
- Can a child process detect postmaster death when in pg_usleep? Bharath Rupireddy
- ANALYZE counts LP_DEAD line pointers as n_dead_tup Masahiko Sawada
- Re: [BUG] Autovacuum not dynamically decreasing cost_limit and cost_delay Mead, Scott
- Re: [PATCH] Tracking statements entry timestamp in pg_stat_statements Andrei Zubkov
- Re: [PATCH] Identify LWLocks in tracepoints Robert Haas
- Re: [PATCH] Identify LWLocks in tracepoints Robert Haas
- Re: Converting contrib SQL functions to new style Tom Lane
- Possible typo/unclear comment in joinpath.c James Coleman
- [PATCH] expand the units that pg_size_pretty supports on output David Christensen
- Options given both on cmd-line and in the config with different values Honza Horak
- Re: Possible typo/unclear comment in joinpath.c Justin Pryzby
- Re: jsonb subscripting assignment performance Alexander Korotkov
- Re: pg_amcheck contrib application Robert Haas
- Bogus collation version recording in recordMultipleDependencies Tom Lane
- Re: Converting contrib SQL functions to new style Mark Dilger
- Re: Converting contrib SQL functions to new style Robert Haas
- Re: Possible typo/unclear comment in joinpath.c Tom Lane
- Re: Converting contrib SQL functions to new style Tom Lane
- Re: Converting contrib SQL functions to new style Tom Lane
- Re: Options given both on cmd-line and in the config with different values Tom Lane
- Re: Converting contrib SQL functions to new style Robert Haas
- Re: Converting contrib SQL functions to new style Tom Lane
- Re: Possible typo/unclear comment in joinpath.c Tom Lane
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Bruce Momjian
- Re: Converting contrib SQL functions to new style Andrew Dunstan
- Re: New IndexAM API controlling index vacuum strategies Andres Freund
- Re: Possible typo/unclear comment in joinpath.c Robert Haas
- Re: Converting contrib SQL functions to new style Tom Lane
- Re: Possible typo/unclear comment in joinpath.c James Coleman
- Re: File truncation within PostgresNode::issues_sql_like() wrong on Windows Andrew Dunstan
- Re: "could not find pathkey item to sort" for TPC-DS queries 94-96 James Coleman
- Re: Converting contrib SQL functions to new style Vik Fearing
- Re: New IndexAM API controlling index vacuum strategies Peter Geoghegan
- Re: Converting contrib SQL functions to new style Mark Dilger
- Re: Can a child process detect postmaster death when in pg_usleep? Thomas Munro
- Re: New IndexAM API controlling index vacuum strategies Robert Haas
- Re: File truncation within PostgresNode::issues_sql_like() wrong on Windows Michael Paquier
- Re: "could not find pathkey item to sort" for TPC-DS queries 94-96 Robert Haas
- Re: Converting contrib SQL functions to new style Vik Fearing
- Re: "could not find pathkey item to sort" for TPC-DS queries 94-96 James Coleman
- Re: New IndexAM API controlling index vacuum strategies Peter Geoghegan
- Re: "could not find pathkey item to sort" for TPC-DS queries 94-96 Robert Haas
- Re: New IndexAM API controlling index vacuum strategies Andres Freund
- Re: "could not find pathkey item to sort" for TPC-DS queries 94-96 Robert Haas
- Re: "could not find pathkey item to sort" for TPC-DS queries 94-96 James Coleman
- Re: "could not find pathkey item to sort" for TPC-DS queries 94-96 James Coleman
- Re: psql - add SHOW_ALL_RESULTS option Michael Paquier
- Re: File truncation within PostgresNode::issues_sql_like() wrong on Windows Andrew Dunstan
- Re: Proposal: Save user's original authenticated identity for logging Michael Paquier
- Replacing pg_depend PIN entries with a fixed range check Tom Lane
- Re: psql - add SHOW_ALL_RESULTS option Tom Lane
- Re: New IndexAM API controlling index vacuum strategies Andres Freund
- Re: "could not find pathkey item to sort" for TPC-DS queries 94-96 James Coleman
- Re: New IndexAM API controlling index vacuum strategies Peter Geoghegan
- Re: logical replication empty transactions Ajin Cherian
- Re: New IndexAM API controlling index vacuum strategies Andres Freund
- Re: New IndexAM API controlling index vacuum strategies Peter Geoghegan
- Re: File truncation within PostgresNode::issues_sql_like() wrong on Windows Michael Paquier
- Re: Can a child process detect postmaster death when in pg_usleep? Bharath Rupireddy
- Re: Replication slot stats misgivings Amit Kapila
- Re: logical replication empty transactions Ajin Cherian
- Re: Replication slot stats misgivings vignesh C
- Re: [Proposal] Global temporary tables wenjing
- Re: Replication slot stats misgivings Amit Kapila
- Re: Replication slot stats misgivings Masahiko Sawada
- Re: Problems around compute_query_id Julien Rouhaud
- Re: [PATCH] expand the units that pg_size_pretty supports on output Michael Paquier
- Re: Extensions not dumped when --schema is used Michael Paquier
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Julien Rouhaud
- Re: Extensions not dumped when --schema is used Guillaume Lelarge
- Schema variables - new implementation for Postgres 15 Pavel Stehule
- Re: [Proposal] Global temporary tables shawn wang
- Re: Replication slot stats misgivings Amit Kapila
- Re: "could not find pathkey item to sort" for TPC-DS queries 94-96 Luc Vlaming
- Re: Truncate in synchronous logical replication failed Amit Kapila
- Forget close an open relation in ReorderBufferProcessTXN() Japin Li
- Re: Bogus collation version recording in recordMultipleDependencies Julien Rouhaud
- Re: Truncate in synchronous logical replication failed Japin Li
- Re: Replication slot stats misgivings Masahiko Sawada
- Re: File truncation within PostgresNode::issues_sql_like() wrong on Windows Andrew Dunstan
- Re: Forget close an open relation in ReorderBufferProcessTXN() Amit Kapila
- Re: Truncate in synchronous logical replication failed Amit Kapila
- Remove redundant variable from transformCreateStmt Amul Sul
- Re: Remove redundant variable from transformCreateStmt Jeevan Ladhe
- Re: psql - add SHOW_ALL_RESULTS option Fabien COELHO
- Re: Remove redundant variable from transformCreateStmt Bharath Rupireddy
- Re: Remove redundant variable from transformCreateStmt Amul Sul
- Commit ab596105b55 - BRIN minmax-multi indexes Rushabh Lathia
- Re: Bogus collation version recording in recordMultipleDependencies Tom Lane
- Re: Commit ab596105b55 - BRIN minmax-multi indexes Tom Lane
- Re: Commit ab596105b55 - BRIN minmax-multi indexes Rushabh Lathia
- Re: Commit ab596105b55 - BRIN minmax-multi indexes Tomas Vondra
- Re: TRUNCATE on foreign table Fujii Masao
- Re: Commit ab596105b55 - BRIN minmax-multi indexes Tomas Vondra
- Re: TRUNCATE on foreign table Fujii Masao
- Re: Remove redundant variable from transformCreateStmt Jeevan Ladhe
- Re: Commit ab596105b55 - BRIN minmax-multi indexes Tom Lane
- RE: Schema variables - new implementation for Postgres 15 tsunakawa.takay@fujitsu.com
- Re: Schema variables - new implementation for Postgres 15 Pavel Stehule
- Re: Options given both on cmd-line and in the config with different values Honza Horak
- Re: Replacing pg_depend PIN entries with a fixed range check Tom Lane
- wrong units in ExplainPropertyFloat Justin Pryzby
- Re: pg_amcheck contrib application Mark Dilger
- Re: Converting contrib SQL functions to new style Alvaro Herrera
- Re: Forget close an open relation in ReorderBufferProcessTXN() Tom Lane
- Re: "could not find pathkey item to sort" for TPC-DS queries 94-96 James Coleman
- Iterating on IndexTuple attributes and nbtree page-level dynamic prefix truncation Matthias van de Meent
- Re: psql - add SHOW_ALL_RESULTS option Peter Eisentraut
- ATTACH PARTITION locking documentation for DEFAULT partitions Matthias van de Meent
- Re: ATTACH PARTITION locking documentation for DEFAULT partitions Justin Pryzby
- Re: "could not find pathkey item to sort" for TPC-DS queries 94-96 Tomas Vondra
- Re: SQL-standard function body Tom Lane
- Re: Collation versioning Thomas Munro
- Converting built-in SQL functions to new style Tom Lane
- Re: Replacing pg_depend PIN entries with a fixed range check Andres Freund
- Re: Replacing pg_depend PIN entries with a fixed range check Tom Lane
- Re: pg_stat_bgwriter.buffers_backend is pretty meaningless (and more?) Andres Freund
- Re: Replacing pg_depend PIN entries with a fixed range check Andres Freund
- Re: Replacing pg_depend PIN entries with a fixed range check Tom Lane
- Re: New IndexAM API controlling index vacuum strategies Andres Freund
- Re: TRUNCATE on foreign table Bharath Rupireddy
- Re: New IndexAM API controlling index vacuum strategies Peter Geoghegan
- Re: File truncation within PostgresNode::issues_sql_like() wrong on Windows Michael Paquier
- Re: Remove redundant variable from transformCreateStmt Bharath Rupireddy
- Re: File truncation within PostgresNode::issues_sql_like() wrong on Windows Andrew Dunstan
- Re: wal stats questions Masahiro Ikeda
- Re: "could not find pathkey item to sort" for TPC-DS queries 94-96 Tomas Vondra
- Re: Retry in pgbench Tatsuo Ishii
- Re: Converting contrib SQL functions to new style Noah Misch
- Re: Truncate in synchronous logical replication failed Japin Li
- Re: "could not find pathkey item to sort" for TPC-DS queries 94-96 Zhihong Yu
- Re: TRUNCATE on foreign table Fujii Masao
- Re: Bogus collation version recording in recordMultipleDependencies Julien Rouhaud
- Re: Forget close an open relation in ReorderBufferProcessTXN() Amit Kapila
- Re: Performance degradation of REFRESH MATERIALIZED VIEW Kyotaro Horiguchi
- Re: Replication slot stats misgivings Amit Kapila
- Re: Schema variables - new implementation for Postgres 15 Pavel Stehule
- Re: Replication slot stats misgivings vignesh C
- Re: Retry in pgbench Fabien COELHO
- Re: TRUNCATE on foreign table Kyotaro Horiguchi
- Re: Replication slot stats misgivings Amit Kapila
- Re: Schema variables - new implementation for Postgres 15 Joel Jacobson
- Re: TRUNCATE on foreign table Bharath Rupireddy
- Re: Table refer leak in logical replication Michael Paquier
- Re: Schema variables - new implementation for Postgres 15 Pavel Stehule
- RE: Schema variables - new implementation for Postgres 15 tsunakawa.takay@fujitsu.com
- Re: doc review for v14 Justin Pryzby
- Re: Truncate in synchronous logical replication failed Japin Li
- RE: Truncate in synchronous logical replication failed osumi.takamichi@fujitsu.com
- Re: Allowing to create LEAKPROOF functions to non-superuser Noah Misch
- Re: fix old confusing JSON example Michael Paquier
- Re: Converting built-in SQL functions to new style Noah Misch
- Re: Truncate in synchronous logical replication failed Amit Kapila
- Re: Truncate in synchronous logical replication failed Amit Kapila
- RE: Truncate in synchronous logical replication failed osumi.takamichi@fujitsu.com
- Re: Truncate in synchronous logical replication failed Japin Li
- Re: Replication slot stats misgivings Amit Kapila
- Re: Truncate in synchronous logical replication failed Amit Kapila
- Re: logical replication worker accesses catalogs in error context callback Bharath Rupireddy
- Re: Replication slot stats misgivings vignesh C
- Re: Replication slot stats misgivings vignesh C
- Re: ATTACH PARTITION locking documentation for DEFAULT partitions Matthias van de Meent
- Re: WIP: WAL prefetch (another approach) Amit Kapila
- Re: Retry in pgbench Jehan-Guillaume de Rorthais
- Re: Retry in pgbench Tatsuo Ishii
- Error when defining a set returning function Esteban Zimanyi
- Re: Bogus collation version recording in recordMultipleDependencies Tom Lane
- Re: fix old confusing JSON example Alexander Korotkov
- Re: Error when defining a set returning function Tom Lane
- default_tablespace doc and partitioned rels Justin Pryzby
- Re: wrong units in ExplainPropertyFloat Tom Lane
- Re: Truncate in synchronous logical replication failed Japin Li
- Re: Bogus collation version recording in recordMultipleDependencies Julien Rouhaud
- Re: Iterating on IndexTuple attributes and nbtree page-level dynamic prefix truncation Peter Geoghegan
- Re: Bogus collation version recording in recordMultipleDependencies Tom Lane
- Re: Error when defining a set returning function Esteban Zimanyi
- feature request ctid cast / sql exception Vladimír Houba ml.
- Re: Bogus collation version recording in recordMultipleDependencies Tom Lane
- Re: Error when defining a set returning function Tom Lane
- Re: Bogus collation version recording in recordMultipleDependencies Andres Freund
- Re: Bogus collation version recording in recordMultipleDependencies Tom Lane
- Re: Bogus collation version recording in recordMultipleDependencies Tom Lane
- Re: Bogus collation version recording in recordMultipleDependencies Tom Lane
- Re: Forget close an open relation in ReorderBufferProcessTXN() Andres Freund
- pg_amcheck option to install extension Andrew Dunstan
- More info on pg_stat_activity Wait Event Name when is DataFileRead PegoraroF10
- Re: Error when defining a set returning function Esteban Zimanyi
- Re: ANALYZE counts LP_DEAD line pointers as n_dead_tup Peter Geoghegan
- Re: default_tablespace doc and partitioned rels Alvaro Herrera
- Re: Bogus collation version recording in recordMultipleDependencies Tom Lane
- Re: Error when defining a set returning function Andrew Dunstan
- Re: default_tablespace doc and partitioned rels Justin Pryzby
- Re: Iterating on IndexTuple attributes and nbtree page-level dynamic prefix truncation Matthias van de Meent
- Re: Bogus collation version recording in recordMultipleDependencies Thomas Munro
- Re: Bogus collation version recording in recordMultipleDependencies Tom Lane
- Re: Iterating on IndexTuple attributes and nbtree page-level dynamic prefix truncation Peter Geoghegan
- PATCH: generate fractional cheapest paths in generate_orderedappend_path Tomas Vondra
- Re: Bogus collation version recording in recordMultipleDependencies Thomas Munro
- Re: ANALYZE counts LP_DEAD line pointers as n_dead_tup Peter Geoghegan
- Re: terminate called after throwing an instance of 'std::bad_alloc' Andres Freund
- Re: Bogus collation version recording in recordMultipleDependencies Tom Lane
- Re: terminate called after throwing an instance of 'std::bad_alloc' Justin Pryzby
- Re: terminate called after throwing an instance of 'std::bad_alloc' Justin Pryzby
- RE: Truncate in synchronous logical replication failed osumi.takamichi@fujitsu.com
- Re: Forget close an open relation in ReorderBufferProcessTXN() Amit Kapila
- Re: terminate called after throwing an instance of 'std::bad_alloc' Andres Freund
- Re: Forget close an open relation in ReorderBufferProcessTXN() Amit Kapila
- Re: Forget close an open relation in ReorderBufferProcessTXN() Amit Kapila
- Re: Forget close an open relation in ReorderBufferProcessTXN() Japin Li
- Re: Forget close an open relation in ReorderBufferProcessTXN() Amit Kapila
- Re: Truncate in synchronous logical replication failed Japin Li
- Re: Bogus collation version recording in recordMultipleDependencies Julien Rouhaud
- Re: Bogus collation version recording in recordMultipleDependencies Julien Rouhaud
- Re: Error when defining a set returning function Esteban Zimanyi
- Re: File truncation within PostgresNode::issues_sql_like() wrong on Windows Michael Paquier
- Re: Table refer leak in logical replication Amit Kapila
- Re: File truncation within PostgresNode::issues_sql_like() wrong on Windows Andrew Dunstan
- proposal - log_full_scan Pavel Stehule
- Re: proposal - log_full_scan Justin Pryzby
- Re: proposal - log_full_scan Pavel Stehule
- Re: multi-install PostgresNode fails with older postgres versions Andrew Dunstan
- Re: multi-install PostgresNode fails with older postgres versions Andrew Dunstan
- Re: proposal - log_full_scan Julien Rouhaud
- Re: proposal - log_full_scan Pavel Stehule
- Re: proposal - log_full_scan Justin Pryzby
- Re: proposal - log_full_scan Pavel Stehule
- Re: feature request ctid cast / sql exception David G. Johnston
- Re: "could not find pathkey item to sort" for TPC-DS queries 94-96 Tom Lane
- Re: pg_amcheck option to install extension Mark Dilger
- Re: feature request ctid cast / sql exception Tom Lane
- Re: feature request ctid cast / sql exception Vladimír Houba ml.
- Re: feature request ctid cast / sql exception David G. Johnston
- Re: feature request ctid cast / sql exception David G. Johnston
- Re: Replication slot stats misgivings Tom Lane
- Re: Replication slot stats misgivings Tom Lane
- Re: terminate called after throwing an instance of 'std::bad_alloc' Justin Pryzby
- Re: Replication slot stats misgivings vignesh C
- Re: Replication slot stats misgivings Amit Kapila
- Re: Replication slot stats misgivings vignesh C
- Re: proposal - log_full_scan Pavel Stehule
- Re: feature request ctid cast / sql exception Vladimír Houba ml.
- Re: Bogus collation version recording in recordMultipleDependencies Julien Rouhaud
- Fix dropped object handling in pg_event_trigger_ddl_commands Sven Klemm
- Re: proposal - log_full_scan Julien Rouhaud
- Re: pg_amcheck option to install extension Andrew Dunstan
- Re: Replication slot stats misgivings Masahiko Sawada
- Re: Replication slot stats misgivings vignesh C
- Re: proposal - log_full_scan Pavel Stehule
- Consider parent's stats for set_append_rel_size. Andy Fan
- 2 questions about volatile attribute of pg_proc. Andy Fan
- Re: 2 questions about volatile attribute of pg_proc. Pavel Stehule
- Re: Bogus collation version recording in recordMultipleDependencies Tom Lane
- Re: 2 questions about volatile attribute of pg_proc. Tom Lane
- Re: 2 questions about volatile attribute of pg_proc. Isaac Morland
- Re: 2 questions about volatile attribute of pg_proc. Tom Lane
- Re: 2 questions about volatile attribute of pg_proc. David G. Johnston
- 回复: Core dump happens when execute sql CREATE VIEW v1(c1) AS (SELECT ('4' COLLATE "C")::INT FROM generate_series(1, 10)); Yulin PEI
- Re: "could not find pathkey item to sort" for TPC-DS queries 94-96 Tom Lane
- Re: 回复: Core dump happens when execute sql CREATE VIEW v1(c1) AS (SELECT ('4' COLLATE "C")::INT FROM generate_series(1, 10)); Tom Lane
- Re: SQL-standard function body Noah Misch
- Re: SQL-standard function body Tom Lane
- Re: More info on pg_stat_activity Wait Event Name when is DataFileRead Robert Haas
- Re: Planning time grows exponentially with levels of nested views Tom Lane
- Re: Old Postgresql version on i7-1165g7 Yura Sokolov
- Re: Planning time grows exponentially with levels of nested views Tom Lane
- Re: Planning time grows exponentially with levels of nested views Joel Jacobson
- Re: SQL-standard function body Justin Pryzby
- Re: SQL-standard function body Tom Lane
- Re: pg_amcheck option to install extension Mark Dilger
- Re: partial heap only tuples Peter Geoghegan
- Re: pg_amcheck option to install extension Alvaro Herrera
- PG Docs - CREATE SUBSCRIPTION option list order Peter Smith
- Re: PG Docs - CREATE SUBSCRIPTION option list order Euler Taveira
- Re: File truncation within PostgresNode::issues_sql_like() wrong on Windows Michael Paquier
- Re: doc review for v14 Michael Paquier
- Re: Replication slot stats misgivings Masahiko Sawada
- Re: Remove redundant variable from transformCreateStmt Amul Sul
- Re: Remove redundant variable from transformCreateStmt Amul Sul
- Re: PG Docs - CREATE SUBSCRIPTION option list order Amit Kapila
- Re: Replication slot stats misgivings Amit Kapila
- Re: Replication slot stats misgivings Amit Kapila
- Re: Performance degradation of REFRESH MATERIALIZED VIEW Masahiko Sawada
- Re: New Table Access Methods for Multi and Single Inserts Bharath Rupireddy
- Re: PG Docs - CREATE SUBSCRIPTION option list order Peter Smith
- Re: Replication slot stats misgivings Amit Kapila
- Re: PG Docs - CREATE SUBSCRIPTION option list order Amit Kapila
- Re: Remove redundant variable from transformCreateStmt Bharath Rupireddy
- Windows default locale vs initdb Thomas Munro
- Re: Table refer leak in logical replication Michael Paquier
- Re: Table refer leak in logical replication Michael Paquier
- Re: Remove redundant variable from transformCreateStmt Amul Sul
- Re: [CLOBBER_CACHE]Server crashed with segfault 11 while executing clusterdb Michael Paquier
- Re: Table refer leak in logical replication Amit Langote
- Re: Performance Evaluation of Result Cache by using TPC-DS David Rowley
- Re: [CLOBBER_CACHE]Server crashed with segfault 11 while executing clusterdb Amul Sul
- Re: Replication slot stats misgivings Masahiko Sawada
- Re: Performance degradation of REFRESH MATERIALIZED VIEW Kyotaro Horiguchi
- Doubt with [ RANGE partition with TEXT datatype ] Prabhat Sahu
- Re: Table refer leak in logical replication Amit Langote
- Re: logical replication empty transactions Peter Smith
- Re: Performance degradation of REFRESH MATERIALIZED VIEW Masahiko Sawada
- Re: Table refer leak in logical replication Amit Kapila
- Re: [CLOBBER_CACHE]Server crashed with segfault 11 while executing clusterdb Kyotaro Horiguchi
- Re: Doubt with [ RANGE partition with TEXT datatype ] Amit Langote
- Re: Windows default locale vs initdb Pavel Stehule
- Re: Table refer leak in logical replication Amit Kapila
- Re: Doubt with [ RANGE partition with TEXT datatype ] Prabhat Sahu
- Re: Table refer leak in logical replication Amit Langote
- Re: Table refer leak in logical replication Michael Paquier
- Re: Table refer leak in logical replication Amit Kapila
- Re: Old Postgresql version on i7-1165g7 Yura Sokolov
- Re: Table refer leak in logical replication Amit Kapila
- Re: Table refer leak in logical replication Amit Kapila
- Re: Windows default locale vs initdb Andrew Dunstan
- Re: Windows default locale vs initdb Pavel Stehule
- Re: [CLOBBER_CACHE]Server crashed with segfault 11 while executing clusterdb Amul Sul
- Re: Replication slot stats misgivings vignesh C
- Re: Performance degradation of REFRESH MATERIALIZED VIEW Bharath Rupireddy
- Re: Table refer leak in logical replication Amit Langote
- Re: [PATCH] Tracking statements entry timestamp in pg_stat_statements Chengxi Sun
- Re: Reduce the number of special cases to build contrib modules on windows David Rowley
- Re: Table refer leak in logical replication Michael Paquier
- Re: [CLOBBER_CACHE]Server crashed with segfault 11 while executing clusterdb Justin Pryzby
- Re: Table refer leak in logical replication Amit Kapila
- Re: [CLOBBER_CACHE]Server crashed with segfault 11 while executing clusterdb Michael Paquier
- Re: [PATCH] Tracking statements entry timestamp in pg_stat_statements Andrei Zubkov
- Re: multi-install PostgresNode fails with older postgres versions Andrew Dunstan
- Re: Forget close an open relation in ReorderBufferProcessTXN() Amit Kapila
- Re: multi-install PostgresNode fails with older postgres versions Michael Paquier
- Do we need to update copyright for PG11 branch bchen90
- Re: Table refer leak in logical replication Amit Langote
- Commit 86dc90056 - Rework planning and execution of UPDATE and DELETE Rushabh Lathia
- Re: [CLOBBER_CACHE]Server crashed with segfault 11 while executing clusterdb Tom Lane
- Re: Do we need to update copyright for PG11 branch Tom Lane
- Re: Performance degradation of REFRESH MATERIALIZED VIEW Masahiko Sawada
- Re: multi-install PostgresNode fails with older postgres versions Andrew Dunstan
- Re: Windows default locale vs initdb Dave Page
- Re: Commit 86dc90056 - Rework planning and execution of UPDATE and DELETE Tom Lane
- Re: Commit 86dc90056 - Rework planning and execution of UPDATE and DELETE Amit Langote
- Re: multi-install PostgresNode fails with older postgres versions Mark Dilger
- Re: track_planning causing performance regression Fujii Masao
- Re: Commit 86dc90056 - Rework planning and execution of UPDATE and DELETE Tom Lane
- 回覆: 回复: Core dump happens when execute sql CREATE VIEW v1(c1) AS (SELECT ('4' COLLATE "C")::INT FROM generate_series(1, 10)); Yulin PEI
- Re: [HACKERS] [PATCH] Caching for stable expressions with constant arguments v3 Robert Haas
- Re: Since '2001-09-09 01:46:40'::timestamp microseconds are lost when extracting epoch Tom Lane
- Re: Commit 86dc90056 - Rework planning and execution of UPDATE and DELETE Robert Haas
- Re: More info on pg_stat_activity Wait Event Name when is DataFileRead PegoraroF10
- Re: Commit 86dc90056 - Rework planning and execution of UPDATE and DELETE Tom Lane
- Re: Reduce the number of special cases to build contrib modules on windows Alvaro Herrera
- Re: Windows default locale vs initdb Andrew Dunstan
- Re: pg_amcheck option to install extension Andrew Dunstan
- Re: multi-install PostgresNode fails with older postgres versions Andrew Dunstan
- Re: pg_amcheck option to install extension Mark Dilger
- Re: terminate called after throwing an instance of 'std::bad_alloc' Andres Freund
- Re: Commit 86dc90056 - Rework planning and execution of UPDATE and DELETE Robert Haas
- Re: 回覆: 回复: Core dump happens when execute sql CREATE VIEW v1(c1) AS (SELECT ('4' COLLATE "C")::INT FROM generate_series(1, 10)); Tom Lane
- Re: pg_amcheck option to install extension Robert Haas
- Re: pg_amcheck option to install extension Tom Lane
- Re: More info on pg_stat_activity Wait Event Name when is DataFileRead Robert Haas
- Re: multi-install PostgresNode fails with older postgres versions Jehan-Guillaume de Rorthais
- Re: Commit 86dc90056 - Rework planning and execution of UPDATE and DELETE Tom Lane
- Synchronous commit behavior during network outage Ondřej Žižka
- Re: Commit 86dc90056 - Rework planning and execution of UPDATE and DELETE Robert Haas
- Re: pg_amcheck option to install extension Mark Dilger
- Re: multi-install PostgresNode fails with older postgres versions Jehan-Guillaume de Rorthais
- Re: multi-install PostgresNode fails with older postgres versions Mark Dilger
- Re: Bogus collation version recording in recordMultipleDependencies Andres Freund
- Re: terminate called after throwing an instance of 'std::bad_alloc' Justin Pryzby
- Re: multi-install PostgresNode fails with older postgres versions Jehan-Guillaume de Rorthais
- Re: Bogus collation version recording in recordMultipleDependencies Tom Lane
- when the startup process doesn't Robert Haas
- Re: Bogus collation version recording in recordMultipleDependencies Peter Geoghegan
- Re: Bogus collation version recording in recordMultipleDependencies Peter Geoghegan
- Re: Windows default locale vs initdb Peter Eisentraut
- Re: multi-install PostgresNode fails with older postgres versions Mark Dilger
- Re: Bogus collation version recording in recordMultipleDependencies Tom Lane
- Re: pg_amcheck option to install extension Andrew Dunstan
- Re: proposal - log_full_scan Pavel Stehule
- Re: Bogus collation version recording in recordMultipleDependencies Peter Geoghegan
- Re: Bogus collation version recording in recordMultipleDependencies Thomas Munro
- Re: pg_amcheck contrib application Robert Haas
- Re: Bogus collation version recording in recordMultipleDependencies Tom Lane
- Re: Allowing to create LEAKPROOF functions to non-superuser Robert Haas
- Re: Allowing to create LEAKPROOF functions to non-superuser Tom Lane
- Re: "could not find pathkey item to sort" for TPC-DS queries 94-96 James Coleman
- Re: Implementing Incremental View Maintenance Andrew Dunstan
- Re: "could not find pathkey item to sort" for TPC-DS queries 94-96 James Coleman
- Re: Allowing to create LEAKPROOF functions to non-superuser Robert Haas
- Re: Reduce the number of special cases to build contrib modules on windows Andrew Dunstan
- Re: "could not find pathkey item to sort" for TPC-DS queries 94-96 Tom Lane
- Re: Allowing to create LEAKPROOF functions to non-superuser Stephen Frost
- Re: Implementing Incremental View Maintenance Tom Lane
- Re: "could not find pathkey item to sort" for TPC-DS queries 94-96 Tom Lane
- Re: "could not find pathkey item to sort" for TPC-DS queries 94-96 Tom Lane
- Free port choosing freezes when PostgresNode::use_tcp is used on BSD systems Alexey Kondratov
- column-level security policies for application users Dan Lynch
- Re: "could not find pathkey item to sort" for TPC-DS queries 94-96 Tom Lane
- Re: when the startup process doesn't Alvaro Herrera
- Re: Free port choosing freezes when PostgresNode::use_tcp is used on BSD systems Tom Lane
- Re: Bogus collation version recording in recordMultipleDependencies Thomas Munro
- Re: pg_amcheck contrib application Mark Dilger
- Re: partial heap only tuples Bruce Momjian
- proposal for PostgreSQL program Khaled Anas
- Re: Do we need to update copyright for PG11 branch Bruce Momjian
- Re: when the startup process doesn't Bruce Momjian
- Re: when the startup process doesn't Thomas Munro
- Re: partial heap only tuples Peter Geoghegan
- Re: when the startup process doesn't Tom Lane
- Re: Implementing Incremental View Maintenance Yugo NAGATA
- Re: "could not find pathkey item to sort" for TPC-DS queries 94-96 James Coleman
- Re: [CLOBBER_CACHE]Server crashed with segfault 11 while executing clusterdb Kyotaro Horiguchi
- Re: [CLOBBER_CACHE]Server crashed with segfault 11 while executing clusterdb Kyotaro Horiguchi
- Re: GSoC 2021 Proposal Document Andreas 'ads' Scherbaum
- Re: pg_amcheck option to install extension Michael Paquier
- Re: Bogus collation version recording in recordMultipleDependencies Julien Rouhaud
- Re: Bogus collation version recording in recordMultipleDependencies Julien Rouhaud
- Re: Truncate in synchronous logical replication failed Ajin Cherian
- Re: ANALYZE counts LP_DEAD line pointers as n_dead_tup Peter Geoghegan
- Re: Performance degradation of REFRESH MATERIALIZED VIEW Bharath Rupireddy
- Re: Can a child process detect postmaster death when in pg_usleep? Bharath Rupireddy
- Re: pg_amcheck option to install extension Mark Dilger
- Re: Bogus collation version recording in recordMultipleDependencies Peter Geoghegan
- HEAD looks clean with wal_consistency_checking = all Michael Paquier
- Re: 2 questions about volatile attribute of pg_proc. Andy Fan
- amcheck eating most of the runtime with wal_consistency_checking Michael Paquier
- Re: 2 questions about volatile attribute of pg_proc. Andy Fan
- Re: 2 questions about volatile attribute of pg_proc. Pavel Stehule
- Re: amcheck eating most of the runtime with wal_consistency_checking Peter Geoghegan
- Re: Reduce the number of special cases to build contrib modules on windows David Rowley
- Re: Bogus collation version recording in recordMultipleDependencies Julien Rouhaud
- Re: Forget close an open relation in ReorderBufferProcessTXN() Amit Langote
- Re: pg_amcheck option to install extension Michael Paquier
- Re: Bogus collation version recording in recordMultipleDependencies Thomas Munro
- Re: 2 questions about volatile attribute of pg_proc. Andy Fan
- An omission of automatic completion in tab-complete.c wangw.fnst@fujitsu.com
- RE: Truncate in synchronous logical replication failed osumi.takamichi@fujitsu.com
- Re: 2 questions about volatile attribute of pg_proc. Pavel Stehule
- Re: Replication slot stats misgivings Masahiko Sawada
- Re: pg_amcheck option to install extension Mark Dilger
- Re: pg_amcheck option to install extension Michael Paquier
- Re: locking [user] catalog tables vs 2pc vs logical rep vignesh C
- Stale description for pg_basebackup Kyotaro Horiguchi
- select 'x' ~ repeat('x*y*z*', 1000); Thomas Munro
- Re: Performance Evaluation of Result Cache by using TPC-DS Yuya Watari
- Re: Table refer leak in logical replication Michael Paquier
- Re: pg_amcheck option to install extension Mark Dilger
- Re: 2 questions about volatile attribute of pg_proc. Andy Fan
- Re: select 'x' ~ repeat('x*y*z*', 1000); Tom Lane
- Re: terminate called after throwing an instance of 'std::bad_alloc' Justin Pryzby
- Re: [HACKERS] logical decoding of two-phase transactions Peter Smith
- Re: [CLOBBER_CACHE]Server crashed with segfault 11 while executing clusterdb Amul Sul
- Re: Table refer leak in logical replication Amit Langote
- Re: Performance degradation of REFRESH MATERIALIZED VIEW Masahiko Sawada
- Re: 2 questions about volatile attribute of pg_proc. Pavel Stehule
- Re: terminate called after throwing an instance of 'std::bad_alloc' Justin Pryzby
- Re: Performance degradation of REFRESH MATERIALIZED VIEW Bharath Rupireddy
- Re: Table refer leak in logical replication Michael Paquier
- Partitioned table permission question Junfeng Yang
- Re: pg_amcheck option to install extension Michael Paquier
- Re: An omission of automatic completion in tab-complete.c Michael Paquier
- Re: An omission of automatic completion in tab-complete.c Aleksander Alekseev
- Re: Table refer leak in logical replication Amit Langote
- [bug?] Missed parallel safety checks, and wrong parallel safety tsunakawa.takay@fujitsu.com
- Re: [bug?] Missed parallel safety checks, and wrong parallel safety Bharath Rupireddy
- PATCH: Add GSSAPI ccache_name option to libpq Daniel Carter
- Tiny update to pg_stat_statements documentation Greg Nancarrow
- Re: Replication slot stats misgivings Amit Kapila
- Re: "could not find pathkey item to sort" for TPC-DS queries 94-96 ilmari@ilmari.org (Dagfinn Ilmari Mannsåker)
- Re: Tiny update to pg_stat_statements documentation Bharath Rupireddy
- Re: Replication slot stats misgivings vignesh C
- Re: PATCH: Add GSSAPI ccache_name option to libpq Aleksander Alekseev
- Re: PATCH: Add GSSAPI ccache_name option to libpq Dave Page
- Re: "could not find pathkey item to sort" for TPC-DS queries 94-96 ilmari@ilmari.org (Dagfinn Ilmari Mannsåker)
- RE: Table refer leak in logical replication houzj.fnst@fujitsu.com
- RFE: Make statistics robust for unplanned events Patrik Novotny
- Re: "could not find pathkey item to sort" for TPC-DS queries 94-96 James Coleman
- Typo in dshash_find() comments Julien Rouhaud
- Re: Partitioned table permission question Amit Langote
- Re: when the startup process doesn't Magnus Hagander
- Re: Replication slot stats misgivings Masahiko Sawada
- Re: Typo in dshash_find() comments Magnus Hagander
- Re: Typo in dshash_find() comments Julien Rouhaud
- Re: when the startup process doesn't Robert Haas
- Re: pg_amcheck option to install extension Robert Haas
- Re: Table refer leak in logical replication Amit Kapila
- Re: pg_amcheck option to install extension Magnus Hagander
- Re: pg_amcheck option to install extension Robert Haas
- Re: when the startup process doesn't Magnus Hagander
- Copyright on perl files Andrew Dunstan
- Re: Copyright on perl files Tom Lane
- Re: Replication slot stats misgivings Masahiko Sawada
- Re: "could not find pathkey item to sort" for TPC-DS queries 94-96 Tom Lane
- Re: [bug?] Missed parallel safety checks, and wrong parallel safety Tom Lane
- Re: pg_amcheck option to install extension Alvaro Herrera
- `make check` doesn't pass on MacOS Catalina Aleksander Alekseev
- Re: Free port choosing freezes when PostgresNode::use_tcp is used on BSD systems Andrew Dunstan
- Re: `make check` doesn't pass on MacOS Catalina Tom Lane
- Re: Free port choosing freezes when PostgresNode::use_tcp is used on BSD systems Tom Lane
- Re: pg_amcheck option to install extension Andrew Dunstan
- Re: pg_amcheck option to install extension Tom Lane
- Re: when the startup process doesn't Jehan-Guillaume de Rorthais
- Re: pg_amcheck option to install extension Mark Dilger
- Re: "could not find pathkey item to sort" for TPC-DS queries 94-96 Tom Lane
- Docs: Move parallel_leader_participation GUC description under relevant category Bharath Rupireddy
- Re: `make check` doesn't pass on MacOS Catalina Aleksander Alekseev
- Re: pg_amcheck option to install extension Andrew Dunstan
- Re: pg_amcheck option to install extension Tom Lane
- Re: `make check` doesn't pass on MacOS Catalina Andrew Dunstan
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Bruce Momjian
- Re: Synchronous commit behavior during network outage Aleksander Alekseev
- Re: PATCH: Add GSSAPI ccache_name option to libpq Daniel Carter
- Re: Synchronous commit behavior during network outage Tomas Vondra
- Re: pg_amcheck option to install extension Robert Haas
- Re: Problems around compute_query_id Bruce Momjian
- Re: multi-install PostgresNode fails with older postgres versions Andrew Dunstan
- Re: when the startup process doesn't Magnus Hagander
- Re: Synchronous commit behavior during network outage Ondřej Žižka
- Re: Synchronous commit behavior during network outage Maksim Milyutin
- Re: ML-based indexing ("The Case for Learned Index Structures", a paper from Google) Stefan Keller
- Re: Synchronous commit behavior during network outage Ondřej Žižka
- Re: Synchronous commit behavior during network outage Ondřej Žižka
- Re: Synchronous commit behavior during network outage Maksim Milyutin
- Re: ML-based indexing ("The Case for Learned Index Structures", a paper from Google) Andrey Borodin
- Re: when the startup process doesn't Tom Lane
- Re: when the startup process doesn't Stephen Frost
- Re: when the startup process doesn't Tom Lane
- Re: PATCH: Add GSSAPI ccache_name option to libpq Stephen Frost
- Re: when the startup process doesn't Stephen Frost
- Re: fix old confusing JSON example Erik Rijkers
- Re: ML-based indexing ("The Case for Learned Index Structures", a paper from Google) Peter Geoghegan
- Re: ML-based indexing ("The Case for Learned Index Structures", a paper from Google) Chapman Flack
- Re: PATCH: Add GSSAPI ccache_name option to libpq Daniel Carter
- Re: ML-based indexing ("The Case for Learned Index Structures", a paper from Google) Peter Geoghegan
- Re: ML-based indexing ("The Case for Learned Index Structures", a paper from Google) Jonah H. Harris
- Re: ML-based indexing ("The Case for Learned Index Structures", a paper from Google) Peter Geoghegan
- Re: when the startup process doesn't Andres Freund
- Re: when the startup process doesn't Andres Freund
- Re: when the startup process doesn't Alvaro Herrera
- Re: fix old confusing JSON example Tom Lane
- Re: when the startup process doesn't SATYANARAYANA NARLAPURAM
- Re: Synchronous commit behavior during network outage SATYANARAYANA NARLAPURAM
- Re: RFE: Make statistics robust for unplanned events Peter Geoghegan
- Re: ML-based indexing ("The Case for Learned Index Structures", a paper from Google) Stefan Keller
- Re: ML-based indexing ("The Case for Learned Index Structures", a paper from Google) Tom Lane
- Re: ML-based indexing ("The Case for Learned Index Structures", a paper from Google) Peter Geoghegan
- Privilege boundary between sysadmin and database superuser [Was: Re: pg_amcheck option to install extension] Mark Dilger
- Re: Privilege boundary between sysadmin and database superuser [Was: Re: pg_amcheck option to install extension] Tom Lane
- Re: ALTER TABLE .. DETACH PARTITION CONCURRENTLY Alvaro Herrera
- Re: Free port choosing freezes when PostgresNode::use_tcp is used on BSD systems Alexey Kondratov
- 回复: Partitioned table permission question Junfeng Yang
- Re: terminate called after throwing an instance of 'std::bad_alloc' Andres Freund
- Re: Privilege boundary between sysadmin and database superuser [Was: Re: pg_amcheck option to install extension] Mark Dilger
- Re: Table refer leak in logical replication Michael Paquier
- Re: ALTER TABLE .. DETACH PARTITION CONCURRENTLY Alvaro Herrera
- Re: terminate called after throwing an instance of 'std::bad_alloc' Justin Pryzby
- Re: Tiny update to pg_stat_statements documentation Greg Nancarrow
- Re: `make check` doesn't pass on MacOS Catalina Tom Lane
- Re: terminate called after throwing an instance of 'std::bad_alloc' Andres Freund
- Re: Tiny update to pg_stat_statements documentation Michael Paquier
- Re: Tiny update to pg_stat_statements documentation Bharath Rupireddy
- Re: Stale description for pg_basebackup Kyotaro Horiguchi
- Re: Tiny update to pg_stat_statements documentation Julien Rouhaud
- Re: An omission of automatic completion in tab-complete.c Michael Paquier
- RE: [bug?] Missed parallel safety checks, and wrong parallel safety tsunakawa.takay@fujitsu.com
- non-blocking delayChkpt Andres Freund
- Re: Is it worth to optimize VACUUM/ANALYZE by combining duplicate rel instances into single rel instance? Bharath Rupireddy
- Re: Stale description for pg_basebackup Kyotaro Horiguchi
- Re: terminate called after throwing an instance of 'std::bad_alloc' Justin Pryzby
- Re: Table refer leak in logical replication Amit Langote
- Re: [bug?] Missed parallel safety checks, and wrong parallel safety Tom Lane
- Re: Docs: Move parallel_leader_participation GUC description under relevant category Michael Paquier
- Re: Is it worth to optimize VACUUM/ANALYZE by combining duplicate rel instances into single rel instance? Kyotaro Horiguchi
- Re: Docs: Move parallel_leader_participation GUC description under relevant category Bharath Rupireddy
- RE: [bug?] Missed parallel safety checks, and wrong parallel safety tsunakawa.takay@fujitsu.com
- prerequisites of pull_up_sublinks Andy Fan
- Re: Tiny update to pg_stat_statements documentation Michael Paquier
- Re: Table refer leak in logical replication Michael Paquier
- Re: PATCH: Add GSSAPI ccache_name option to libpq Michael Paquier
- Re: Replication slot stats misgivings Amit Kapila
- Re: Replication slot stats misgivings vignesh C
- Re: Replication slot stats misgivings Amit Kapila
- Re: Support tab completion for upper character inputs in psql Peter Smith
- Re: Replication slot stats misgivings vignesh C
- Re: Is it worth to optimize VACUUM/ANALYZE by combining duplicate rel instances into single rel instance? Bharath Rupireddy
- Re: multi-install PostgresNode fails with older postgres versions Michael Paquier
- Re: wal stats questions torikoshia
- Re: Replication slot stats misgivings Amit Kapila
- Re: Synchronous commit behavior during network outage Ondřej Žižka
- Re: proposal - psql - use pager for \watch command Pavel Stehule
- Re: [HACKERS] logical decoding of two-phase transactions Peter Smith
- Re: proposal - psql - use pager for \watch command Thomas Munro
- Re: proposal - psql - use pager for \watch command Pavel Stehule
- Re: Performance Evaluation of Result Cache by using TPC-DS David Rowley
- Re: Table refer leak in logical replication Amit Langote
- Re: Synchronous commit behavior during network outage Aleksander Alekseev
- Re: Replication slot stats misgivings Dilip Kumar
- Re: Synchronous commit behavior during network outage Laurenz Albe
- Re: Synchronous commit behavior during network outage Pavel Stehule
- RE: [bug?] Missed parallel safety checks, and wrong parallel safety houzj.fnst@fujitsu.com
- Re: PATCH: Add GSSAPI ccache_name option to libpq Dave Page
- Re: Synchronous commit behavior during network outage SATYANARAYANA NARLAPURAM
- Re: prerequisites of pull_up_sublinks David Rowley
- Re: ML-based indexing ("The Case for Learned Index Structures", a paper from Google) Stefan Keller
- Re: Replication slot stats misgivings Masahiko Sawada
- Re: Replication slot stats misgivings Masahiko Sawada
- Re: ML-based indexing ("The Case for Learned Index Structures", a paper from Google) Oleg Bartunov
- Re: Replication slot stats misgivings Amit Kapila
- Re: wal stats questions Masahiro Ikeda
- Re: Replication slot stats misgivings Amit Kapila
- Re: Replication slot stats misgivings Masahiko Sawada
- Re: Replication slot stats misgivings Masahiko Sawada
- Re: [bug?] Missed parallel safety checks, and wrong parallel safety Amit Kapila
- Re: Replication slot stats misgivings Amit Kapila
- Re: Table refer leak in logical replication Michael Paquier
- Re: libpq compression Amit Kapila
- INT64_FORMAT in translatable strings Kyotaro Horiguchi
- Re: prerequisites of pull_up_sublinks Andy Fan
- Re: RFE: Make statistics robust for unplanned events Magnus Hagander
- Re: Table refer leak in logical replication Amit Langote
- Re: [bug?] Missed parallel safety checks, and wrong parallel safety Tom Lane
- Re: Do we work with LLVM 12 on s390x? Honza Horak
- Re: ML-based indexing ("The Case for Learned Index Structures", a paper from Google) Bruce Momjian
- Re: multi-install PostgresNode fails with older postgres versions Andrew Dunstan
- Re: Stale description for pg_basebackup Fujii Masao
- Re: Free port choosing freezes when PostgresNode::use_tcp is used on BSD systems Andrew Dunstan
- Re: track_planning causing performance regression Fujii Masao
- Re: PATCH: Add GSSAPI ccache_name option to libpq Alvaro Herrera
- Re: TRUNCATE on foreign table Fujii Masao
- Re: TRUNCATE on foreign table Fujii Masao
- Re: RFE: Make statistics robust for unplanned events Tomas Vondra
- Re: RFE: Make statistics robust for unplanned events Magnus Hagander
- Re: track_planning causing performance regression Fujii Masao
- decoupling table and index vacuum Robert Haas
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Fujii Masao
- Re: libpq compression Ian Zagorskikh
- Re: ML-based indexing ("The Case for Learned Index Structures", a paper from Google) Stefan Keller
- Re: WIP: WAL prefetch (another approach) Tom Lane
- Re: PATCH: Add GSSAPI ccache_name option to libpq Stephen Frost
- Re: when the startup process doesn't Stephen Frost
- Re: when the startup process doesn't Tom Lane
- Re: Synchronous commit behavior during network outage Ondřej Žižka
- Re: when the startup process doesn't Andres Freund
- Re: when the startup process doesn't Stephen Frost
- Re: when the startup process doesn't Andres Freund
- Re: WIP: WAL prefetch (another approach) Tomas Vondra
- Re: WIP: WAL prefetch (another approach) Thomas Munro
- Re: Privilege boundary between sysadmin and database superuser [Was: Re: pg_amcheck option to install extension] Stephen Frost
- Re: Bogus collation version recording in recordMultipleDependencies Andres Freund
- Re: when the startup process doesn't Stephen Frost
- Re: ALTER TABLE .. DETACH PARTITION CONCURRENTLY Alvaro Herrera
- Re: when the startup process doesn't Tom Lane
- multirange constructor strictness Peter Eisentraut
- Re: when the startup process doesn't Andres Freund
- Re: when the startup process doesn't Andres Freund
- Re: when the startup process doesn't Stephen Frost
- Re: decoupling table and index vacuum Andres Freund
- Re: proposal for PostgreSQL program Bruce Momjian
- Re: pgsql: autovacuum: handle analyze for partitioned tables Alvaro Herrera
- Re: pgsql: autovacuum: handle analyze for partitioned tables Alvaro Herrera
- Re: when the startup process doesn't Jehan-Guillaume de Rorthais
- Re: WIP: WAL prefetch (another approach) Thomas Munro
- Re: WIP: WAL prefetch (another approach) Stephen Frost
- Re: pgsql: autovacuum: handle analyze for partitioned tables yuzuko
- Re: decoupling table and index vacuum Peter Geoghegan
- Re: PATCH: Add GSSAPI ccache_name option to libpq Daniel Carter
- Re: Stale description for pg_basebackup Kyotaro Horiguchi
- Re: problem with RETURNING and update row movement Tom Lane
- Re: TRUNCATE on foreign table Bharath Rupireddy
- Re: PATCH: Add GSSAPI ccache_name option to libpq Stephen Frost
- Re: WIP: WAL prefetch (another approach) Tom Lane
- Re: WIP: WAL prefetch (another approach) Andres Freund
- Re: Stale description for pg_basebackup Fujii Masao
- Re: WIP: WAL prefetch (another approach) Thomas Munro
- Re: WIP: WAL prefetch (another approach) Tom Lane
- Re: Stale description for pg_basebackup Kyotaro Horiguchi
- Re: Replication slot stats misgivings Masahiko Sawada
- Re: Replication slot stats misgivings Masahiko Sawada
- Re: Asynchronous Append on postgres_fdw nodes. Etsuro Fujita
- Re: ML-based indexing ("The Case for Learned Index Structures", a paper from Google) Andrey Borodin
- Re: Stale description for pg_basebackup Fujii Masao
- Re: Replication slot stats misgivings Dilip Kumar
- Re: Stale description for pg_basebackup Kyotaro Horiguchi
- Re: Table refer leak in logical replication Michael Paquier
- Re: ERROR: "ft1" is of the wrong type. Michael Paquier
- Re: Replication slot stats misgivings Amit Kapila
- Re: problem with RETURNING and update row movement Amit Langote
- Re: Synchronous commit behavior during network outage Andrey Borodin
- Re: Replication slot stats misgivings Masahiko Sawada
- PageGetItemIdCareful - should we MAXALIGN sizeof(BTPageOpaqueData)? Bharath Rupireddy
- Procedure of modification of autoconf scripts Ian Zagorskikh
- Re: Procedure of modification of autoconf scripts Tom Lane
- Re: ERROR: "ft1" is of the wrong type. Kyotaro Horiguchi
- Re: Procedure of modification of autoconf scripts Ian Zagorskikh
- Re: Replication slot stats misgivings Amit Kapila
- Re: PageGetItemIdCareful - should we MAXALIGN sizeof(BTPageOpaqueData)? Dilip Kumar
- Re: TRUNCATE on foreign table Fujii Masao
- RE: [bug?] Missed parallel safety checks, and wrong parallel safety tsunakawa.takay@fujitsu.com
- Re: multi-install PostgresNode fails with older postgres versions Michael Paquier
- Re: libpq compression Ian Zagorskikh
- RE: [bug?] Missed parallel safety checks, and wrong parallel safety tsunakawa.takay@fujitsu.com
- Re: Replication slot stats misgivings Masahiko Sawada
- Re: [Proposal] Global temporary tables wenjing
- Re: PATCH: Add GSSAPI ccache_name option to libpq Dave Page
- Some doubious messages Kyotaro Horiguchi
- Re: Problems around compute_query_id Julien Rouhaud
- Re: TRUNCATE on foreign table Justin Pryzby
- Re: RFE: Make statistics robust for unplanned events Patrik Novotny
- RE: [bug?] Missed parallel safety checks, and wrong parallel safety houzj.fnst@fujitsu.com
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Julien Rouhaud
- Re: Truncate in synchronous logical replication failed Amit Kapila
- Re: ALTER TABLE .. DETACH PARTITION CONCURRENTLY Amit Langote
- Re: INT64_FORMAT in translatable strings Michael Paquier
- Re: Replication slot stats misgivings Amit Kapila
- Re: multirange constructor strictness Alexander Korotkov
- RE: Parallel INSERT SELECT take 2 houzj.fnst@fujitsu.com
- Re: TRUNCATE on foreign table Bharath Rupireddy
- Re: TRUNCATE on foreign table Bharath Rupireddy
- Fix redundant comments in fmgr.c houzj.fnst@fujitsu.com
- Docs for lock level of ALTER TABLE .. VALIDATE Simon Riggs
- Re: decoupling table and index vacuum Dilip Kumar
- Reduce lock level for ALTER TABLE ... ADD CHECK .. NOT VALID Simon Riggs
- RE: Support tab completion for upper character inputs in psql tanghy.fnst@fujitsu.com
- use pg_strncasecmp to replace strncmp when compare "pg_" tanghy.fnst@fujitsu.com
- Re: multi-install PostgresNode fails with older postgres versions Andrew Dunstan
- Re: libpq compression Daniil Zakhlystov
- Re: INT64_FORMAT in translatable strings Tom Lane
- Re: wal stats questions Fujii Masao
- Re: decoupling table and index vacuum Masahiko Sawada
- Re: TRUNCATE on foreign table Zhihong Yu
- Re: multi-install PostgresNode fails with older postgres versions Alvaro Herrera
- Re: multi-install PostgresNode fails with older postgres versions Andrew Dunstan
- Re: wal stats questions Andres Freund
- Re: multi-install PostgresNode fails with older postgres versions Mark Dilger
- Re: problem with RETURNING and update row movement Tom Lane
- Re: decoupling table and index vacuum Robert Haas
- Re: Do we work with LLVM 12 on s390x? Tom Stellard
- Re: multi-install PostgresNode fails with older postgres versions Andrew Dunstan
- pg_identify_object_as_address() doesn't support pg_event_trigger oids Joel Jacobson
- Re: pg_identify_object_as_address() doesn't support pg_event_trigger oids Alvaro Herrera
- Re: pgsql: autovacuum: handle analyze for partitioned tables Justin Pryzby
- Re: Converting NOT IN to anti-joins during planning Andy Fan
- Re: multi-install PostgresNode fails with older postgres versions Andrew Dunstan
- Re: decoupling table and index vacuum Robert Haas
- Re: decoupling table and index vacuum Peter Geoghegan
- Re: multi-install PostgresNode fails with older postgres versions Alvaro Herrera
- Re: decoupling table and index vacuum Robert Haas
- Re: decoupling table and index vacuum Andres Freund
- Re: decoupling table and index vacuum Robert Haas
- Re: decoupling table and index vacuum Andres Freund
- Re: decoupling table and index vacuum Peter Geoghegan
- Re: ALTER TABLE .. DETACH PARTITION CONCURRENTLY Alvaro Herrera
- Re: decoupling table and index vacuum Robert Haas
- Re: decoupling table and index vacuum Andres Freund
- Re: SQL-standard function body Jeff Janes
- Re: Since '2001-09-09 01:46:40'::timestamp microseconds are lost when extracting epoch Tom Lane
- Incorrect snapshots while promoting hot standby node when 2PC is used Andres Freund
- Re: Do we work with LLVM 12 on s390x? Honza Horak
- tab-complete for ALTER TABLE .. DETACH PARTITION CONCURRENTLY Alvaro Herrera
- Re: decoupling table and index vacuum Peter Geoghegan
- Re: multi-install PostgresNode fails with older postgres versions Michael Paquier
- Re: RFE: Make statistics robust for unplanned events Peter Geoghegan
- Re: RFE: Make statistics robust for unplanned events Tom Lane
- Re: RFE: Make statistics robust for unplanned events Andres Freund
- Re: decoupling table and index vacuum Peter Geoghegan
- Re: Do we work with LLVM 12 on s390x? Tom Stellard
- Re: pg_amcheck contrib application Mark Dilger
- Re: wal stats questions Masahiro Ikeda
- RE: Parallel INSERT SELECT take 2 houzj.fnst@fujitsu.com
- Getting rid of freezing and hint bits by eagerly vacuuming aborted xacts (was: decoupling table and index vacuum) Peter Geoghegan
- Re: INT64_FORMAT in translatable strings Kyotaro Horiguchi
- Re: multi-install PostgresNode fails with older postgres versions Andrew Dunstan
- Re: wal stats questions Fujii Masao
- Re: problem with RETURNING and update row movement Amit Langote
- Re: wal stats questions Andres Freund
- RE: [bug?] Missed parallel safety checks, and wrong parallel safety tsunakawa.takay@fujitsu.com
- Re: problem with RETURNING and update row movement Etsuro Fujita
- Re: PageGetItemIdCareful - should we MAXALIGN sizeof(BTPageOpaqueData)? Bharath Rupireddy
- Re: PoC/WIP: Extended statistics on expressions Justin Pryzby
- Re: Support tab completion for upper character inputs in psql Kyotaro Horiguchi
- Re: Some doubious messages Bharath Rupireddy
- Re: Asynchronous Append on postgres_fdw nodes. Etsuro Fujita
- Re: Support tab completion for upper character inputs in psql Tom Lane
- Re: Support tab completion for upper character inputs in psql Kyotaro Horiguchi
- Re: Support tab completion for upper character inputs in psql Kyotaro Horiguchi
- RE: Truncate in synchronous logical replication failed shiy.fnst@fujitsu.com
- Re: use pg_strncasecmp to replace strncmp when compare "pg_" Kyotaro Horiguchi
- Re: Support tab completion for upper character inputs in psql Tom Lane
- Re: Fix redundant comments in fmgr.c Michael Paquier
- Re: multi-install PostgresNode fails with older postgres versions Michael Paquier
- Forgot some LSN_FORMAT_ARGS() in xlogreader.c Michael Paquier
- Re: Forgot some LSN_FORMAT_ARGS() in xlogreader.c Tom Lane
- Re: use pg_strncasecmp to replace strncmp when compare "pg_" Tom Lane
- Re: INT64_FORMAT in translatable strings Kyotaro Horiguchi
- Re: Forgot some LSN_FORMAT_ARGS() in xlogreader.c Kyotaro Horiguchi
- A test for replay of regression tests Thomas Munro
- Re: Support tab completion for upper character inputs in psql Kyotaro Horiguchi
- Re: logical replication empty transactions Ajin Cherian
- Re: logical replication empty transactions Ajin Cherian
- RE: A test for replay of regression tests tsunakawa.takay@fujitsu.com
- RE: Truncate in synchronous logical replication failed osumi.takamichi@fujitsu.com
- fix a comment wangyukun@fujitsu.com
- Re: Truncate in synchronous logical replication failed Amit Kapila
- Re: fix a comment Amul Sul
- Re: Stale description for pg_basebackup Fujii Masao
- Re: pg_identify_object_as_address() doesn't support pg_event_trigger oids Joel Jacobson
- RE: fix a comment wangyukun@fujitsu.com
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Fujii Masao
- Re: wal stats questions Fujii Masao
- [PATCH] Re: pg_identify_object_as_address() doesn't support pg_event_trigger oids Joel Jacobson
- Re: truncating timestamps on arbitrary intervals Peter Eisentraut
- Re: [PATCH] Re: pg_identify_object_as_address() doesn't support pg_event_trigger oids Joel Jacobson
- Re: [bug?] Missed parallel safety checks, and wrong parallel safety Greg Nancarrow
- Re: A test for replay of regression tests Thomas Munro
- Re: TRUNCATE on foreign table Fujii Masao
- Re: TRUNCATE on foreign table Fujii Masao
- Re: RFE: Make statistics robust for unplanned events Magnus Hagander
- Re: RFE: Make statistics robust for unplanned events Patrik Novotny
- RE: Truncate in synchronous logical replication failed osumi.takamichi@fujitsu.com
- Re: Replication slot stats misgivings Amit Kapila
- Re: Disallow cancellation of waiting for synchronous replication Aleksander Alekseev
- Re: ALTER TABLE .. DETACH PARTITION CONCURRENTLY Amit Langote
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Magnus Hagander
- Re: [bug?] Missed parallel safety checks, and wrong parallel safety Amit Kapila
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Fujii Masao
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Magnus Hagander
- Re: Disallow cancellation of waiting for synchronous replication Andrey Borodin
- How to test Postgres for any unaligned memory accesses? Bharath Rupireddy
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Fujii Masao
- Re: Iterating on IndexTuple attributes and nbtree page-level dynamic prefix truncation Matthias van de Meent
- Re: TRUNCATE on foreign table Bharath Rupireddy
- Re: decoupling table and index vacuum Masahiko Sawada
- Re: multi-install PostgresNode fails with older postgres versions Andrew Dunstan
- Re: Table refer leak in logical replication Amit Langote
- Re: convert elog(LOG) calls to ereport Peter Eisentraut
- Re: [bug?] Missed parallel safety checks, and wrong parallel safety Tom Lane
- Re: CTE push down Alexander Pyhalov
- RE: Truncate in synchronous logical replication failed osumi.takamichi@fujitsu.com
- Re: How to test Postgres for any unaligned memory accesses? Tom Lane
- RE: Forget close an open relation in ReorderBufferProcessTXN() osumi.takamichi@fujitsu.com
- Re: A test for replay of regression tests Andres Freund
- Re: decoupling table and index vacuum Robert Haas
- Re: A test for replay of regression tests Andrew Dunstan
- Re: Parallel INSERT SELECT take 2 Bharath Rupireddy
- Re: decoupling table and index vacuum Robert Haas
- Re: [bug?] Missed parallel safety checks, and wrong parallel safety Robert Haas
- Re: A test for replay of regression tests Tom Lane
- Re: [bug?] Missed parallel safety checks, and wrong parallel safety Tom Lane
- Re: TRUNCATE on foreign table Fujii Masao
- Re: A test for replay of regression tests Andres Freund
- Re: ALTER TABLE .. DETACH PARTITION CONCURRENTLY Alvaro Herrera
- Re: A test for replay of regression tests Tom Lane
- Re: A test for replay of regression tests Andres Freund
- Re: pg_amcheck contrib application Robert Haas
- Re: pg_amcheck contrib application Mark Dilger
- Re: pgsql: autovacuum: handle analyze for partitioned tables Justin Pryzby
- Re: pg_amcheck contrib application Mark Dilger
- Re: pg_amcheck contrib application Robert Haas
- Re: pg_amcheck contrib application Mark Dilger
- Re: pg_amcheck contrib application Robert Haas
- Re: pg_amcheck contrib application Mark Dilger
- Re: pg_amcheck contrib application Mark Dilger
- [PATCH] Remove extraneous whitespace in tags: > foo< and >bar < Justin Pryzby
- Re: decoupling table and index vacuum Peter Geoghegan
- Re: decoupling table and index vacuum Peter Geoghegan
- Re: pg_amcheck contrib application Robert Haas
- Testing autovacuum wraparound (including failsafe) Andres Freund
- Re: pg_amcheck contrib application Mark Dilger
- Re: PageGetItemIdCareful - should we MAXALIGN sizeof(BTPageOpaqueData)? Peter Geoghegan
- Re: Testing autovacuum wraparound (including failsafe) Justin Pryzby
- Re: Testing autovacuum wraparound (including failsafe) Peter Geoghegan
- Re: Testing autovacuum wraparound (including failsafe) Andres Freund
- Re: ALTER TABLE .. DETACH PARTITION CONCURRENTLY Alvaro Herrera
- Re: pg_upgrade can result in early wraparound on databases with high transaction load Andres Freund
- Re: Testing autovacuum wraparound (including failsafe) Andres Freund
- Re: Forgot some LSN_FORMAT_ARGS() in xlogreader.c Michael Paquier
- Re: Testing autovacuum wraparound (including failsafe) Peter Geoghegan
- Re: Testing autovacuum wraparound (including failsafe) Andres Freund
- Re: Testing autovacuum wraparound (including failsafe) Peter Geoghegan
- Re: Testing autovacuum wraparound (including failsafe) Andres Freund
- Re: [bug?] Missed parallel safety checks, and wrong parallel safety Amit Kapila
- Re: Testing autovacuum wraparound (including failsafe) Peter Geoghegan
- Re: multi-install PostgresNode fails with older postgres versions Michael Paquier
- Re: pg_identify_object_as_address() doesn't support pg_event_trigger oids Joel Jacobson
- Re: fix a comment Michael Paquier
- Re: fix a comment Amul Sul
- Re: Binary search in ScalarArrayOpExpr for OR'd constant arrays David Rowley
- Re: multi-install PostgresNode fails with older postgres versions Andrew Dunstan
- compute_query_id and pg_stat_statements Fujii Masao
- Re: compute_query_id and pg_stat_statements Julien Rouhaud
- Re: compute_query_id and pg_stat_statements Bruce Momjian
- Use simplehash.h instead of dynahash in SMgr David Rowley
- Re: compute_query_id and pg_stat_statements Magnus Hagander
- Re: compute_query_id and pg_stat_statements Bruce Momjian
- Re: compute_query_id and pg_stat_statements Tom Lane
- Re: pg_amcheck option to install extension Andrew Dunstan
- Re: decoupling table and index vacuum Peter Geoghegan
- Re: decoupling table and index vacuum Andres Freund
- Re: decoupling table and index vacuum Peter Geoghegan
- cleaning up PostgresNode.pm Andrew Dunstan
- Re: cleaning up PostgresNode.pm Alvaro Herrera
- Re: decoupling table and index vacuum Andres Freund
- Re: decoupling table and index vacuum Peter Geoghegan
- Re: decoupling table and index vacuum Peter Geoghegan
- Re: Use simplehash.h instead of dynahash in SMgr Yura Sokolov
- Re: Use simplehash.h instead of dynahash in SMgr David Rowley
- Re: Forget close an open relation in ReorderBufferProcessTXN() Japin Li
- Re: Use simplehash.h instead of dynahash in SMgr Yura Sokolov
- Some oversights in query_id calculation Julien Rouhaud
- Re: compute_query_id and pg_stat_statements Julien Rouhaud
- Re: Fix dropped object handling in pg_event_trigger_ddl_commands Sven Klemm
- Re: Allowing to create LEAKPROOF functions to non-superuser Noah Misch
- Re: Allowing to create LEAKPROOF functions to non-superuser Andrey Borodin
- Re: Use simplehash.h instead of dynahash in SMgr David Rowley
- Re: [PATCH] Automatic HASH and LIST partition creation Nitin Jadhav
- Re: compute_query_id and pg_stat_statements Tom Lane
- Re: compute_query_id and pg_stat_statements Julien Rouhaud
- Re: Use simplehash.h instead of dynahash in SMgr Yura Sokolov
- Re: compute_query_id and pg_stat_statements Tom Lane
- Re: compute_query_id and pg_stat_statements Julien Rouhaud
- Better sanity checking for message length words Tom Lane
- Re: Allowing to create LEAKPROOF functions to non-superuser Stephen Frost
- Re: Allowing to create LEAKPROOF functions to non-superuser Stephen Frost
- Re: [HACKERS] Cached plans and statement generalization Юрий Соколов
- Re: Allowing to create LEAKPROOF functions to non-superuser Tom Lane
- Re: Fix dropped object handling in pg_event_trigger_ddl_commands Alvaro Herrera
- GISTSTATE is too large Andres Freund
- Re: decoupling table and index vacuum Masahiko Sawada
- Does rewriteTargetListIU still need to add UPDATE tlist entries? Tom Lane
- Re: wal stats questions Masahiro Ikeda
- RE: Parallel INSERT SELECT take 2 houzj.fnst@fujitsu.com
- Re: [PATCH] add concurrent_abort callback for output plugin Peter Smith
- comment typo - misnamed function Peter Smith
- Re: Replication slot stats misgivings Masahiko Sawada
- Addition of authenticated ID to pg_stat_activity Michael Paquier
- Re: PageGetItemIdCareful - should we MAXALIGN sizeof(BTPageOpaqueData)? Bharath Rupireddy
- Re: Replication slot stats misgivings Amit Kapila
- Remove redundant variable pageSize in gistinitpage Bharath Rupireddy
- Re: Addition of authenticated ID to pg_stat_activity Justin Pryzby
- Re: Can a child process detect postmaster death when in pg_usleep? Bharath Rupireddy
- Re: Does rewriteTargetListIU still need to add UPDATE tlist entries? Amit Langote
- Re: Truncate in synchronous logical replication failed Amit Kapila
- Re: comment typo - misnamed function Amit Kapila
- Re: TRUNCATE on foreign table Bharath Rupireddy
- Re: Forget close an open relation in ReorderBufferProcessTXN() Amit Kapila
- Re: GISTSTATE is too large Andrey Borodin
- Re: Asynchronous Append on postgres_fdw nodes. Andrey V. Lepikhov
- RE: Truncate in synchronous logical replication failed osumi.takamichi@fujitsu.com
- Re: Parallel INSERT SELECT take 2 Amit Kapila
- Re: Table refer leak in logical replication Michael Paquier
- Re: logical replication empty transactions Peter Smith
- Re: Use simplehash.h instead of dynahash in SMgr David Rowley
- Re: Implementing Incremental View Maintenance Yugo NAGATA
- Re: Implementing Incremental View Maintenance Yugo NAGATA
- Re: Truncate in synchronous logical replication failed Japin Li
- [BUG] "FailedAssertion" reported when streaming in logical replication tanghy.fnst@fujitsu.com
- Re: [BUG] "FailedAssertion" reported when streaming in logical replication Dilip Kumar
- Re: [PATCH] add concurrent_abort callback for output plugin Amit Kapila
- Re: [PATCH] Re: pg_identify_object_as_address() doesn't support pg_event_trigger oids Michael Paquier
- Re: Performance Evaluation of Result Cache by using TPC-DS Yuya Watari
- Re: Table refer leak in logical replication Amit Langote
- Re: Addition of authenticated ID to pg_stat_activity Michael Paquier
- Re: Parallel INSERT SELECT take 2 Bharath Rupireddy
- Re: Asynchronous Append on postgres_fdw nodes. Andrey V. Lepikhov
- Re: PATCH: generate fractional cheapest paths in generate_orderedappend_path Arne Roland
- Re: [HACKERS] logical decoding of two-phase transactions vignesh C
- RE: Parallel INSERT SELECT take 2 houzj.fnst@fujitsu.com
- Enhanced error message to include hint messages for redundant options error vignesh C
- Re: ALTER TABLE .. DETACH PARTITION CONCURRENTLY Amit Langote
- Re: Dumping/restoring fails on inherited generated column Peter Eisentraut
- Re: Enhanced error message to include hint messages for redundant options error Bharath Rupireddy
- Re: [BUG] "FailedAssertion" reported when streaming in logical replication Dilip Kumar
- Re: ALTER TABLE .. DETACH PARTITION CONCURRENTLY Alvaro Herrera
- Re: Enhanced error message to include hint messages for redundant options error Dilip Kumar
- Re: [BUG] "FailedAssertion" reported when streaming in logical replication Amit Kapila
- Re: Performance degradation of REFRESH MATERIALIZED VIEW Tomas Vondra
- Re: Enhanced error message to include hint messages for redundant options error vignesh C
- Re: Enhanced error message to include hint messages for redundant options error vignesh C
- Re: Enhanced error message to include hint messages for redundant options error Bharath Rupireddy
- RE: Support tab completion for upper character inputs in psql tanghy.fnst@fujitsu.com
- RE: use pg_strncasecmp to replace strncmp when compare "pg_" tanghy.fnst@fujitsu.com
- Re: How to test Postgres for any unaligned memory accesses? Bharath Rupireddy
- Re: Does rewriteTargetListIU still need to add UPDATE tlist entries? Tom Lane
- Re: [BUG] "FailedAssertion" reported when streaming in logical replication Dilip Kumar
- Re: tab-complete for ALTER TABLE .. DETACH PARTITION CONCURRENTLY Justin Pryzby
- Re: Does rewriteTargetListIU still need to add UPDATE tlist entries? Dean Rasheed
- Re: Enhanced error message to include hint messages for redundant options error Alvaro Herrera
- Re: compute_query_id and pg_stat_statements Peter Eisentraut
- Re: Does rewriteTargetListIU still need to add UPDATE tlist entries? Tom Lane
- Issue in recent pg_stat_statements? David Christensen
- Re: Issue in recent pg_stat_statements? Magnus Hagander
- Re: compute_query_id and pg_stat_statements Christoph Berg
- Re: Issue in recent pg_stat_statements? David Christensen
- Re: Enhanced error message to include hint messages for redundant options error Bharath Rupireddy
- Re: Enhanced error message to include hint messages for redundant options error Alvaro Herrera
- Re: compute_query_id and pg_stat_statements Bruce Momjian
- Re: compute_query_id and pg_stat_statements Stephen Frost
- Re: Does rewriteTargetListIU still need to add UPDATE tlist entries? Dean Rasheed
- Re: compute_query_id and pg_stat_statements Tom Lane
- ERROR: relation "sql_features" does not exist Pavel Stehule
- Re: compute_query_id and pg_stat_statements Bruce Momjian
- Re: Synchronous commit behavior during network outage Ondřej Žižka
- Re: compute_query_id and pg_stat_statements Magnus Hagander
- Re: compute_query_id and pg_stat_statements Julien Rouhaud
- Re: compute_query_id and pg_stat_statements Magnus Hagander
- Re: ERROR: relation "sql_features" does not exist Tom Lane
- Re: compute_query_id and pg_stat_statements Julien Rouhaud
- Re: ERROR: relation "sql_features" does not exist Pavel Stehule
- Re: Issue in recent pg_stat_statements? Julien Rouhaud
- Re: compute_query_id and pg_stat_statements Stephen Frost
- Re: compute_query_id and pg_stat_statements Tom Lane
- Re: compute_query_id and pg_stat_statements Alvaro Herrera
- Re: compute_query_id and pg_stat_statements Stephen Frost
- Re: compute_query_id and pg_stat_statements Stephen Frost
- Re: pg_amcheck contrib application Mark Dilger
- Re: Issue in recent pg_stat_statements? David Christensen
- Re: Issue in recent pg_stat_statements? Andres Freund
- Re: compute_query_id and pg_stat_statements Andres Freund
- Re: compute_query_id and pg_stat_statements Tom Lane
- Re: compute_query_id and pg_stat_statements Andres Freund
- Re: compute_query_id and pg_stat_statements Magnus Hagander
- Re: Use simplehash.h instead of dynahash in SMgr Andres Freund
- Re: Addition of authenticated ID to pg_stat_activity Andres Freund
- Re: Addition of authenticated ID to pg_stat_activity Stephen Frost
- Re: Performance degradation of REFRESH MATERIALIZED VIEW Andres Freund
- multi-version capable PostgresNode.pm Andrew Dunstan
- Re: Use simplehash.h instead of dynahash in SMgr Yura Sokolov
- Re: ALTER TABLE .. DETACH PARTITION CONCURRENTLY Alvaro Herrera
- Re: Use simplehash.h instead of dynahash in SMgr Andres Freund
- Re: tab-complete for ALTER TABLE .. DETACH PARTITION CONCURRENTLY Alvaro Herrera
- Re: Performance degradation of REFRESH MATERIALIZED VIEW Tomas Vondra
- Re: Performance degradation of REFRESH MATERIALIZED VIEW Andres Freund
- Re: ALTER TABLE .. DETACH PARTITION CONCURRENTLY Alvaro Herrera
- Do we have a way to dynamically make a callback stub? Chapman Flack
- Bug fix for tab completion of ALTER TABLE ... VALIDATE CONSTRAINT ... David Fetter
- Re: Parallel INSERT SELECT take 2 Bharath Rupireddy
- Re: Enhanced error message to include hint messages for redundant options error Bharath Rupireddy
- Re: Enhanced error message to include hint messages for redundant options error Bharath Rupireddy
- Re: Addition of authenticated ID to pg_stat_activity Michael Paquier
- Re: Transactions involving multiple postgres foreign servers, take 2 Masahiro Ikeda
- Re: Addition of authenticated ID to pg_stat_activity Julien Rouhaud
- Re: Performance degradation of REFRESH MATERIALIZED VIEW Masahiko Sawada
- Re: Addition of authenticated ID to pg_stat_activity Michael Paquier
- RE: Parallel INSERT SELECT take 2 houzj.fnst@fujitsu.com
- Re: Parallel INSERT SELECT take 2 Greg Nancarrow
- Re: Replication slot stats misgivings vignesh C
- Re: Parallel INSERT SELECT take 2 Amit Kapila
- Re: Replication slot stats misgivings Amit Kapila
- Re: Replication slot stats misgivings Masahiko Sawada
- Re: Parallel INSERT SELECT take 2 Bharath Rupireddy
- Re: Parallel INSERT SELECT take 2 Bharath Rupireddy
- Re: [HACKERS] logical decoding of two-phase transactions vignesh C
- Re: Parallel INSERT SELECT take 2 Bharath Rupireddy
- Re: Replication slot stats misgivings Masahiko Sawada
- Re: logical replication empty transactions Ajin Cherian
- Attach to shared memory after fork() 邱宇航(烛远)
- Re: [bug?] Missed parallel safety checks, and wrong parallel safety Greg Nancarrow
- Re: Replication slot stats misgivings Amit Kapila
- Re: Truncate in synchronous logical replication failed Amit Kapila
- Re: Replication slot stats misgivings vignesh C
- Re: Replication slot stats misgivings Masahiko Sawada
- Re: [PATCH] Re: pg_identify_object_as_address() doesn't support pg_event_trigger oids Joel Jacobson
- Skip temporary table schema name from explain-verbose output. Amul Sul
- Re: Replication slot stats misgivings vignesh C
- Re: [BUG] "FailedAssertion" reported when streaming in logical replication Dilip Kumar
- Re: Performance degradation of REFRESH MATERIALIZED VIEW Masahiko Sawada
- Re: Skip temporary table schema name from explain-verbose output. Bharath Rupireddy
- Re: [PATCH] Re: pg_identify_object_as_address() doesn't support pg_event_trigger oids Japin Li
- Re: TRUNCATE on foreign table Fujii Masao
- Re: TRUNCATE on foreign table Bharath Rupireddy
- Re: [BUG] "FailedAssertion" reported when streaming in logical replication Amit Kapila
- Re: [BUG] "FailedAssertion" reported when streaming in logical replication Dilip Kumar
- Small issues with CREATE TABLE COMPRESSION Michael Paquier
- Re: compute_query_id and pg_stat_statements Julien Rouhaud
- RE: Truncate in synchronous logical replication failed tanghy.fnst@fujitsu.com
- Re: [BUG] "FailedAssertion" reported when streaming in logical replication Amit Kapila
- Re: [BUG] "FailedAssertion" reported when streaming in logical replication Dilip Kumar
- Re: Skip temporary table schema name from explain-verbose output. Amul Sul
- Re: Asynchronous Append on postgres_fdw nodes. Andrey V. Lepikhov
- Re: [BUG] "FailedAssertion" reported when streaming in logical replication Amit Kapila
- Re: ALTER TABLE .. DETACH PARTITION CONCURRENTLY Amit Langote
- Re: SQL-standard function body Peter Eisentraut
- Re: [PATCH] Re: pg_identify_object_as_address() doesn't support pg_event_trigger oids Michael Paquier
- Re: [HACKERS] logical decoding of two-phase transactions vignesh C
- Re: Bug fix for tab completion of ALTER TABLE ... VALIDATE CONSTRAINT ... Aleksander Alekseev
- Re: TRUNCATE on foreign table Fujii Masao
- CREATE COLLATION - check for duplicate options and error out if found one Bharath Rupireddy
- Re: Bug fix for tab completion of ALTER TABLE ... VALIDATE CONSTRAINT ... Aleksander Alekseev
- Re: Better sanity checking for message length words Aleksander Alekseev
- Re: Attach to shared memory after fork() Andrew Dunstan
- Re: Enhanced error message to include hint messages for redundant options error Bharath Rupireddy
- Re: [BUG] "FailedAssertion" reported when streaming in logical replication Dilip Kumar
- Re: Replication slot stats misgivings Amit Kapila
- Re: Asynchronous Append on postgres_fdw nodes. Etsuro Fujita
- Re: Asynchronous Append on postgres_fdw nodes. Etsuro Fujita
- Re: [PATCH] Re: pg_identify_object_as_address() doesn't support pg_event_trigger oids Joel Jacobson
- RE: Forget close an open relation in ReorderBufferProcessTXN() osumi.takamichi@fujitsu.com
- Result Cache node shows per-worker info even for workers not launched Amit Khandekar
- Re: wal stats questions Fujii Masao
- Add reset information to pg_stat_statements_info Seino Yuki
- Re: Skip temporary table schema name from explain-verbose output. Ashutosh Bapat
- Re: Skip temporary table schema name from explain-verbose output. Bharath Rupireddy
- Re: Performance degradation of REFRESH MATERIALIZED VIEW Tomas Vondra
- Re: Attach to shared memory after fork() Tom Lane
- Re: Performance degradation of REFRESH MATERIALIZED VIEW Bharath Rupireddy
- Re: Performance degradation of REFRESH MATERIALIZED VIEW Justin Pryzby
- Re: ALTER TABLE .. DETACH PARTITION CONCURRENTLY Amit Langote
- Should we document the behaviour of TRUNCATE skipping repeated relations? Bharath Rupireddy
- Re: Replication slot stats misgivings Amit Kapila
- Re: Better sanity checking for message length words Tom Lane
- Re: Replication slot stats misgivings Masahiko Sawada
- Re: Performance degradation of REFRESH MATERIALIZED VIEW Masahiko Sawada
- Re: Performance degradation of REFRESH MATERIALIZED VIEW Masahiko Sawada
- Re: ALTER TABLE .. DETACH PARTITION CONCURRENTLY Alvaro Herrera
- Re: Since '2001-09-09 01:46:40'::timestamp microseconds are lost when extracting epoch Tom Lane
- Re: SQL-standard function body Tom Lane
- Re: Performance degradation of REFRESH MATERIALIZED VIEW Tomas Vondra
- Re: ALTER TABLE .. DETACH PARTITION CONCURRENTLY Alvaro Herrera
- Re: Addition of authenticated ID to pg_stat_activity Stephen Frost
- Re: Performance degradation of REFRESH MATERIALIZED VIEW Andres Freund
- Re: Addition of authenticated ID to pg_stat_activity Andres Freund
- Release 14 Beta 1 Andrew Dunstan
- Re: ALTER TABLE .. DETACH PARTITION CONCURRENTLY Alvaro Herrera
- Re: wal stats questions Masahiro Ikeda
- Re: Unresolved repliaction hang and stop problem. Alvaro Herrera
- RE: Parallel INSERT SELECT take 2 houzj.fnst@fujitsu.com
- Re: Bug fix for tab completion of ALTER TABLE ... VALIDATE CONSTRAINT ... David Fetter
- Error in libpq docs for target_session_attrs, prefer-standby mode Greg Nancarrow
- Re: Replication slot stats misgivings Amit Kapila
- Re: Replication slot stats misgivings vignesh C
- Re: [PATCH] Re: pg_identify_object_as_address() doesn't support pg_event_trigger oids Michael Paquier
- Re: Unresolved repliaction hang and stop problem. Amit Kapila
- Re: Replication slot stats misgivings Amit Kapila
- Re: Skip temporary table schema name from explain-verbose output. Amul Sul
- Re: Replication slot stats misgivings vignesh C
- Re: Replication slot stats misgivings Masahiko Sawada
- Re: Replication slot stats misgivings vignesh C
- Re: PATCH: logical_work_mem and logical streaming of large in-progress transactions Amit Kapila
- Re: PATCH: logical_work_mem and logical streaming of large in-progress transactions Dilip Kumar
- Re: Since '2001-09-09 01:46:40'::timestamp microseconds are lost when extracting epoch Thomas Munro
- pg_hba.conf.sample wording improvement Peter Eisentraut
- Re: Replication slot stats misgivings Amit Kapila
- Re: pg_hba.conf.sample wording improvement Laurenz Albe
- RE: [BUG] "FailedAssertion" reported when streaming in logical replication tanghy.fnst@fujitsu.com
- Re: Replication slot stats misgivings Masahiko Sawada
- Re: [BUG] "FailedAssertion" reported when streaming in logical replication Dilip Kumar
- Re: Result Cache node shows per-worker info even for workers not launched David Rowley
- Some doubious error messages and comments Kyotaro Horiguchi
- Re: Better sanity checking for message length words Aleksander Alekseev
- 回复:Attach to shared memory after fork() 邱宇航(烛远)
- "Multiple table synchronizations are processed serially" still happens Guillaume Lelarge
- Re: "Multiple table synchronizations are processed serially" still happens Guillaume Lelarge
- Re: Result Cache node shows per-worker info even for workers not launched Bharath Rupireddy
- Re: Replication slot stats misgivings Amit Kapila
- Re: [PATCH] We install pg_regress and isolationtester but not pg_isolation_regress Aleksander Alekseev
- Re: Built-in connection pooler Antonin Houska
- Re: Some oversights in query_id calculation Aleksander Alekseev
- Re: Parallel INSERT SELECT take 2 Greg Nancarrow
- Re: Some oversights in query_id calculation Julien Rouhaud
- Re: Result Cache node shows per-worker info even for workers not launched Amit Khandekar
- Re: Result Cache node shows per-worker info even for workers not launched David Rowley
- Re: Result Cache node shows per-worker info even for workers not launched Amit Khandekar
- Re: Result Cache node shows per-worker info even for workers not launched Amit Khandekar
- Re: Replication slot stats misgivings Masahiko Sawada
- Re: Replication slot stats misgivings Amit Kapila
- Re: Error in libpq docs for target_session_attrs, prefer-standby mode Laurenz Albe
- RE: Forget close an open relation in ReorderBufferProcessTXN() osumi.takamichi@fujitsu.com
- Re: Some oversights in query_id calculation Aleksander Alekseev
- Re: Use simplehash.h instead of dynahash in SMgr Yura Sokolov
- Re: Some doubious error messages and comments Justin Pryzby
- Re: Since '2001-09-09 01:46:40'::timestamp microseconds are lost when extracting epoch Tom Lane
- Re: Unresolved repliaction hang and stop problem. Alvaro Herrera
- Re: pg_hba.conf.sample wording improvement Alvaro Herrera
- Re: Replication slot stats misgivings Masahiko Sawada
- Re: Skip temporary table schema name from explain-verbose output. Greg Stark
- Re: pg_hba.conf.sample wording improvement Tom Lane
- Re: ALTER TABLE .. DETACH PARTITION CONCURRENTLY Amit Langote
- Re: Skip temporary table schema name from explain-verbose output. Tom Lane
- Re: pg_hba.conf.sample wording improvement Tom Lane
- Re: pg_upgrade fails to detect unsupported arrays and ranges Tom Lane
- Re: [PATCH] expand the units that pg_size_pretty supports on output David Christensen
- Re: ALTER TABLE .. DETACH PARTITION CONCURRENTLY Álvaro Herrera
- Re: WIP: WAL prefetch (another approach) Andres Freund
- Re: WIP: WAL prefetch (another approach) Tom Lane
- strange case of "if ((a & b))" Justin Pryzby
- Re: strange case of "if ((a & b))" Tom Lane
- Re: ALTER TABLE .. DETACH PARTITION CONCURRENTLY Álvaro Herrera
- Re: Better sanity checking for message length words Tom Lane
- Re: pg_upgrade fails to detect unsupported arrays and ranges Daniel Gustafsson
- Re: Replication slot stats misgivings Tom Lane
- Re: pg_upgrade fails to detect unsupported arrays and ranges Tom Lane
- Re: pg_upgrade fails to detect unsupported arrays and ranges Daniel Gustafsson
- Re: pg_upgrade fails to detect unsupported arrays and ranges Tom Lane
- Re: SQL/JSON: functions Andrew Dunstan
- gcc 11.1.0 warnings in llvmjit_expr.c Erik Rijkers
- Re: WIP: WAL prefetch (another approach) Thomas Munro
- Re: WIP: WAL prefetch (another approach) Tom Lane
- Re: Replication slot stats misgivings Masahiko Sawada
- Re: Use simplehash.h instead of dynahash in SMgr David Rowley
- Re: WIP: WAL prefetch (another approach) Andres Freund
- Re: WIP: WAL prefetch (another approach) Tom Lane
- Re: Use simplehash.h instead of dynahash in SMgr Yura Sokolov
- Patch to allow pg_filedump to support reading of pg_filenode.map Richard Yen
- Re: WIP: WAL prefetch (another approach) Andres Freund
- RE: [bug?] Missed parallel safety checks, and wrong parallel safety houzj.fnst@fujitsu.com
- Re: [HACKERS] logical decoding of two-phase transactions Ajin Cherian
- Re: WIP: WAL prefetch (another approach) Andres Freund
- Re: [PATCH] We install pg_regress and isolationtester but not pg_isolation_regress Michael Paquier
- [BUG]"FailedAssertion" reported in lazy_scan_heap() when running logical replication tanghy.fnst@fujitsu.com
- Re: [PATCH] We install pg_regress and isolationtester but not pg_isolation_regress Tom Lane
- Re: [BUG]"FailedAssertion" reported in lazy_scan_heap() when running logical replication Michael Paquier
- Re: Error in libpq docs for target_session_attrs, prefer-standby mode Michael Paquier
- Re: Replication slot stats misgivings Amit Kapila
- Re: WIP: WAL prefetch (another approach) Andres Freund
- Re: Replication slot stats misgivings Tom Lane
- Re: WIP: WAL prefetch (another approach) Tom Lane
- Re: Replication slot stats misgivings Andres Freund
- Re: Small issues with CREATE TABLE COMPRESSION Justin Pryzby
- Re: Use simplehash.h instead of dynahash in SMgr David Rowley
- Re: [BUG]"FailedAssertion" reported in lazy_scan_heap() when running logical replication Peter Geoghegan
- Re: Replication slot stats misgivings Amit Kapila
- Re: WIP: WAL prefetch (another approach) Thomas Munro
- Re: Patch to allow pg_filedump to support reading of pg_filenode.map Justin Pryzby
- Re: pg_hba.conf.sample wording improvement Peter Eisentraut
- Re: Replication slot stats misgivings Amit Kapila
- Re: pg_hba.conf.sample wording improvement Peter Eisentraut
- Re: Unresolved repliaction hang and stop problem. Amit Kapila
- Re: Forget close an open relation in ReorderBufferProcessTXN() Amit Kapila
- Re: Replication slot stats misgivings Masahiko Sawada
- RE: [BUG]"FailedAssertion" reported in lazy_scan_heap() when running logical replication tanghy.fnst@fujitsu.com
- Re: [BUG] "FailedAssertion" reported when streaming in logical replication Dilip Kumar
- Re: Replication slot stats misgivings Amit Kapila
- RE: [BUG] "FailedAssertion" reported when streaming in logical replication tanghy.fnst@fujitsu.com
- Re: SQL-standard function body Peter Eisentraut
- Re: Skip temporary table schema name from explain-verbose output. Amul Sul
- Re: [PATCH] Identify LWLocks in tracepoints Peter Eisentraut
- Re: Replication slot stats misgivings vignesh C
- Re: [HACKERS] logical decoding of two-phase transactions Peter Smith
- Re: [HACKERS] logical decoding of two-phase transactions Peter Smith
- Re: [HACKERS] logical decoding of two-phase transactions Peter Smith
- Re: [HACKERS] logical decoding of two-phase transactions Peter Smith
- Re: Replication slot stats misgivings Amit Kapila
- Re: pg_hba.conf.sample wording improvement Magnus Hagander
- Re: [PATCH] We install pg_regress and isolationtester but not pg_isolation_regress Magnus Hagander
- Re: [BUG] "FailedAssertion" reported when streaming in logical replication Dilip Kumar
- function for testing that causes the backend to terminate Dave Cramer
- Re: function for testing that causes the backend to terminate Bharath Rupireddy
- Re: pg_dump new feature: exporting functions only. Bad or good idea ? ahsan hadi
- Re: [BUG] "FailedAssertion" reported when streaming in logical replication Amit Kapila
- Re: Replication slot stats misgivings vignesh C
- Remove post-increment in function quote_identifier of pg_upgrade Vaibhav Dalvi
- Re: Unresolved repliaction hang and stop problem. Alvaro Herrera
- Re: Remove post-increment in function quote_identifier of pg_upgrade Justin Pryzby
- Re: tool to migrate database silvio brandani
- Re: Remove post-increment in function quote_identifier of pg_upgrade Tom Lane
- Re: Addition of authenticated ID to pg_stat_activity Magnus Hagander
- Re: pg_hba.conf.sample wording improvement Stephen Frost
- Re: Remove redundant variable from transformCreateStmt Alvaro Herrera
- Re: default_tablespace doc and partitioned rels Alvaro Herrera
- Re: Remove redundant variable from transformCreateStmt Tom Lane
- Included xid in restoring reorder buffer changes from disk log message vignesh C
- Re: Enhanced error message to include hint messages for redundant options error vignesh C
- Re: Enhanced error message to include hint messages for redundant options error Alvaro Herrera
- Re: Race condition in InvalidateObsoleteReplicationSlots() Álvaro Herrera
- Re: Patch to allow pg_filedump to support reading of pg_filenode.map Richard Yen
- Re: Remove redundant variable from transformCreateStmt Alvaro Herrera
- Re: Patch to allow pg_filedump to support reading of pg_filenode.map Justin Pryzby
- Re: Patch to allow pg_filedump to support reading of pg_filenode.map Richard Yen
- Re: function for testing that causes the backend to terminate Joe Conway
- Re: Replication slot stats misgivings Masahiko Sawada
- Re: Remove redundant variable from transformCreateStmt Justin Pryzby
- Re: Add client connection check during the execution of the query Thomas Munro
- Re: Enhanced error message to include hint messages for redundant options error Bharath Rupireddy
- Re: Result Cache node shows per-worker info even for workers not launched David Rowley
- Re: Asymmetric partition-wise JOIN Andrey V. Lepikhov
- Re: Replication slot stats misgivings Amit Kapila
- Re: [PATCH] Identify LWLocks in tracepoints Craig Ringer
- Re: [PATCH] Identify LWLocks in tracepoints Craig Ringer
- Re: Use simplehash.h instead of dynahash in SMgr David Rowley
- Re: [BUG] "FailedAssertion" reported when streaming in logical replication Dilip Kumar
- Re: Enhanced error message to include hint messages for redundant options error Dilip Kumar
- Re: Enhanced error message to include hint messages for redundant options error Bharath Rupireddy
- Re: Remove redundant variable from transformCreateStmt Bharath Rupireddy
- Re: Enhanced error message to include hint messages for redundant options error Dilip Kumar
- Re: Enhanced error message to include hint messages for redundant options error Bharath Rupireddy
- Re: Enhanced error message to include hint messages for redundant options error Dilip Kumar
- Re: Replication slot stats misgivings vignesh C
- Re: Included xid in restoring reorder buffer changes from disk log message Dilip Kumar
- Re: Enhanced error message to include hint messages for redundant options error Bharath Rupireddy
- MaxOffsetNumber for Table AMs Jeff Davis
- Re: Replication slot stats misgivings Amit Kapila
- Replication slot used in logical decoding of documental database give error: got sequence entry 258 for toast chunk 538757697 instead of seq 0 silvio brandani
- Re: Enhanced error message to include hint messages for redundant options error Peter Smith
- Re: Enhanced error message to include hint messages for redundant options error Dilip Kumar
- Re: PATCH: logical_work_mem and logical streaming of large in-progress transactions Amit Kapila
- Re: MaxOffsetNumber for Table AMs Matthias van de Meent
- Help needed with a reproducer for CVE-2020-25695 not based on REFRESH MATERIALIZED VIEW Patrik Novotny
- Re: ALTER TABLE .. DETACH PARTITION CONCURRENTLY Amit Langote
- Re: PATCH: logical_work_mem and logical streaming of large in-progress transactions Dilip Kumar
- Re: pg_hba.conf.sample wording improvement Bruce Momjian
- Re: MaxOffsetNumber for Table AMs Tom Lane
- Re: Help needed with a reproducer for CVE-2020-25695 not based on REFRESH MATERIALIZED VIEW Patrik Novotny
- Re: MaxOffsetNumber for Table AMs Peter Geoghegan
- Re: Race condition in InvalidateObsoleteReplicationSlots() Andres Freund
- Re: Race condition in InvalidateObsoleteReplicationSlots() Andres Freund
- Re: MaxOffsetNumber for Table AMs Jeff Davis
- Re: MaxOffsetNumber for Table AMs Tom Lane
- Re: pg_amcheck contrib application Robert Haas
- Re: MaxOffsetNumber for Table AMs Jeff Davis
- Re: MaxOffsetNumber for Table AMs Robert Haas
- Re: Procedures versus the "fastpath" API Tom Lane
- Re: MaxOffsetNumber for Table AMs Jeff Davis
- Re: MaxOffsetNumber for Table AMs Tom Lane
- Re: MaxOffsetNumber for Table AMs Peter Geoghegan
- Re: MaxOffsetNumber for Table AMs Robert Haas
- Re: Use simplehash.h instead of dynahash in SMgr Alvaro Herrera
- Re: MaxOffsetNumber for Table AMs Jeff Davis
- Re: MaxOffsetNumber for Table AMs Robert Haas
- Re: MaxOffsetNumber for Table AMs Peter Geoghegan
- Re: MaxOffsetNumber for Table AMs Jeff Davis
- Re: MaxOffsetNumber for Table AMs Robert Haas
- Re: Procedures versus the "fastpath" API Robert Haas
- Re: MaxOffsetNumber for Table AMs Peter Geoghegan
- Re: MaxOffsetNumber for Table AMs Peter Geoghegan
- Re: MaxOffsetNumber for Table AMs Robert Haas
- Re: MaxOffsetNumber for Table AMs Jeff Davis
- Re: pg_amcheck contrib application Mark Dilger
- Re: MaxOffsetNumber for Table AMs Jeff Davis
- Re: MaxOffsetNumber for Table AMs Peter Geoghegan
- Re: pg_amcheck contrib application Robert Haas
- Re: MaxOffsetNumber for Table AMs Robert Haas
- Re: pg_amcheck contrib application Mark Dilger
- Re: pg_amcheck contrib application Mark Dilger
- Re: pg_amcheck contrib application Robert Haas
- Re: MaxOffsetNumber for Table AMs Peter Geoghegan
- Re: pg_amcheck contrib application Mark Dilger
- Re: pg_amcheck contrib application Robert Haas
- Re: pg_amcheck contrib application Mark Dilger
- Re: pg_amcheck contrib application Mark Dilger