Mailing lists [pgsql-hackers]
- Re: Making the initial and maximum DSA segment sizes configurable Tomas Vondra
- Re: [PATCH] Add --syntax to postgres for SQL syntax checking Tomas Vondra
- Re: Logging parallel worker draught Peter Smith
- Re: [PATCH] Add --syntax to postgres for SQL syntax checking Josef Šimánek
- Re: Potential issue in ecpg-informix decimal converting functions Daniel Gustafsson
- Re: ExecAppendAsyncEventWait() in REL_14_STABLE can corrupt PG_exception_stack Michael Paquier
- Re: Add publisher and subscriber to glossary documentation. Peter Smith
- Re: Preserve subscription OIDs during pg_upgrade Michael Paquier
- Re: RangeTblEntry jumble omissions Michael Paquier
- Re: Shared detoast Datum proposal Andy Fan
- RE: Synchronizing slots from primary to standby Zhijie Hou (Fujitsu)
- Re: "type with xxxx does not exist" when doing ExecMemoize() Andrei Lepikhov
- Re: Synchronizing slots from primary to standby shveta malik
- Re: Injection points: some tools to wait and wake Michael Paquier
- Re: POC, WIP: OR-clause support for indexes Alena Rybakina
- Re: Relation bulk write facility Robert Haas
- Re: Relation bulk write facility Michael Paquier
- Re: Preserve subscription OIDs during pg_upgrade Robert Haas
- Re: Synchronizing slots from primary to standby Amit Kapila
- Re: Can we include capturing logs of pgdata/pg_upgrade_output.d/*/log in buildfarm Andrew Dunstan
- Re: Speeding up COPY TO for uuids and arrays Michael Paquier
- Re: "type with xxxx does not exist" when doing ExecMemoize() Andrei Lepikhov
- Re: SQL Property Graph Queries (SQL/PGQ) Ashutosh Bapat
- Re: Improve eviction algorithm in ReorderBuffer Masahiko Sawada
- Re: RFC: Logging plan of the running query Ashutosh Bapat
- Re: Add publisher and subscriber to glossary documentation. Shlok Kyal
- Re: Improve eviction algorithm in ReorderBuffer Masahiko Sawada
- Re: Add publisher and subscriber to glossary documentation. Peter Smith
- Re: Shared detoast Datum proposal Nikita Malakhov
- RE: speed up a logical replica setup Hayato Kuroda (Fujitsu)
- Re: [PATCH] Add --syntax to postgres for SQL syntax checking Jelte Fennema-Nio
- Re: Synchronizing slots from primary to standby Bertrand Drouvot
- Re: ExecAppendAsyncEventWait() in REL_14_STABLE can corrupt PG_exception_stack Etsuro Fujita
- Re: Synchronizing slots from primary to standby Bertrand Drouvot
- Allow non-superuser to cancel superuser tasks. Kirill Reshke
- Re: Avoid stack frame setup in performance critical routines using tail calls David Rowley
- Re: Synchronizing slots from primary to standby Bertrand Drouvot
- Re: "type with xxxx does not exist" when doing ExecMemoize() Andrei Lepikhov
- Re: RFC: Logging plan of the running query Julien Rouhaud
- Re: Sequence Access Methods, round two Michael Paquier
- Re: RFC: Logging plan of the running query Ashutosh Bapat
- Re: Injection points: some tools to wait and wake Bertrand Drouvot
- Re: RFC: Logging plan of the running query Robert Haas
- Re: backend *.c #include cleanup (IWYU) Peter Eisentraut
- Re: Sequence Access Methods, round two Matthias van de Meent
- Re: Improve readability by using designated initializers when possible jian he
- Re: Improve readability by using designated initializers when possible Japin Li
- Re: Optimize planner memory consumption for huge arrays Tomas Vondra
- Re: Injection points: some tools to wait and wake Andrey M. Borodin
- Re: Documentation: warn about two_phase when altering a subscription Bertrand Drouvot
- Re: [PATCH] Add --syntax to postgres for SQL syntax checking Josef Šimánek
- Re: Improve eviction algorithm in ReorderBuffer Tomas Vondra
- Re: "type with xxxx does not exist" when doing ExecMemoize() Richard Guo
- Re: Control your disk usage in PG: Introduction to Disk Quota Extension Xing Guo
- Regardign RecentFlushPtr in WalSndWaitForWal() shveta malik
- Re: Synchronizing slots from primary to standby Amit Kapila
- Re: Synchronizing slots from primary to standby Amit Kapila
- Re: RFC: Logging plan of the running query torikoshia
- RE: speed up a logical replica setup Hayato Kuroda (Fujitsu)
- Re: Add new error_action COPY ON_ERROR "log" torikoshia
- Re: Synchronizing slots from primary to standby shveta malik
- Re: "type with xxxx does not exist" when doing ExecMemoize() Andrei Lepikhov
- Re: Add missing error codes to PANIC/FATAL error reports in xlog.c and relcache.c Nazir Bilal Yavuz
- Re: Synchronizing slots from primary to standby Bertrand Drouvot
- Re: Shared detoast Datum proposal Andy Fan
- Re: Synchronizing slots from primary to standby Bertrand Drouvot
- Re: Slow catchup of 2PC (twophase) transactions on replica in LR Amit Kapila
- Re: Fix incorrect PG_GETARG in pgcrypto Tomas Vondra
- Re: RFC: Logging plan of the running query Julien Rouhaud
- Re: Fix race condition in InvalidatePossiblyObsoleteSlot() Bertrand Drouvot
- Re: Shared detoast Datum proposal Tomas Vondra
- Re: Improve eviction algorithm in ReorderBuffer Masahiko Sawada
- Re: Speeding up COPY TO for uuids and arrays Ranier Vilela
- Re: Shared detoast Datum proposal Nikita Malakhov
- Re: Printing backtrace of postgres processes Christoph Berg
- Re: WIP Incremental JSON Parser Jacob Champion
- Re: WIP Incremental JSON Parser Jacob Champion
- Re: Allow non-superuser to cancel superuser tasks. Nathan Bossart
- Re: Running the fdw test from the terminal crashes into the core-dump Alvaro Herrera
- Re: Optimize planner memory consumption for huge arrays Tom Lane
- Re: Shared detoast Datum proposal Andy Fan
- Re: Shared detoast Datum proposal Andy Fan
- Re: SLRU optimization - configurable buffer pool and partitioning the SLRU lock Alvaro Herrera
- Re: Comments on Custom RMGRs Danil Anisimow
- An improved README experience for PostgreSQL Andrew Atkinson
- RE: Popcount optimization using AVX512 Amonson, Paul D
- Re: An improved README experience for PostgreSQL Nathan Bossart
- Re: Refactor SASL exchange in preparation for OAuth Bearer Jacob Champion
- Re: libpq: PQfnumber overload for not null-terminated strings Ivan Trofimov
- Re: Detoasting optionally to make Explain-Analyze less misleading Matthias van de Meent
- Re: Comments on Custom RMGRs Jeff Davis
- Better error messages for %TYPE and %ROWTYPE in plpgsql Tom Lane
- Re: Better error messages for %TYPE and %ROWTYPE in plpgsql Pavel Stehule
- Re: libpq: PQfnumber overload for not null-terminated strings Tom Lane
- Re: Allow non-superuser to cancel superuser tasks. Kirill Reshke
- [PATCH] updates to docs about HOT updates for BRIN Elizabeth Christensen
- Re: An improved README experience for PostgreSQL Tom Lane
- Re: An improved README experience for PostgreSQL Andrew Atkinson
- Re: Detoasting optionally to make Explain-Analyze less misleading stepan rutz
- Re: Streaming read-ready sequential scan code Melanie Plageman