Mailing lists [pgsql-hackers]
- Reducing the WAL overhead of freezing in VACUUM by deduplicating per-tuple freeze plans Peter Geoghegan
- Re: PostgreSQL 15 release announcement draft David Rowley
- Re: PostgreSQL 15 release announcement draft Justin Pryzby
- Re: pg15b4: FailedAssertion("TransactionIdIsValid(xmax) Justin Pryzby
- Re: First draft of the PG 15 release notes Jonathan S. Katz
- Re: Pluggable toaster Jacob Champion
- Re: pgsql: Prefetch data referenced by the WAL, take II. Thomas Munro
- Re: Error "initial slot snapshot too large" in create replication slot Andres Freund
- Re: Error "initial slot snapshot too large" in create replication slot Andres Freund
- Re: Can we avoid chdir'ing in resolve_symlinks() ? Andrew Dunstan
- Re: Fix possible bogus array out of bonds (src/backend/access/brin/brin_minmax_multi.c) David Rowley
- Re: Can we avoid chdir'ing in resolve_symlinks() ? Tom Lane
- Role Graph Viewing in Core (psql: \drr \dru \drg, system view: pg_role_graph, pg_role_relationship) David G. Johnston
- Re: Fix possible bogus array out of bonds (src/backend/access/brin/brin_minmax_multi.c) Ranier Vilela
- Re: fix stats_fetch_consistency value in postgresql.conf.sample Justin Pryzby
- Re: [RFC] building postgres with meson - v12 Andres Freund
- Re: Error "initial slot snapshot too large" in create replication slot Dilip Kumar
- Re: pg_upgrade generated files in subdir follow-up Michael Paquier
- Re: pg15b4: FailedAssertion("TransactionIdIsValid(xmax) Michael Paquier
- Re: Adjust macro name in pg_backup_stop() Michael Paquier
- Re: Background writer and checkpointer in crash recovery Justin Pryzby
- Re: Query Jumbling for CALL and SET utility statements bt22kawamotok
- Re: cataloguing NOT NULL constraints Amit Langote
- Re: Assertion failure in WaitForWALToBecomeAvailable state machine Noah Misch
- Removed unused param isSlice of function transformAssignmentSubscripts Zhang Mingli
- Re: Assertion failure in WaitForWALToBecomeAvailable state machine Michael Paquier
- Re: Background writer and checkpointer in crash recovery Michael Paquier
- Re: Query Jumbling for CALL and SET utility statements Julien Rouhaud
- Re: why can't a table be part of the same publication as its schema Kyotaro Horiguchi
- Re: [PATCH]Feature improvement for MERGE tab completion Shinya Kato
- Re: Query Jumbling for CALL and SET utility statements Drouvot, Bertrand
- Re: ICU for global collation Marina Polyakova
- Re: pg_stat_statements locking Andrey Borodin
- Re: START_REPLICATION SLOT causing a crash in an assert build Jaime Casanova
- RE: why can't a table be part of the same publication as its schema houzj.fnst@fujitsu.com
- Re: pg_stat_statements locking Julien Rouhaud
- Re: Error "initial slot snapshot too large" in create replication slot Kyotaro Horiguchi
- Re: Assertion failure in WaitForWALToBecomeAvailable state machine Bharath Rupireddy
- Re: postgres_fdw hint messages Peter Eisentraut
- Re: Error "initial slot snapshot too large" in create replication slot Dilip Kumar
- Re: Pluggable toaster Nikita Malakhov
- Re: Error "initial slot snapshot too large" in create replication slot Kyotaro Horiguchi
- Re: is_superuser is not documented Fujii Masao
- Do we need to pass down nonnullable_vars when reducing outer joins? Richard Guo
- Re: Error "initial slot snapshot too large" in create replication slot Kyotaro Horiguchi
- Re: pg_basebackup's --gzip switch misbehaves Michael Paquier
- Re: Error "initial slot snapshot too large" in create replication slot Kyotaro Horiguchi
- Re: Removed unused param isSlice of function transformAssignmentSubscripts Richard Guo
- Re: Error "initial slot snapshot too large" in create replication slot Kyotaro Horiguchi
- Re: Error "initial slot snapshot too large" in create replication slot Kyotaro Horiguchi
- Tuples inserted and deleted by the same transaction Laurenz Albe
- Re: is_superuser is not documented bt22kawamotok
- Re: Transparent column encryption Peter Eisentraut
- Re: Reducing the chunk header sizes on all memory context types David Rowley
- Re: Error "initial slot snapshot too large" in create replication slot Kyotaro Horiguchi
- Re: Fix broken link to FreeBSD DocProj in docs Daniel Gustafsson
- Re: proposal: possibility to read dumped table's name from file John Naylor
- Re: Tuples inserted and deleted by the same transaction Nikita Malakhov
- Re: Splitting up guc.c Alvaro Herrera
- Re: broken table formatting in psql John Naylor
- Re: proposal: possibility to read dumped table's name from file Pavel Stehule
- Re: Perform streaming logical transactions by background workers and parallel apply Amit Kapila
- Re: START_REPLICATION SLOT causing a crash in an assert build Kyotaro Horiguchi
- Re: [PATCH v1] fix potential memory leak in untransformRelOptions Alvaro Herrera
- Re: Tuples inserted and deleted by the same transaction Laurenz Albe
- Re: pgsql: Prefetch data referenced by the WAL, take II. Alvaro Herrera
- Re: Perform streaming logical transactions by background workers and parallel apply Amit Kapila
- Re: Assertion failure in WaitForWALToBecomeAvailable state machine Kyotaro Horiguchi
- Re: Tuples inserted and deleted by the same transaction Pantelis Theodosiou
- Re: Perform streaming logical transactions by background workers and parallel apply Amit Kapila
- Re: minimum perl version John Naylor
- Re: SUBTRANS: Minimizing calls to SubTransSetParent() Simon Riggs
- Re: SUBTRANS: Minimizing calls to SubTransSetParent() Simon Riggs
- Re: minimum perl version John Naylor
- Re: First draft of the PG 15 release notes Alvaro Herrera
- Re: Tuples inserted and deleted by the same transaction Matthias van de Meent
- Re: allowing for control over SET ROLE Robert Haas
- Re: Fix broken link to FreeBSD DocProj in docs James Coleman
- Re: [POC] Allow flattening of subquery with a link to upper query Andrey Lepikhov
- RE: Perform streaming logical transactions by background workers and parallel apply kuroda.hayato@fujitsu.com
- RE: Perform streaming logical transactions by background workers and parallel apply kuroda.hayato@fujitsu.com
- Re: pgsql: Doc: Explain about Column List feature. Alvaro Herrera
- Re: Tuples inserted and deleted by the same transaction Matthias van de Meent
- Re: ICU for global collation Peter Eisentraut
- Avoid redudant initialization and possible memory leak (src/backend/parser/parse_relation.c) Ranier Vilela
- Re: Tuples inserted and deleted by the same transaction Tom Lane
- Re: is_superuser is not documented Fujii Masao
- Re: New docs chapter on Transaction Management and related changes Simon Riggs
- Re: Splitting up guc.c Tom Lane
- Re: Avoid redudant initialization and possible memory leak (src/backend/parser/parse_relation.c) Julien Rouhaud
- Re: Avoid redudant initialization and possible memory leak (src/backend/parser/parse_relation.c) Alvaro Herrera
- Re: [PATCH] Log details for client certificate failures Peter Eisentraut
- Re: Tuples inserted and deleted by the same transaction Matthias van de Meent
- Re: Can we avoid chdir'ing in resolve_symlinks() ? Peter Eisentraut
- Re: Can we avoid chdir'ing in resolve_symlinks() ? Tom Lane
- Re: Avoid redudant initialization and possible memory leak (src/backend/parser/parse_relation.c) Ranier Vilela
- Re: First draft of the PG 15 release notes Jonathan S. Katz
- Re: ICU for global collation Marina Polyakova
- Re: Modernizing our GUC infrastructure Tom Lane
- Re: Pluggable toaster Jacob Champion
- Re: [PATCH] Log details for client certificate failures Jacob Champion
- Re: Tuples inserted and deleted by the same transaction Laurenz Albe
- Re: Making pg_rewind faster Alexander Korotkov
- Re: New strategies for freezing, advancing relfrozenxid early Peter Geoghegan
- wrong shell trap Alvaro Herrera
- Re: postgres_fdw hint messages Nathan Bossart