Mailing lists [pgsql-hackers]
- Re: automatically generating node support functions Tom Lane
- Re: Avoid erroring out when unable to remove or parse logical rewrite files to save checkpoint work Nathan Bossart
- Re: automatically generating node support functions Andres Freund
- Re: Issue with pg_stat_subscription_stats Andres Freund
- Re: automatically generating node support functions Tom Lane
- Re: AIX support - alignment issues Thomas Munro
- Re: automatically generating node support functions Andres Freund
- Re: AIX support - alignment issues Tom Lane
- Re: automatically generating node support functions Tom Lane
- Re: automatically generating node support functions Andres Freund
- Re: Making CallContext and InlineCodeBlock less special-case-y Tom Lane
- Re: AIX support - alignment issues Thomas Munro
- Re: making relfilenodes 56 bits Andres Freund
- Re: Support TRUNCATE triggers on foreign tables Fujii Masao
- Re: [BUG] Logical replication failure "ERROR: could not map filenode "base/13237/442428" to relation OID" with catalog modifying txns Masahiko Sawada
- Re: Cleaning up historical portability baggage Thomas Munro
- Re: [PoC] Improve dead tuple storage for lazy vacuum Masahiko Sawada
- Re: [BUG] Logical replication failure "ERROR: could not map filenode "base/13237/442428" to relation OID" with catalog modifying txns Masahiko Sawada
- Re: pg_stat_bgwriter.buffers_backend is pretty meaningless (and more?) Melanie Plageman
- Re: DropRelFileLocatorBuffers Kyotaro Horiguchi
- Re: Handle infinite recursion in logical replication setup vignesh C
- Re: Handle infinite recursion in logical replication setup vignesh C
- RE: [BUG] Logical replication failure "ERROR: could not map filenode "base/13237/442428" to relation OID" with catalog modifying txns shiy.fnst@fujitsu.com
- Re: Issue with pg_stat_subscription_stats Amit Kapila
- Re: DropRelFileLocatorBuffers Dilip Kumar
- Re: Handle infinite recursion in logical replication setup Amit Kapila
- Re: [PATCH] New [relation] option engine Nikolay Shaplov
- Re: [PATCH] New [relation] option engine Nikolay Shaplov
- Reducing the chunk header sizes on all memory context types David Rowley
- Re: PG15 beta1 sort performance regression due to Generation context change David Rowley
- Re: Remove trailing newlines from pg_upgrade's messages Peter Eisentraut
- Re: Reducing Memory Consumption (aset and generation) David Rowley
- Re: [BUG] Logical replication failure "ERROR: could not map filenode "base/13237/442428" to relation OID" with catalog modifying txns Masahiko Sawada
- Re: [BUG] Logical replication failure "ERROR: could not map filenode "base/13237/442428" to relation OID" with catalog modifying txns Amit Kapila
- Re: First draft of the PG 15 release notes Noah Misch
- RE: WIP: Aggregation push-down - take2 Fujii.Yuki@df.MitsubishiElectric.co.jp"
- Re: [PATCH] Optimize json_lex_string by batching character copying John Naylor
- Re: Making Vars outer-join aware Richard Guo
- Re: Support TRUNCATE triggers on foreign tables Yugo NAGATA
- Re: [BUG] Logical replication failure "ERROR: could not map filenode "base/13237/442428" to relation OID" with catalog modifying txns Masahiko Sawada
- Re: pg_stat_bgwriter.buffers_backend is pretty meaningless (and more?) Kyotaro Horiguchi
- Re: replacing role-level NOINHERIT with a grant-level option tushar
- Re: Custom tuplesorts for extensions Alexander Korotkov
- Re: Weird behaviour with binary copy, arrays and column count James Vanns
- Re: [BUG] Logical replication failure "ERROR: could not map filenode "base/13237/442428" to relation OID" with catalog modifying txns Amit Kapila
- RE: [BUG] Logical replication failure "ERROR: could not map filenode "base/13237/442428" to relation OID" with catalog modifying txns shiy.fnst@fujitsu.com
- RE: Support logical replication of DDLs houzj.fnst@fujitsu.com
- Re: [BUG] Logical replication failure "ERROR: could not map filenode "base/13237/442428" to relation OID" with catalog modifying txns Masahiko Sawada
- Re: Cleaning up historical portability baggage Peter Eisentraut
- Re: Handle infinite recursion in logical replication setup vignesh C
- Re: CREATE TABLE ( .. STORAGE ..) Aleksander Alekseev
- Re: [PATCH] Compression dictionaries for JSONB Nikita Malakhov
- Re: POC: Lock updated tuples in tuple_update() and tuple_delete() Alexander Korotkov
- RE: proposal: Allocate work_mem From Pool Joseph D Wagner
- Re: [BUG] Logical replication failure "ERROR: could not map filenode "base/13237/442428" to relation OID" with catalog modifying txns Amit Kapila
- Re: Cleaning up historical portability baggage Robert Haas
- Re: [PATCH] Compression dictionaries for JSONB Aleksander Alekseev
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Amit Kapila
- Re: proposal: Allocate work_mem From Pool John Naylor
- Re: Patch proposal: New hooks in the connection path Drouvot, Bertrand
- [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Önder Kalacı
- Re: Making Vars outer-join aware Tom Lane
- Re: making relfilenodes 56 bits Robert Haas
- Introduce "log_connection_stages" setting. Sergey Dudoladov
- Re: Cleaning up historical portability baggage Tom Lane
- Re: DropRelFileLocatorBuffers Robert Haas
- Re: proposal: Allocate work_mem From Pool Justin Pryzby
- test_oat_hooks bug (was: Re: pgsql: Add copy/equal support for XID lists) Alvaro Herrera
- Re: Introduce "log_connection_stages" setting. Euler Taveira
- Re: making relfilenodes 56 bits Dilip Kumar
- Re: pg_stat_bgwriter.buffers_backend is pretty meaningless (and more?) Melanie Plageman
- Re: pg_stat_bgwriter.buffers_backend is pretty meaningless (and more?) Andres Freund
- Re: making relfilenodes 56 bits Andres Freund
- Re: pg_stat_bgwriter.buffers_backend is pretty meaningless (and more?) Andres Freund
- Re: Reducing the chunk header sizes on all memory context types Yura Sokolov
- remove_useless_groupby_columns is too enthusiastic Tom Lane
- Re: Cleaning up historical portability baggage Andres Freund
- Re: Reducing the chunk header sizes on all memory context types Andres Freund
- Re: Reducing the chunk header sizes on all memory context types Andres Freund
- Re: Cleaning up historical portability baggage Tom Lane
- Re: Transparent column encryption Peter Eisentraut
- Re: First draft of the PG 15 release notes Bruce Momjian
- Re: System catalog documentation chapter Peter Eisentraut
- Re: System catalog documentation chapter Peter Eisentraut
- Re: Making CallContext and InlineCodeBlock less special-case-y Peter Eisentraut
- Re: automatically generating node support functions Peter Eisentraut
- Re: WIN32 pg_import_system_collations Juan José Santamaría Flecha
- Re: Remove trailing newlines from pg_upgrade's messages Tom Lane
- Re: Remove trailing newlines from pg_upgrade's messages Tom Lane
- Re: automatically generating node support functions Tom Lane
- Re: should check interrupts in BuildRelationExtStatistics ? Tom Lane
- Re: making relfilenodes 56 bits Robert Haas
- Re: pg15b2: large objects lost on upgrade Robert Haas