Mailing lists [pgsql-hackers]
- Re: SQL/JSON features for v15 Andrew Dunstan
- Re: introduce bufmgr hooks Nathan Bossart
- Re: Use -fvisibility=hidden for shared libraries Andres Freund
- Re: windows resource files, bugs and what do we actually want Andres Freund
- Re: Bug: When user-defined AM is used, the index path cannot be selected correctly Tom Lane
- Re: windows resource files, bugs and what do we actually want Magnus Hagander
- Re: SQL/JSON features for v15 Jonathan S. Katz
- Re: Allow logical replication to copy tables in binary format Andres Freund
- Re: postgres_fdw hint messages Nathan Bossart
- Re: [PATCH v1] fix potential memory leak in untransformRelOptions Junwang Zhao
- Re: postgres_fdw hint messages Tom Lane
- Re: [RFC] building postgres with meson - v11 samay sharma
- Re: postgres_fdw hint messages Nathan Bossart
- Can we avoid chdir'ing in resolve_symlinks() ? Tom Lane
- Re: Fix possible bogus array out of bonds (src/backend/access/brin/brin_minmax_multi.c) David Rowley
- Re: introduce bufmgr hooks Andres Freund
- [PATCH] docs: Document the automatically generated names for indices jadel@mercury.com
- [PATCH] docs: Document the automatically generated names for indices jadel@mercury.com
- Re: Fix possible bogus array out of bonds (src/backend/access/brin/brin_minmax_multi.c) Ranier Vilela
- test_decoding assertion failure for the loss of top-sub transaction relationship osumi.takamichi@fujitsu.com
- Re: Fix possible bogus array out of bonds (src/backend/access/brin/brin_minmax_multi.c) David Rowley
- Re: PostgreSQL 15 release announcement draft Jonathan S. Katz
- RE: test_decoding assertion failure for the loss of top-sub transaction relationship kuroda.hayato@fujitsu.com
- Re: PostgreSQL 15 release announcement draft Jonathan S. Katz
- Re: windows resource files, bugs and what do we actually want Andres Freund
- Re: Can we avoid chdir'ing in resolve_symlinks() ? Isaac Morland
- Re: Can we avoid chdir'ing in resolve_symlinks() ? Tom Lane
- Re: [PATCH] Optimize json_lex_string by batching character copying John Naylor
- Re: Column Filtering in Logical Replication Peter Smith
- Re: test_decoding assertion failure for the loss of top-sub transaction relationship Kyotaro Horiguchi
- Re: [HACKERS] PoC: custom signal handler for extensions Andrey Lepikhov
- Re: Bug: Reading from single byte character column type may cause out of bounds memory reads. Noah Misch
- Re: broken table formatting in psql Kyotaro Horiguchi
- Re: test_decoding assertion failure for the loss of top-sub transaction relationship Dilip Kumar
- Re: Schema variables - new implementation for Postgres 15 Pavel Stehule
- Re: test_decoding assertion failure for the loss of top-sub transaction relationship Kyotaro Horiguchi
- RE: test_decoding assertion failure for the loss of top-sub transaction relationship kuroda.hayato@fujitsu.com
- Re: test_decoding assertion failure for the loss of top-sub transaction relationship Dilip Kumar
- Re: Perform streaming logical transactions by background workers and parallel apply Amit Kapila
- Re: pg15b3: recovery fails with wal prefetch enabled Thomas Munro
- Re: Add tracking of backend memory allocated to pg_stat_activity Drouvot, Bertrand
- Re: broken table formatting in psql John Naylor
- Re: test_decoding assertion failure for the loss of top-sub transaction relationship Kyotaro Horiguchi
- Re: [RFC] building postgres with meson - v12 John Naylor
- Re: allowing for control over SET ROLE Wolfgang Walther
- Re: Add the ability to limit the amount of memory that can be allocated to backends. Drouvot, Bertrand
- Re: pg_receivewal and SIGTERM Michael Paquier
- Re: pg_receivewal and SIGTERM Daniel Gustafsson
- Re: struct Trigger definition in trigger.sgml Etsuro Fujita
- Re: Avoid erroring out when unable to remove or parse logical rewrite files to save checkpoint work Michael Paquier
- Re: Reducing the chunk header sizes on all memory context types David Rowley
- Re: [Commitfest 2022-09] Begins This Thursday Michael Paquier
- Re: broken table formatting in psql Kyotaro Horiguchi
- Re: Handle infinite recursion in logical replication setup Peter Smith
- Re: Handle infinite recursion in logical replication setup Peter Smith
- Re: Add the ability to limit the amount of memory that can be allocated to backends. David Rowley
- Re: [PATCH] Query Jumbling for CALL and SET utility statements Drouvot, Bertrand
- Re: plpgsql-trigger.html: Format TG_ variables as table (patch) Daniel Gustafsson
- Re: add test: pg_rowlocks extension Dong Wook Lee
- Re: Allow foreign keys to reference a superset of unique columns Wolfgang Walther
- Clarify restriction on partitioned tables primary key / unique indexes David Rowley
- Remove dead code from sepgsql Daniel Gustafsson
- Re: Clarify restriction on partitioned tables primary key / unique indexes Erik Rijkers
- Re: Updatable Views and INSERT INTO ... ON CONFLICT walther@technowledgy.de
- Re: Clarify restriction on partitioned tables primary key / unique indexes David Rowley
- Re: test_decoding assertion failure for the loss of top-sub transaction relationship Amit Kapila
- Re: Handle infinite recursion in logical replication setup vignesh C
- Re: Handle infinite recursion in logical replication setup vignesh C
- Re: [PATCH] Compression dictionaries for JSONB Aleksander Alekseev
- RE: test_decoding assertion failure for the loss of top-sub transaction relationship kuroda.hayato@fujitsu.com
- Re: [POC] Allow flattening of subquery with a link to upper query Andrey Lepikhov
- Re: Different compression methods for FPI Justin Pryzby
- Re: [Proposal] Fully WAL logged CREATE DATABASE - No Checkpoints Justin Pryzby
- Re: SQL/JSON features for v15 Justin Pryzby
- Re: Fix possible bogus array out of bonds (src/backend/access/brin/brin_minmax_multi.c) Justin Pryzby
- Re: make additional use of optimized linear search routines Richard Guo
- Re: Missing CFI in iterate_word_similarity() Daniel Gustafsson
- Re: Fix possible bogus array out of bonds (src/backend/access/brin/brin_minmax_multi.c) Ranier Vilela
- Re: broken table formatting in psql Alvaro Herrera
- Re: Missing CFI in iterate_word_similarity() Tom Lane
- Re: Missing CFI in iterate_word_similarity() Daniel Gustafsson
- Re: Missing CFI in iterate_word_similarity() Tom Lane
- Re: windows resource files, bugs and what do we actually want Magnus Hagander
- Re: Missing CFI in iterate_word_similarity() Daniel Gustafsson
- Re: pg_auth_members.grantor is bunk Robert Haas
- Re: Column Filtering in Logical Replication Amit Kapila
- Re: Asynchronous execution support for Custom Scan Kazutaka Onishi
- Re: allowing for control over SET ROLE Robert Haas
- Re: [Proposal] Fully WAL logged CREATE DATABASE - No Checkpoints Dilip Kumar
- json docs fix jsonb_path_exists_tz again Erik Rijkers
- Re: On login trigger: take three Daniel Gustafsson
- Re: [PATCH] docs: Document the automatically generated names for indices Bruce Momjian
- walmethods.c/h are doing some strange things Robert Haas
- Re: Remove dead code from sepgsql Robert Haas
- Re: On login trigger: take three Zhihong Yu
- Re: [RFC] building postgres with meson - v12 Andres Freund
- Re: [RFC] building postgres with meson - v12 Andres Freund
- Re: [RFC] building postgres with meson - v12 Tom Lane
- Re: [RFC] building postgres with meson - v11 samay sharma
- Re: failing to build preproc.c on solaris with sun studio Andres Freund
- Re: failing to build preproc.c on solaris with sun studio Tom Lane
- minimum perl version Andres Freund
- Re: build remaining Flex files standalone Andres Freund
- Re: minimum perl version Tom Lane
- Re: Remove dead code from sepgsql Daniel Gustafsson
- Re: minimum perl version Andres Freund
- Minimum bison and flex versions Tom Lane
- Fix typo function circle_same (src/backend/utils/adt/geo_ops.c) Ranier Vilela
- Re: minimum perl version Tom Lane
- Re: Fix typo function circle_same (src/backend/utils/adt/geo_ops.c) Daniel Gustafsson
- Re: minimum perl version Daniel Gustafsson
- Re: Fix typo function circle_same (src/backend/utils/adt/geo_ops.c) Ranier Vilela
- Re: Fix typo function circle_same (src/backend/utils/adt/geo_ops.c) Daniel Gustafsson
- Re: Minimum bison and flex versions Andres Freund
- Re: Minimum bison and flex versions Tom Lane