Mailing lists [pgsql-hackers]
- The danger of deleting backup_label David Steele
- Does anyone ever use OPTIMIZER_DEBUG? David Rowley
- Re: On login trigger: take three Alexander Korotkov
- Re: Does anyone ever use OPTIMIZER_DEBUG? Tom Lane
- Re: Annoying build warnings from latest Apple toolchain Andres Freund
- Re: Annoying build warnings from latest Apple toolchain Tom Lane
- Re: Annoying build warnings from latest Apple toolchain Tom Lane
- Re: Invalidate the subscription worker in cases where a user loses their superuser status Peter Smith
- Re: Requiring recovery.signal or standby.signal when recovering with a backup_label Michael Paquier
- Re: Does anyone ever use OPTIMIZER_DEBUG? Michael Paquier
- Re: [HACKERS] pg_upgrade failed with error - ERROR: column "a" in child table must be marked NOT NULL Michael Paquier
- Re: Optimizing nbtree ScalarArrayOp execution, allowing multi-column ordered scans, skip scan Peter Geoghegan
- Re: pg_upgrade and logical replication Michael Paquier
- Re: Allow deleting enumerated values from an existing enumerated data type Vik Fearing
- Re: Try adding type cast with tablespace Kenichiro Tanaka
- Re: Try adding type cast with tablespace Tom Lane
- Re: Allow deleting enumerated values from an existing enumerated data type Tom Lane
- Re: [PGdocs] fix description for handling pf non-ASCII characters Michael Paquier
- Re: Move global variables of pgoutput to plugin private scope. Michael Paquier
- Re: Index range search optimization Peter Geoghegan
- Re: pg_stat_get_activity(): integer overflow due to (int) * (int) for MemoryContextAllocHuge() Michael Paquier
- RE: [PGdocs] fix description for handling pf non-ASCII characters Hayato Kuroda (Fujitsu)
- Re: Annoying build warnings from latest Apple toolchain Andres Freund
- Re: The danger of deleting backup_label Michael Paquier
- Re: Annoying build warnings from latest Apple toolchain Andres Freund
- Re: Add the ability to limit the amount of memory that can be allocated to backends. Andrei Lepikhov
- Re: Annoying build warnings from latest Apple toolchain Tom Lane
- Re: Memory consumed by child SpecialJoinInfo in partitionwise join planning Amit Langote
- Re: Avoid a possible out-of-bounds access (src/backend/optimizer/util/relnode.c) David Rowley
- [PGDOCS] change function linkend to refer to a more relevant target Peter Smith
- Re: remaining sql/json patches Amit Langote
- Re: Invalidate the subscription worker in cases where a user loses their superuser status vignesh C
- Re: Add a new BGWORKER_BYPASS_ROLELOGINCHECK flag Michael Paquier
- Re: Index range search optimization Alexander Korotkov
- Re: Infinite Interval Dean Rasheed
- Re: Add support for AT LOCAL Michael Paquier
- Re: [PoC] pg_upgrade: allow to upgrade publisher node Bharath Rupireddy
- pg_resetwal regression: could not upgrade after 1d863c2504 Hayato Kuroda (Fujitsu)
- Re: pg_resetwal tests, logging, and docs update Peter Eisentraut
- Re: wal recycling problem Fabrice Chapuis
- Re: [PGDOCS] change function linkend to refer to a more relevant target Daniel Gustafsson
- Re: pg_resetwal regression: could not upgrade after 1d863c2504 Peter Eisentraut
- how to manage Cirrus on personal repository Peter Eisentraut
- Re: Remove MSVC scripts from the tree Peter Eisentraut
- Re: On login trigger: take three Daniel Gustafsson
- Re: Testing autovacuum wraparound (including failsafe) Daniel Gustafsson
- Re: Testing autovacuum wraparound (including failsafe) vignesh C
- Re: how to manage Cirrus on personal repository Daniel Gustafsson
- Re: [PoC] pg_upgrade: allow to upgrade publisher node Amit Kapila
- Re: how to manage Cirrus on personal repository Nazir Bilal Yavuz
- Re: Synchronizing slots from primary to standby Amit Kapila
- RE: [PoC] pg_upgrade: allow to upgrade publisher node Hayato Kuroda (Fujitsu)
- Re: pg_upgrade and logical replication Amit Kapila
- Fix receiving large legal tsvector from binary format Ерохин Денис Владимирович
- Re: how to manage Cirrus on personal repository Melanie Plageman
- Re: Eager page freeze criteria clarification Robert Haas
- Re: Testing autovacuum wraparound (including failsafe) Noah Misch
- Re: [PGDOCS] change function linkend to refer to a more relevant target Daniel Gustafsson
- Re: Annoying build warnings from latest Apple toolchain Andres Freund
- Re: how to manage Cirrus on personal repository Andres Freund
- Re: Eager page freeze criteria clarification Robert Haas
- Re: Annoying build warnings from latest Apple toolchain Tom Lane
- Re: Annoying build warnings from latest Apple toolchain Tristan Partin
- Re: Eager page freeze criteria clarification Peter Geoghegan
- Re: Remove distprep Andres Freund
- Re: Annoying build warnings from latest Apple toolchain Tom Lane
- Re: [HACKERS] pg_upgrade failed with error - ERROR: column "a" in child table must be marked NOT NULL Justin Pryzby
- Re: POC, WIP: OR-clause support for indexes a.rybakina
- [DOCS] HOT - correct claim about indexes not referencing old line pointers James Coleman
- Re: [DOCS] HOT - correct claim about indexes not referencing old line pointers David G. Johnston
- Re: [DOCS] HOT - correct claim about indexes not referencing old line pointers Peter Geoghegan
- CREATE EXTENSION forces an library initialization - is it bug? Pavel Stehule
- Re: CREATE EXTENSION forces an library initialization - is it bug? Tom Lane
- Re: CREATE EXTENSION forces an library initialization - is it bug? Pavel Stehule
- Re: Fix incorrect comment reference Bruce Momjian
- Re: Eager page freeze criteria clarification Robert Haas
- Re: Fix incorrect comment reference James Coleman
- Re: [DOCS] HOT - correct claim about indexes not referencing old line pointers Peter Geoghegan
- Re: [DOCS] HOT - correct claim about indexes not referencing old line pointers James Coleman
- Re: [DOCS] HOT - correct claim about indexes not referencing old line pointers Peter Geoghegan
- Re: Allow deleting enumerated values from an existing enumerated data type Andrew Dunstan
- Implementing LRU cache for postgresql extension Lakshmi Narayana Velayudam