Mailing lists [pgsql-hackers]
- Re: Patch: Global Unique Index Greg Stark
- Re: heapgettup refactoring Melanie Plageman
- Re: pgsql: Revoke PUBLIC CREATE from public schema, now owned by pg_databas Tom Lane
- Re: pgsql: Revoke PUBLIC CREATE from public schema, now owned by pg_databas Isaac Morland
- Re: pgsql: Revoke PUBLIC CREATE from public schema, now owned by pg_databas David G. Johnston
- Re: Non-decimal integer literals David Rowley
- Re: Strange failure on mamba Tom Lane
- Re: Non-decimal integer literals Tom Lane
- Improve performance of pg_strtointNN functions David Rowley
- Re: Tests for psql \g and \o Michael Paquier
- Re: Strange failure on mamba Andres Freund
- Re: Strange failure on mamba Tom Lane
- Re: Allow round() function to accept float and double precision David Rowley
- Re: Allow round() function to accept float and double precision Tom Lane
- Re: Add LZ4 compression in pg_dump Michael Paquier
- RE: Partial aggregates pushdown Fujii.Yuki@df.MitsubishiElectric.co.jp"
- Re: Allow round() function to accept float and double precision David G. Johnston
- Re: Allow round() function to accept float and double precision David Rowley
- Re: Allow placeholders in ALTER ROLE w/o superuser Alexander Korotkov
- Re: pgsql: Revoke PUBLIC CREATE from public schema, now owned by pg_databas Robert Haas
- Re: Prefetch the next tuple's memory during seqscans John Naylor
- Re: Improve performance of pg_strtointNN functions John Naylor
- Re: Improve performance of pg_strtointNN functions David Rowley
- Re: Perform streaming logical transactions by background workers and parallel apply Masahiko Sawada
- Re: SI-read predicate locks on materialized views Michael Paquier
- Re: [PoC] Improve dead tuple storage for lazy vacuum John Naylor
- Re: [PoC] Improve dead tuple storage for lazy vacuum John Naylor
- Re: psql - factor out echo code Pavel Stehule
- Re: [PATCH] Add native windows on arm64 support Michael Paquier
- Re: meson PGXS compatibility Peter Eisentraut
- Re: WIN32 pg_import_system_collations Peter Eisentraut
- Re: SI-read predicate locks on materialized views Yugo NAGATA
- Re: Perform streaming logical transactions by background workers and parallel apply Masahiko Sawada
- Re: generic plans and "initial" pruning Amit Langote
- Re: [PoC] Improve dead tuple storage for lazy vacuum Masahiko Sawada
- Re: Bug in row_number() optimization Richard Guo
- Re: pgsql: Revoke PUBLIC CREATE from public schema, now owned by pg_databas Noah Misch
- File API cleanup Peter Eisentraut
- Re: Perform streaming logical transactions by background workers and parallel apply Amit Kapila
- Re: [PoC] Improve dead tuple storage for lazy vacuum John Naylor
- Re: File API cleanup Bharath Rupireddy
- Re: Allow round() function to accept float and double precision Dean Rasheed
- Re: [DOCS] Stats views and functions not in order? Peter Eisentraut
- Re: pg_upgrade allows itself to be run twice Peter Eisentraut
- Re: Improve performance of pg_strtointNN functions Dean Rasheed
- initdb: Refactor PG_CMD_PUTS loops Peter Eisentraut
- RE: Perform streaming logical transactions by background workers and parallel apply houzj.fnst@fujitsu.com
- Re: ExecRTCheckPerms() and many prunable partitions Alvaro Herrera
- Re: pgsql: Revoke PUBLIC CREATE from public schema, now owned by pg_databas Alvaro Herrera
- Re: generic plans and "initial" pruning Alvaro Herrera
- Re: Bug in row_number() optimization Sergey Shinderuk
- Re: Perform streaming logical transactions by background workers and parallel apply Amit Kapila
- Re: generic plans and "initial" pruning Amit Langote
- Optimizing Node Files Support Ranier Vilela
- Re: Support logical replication of DDLs li jie
- Re: Asynchronous execution support for Custom Scan Kazutaka Onishi
- Re: Collation version tracking for macOS Dagfinn Ilmari Mannsåker
- Re: Asynchronous execution support for Custom Scan Ronan Dunklau
- Warning When Creating FOR EACH STATEMENT Trigger On Logical Replication Subscriber Side Avi Weinberg
- Re: pgsql: Revoke PUBLIC CREATE from public schema, now owned by pg_databas Tom Lane
- Re: [DOCS] Stats views and functions not in order? David G. Johnston
- Re: Allow round() function to accept float and double precision Tom Lane
- Re: Add LZ4 compression in pg_dump gkokolatos@pm.me
- Re: Documentation for building with meson Peter Eisentraut
- Re: File API cleanup Peter Eisentraut
- pg_upgrade: Make testing different transfer modes easier Peter Eisentraut
- Re: New docs chapter on Transaction Management and related changes Bruce Momjian
- Re: Temporary tables versus wraparound... again Greg Stark
- Re: Partial aggregates pushdown Alexander Pyhalov
- Re: [PATCH] Add native windows on arm64 support Niyas Sait
- Re: [PATCH] Add native windows on arm64 support Niyas Sait
- Re: Documentation for building with meson Andres Freund
- Re: Error-safe user functions Andrew Dunstan
- Re: [PATCH] Add native windows on arm64 support Niyas Sait
- Re: explain_regress, explain(MACHINE), and default to explain(BUFFERS) (was: BUFFERS enabled by default in EXPLAIN (ANALYZE)) Justin Pryzby
- Re: Error-safe user functions Tom Lane
- Re: New docs chapter on Transaction Management and related changes Alvaro Herrera
- Re: Error-safe user functions Robert Haas
- Re: Questions regarding distinct operation implementation Ankit Kumar Pandey
- Re: Temporary tables versus wraparound... again Andres Freund
- Re: Allow round() function to accept float and double precision David G. Johnston
- Re: Error-safe user functions Tom Lane
- Re: Allow round() function to accept float and double precision David Rowley
- Re: Allow round() function to accept float and double precision Tom Lane
- Re: Error-safe user functions Robert Haas
- Re: meson PGXS compatibility Andres Freund
- Re: Error-safe user functions Tom Lane
- Using WaitEventSet in the postmaster Thomas Munro
- Re: Lazy JIT IR code generation to increase JIT speed with partitions Dmitry Dolgov
- Re: Error-safe user functions Robert Haas
- Re: Allow round() function to accept float and double precision David Rowley
- Re: Questions regarding distinct operation implementation David Rowley
- Re: O(n) tasks cause lengthy startups and checkpoints Nathan Bossart
- Re: Allow round() function to accept float and double precision David G. Johnston
- Re: Questions regarding distinct operation implementation David G. Johnston
- Re: Error-safe user functions Tom Lane
- Re: Asynchronous execution support for Custom Scan Kohei KaiGai
- Using AF_UNIX sockets always for tests on Windows Thomas Munro
- Re: HOT chain validation in verify_heapam() Andres Freund
- Re: wake up logical workers after ALTER SUBSCRIPTION Nathan Bossart
- Re: Avoid LWLockWaitForVar() for currently held WAL insertion lock in WaitXLogInsertionsToFinish() Andres Freund
- Re: pg_upgrade: Make testing different transfer modes easier Kyotaro Horiguchi
- Re: Using AF_UNIX sockets always for tests on Windows Tom Lane
- Re: Using WaitEventSet in the postmaster Andres Freund
- Re: Using AF_UNIX sockets always for tests on Windows Andres Freund
- Re: Prefetch the next tuple's memory during seqscans David Rowley
- Re: Using AF_UNIX sockets always for tests on Windows Tom Lane
- Re: Add LZ4 compression in pg_dump Michael Paquier
- Re: Using AF_UNIX sockets always for tests on Windows Andres Freund
- Traversing targetlist to find accessed columns Amin
- Re: Using WaitEventSet in the postmaster Thomas Munro
- Re: Support logical replication of DDLs Zheng Li
- Missing MaterialPath support in reparameterize_path_by_child Tom Lane
- Re: Warning When Creating FOR EACH STATEMENT Trigger On Logical Replication Subscriber Side Amit Kapila
- Re: Failed Assert while pgstat_unlink_relation Andres Freund
- Re: Failed Assert in pgstat_assoc_relation Andres Freund
- Re: [PATCH] Add native windows on arm64 support Michael Paquier
- Re: Failed Assert in pgstat_assoc_relation Tom Lane
- Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15) Michael Paquier
- Re: Non-replayable WAL records through overflows and >MaxAllocSize lengths Michael Paquier
- Re: [PATCH] Add `verify-system` sslmode to use system CA pool for server cert Michael Paquier
- Re: Failed Assert in pgstat_assoc_relation Andres Freund
- Re: [PATCH] Add native windows on arm64 support John Naylor
- Re: Failed Assert in pgstat_assoc_relation Tom Lane
- Re: Introduce a new view for checkpointer related stats Bharath Rupireddy
- Re: Failed Assert in pgstat_assoc_relation Andres Freund
- Re: Failed Assert in pgstat_assoc_relation Tom Lane
- Re: O(n) tasks cause lengthy startups and checkpoints Bharath Rupireddy
- Re: initdb: Refactor PG_CMD_PUTS loops John Naylor
- Re: Time delayed LR (WAS Re: logical replication restrictions) Amit Kapila
- Re: pg_dump: Remove "blob" terminology Peter Eisentraut
- Re: Add LSN along with offset to error messages reported for WAL file read/write/validate header failures Michael Paquier
- Re: Introduce a new view for checkpointer related stats sirisha chamarthi
- Re: Missing MaterialPath support in reparameterize_path_by_child Richard Guo
- Re: Introduce a new view for checkpointer related stats Bharath Rupireddy
- refactor ExecGrant_*() functions Peter Eisentraut
- Re: Improve performance of pg_strtointNN functions Peter Eisentraut
- Re: Introduce a new view for checkpointer related stats Drouvot, Bertrand
- Optimize common expressions in projection evaluation Peifeng Qiu
- Re: ExecRTCheckPerms() and many prunable partitions Amit Langote
- Re: ExecRTCheckPerms() and many prunable partitions Amit Langote
- Re: HOT chain validation in verify_heapam() Himanshu Upadhyaya
- Re: postgres_fdw: batch inserts vs. before row triggers Etsuro Fujita
- Re: pg_dump: Remove "blob" terminology Daniel Gustafsson
- Re: Minimal logical decoding on standbys Drouvot, Bertrand
- Re: [PATCH] Add native windows on arm64 support Niyas Sait
- Re: [PATCH] Add native windows on arm64 support Niyas Sait
- Re: Perform streaming logical transactions by background workers and parallel apply Amit Kapila
- Re: ExecRTCheckPerms() and many prunable partitions Alvaro Herrera
- Re: Fix gin index cost estimation Ronan Dunklau
- Re: generic plans and "initial" pruning Amit Langote
- Re: Logical Replication Custom Column Expression Ashutosh Bapat
- WAL Insertion Lock Improvements (was: Re: Avoid LWLockWaitForVar() for currently held WAL insertion lock in WaitXLogInsertionsToFinish()) Bharath Rupireddy
- Re: [PATCH] Add native windows on arm64 support Niyas Sait
- Re: ExecRTCheckPerms() and many prunable partitions Amit Langote
- Re: Missing MaterialPath support in reparameterize_path_by_child Ashutosh Bapat
- RE: Perform streaming logical transactions by background workers and parallel apply Hayato Kuroda (Fujitsu)
- Re: Avoid streaming the transaction which are skipped (in corner cases) Ashutosh Bapat
- Re: Fix gin index cost estimation Alexander Korotkov
- Re: Perform streaming logical transactions by background workers and parallel apply Amit Kapila
- Re: pg_upgrade: Make testing different transfer modes easier Daniel Gustafsson
- Re: Optimizing Node Files Support John Naylor
- Re: Report roles in pg_upgrade pg_ prefix check Daniel Gustafsson
- Re: Using AF_UNIX sockets always for tests on Windows Andrew Dunstan
- Re: Missing MaterialPath support in reparameterize_path_by_child Richard Guo
- Re: Fix gin index cost estimation Ronan Dunklau
- Re: Removing another gen_node_support.pl special case Peter Eisentraut
- Re: Missing MaterialPath support in reparameterize_path_by_child Richard Guo
- Re: Error-safe user functions Robert Haas
- Re: Optimize common expressions in projection evaluation David G. Johnston
- Re: Optimizing Node Files Support Ranier Vilela
- Re: initdb: Refactor PG_CMD_PUTS loops Andrew Dunstan
- Re: Add support for DEFAULT specification in COPY FROM Israel Barth Rubio
- Re: Error-safe user functions Tom Lane
- Re: pg_dump: Remove "blob" terminology Tom Lane
- Is this an oversight in reparameterizing Memoize path? Richard Guo
- Re: Error-safe user functions Andrew Dunstan
- Re: fixing CREATEROLE Robert Haas
- Re: pg_dump: Remove "blob" terminology Daniel Gustafsson
- Re: [PATCH] Allow specification of custom slot for custom nodes Alexander Korotkov
- Re: Is this an oversight in reparameterizing Memoize path? Tom Lane
- Re: [PATCH] Check snapshot argument of index_beginscan and family Alexander Korotkov
- Re: Missing MaterialPath support in reparameterize_path_by_child Tom Lane
- Re: Add tracking of backend memory allocated to pg_stat_activity Reid Thompson
- Re: Add LZ4 compression in pg_dump gkokolatos@pm.me
- Re: [PoC] Improve dead tuple storage for lazy vacuum Masahiko Sawada
- Re: Failed Assert in pgstat_assoc_relation Andres Freund
- Re: Non-replayable WAL records through overflows and >MaxAllocSize lengths Andres Freund
- Re: Non-replayable WAL records through overflows and >MaxAllocSize lengths Andres Freund
- Re: Failed Assert in pgstat_assoc_relation Tom Lane
- Re: Add tracking of backend memory allocated to pg_stat_activity Andres Freund
- Re: pg_dump: Remove "blob" terminology Andrew Dunstan
- Re: refactor ExecGrant_*() functions Andres Freund
- Bogus rte->relkind for EXCLUDED pseudo-relation Tom Lane
- Re: pg_dump: Remove "blob" terminology Tom Lane
- Re: [RFC] building postgres with meson - v13 Andres Freund
- Re: Bogus rte->relkind for EXCLUDED pseudo-relation Andres Freund
- Re: Failed Assert in pgstat_assoc_relation Andres Freund
- Re: Error-safe user functions Corey Huinker
- Re: [PATCH] Add `verify-system` sslmode to use system CA pool for server cert Jacob Champion
- Re: Error-safe user functions Corey Huinker
- Re: Error-safe user functions Tom Lane
- Re: Error-safe user functions Corey Huinker
- Re: O(n) tasks cause lengthy startups and checkpoints Nathan Bossart
- Re: wake up logical workers after ALTER SUBSCRIPTION Nathan Bossart
- suppressing useless wakeups in logical/worker.c Nathan Bossart
- Re: Schema variables - new implementation for Postgres 15 Pavel Stehule
- Re: Questions regarding distinct operation implementation Ankit Kumar Pandey
- Re: Removing another gen_node_support.pl special case Tom Lane
- Re: Questions regarding distinct operation implementation Ankit Kumar Pandey
- Re: Questions regarding distinct operation implementation Ankit Kumar Pandey
- Re: Error-safe user functions Robert Haas
- Re: Error-safe user functions Tom Lane
- Re: Using WaitEventSet in the postmaster Thomas Munro
- Fwd: Perform streaming logical transactions by background workers and parallel apply Peter Smith
- Re: Bogus rte->relkind for EXCLUDED pseudo-relation Tom Lane
- Fwd: Perform streaming logical transactions by background workers and parallel apply Peter Smith
- Think-o in foreign key comments Paul Jungwirth
- Re: Patch: Global Unique Index David Zhang
- Re: Support logical replication of DDLs Zheng Li
- Re: Patch: Global Unique Index David Zhang
- Re: WAL Insertion Lock Improvements (was: Re: Avoid LWLockWaitForVar() for currently held WAL insertion lock in WaitXLogInsertionsToFinish()) Nathan Bossart
- Re: Generate pg_stat_get_* functions with Macros Nathan Bossart
- Re: Add LZ4 compression in pg_dump Michael Paquier
- RE: Add semi-join pushdown to postgres_fdw Fujii.Yuki@df.MitsubishiElectric.co.jp"
- Re: Failed Assert in pgstat_assoc_relation Andres Freund
- Re: Add LSN along with offset to error messages reported for WAL file read/write/validate header failures Bharath Rupireddy
- Re: pg_basebackup: add test about zstd compress option Ian Lawrence Barwick
- Re: Temporary tables versus wraparound... again Greg Stark
- Re: Think-o in foreign key comments Ian Lawrence Barwick
- Re: Avoid streaming the transaction which are skipped (in corner cases) Amit Kapila
- Transaction timeout Andrey Borodin
-
docs: add missing
id elements for developer GUCs Ian Lawrence Barwick - Re: Transaction timeout Nikolay Samokhvalov
- Re: Generate pg_stat_get_* functions with Macros Drouvot, Bertrand
- Re: Avoid streaming the transaction which are skipped (in corner cases) Amit Kapila
- Re: Traversing targetlist to find accessed columns Tom Lane
- Re: CREATE INDEX CONCURRENTLY on partitioned index Ilya Gladyshev
- Re: pg_dump: Remove "blob" terminology Andrew Dunstan
- Re: mprove tab completion for ALTER EXTENSION ADD/DROP Matheus Alcantara
- Re: Transaction timeout Andrey Borodin
- Re: Replace PROC_QUEUE / SHM_QUEUE with ilist.h Andres Freund
- Re: Questions regarding distinct operation implementation David Rowley
- Re: Questions regarding distinct operation implementation Ankit Kumar Pandey
- Re: Generate pg_stat_get_* functions with Macros Nathan Bossart
- Re: Questions regarding distinct operation implementation David Rowley
- Re: Error-safe user functions Tom Lane
- Re: [PoC] Reducing planning time when tables have many partitions David Rowley
- Re: Improve performance of pg_strtointNN functions David Rowley
- Re: Improve performance of pg_strtointNN functions David Rowley
- Re: Error-safe user functions Corey Huinker
- Re: Error-safe user functions Tom Lane
- Re: Generate pg_stat_get_* functions with Macros Drouvot, Bertrand
- Re: Make ON_ERROR_STOP stop on shell script failure Corey Huinker
- Re: Add SHELL_EXIT_CODE to psql Corey Huinker
- Re: Improve performance of pg_strtointNN functions Dean Rasheed
- RE: Perform streaming logical transactions by background workers and parallel apply houzj.fnst@fujitsu.com
- RE: Perform streaming logical transactions by background workers and parallel apply houzj.fnst@fujitsu.com
- RE: Perform streaming logical transactions by background workers and parallel apply houzj.fnst@fujitsu.com
- RE: Avoid streaming the transaction which are skipped (in corner cases) houzj.fnst@fujitsu.com
- Re: Error-safe user functions Andrew Dunstan
- Re: Questions regarding distinct operation implementation Ankit Kumar Pandey
- Re: Error-safe user functions Tom Lane
- [PATCH] Add .idea to gitignore for JetBrains CLion Sayyid Ali Sajjad Rizavi
- Re: [PATCH] Add .idea to gitignore for JetBrains CLion Sayyid Ali Sajjad Rizavi
- Re: [PATCH] Add .idea to gitignore for JetBrains CLion Tom Lane
- Re: Error-safe user functions Andrew Dunstan
- Re: Questions regarding distinct operation implementation Vik Fearing
- Re: Error-safe user functions Vik Fearing
- Re: Questions regarding distinct operation implementation Ankit Kumar Pandey
- Re: Generate pg_stat_get_* functions with Macros Nathan Bossart
- Re: CREATE INDEX CONCURRENTLY on partitioned index Justin Pryzby
- Re: [PATCH] Add .idea to gitignore for JetBrains CLion Daniel Gustafsson
- Re: [PATCH] Add .idea to gitignore for JetBrains CLion Tom Lane
- Re: pg_stat_bgwriter.buffers_backend is pretty meaningless (and more?) Maciek Sakrejda
- Re: Improve performance of pg_strtointNN functions David Rowley
- Re: restoring user id and SecContext before logging error in ri_PlanCheck Noah Misch
- Re: Add LSN along with offset to error messages reported for WAL file read/write/validate header failures Michael Paquier
- Re: Error-safe user functions Michael Paquier
- Re: mprove tab completion for ALTER EXTENSION ADD/DROP Michael Paquier
- doc: add missing "id" attributes to extension packaging page Ian Lawrence Barwick
- RE: Partial aggregates pushdown Fujii.Yuki@df.MitsubishiElectric.co.jp"
-
Re: docs: add missing
id elements for developer GUCs Michael Paquier - Re: generic plans and "initial" pruning Amit Langote
- Re: ExecRTCheckPerms() and many prunable partitions Amit Langote
- Re: Collation version tracking for macOS Thomas Munro
- Re: Add LSN along with offset to error messages reported for WAL file read/write/validate header failures Bharath Rupireddy
- Re: Avoid streaming the transaction which are skipped (in corner cases) Amit Kapila
- Re: Allow placeholders in ALTER ROLE w/o superuser Alexander Korotkov
- Re: Avoid streaming the transaction which are skipped (in corner cases) Dilip Kumar
- Re: Optimize common expressions in projection evaluation Peifeng Qiu
- Re: Optimize common expressions in projection evaluation David G. Johnston
- Re: Bug in row_number() optimization David Rowley
- Re: Add LSN along with offset to error messages reported for WAL file read/write/validate header failures Michael Paquier
- Re: Bug in row_number() optimization David Rowley
- Re: Optimize common expressions in projection evaluation Tom Lane
- RE: Perform streaming logical transactions by background workers and parallel apply houzj.fnst@fujitsu.com
- Re: Optimize common expressions in projection evaluation Pavel Stehule
- Re: Bug in row_number() optimization David Rowley
- Re: Optimize common expressions in projection evaluation Tom Lane
- Re: Optimize common expressions in projection evaluation David G. Johnston
- Re: [PATCH] Add native windows on arm64 support Michael Paquier
- Re: generic plans and "initial" pruning Amit Langote
- Re: Failed Assert while pgstat_unlink_relation Kyotaro Horiguchi
- Question regarding "Make archiver process an auxiliary process. commit" Sravan Kumar
- Re: Add LZ4 compression in pg_dump Michael Paquier
- Re: Generate pg_stat_get_* functions with Macros Drouvot, Bertrand
- Re: Generate pg_stat_get_* functions with Macros Michael Paquier
- Re: slab allocator performance issues David Rowley
- Re: pg_dump: Remove "blob" terminology Peter Eisentraut
- Re: Generate pg_stat_get_* functions with Macros Drouvot, Bertrand
- Re: Operation log for major operations Dmitry Koval
- Re: Generate pg_stat_get_* functions with Macros Michael Paquier
- Order getopt arguments Peter Eisentraut
- Re: Order getopt arguments Fabien COELHO
- Re: Optimize common expressions in projection evaluation Peifeng Qiu
- Re: [PATCH] Add native windows on arm64 support Niyas Sait
- Re: Perform streaming logical transactions by background workers and parallel apply Amit Kapila
- Marking options deprecated in help output Daniel Gustafsson
- Re: Using WaitEventSet in the postmaster Thomas Munro
- Re: doc: add missing "id" attributes to extension packaging page Alvaro Herrera
- Re: Avoid streaming the transaction which are skipped (in corner cases) Dilip Kumar
- Re: slab allocator performance issues John Naylor
- MemoizePath fails to work for partitionwise join Richard Guo
- Re: Avoid streaming the transaction which are skipped (in corner cases) Amit Kapila
- Re: Missing MaterialPath support in reparameterize_path_by_child Ashutosh Bapat
- Re: Allow placeholders in ALTER ROLE w/o superuser Pavel Borisov
- Re: Allow placeholders in ALTER ROLE w/o superuser Pavel Borisov
- move some bitmapset.c macros to bitmapset.h John Naylor
- Re: move some bitmapset.c macros to bitmapset.h Alvaro Herrera
- Re: Add LZ4 compression in pg_dump gkokolatos@pm.me
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Melih Mutlu
- RE: suppressing useless wakeups in logical/worker.c Hayato Kuroda (Fujitsu)
- Re: HOT chain validation in verify_heapam() Himanshu Upadhyaya
- Re: daitch_mokotoff module Dag Lem
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Amit Kapila
- Re: Allow placeholders in ALTER ROLE w/o superuser Alexander Korotkov
- Re: move some bitmapset.c macros to bitmapset.h Tom Lane
- Re: Allow placeholders in ALTER ROLE w/o superuser Pavel Borisov
- Re: Missing MaterialPath support in reparameterize_path_by_child Tom Lane
- ANY_VALUE aggregate Vik Fearing
- Re: pg_basebackup: add test about zstd compress option Robert Haas
- Re: pg_dump: Remove "blob" terminology Robert Haas
- Re: slab allocator performance issues Robert Haas
- Re: [PoC] Reducing planning time when tables have many partitions Thom Brown
- Re: Collation version tracking for macOS Robert Haas
- Re: Error-safe user functions Robert Haas
- Re: pg_dump: Remove "blob" terminology Tom Lane
- Re: Order getopt arguments Robert Haas
- Re: Error-safe user functions Tom Lane
- Re: Order getopt arguments Tom Lane
- Re: pg_dump: Remove "blob" terminology Robert Haas
- Re: Error-safe user functions Robert Haas
- Re: Order getopt arguments Robert Haas
- Re: Error-safe user functions Andrew Dunstan
- Re: Order getopt arguments Tom Lane
- Re: Error-safe user functions Joe Conway
- Re: Order getopt arguments Robert Haas
- Re: Error-safe user functions Tom Lane
- Re: Allow placeholders in ALTER ROLE w/o superuser Alvaro Herrera
- Re: Error-safe user functions Tom Lane
- Re: Allow placeholders in ALTER ROLE w/o superuser Tom Lane
- Re: Error-safe user functions Robert Haas
- Re: Error-safe user functions Tom Lane
- Re: suppressing useless wakeups in logical/worker.c Nathan Bossart
- Re: Error-safe user functions Robert Haas
- Re: Error-safe user functions Joe Conway
- Request to modify view_table_usage to include materialized views Jonathan Lemig
- Re: Failed Assert while pgstat_unlink_relation Andres Freund
- Re: Collation version tracking for macOS Jeff Davis
- Re: Error-safe user functions Alvaro Herrera
- Re: MemoizePath fails to work for partitionwise join Tom Lane
- Re: Error-safe user functions Tom Lane
- Re: Collation version tracking for macOS Joe Conway
- Re: Error-safe user functions Robert Haas
- Re: Error-safe user functions Andrew Dunstan
- Re: Request to modify view_table_usage to include materialized views Tom Lane
- Re: ANY_VALUE aggregate David G. Johnston
- Re: Error-safe user functions Tom Lane
- Re: ANY_VALUE aggregate Tom Lane
- Re: ANY_VALUE aggregate Robert Haas
- Re: Using WaitEventSet in the postmaster Andres Freund
- Re: [PATCH] Add native windows on arm64 support Andres Freund
- Re: Request to modify view_table_usage to include materialized views Jonathan Lemig
- Re: WAL Insertion Lock Improvements (was: Re: Avoid LWLockWaitForVar() for currently held WAL insertion lock in WaitXLogInsertionsToFinish()) Andres Freund
- Re: [PATCH] Add `verify-system` sslmode to use system CA pool for server cert Jacob Champion
- Re: PGDOCS - Logical replication GUCs - added some xrefs samay sharma
- Re: Error-safe user functions Corey Huinker
- Re: Error-safe user functions Corey Huinker
- Re: ANY_VALUE aggregate Corey Huinker
- Re: pg_stat_bgwriter.buffers_backend is pretty meaningless (and more?) Andres Freund
- Re: Allow placeholders in ALTER ROLE w/o superuser Alexander Korotkov
- Re: ANY_VALUE aggregate Robert Haas
- Re: Error-safe user functions Andrew Dunstan
- Re: ANY_VALUE aggregate Vik Fearing
- Re: predefined role(s) for VACUUM and ANALYZE Pavel Luzanov
- Re: [PoC] Reducing planning time when tables have many partitions David Rowley
- Re: Collation version tracking for macOS Thomas Munro
- Re: Error-safe user functions Tom Lane
- Re: Transaction timeout Nikolay Samokhvalov
- Re: Questions regarding distinct operation implementation David Rowley
- Re: Transaction timeout Nikolay Samokhvalov
- Re: initdb: Refactor PG_CMD_PUTS loops Peter Eisentraut
- Re: Transaction timeout Andres Freund
- Re: [PATCH] Add native windows on arm64 support Michael Paquier
- Re: Transaction timeout Andrey Borodin
- Re: Error-safe user functions Andres Freund
- Re: [PATCH] Add native windows on arm64 support Andres Freund
- Re: Perform streaming logical transactions by background workers and parallel apply Peter Smith
- Re: predefined role(s) for VACUUM and ANALYZE Nathan Bossart
- Re: [PoC] Federated Authn/z with OAUTHBEARER Andrey Chudnovsky
- Re: pg_basebackup: add test about zstd compress option Ian Lawrence Barwick
- Re: [PATCH] Add native windows on arm64 support Michael Paquier
- Re: Error-safe user functions Tom Lane
- Re: Transaction timeout Andres Freund
- Re: Add LZ4 compression in pg_dump Michael Paquier
- Re: [PATCH] Check snapshot argument of index_beginscan and family Alexander Korotkov
- Re: missing indexes in indexlist with partitioned tables Arne Roland
- Re: Transaction timeout Kyotaro Horiguchi
- Re: doc: add missing "id" attributes to extension packaging page Ian Lawrence Barwick
- Re: Error-safe user functions Andres Freund
-
Re: docs: add missing
id elements for developer GUCs Ian Lawrence Barwick - Re: Error-safe user functions Tom Lane
- Re: Transaction timeout Andres Freund
- Re: Error-safe user functions Andres Freund
- Re: Error-safe user functions Tom Lane
- Re: pg_stat_bgwriter.buffers_backend is pretty meaningless (and more?) Melanie Plageman
- Re: MemoizePath fails to work for partitionwise join Richard Guo
- Re: Error-safe user functions Andres Freund
- Re: Error-safe user functions Tom Lane
- Re: Generate pg_stat_get_* functions with Macros Michael Paquier
- Re: Add index scan progress to pg_stat_progress_vacuum Masahiko Sawada
- Re: ANY_VALUE aggregate Vik Fearing
- Re: Perform streaming logical transactions by background workers and parallel apply Amit Kapila
- Re: ANY_VALUE aggregate Vik Fearing
- Re: Generate pg_stat_get_* functions with Macros Nathan Bossart
- Re: ANY_VALUE aggregate Isaac Morland
- Re: move some bitmapset.c macros to bitmapset.h John Naylor
- Re: ANY_VALUE aggregate David G. Johnston
- Re: Generate pg_stat_get_* functions with Macros Drouvot, Bertrand
- Re: ANY_VALUE aggregate Vik Fearing
- Re: ANY_VALUE aggregate David G. Johnston
- Re: move some bitmapset.c macros to bitmapset.h Tom Lane
- Re: Generate pg_stat_get_* functions with Macros Drouvot, Bertrand
- Re: ANY_VALUE aggregate Vik Fearing
- Re: move some bitmapset.c macros to bitmapset.h David Rowley
- Re: move some bitmapset.c macros to bitmapset.h Tom Lane
- Re: move some bitmapset.c macros to bitmapset.h John Naylor
- Force streaming every change in logical decoding shiy.fnst@fujitsu.com
- RE: Avoid streaming the transaction which are skipped (in corner cases) shiy.fnst@fujitsu.com
- Re: move some bitmapset.c macros to bitmapset.h Tom Lane
- Re: Generate pg_stat_get_* functions with Macros Bharath Rupireddy
- Re: Add LSN along with offset to error messages reported for WAL file read/write/validate header failures Kyotaro Horiguchi
- Re: O(n) tasks cause lengthy startups and checkpoints Bharath Rupireddy
- Re: Perform streaming logical transactions by background workers and parallel apply Amit Kapila
- Re: Time delayed LR (WAS Re: logical replication restrictions) Peter Smith
- Re: Generate pg_stat_get_* functions with Macros Michael Paquier
- Re: Perform streaming logical transactions by background workers and parallel apply Peter Smith
- Re: Question regarding "Make archiver process an auxiliary process. commit" Kyotaro Horiguchi
- Re: doc: add missing "id" attributes to extension packaging page Brar Piening
- Re: doc: add missing "id" attributes to extension packaging page Alvaro Herrera
- Re: refactor ExecGrant_*() functions Antonin Houska
- A problem about ParamPathInfo for an AppendPath Richard Guo
- Re: Add semi-join pushdown to postgres_fdw Alexander Pyhalov
- Re: Allow batched insert during cross-partition updates Etsuro Fujita
- Re: Fix gin index cost estimation Ronan Dunklau
- RE: Add semi-join pushdown to postgres_fdw Fujii.Yuki@df.MitsubishiElectric.co.jp"
- Re: Force streaming every change in logical decoding Amit Kapila
- Re: [PoC] Improve dead tuple storage for lazy vacuum John Naylor
- Re: Time delayed LR (WAS Re: logical replication restrictions) Amit Kapila
- Re: [PoC] Reducing planning time when tables have many partitions Thom Brown
- Re: Add LSN along with offset to error messages reported for WAL file read/write/validate header failures Bharath Rupireddy
- Re: Schema variables - new implementation for Postgres 15 Pavel Stehule
- Re: Question regarding "Make archiver process an auxiliary process. commit" Sravan Kumar
- Re: Error-safe user functions Andrew Dunstan
- Re: predefined role(s) for VACUUM and ANALYZE Dagfinn Ilmari Mannsåker
- Re: Question regarding "Make archiver process an auxiliary process. commit" Bharath Rupireddy
- Re: Using WaitEventSet in the postmaster Thomas Munro
- RE: Time delayed LR (WAS Re: logical replication restrictions) Takamichi Osumi (Fujitsu)
- Re: pg_basebackup: add test about zstd compress option Dong Wook Lee
- Re: [PATCH] Check snapshot argument of index_beginscan and family Pavel Borisov
- Re: Add tracking of backend memory allocated to pg_stat_activity Reid Thompson
- Re: Force streaming every change in logical decoding Masahiko Sawada
- Re: predefined role(s) for VACUUM and ANALYZE Pavel Luzanov
- Re: Missing MaterialPath support in reparameterize_path_by_child Ashutosh Bapat
- Re: Error-safe user functions Tom Lane
- Re: Missing MaterialPath support in reparameterize_path_by_child Tom Lane
- Re: old_snapshot: add test for coverage Dong Wook Lee
- Re: Allow placeholders in ALTER ROLE w/o superuser Alexander Korotkov
- Re: Improve tab completion for ALTER FUNCTION/PROCEDURE/ROUTINE Melih Mutlu
- Re: ExecRTCheckPerms() and many prunable partitions Alvaro Herrera
- Re: Error-safe user functions Andrew Dunstan
- Re: Add LZ4 compression in pg_dump gkokolatos@pm.me
- Re: Error-safe user functions Tom Lane
- Re: wake up logical workers after ALTER SUBSCRIPTION Melih Mutlu
- Re: Error-safe user functions Robert Haas
- Re: Add tracking of backend memory allocated to pg_stat_activity Andres Freund
- Re: doc: add missing "id" attributes to extension packaging page Brar Piening
- Re: doc: add missing "id" attributes to extension packaging page Brar Piening
- Re: pg_upgrade test failure Andres Freund
- Re: doc: add missing "id" attributes to extension packaging page Brar Piening
- Re: Error-safe user functions Corey Huinker
- Re: Make EXPLAIN generate a generic plan for a parameterized query Andres Freund
- Re: [Proposal] Add foreign-server health checks infrastructure Andres Freund
- Re: Add the ability to limit the amount of memory that can be allocated to backends. Andres Freund
- Re: PATCH: AM-specific statistics, with an example implementation for BRIN (WIP) Andres Freund
- Re: doc: add missing "id" attributes to extension packaging page Brar Piening
- Re: Eliminating SPI from RI triggers - take 2 Andres Freund
- Re: RFC: Logging plan of the running query Andres Freund
- Re: New strategies for freezing, advancing relfrozenxid early Andres Freund
- Re: May be BUG. Periodic burst growth of the checkpoint_req counter on replica. Andres Freund
- Re: Removing unneeded self joins Andres Freund
- Re: Temporary tables versus wraparound... again Greg Stark
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Andres Freund
- Re: PATCH: Using BRIN indexes for sorted output Andres Freund
- Re: Support logical replication of DDLs vignesh C
- Re: 16: Collation versioning and dependency helpers Andres Freund
- Re: Temporary tables versus wraparound... again Andres Freund
- Re: generic plans and "initial" pruning Alvaro Herrera
- Re: Time delayed LR (WAS Re: logical replication restrictions) Andres Freund
- Re: Split index and table statistics into different types of stats Drouvot, Bertrand
- Re: Improve tab completion for ALTER FUNCTION/PROCEDURE/ROUTINE vignesh C
- Re: wake up logical workers after ALTER SUBSCRIPTION Nathan Bossart
- Re: Cygwin cleanup Andres Freund
- add \dpS to psql Nathan Bossart
- Re: 16: Collation versioning and dependency helpers Jeff Davis
- Re: predefined role(s) for VACUUM and ANALYZE Nathan Bossart
- Re: Temporary tables versus wraparound... again Greg Stark
- Re: predefined role(s) for VACUUM and ANALYZE Nathan Bossart
- Re: Temporary tables versus wraparound... again Andres Freund
- Re: Error-safe user functions Tom Lane
- Re: Error-safe user functions Tom Lane
- Re: Cygwin cleanup Thomas Munro
- Re: [PATCH] Infinite loop while acquiring new TOAST Oid Nikita Malakhov
- Re: wake up logical workers after ALTER SUBSCRIPTION Nathan Bossart
- Re: New strategies for freezing, advancing relfrozenxid early Peter Geoghegan
- core dumps generated in archive / restore commands etc Andres Freund
- Re: Allow placeholders in ALTER ROLE w/o superuser Pavel Borisov
- Re: Using WaitEventSet in the postmaster Andres Freund
- Re: Allow pageinspect's bt_page_stats function to return a set of rows instead of a single row Andres Freund
- remove extra space from dumped ALTER DEFAULT PRIVILEGES commands Nathan Bossart
- Re: Force streaming every change in logical decoding Peter Smith
- Re: Generate pg_stat_get_* functions with Macros Michael Paquier
- Collation DDL inconsistencies Jeff Davis
- Re: Query Jumbling for CALL and SET utility statements Michael Paquier
- Re: Using WaitEventSet in the postmaster Justin Pryzby
- Re: Using WaitEventSet in the postmaster Thomas Munro
- Re: Using WaitEventSet in the postmaster Thomas Munro
- Re: Force streaming every change in logical decoding Peter Smith
- Re: Using WaitEventSet in the postmaster Andres Freund
- Re: [DOCS] Stats views and functions not in order? Peter Smith
- Re: Force streaming every change in logical decoding Masahiko Sawada
- Creating HeapTuple from char and date values Amin
- Re: Force streaming every change in logical decoding Amit Kapila
- Re: Transaction timeout Kyotaro Horiguchi
- Re: Commit fest 2022-11 vignesh C
- Re: [DOCS] Stats views and functions not in order? David G. Johnston
- RE: Perform streaming logical transactions by background workers and parallel apply houzj.fnst@fujitsu.com
- Re: Time delayed LR (WAS Re: logical replication restrictions) Kyotaro Horiguchi
- RE: Perform streaming logical transactions by background workers and parallel apply houzj.fnst@fujitsu.com
- Re: meson PGXS compatibility Andres Freund
- Re: Using WaitEventSet in the postmaster Thomas Munro
- Re: Commit fest 2022-11 Michael Paquier
- Re: ANY_VALUE aggregate David G. Johnston
- Re: [RFC] building postgres with meson - v13 Andres Freund
- Re: Perform streaming logical transactions by background workers and parallel apply Masahiko Sawada
- Re: Force streaming every change in logical decoding Amit Kapila
- Re: Avoid streaming the transaction which are skipped (in corner cases) Amit Kapila
- Re: Avoid streaming the transaction which are skipped (in corner cases) Dilip Kumar
- RE: Avoid streaming the transaction which are skipped (in corner cases) shiy.fnst@fujitsu.com
- Re: Perform streaming logical transactions by background workers and parallel apply Amit Kapila
- Re: Perform streaming logical transactions by background workers and parallel apply Masahiko Sawada
- Re: Is the plan for IN(1,2,3) always the same as for =ANY('{1,2,3}') when using PQexec with no params? Dmitry Koterov
- Re: Time delayed LR (WAS Re: logical replication restrictions) Amit Kapila
- RE: Time delayed LR (WAS Re: logical replication restrictions) Takamichi Osumi (Fujitsu)
- Re: Force streaming every change in logical decoding Masahiko Sawada
- Re: Question regarding "Make archiver process an auxiliary process. commit" Sravan Kumar
- RE: [Proposal] Add foreign-server health checks infrastructure Hayato Kuroda (Fujitsu)
- Re: Question regarding "Make archiver process an auxiliary process. commit" Kyotaro Horiguchi
- Re: Question regarding "Make archiver process an auxiliary process. commit" Kyotaro Horiguchi
- Re: ExecRTCheckPerms() and many prunable partitions Amit Langote
- Re: PGDOCS - Logical replication GUCs - added some xrefs Peter Smith
- Re: Perform streaming logical transactions by background workers and parallel apply Amit Kapila
- Re: add \dpS to psql Pavel Luzanov
- Re: Force streaming every change in logical decoding Amit Kapila
- Generating code for query jumbling through gen_node_support.pl Michael Paquier
- Re: Allow pageinspect's bt_page_stats function to return a set of rows instead of a single row Alvaro Herrera
- Re: May be BUG. Periodic burst growth of the checkpoint_req counter on replica. Anton A. Melnikov
- Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15) Aleksander Alekseev
- Re: ExecRTCheckPerms() and many prunable partitions Amit Langote
- Re: Improve tab completion for ALTER FUNCTION/PROCEDURE/ROUTINE Melih Mutlu
- Re: ANY_VALUE aggregate Pantelis Theodosiou
- Re: Minimal logical decoding on standbys Drouvot, Bertrand
- on placeholder entries in view rule action query's range table Amit Langote
- Re: on placeholder entries in view rule action query's range table Amit Langote
- Re: Split index and table statistics into different types of stats Drouvot, Bertrand
- Re: Allow pageinspect's bt_page_stats function to return a set of rows instead of a single row Hamid Akhtar
- Re: ExecRTCheckPerms() and many prunable partitions Alvaro Herrera
- Re: Perform streaming logical transactions by background workers and parallel apply Amit Kapila
- Re: ExecRTCheckPerms() and many prunable partitions Amit Langote
- Re: wake up logical workers after ALTER SUBSCRIPTION Melih Mutlu
- Re: POC PATCH: copy from ... exceptions to: (was Re: VLDB Features) Nikita Malakhov
- Re: Support logical replication of DDLs vignesh C
- Re: Make EXPLAIN generate a generic plan for a parameterized query Laurenz Albe
- Re: [PoC] Reducing planning time when tables have many partitions Yuya Watari
- Re: ExecRTCheckPerms() and many prunable partitions Alvaro Herrera
- Re: Perform streaming logical transactions by background workers and parallel apply Masahiko Sawada
- moving extraUpdatedCols out of RangeTblEntry (into ModifyTable) Amit Langote
- Directly associate primary key with user-defined tablespace MichaelDBA
- Re: moving extraUpdatedCols out of RangeTblEntry (into ModifyTable) Amit Langote
- Re: Support logical replication of DDLs Alvaro Herrera
- Re: Perform streaming logical transactions by background workers and parallel apply Masahiko Sawada
- RE: Perform streaming logical transactions by background workers and parallel apply houzj.fnst@fujitsu.com
- RE: Perform streaming logical transactions by background workers and parallel apply houzj.fnst@fujitsu.com
- Re: Allow placeholders in ALTER ROLE w/o superuser Alexander Korotkov
- Re: ANY_VALUE aggregate David G. Johnston
- Re: Error-safe user functions Andrew Dunstan
- Re: Allow tests to pass in OpenSSL FIPS mode Peter Eisentraut
- Re: Error-safe user functions Tom Lane
- Re: Allow pageinspect's bt_page_stats function to return a set of rows instead of a single row Muhammad Usama
- Re: Error-safe user functions David G. Johnston
- Re: Error-safe user functions Andrew Dunstan
- [PATCH] pg_dump: lock tables in batches Aleksander Alekseev
- Re: Error-safe user functions Tom Lane
- Re: [PATCH] pg_dump: lock tables in batches Fabrízio de Royes Mello
- Re: Error-safe user functions David G. Johnston
- Re: [PATCH] pg_dump: lock tables in batches Tom Lane
- Re: Error-safe user functions David G. Johnston
- Re: Error-safe user functions Tom Lane
- Re: Think-o in foreign key comments Peter Eisentraut
- Re: Error-safe user functions David G. Johnston
- Re: [DOCS] Stats views and functions not in order? David G. Johnston
- Re: pg_upgrade: Make testing different transfer modes easier Peter Eisentraut
- Re: pg_upgrade: Make testing different transfer modes easier Peter Eisentraut
- Re: Error-safe user functions Tom Lane
- Re: Error-safe user functions Corey Huinker
- Re: Error-safe user functions David G. Johnston
- Re: [PATCH] pg_dump: lock tables in batches Andres Freund
- Re: Error-safe user functions Andres Freund
- Re: Error-safe user functions Tom Lane
- Re: Error-safe user functions Tom Lane
- Re: [PATCH] pg_dump: lock tables in batches Tom Lane
- Re: Error-safe user functions Andres Freund
- Re: [PATCH] pg_dump: lock tables in batches Andres Freund
- Re: Error-safe user functions David G. Johnston
- Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15) Andres Freund
- Re: Error-safe user functions Tom Lane
- Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15) Peter Geoghegan
- Re: Minimal logical decoding on standbys Andres Freund
- Re: Error-safe user functions Tom Lane
- Re: [BUG] Logical replica crash if there was an error in a function. Andres Freund
- Re: wake up logical workers after ALTER SUBSCRIPTION Nathan Bossart
- Re: Transaction timeout Andres Freund
- Re: daitch_mokotoff module Andres Freund
- Re: Partial aggregates pushdown Andres Freund
- Re: Report checkpoint progress with pg_stat_progress_checkpoint (was: Report checkpoint progress in server logs) Andres Freund
- Re: [PoC] Federated Authn/z with OAUTHBEARER Jacob Champion
- [PATCH] psql: Add tab-complete for optional view parameters Christoph Heiss
- Re: Error-safe user functions Tom Lane
- Re: [PATCH] pg_dump: lock tables in batches Fabrízio de Royes Mello
- Re: Transaction timeout Andrey Borodin
- Re: [PATCH] pg_dump: lock tables in batches Andres Freund
- Re: Temporary tables versus wraparound... again Greg Stark
- Re: Error-safe user functions Tom Lane
- fix and document CLUSTER privileges Nathan Bossart
- Re: add \dpS to psql Nathan Bossart
- Re: [PATCH] pg_dump: lock tables in batches Andres Freund
- Re: Error-safe user functions Andrew Dunstan
- Re: [PATCH] pg_dump: lock tables in batches Tom Lane
- Re: Error-safe user functions Tom Lane
- Re: [PATCH] pg_dump: lock tables in batches Jacob Champion
- Re: [PoC] Federated Authn/z with OAUTHBEARER Andrey Chudnovsky
- Re: Error-safe user functions Andres Freund
- Re: [PATCH] pg_dump: lock tables in batches Andres Freund
- Re: PGDOCS - Logical replication GUCs - added some xrefs samay sharma
- Re: Error-safe user functions Tom Lane
- Re: [PATCH] pg_dump: lock tables in batches Tom Lane
- Re: fix and document CLUSTER privileges Justin Pryzby
- Re: [DOCS] Stats views and functions not in order? Peter Smith
- Re: add \dpS to psql Justin Pryzby
- Re: Assertion failure in SnapBuildInitialSnapshot() Masahiko Sawada
- Re: moving extraUpdatedCols out of RangeTblEntry (into ModifyTable) Amit Langote
- Re: Error-safe user functions Corey Huinker
- Re: allow segment size to be set to < 1GiB Andres Freund
- Re: fix and document CLUSTER privileges Nathan Bossart
- Re: add \dpS to psql Nathan Bossart
- Re: [PoC] Federated Authn/z with OAUTHBEARER Andrey Chudnovsky
- Re: add \dpS to psql Tom Lane
- Re: add \dpS to psql Nathan Bossart
- Re: add \dpS to psql Isaac Morland
- Re: Perform streaming logical transactions by background workers and parallel apply Amit Kapila
- Re: Avoid streaming the transaction which are skipped (in corner cases) Amit Kapila
- Re: ANY_VALUE aggregate Vik Fearing
- Re: Support logical replication of DDLs vignesh C
- Re: add \dpS to psql Nathan Bossart
- Re: pg_stat_bgwriter.buffers_backend is pretty meaningless (and more?) Maciek Sakrejda
- Re: RFC: Logging plan of the running query torikoshia
- Re: add \dpS to psql Isaac Morland
- Re: add \dpS to psql Tom Lane
- Re: PGDOCS - Logical replication GUCs - added some xrefs Peter Smith
- Re: ANY_VALUE aggregate David G. Johnston
- Re: Collation version tracking for macOS Jeff Davis
- Re: WAL Insertion Lock Improvements (was: Re: Avoid LWLockWaitForVar() for currently held WAL insertion lock in WaitXLogInsertionsToFinish()) Bharath Rupireddy
- RE: Perform streaming logical transactions by background workers and parallel apply houzj.fnst@fujitsu.com
- Re: Perform streaming logical transactions by background workers and parallel apply Masahiko Sawada
- Re: Perform streaming logical transactions by background workers and parallel apply Masahiko Sawada
- Re: postgres_fdw: batch inserts vs. before row triggers Etsuro Fujita
- Re: Perform streaming logical transactions by background workers and parallel apply Amit Kapila
- Re: Allow batched insert during cross-partition updates Amit Langote
- Re: Perform streaming logical transactions by background workers and parallel apply Masahiko Sawada
- Aggregate node doesn't include cost for sorting David Geier
- Re: on placeholder entries in view rule action query's range table Alvaro Herrera
- Re: refactor ExecGrant_*() functions Peter Eisentraut
- Re: refactor ExecGrant_*() functions Peter Eisentraut
- Supporting MERGE on updatable views Dean Rasheed
- Re: Aggregate node doesn't include cost for sorting David Rowley
- Re: Allow batched insert during cross-partition updates Etsuro Fujita
- Re: add \dpS to psql Pavel Luzanov
- Re: Minimal logical decoding on standbys Drouvot, Bertrand
- Re: fix and document CLUSTER privileges Pavel Luzanov
- Re: Non-decimal integer literals Peter Eisentraut
- Re: [PATCH] psql: Add tab-complete for optional view parameters Melih Mutlu
- Add PL/pgSQL extra check no_data_found Sergey Shinderuk
- Re: add \dpS to psql Alvaro Herrera
- Re: Error-safe user functions Alvaro Herrera
- Re: Aggregate node doesn't include cost for sorting David Geier
- Re: fix and document CLUSTER privileges Andrew Dunstan
- Re: ANY_VALUE aggregate Vik Fearing
- Re: Creating HeapTuple from char and date values Ashutosh Bapat
- Re: Checksum errors in pg_stat_database Drouvot, Bertrand
- Re: Add tracking of backend memory allocated to pg_stat_activity Reid Thompson
- Re: Aggregate node doesn't include cost for sorting Tom Lane
- Documenting MERGE INTO ONLY ... Dean Rasheed
- Re: Error-safe user functions Tom Lane
- Re: add \dpS to psql Nathan Bossart
- Re: fix and document CLUSTER privileges Nathan Bossart
- allow granting CLUSTER, REFRESH MATERIALIZED VIEW, and REINDEX Nathan Bossart
- Re: add \dpS to psql Nathan Bossart
- Re: Documenting MERGE INTO ONLY ... Nathan Bossart
- sendFileWithContent() does not advance the source pointer Antonin Houska
- Re: Aggregate node doesn't include cost for sorting David Rowley
- Re: Error-safe user functions Robert Haas
- Re: fix and document CLUSTER privileges Robert Haas
- Re: Aggregate node doesn't include cost for sorting David Rowley
- Re: sendFileWithContent() does not advance the source pointer Andres Freund
- [PATCH] random_normal function Paul Ramsey
- Re: Error-safe user functions Andres Freund
- Re: [PATCH] random_normal function David G. Johnston
- Re: [PATCH] random_normal function Justin Pryzby
- Re: Error-safe user functions Tom Lane
- Re: [PATCH] random_normal function Paul Ramsey
- Re: [PATCH] random_normal function Paul Ramsey
- Re: [PATCH] Add `verify-system` sslmode to use system CA pool for server cert Jacob Champion
- Re: [PATCH] random_normal function Paul Ramsey
- tests against running server occasionally fail, postgres_fdw & tenk1 Andres Freund
- Re: tests against running server occasionally fail, postgres_fdw & tenk1 Andres Freund
- Re: [PoC] Federated Authn/z with OAUTHBEARER Jacob Champion
- Re: [PATCH] random_normal function Paul Ramsey
- Re: [PoC] Improve dead tuple storage for lazy vacuum Masahiko Sawada
- Re: postgres_fdw uninterruptible during connection establishment / ProcSignalBarrier Andres Freund
- Re: Perform streaming logical transactions by background workers and parallel apply Peter Smith
- Re: Error-safe user functions Andrew Dunstan
- Re: Error-safe user functions Andres Freund
- Re: Error-safe user functions Tom Lane
- Re: Support logical replication of DDLs li jie
- Re: Support logical replication of DDLs li jie
- Re: Allow tests to pass in OpenSSL FIPS mode Michael Paquier
- Re: [PATCH] random_normal function Michael Paquier
- Re: add \dpS to psql Michael Paquier
- Re: [PATCH] Backport perl tests for pg_upgrade from 322becb60 Michael Paquier
- RE: Time delayed LR (WAS Re: logical replication restrictions) Hayato Kuroda (Fujitsu)
- Re: Perform streaming logical transactions by background workers and parallel apply Amit Kapila
- Re: on placeholder entries in view rule action query's range table Amit Langote
- RE: Time delayed LR (WAS Re: logical replication restrictions) Hayato Kuroda (Fujitsu)
- Re: Add PL/pgSQL extra check no_data_found Pavel Stehule
- Re: on placeholder entries in view rule action query's range table Amit Langote
- Re: Perform streaming logical transactions by background workers and parallel apply Amit Kapila
- static assert cleanup Peter Eisentraut
- Re: Perform streaming logical transactions by background workers and parallel apply Masahiko Sawada
- Re: generic plans and "initial" pruning Amit Langote
- Re: Add PL/pgSQL extra check no_data_found Sergey Shinderuk
- Re: [PoC] Improve dead tuple storage for lazy vacuum John Naylor
- Improve WALRead() to suck data directly from WAL buffers when possible Bharath Rupireddy
- Check lateral references within PHVs for memoize cache keys Richard Guo
- Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15) Aleksander Alekseev
- Re: generic plans and "initial" pruning Alvaro Herrera
- Re: static assert cleanup John Naylor
- Re: Documenting MERGE INTO ONLY ... Alvaro Herrera
- Re: Documenting MERGE INTO ONLY ... Dean Rasheed
- Re: Allow placeholders in ALTER ROLE w/o superuser Alexander Korotkov
- Re: [PATCH] psql: Add tab-complete for optional view parameters Christoph Heiss
- Re: generic plans and "initial" pruning Amit Langote
- Re: Support logical replication of DDLs Amit Kapila
- Re: generic plans and "initial" pruning Alvaro Herrera
- Raising the SCRAM iteration count Daniel Gustafsson
- Re: generic plans and "initial" pruning Amit Langote
- Re: generic plans and "initial" pruning Alvaro Herrera
- Re: Allow placeholders in ALTER ROLE w/o superuser Pavel Borisov
- Re: Allow placeholders in ALTER ROLE w/o superuser Pavel Borisov
- Re: Allow placeholders in ALTER ROLE w/o superuser Alexander Korotkov
- 回复: Add 64-bit XIDs into PostgreSQL 15 adherent postgres
- Re: WIN32 pg_import_system_collations Juan José Santamaría Flecha
- Re: Add 64-bit XIDs into PostgreSQL 15 Aleksander Alekseev
- Authentication fails for md5 connections if ~/.postgresql/postgresql.{crt and key} exist Jim Jones
- Re: Error-safe user functions Andrew Dunstan
- Re: [PoC] Improve dead tuple storage for lazy vacuum Masahiko Sawada
- Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15) Aleksander Alekseev
- Re: Add 64-bit XIDs into PostgreSQL 15 Pavel Borisov
- Re: CREATE INDEX CONCURRENTLY on partitioned index Ilya Gladyshev
- Re: Meson add host_system to PG_VERSION_STR Juan José Santamaría Flecha
- Re: Add 64-bit XIDs into PostgreSQL 15 adherent postgres
- Re: Add 64-bit XIDs into PostgreSQL 15 Maxim Orlov
- Re: Add 64-bit XIDs into PostgreSQL 15 Pavel Borisov
- Re: POC PATCH: copy from ... exceptions to: (was Re: VLDB Features) Danil Anisimow
- 回复: Add 64-bit XIDs into PostgreSQL 15 adherent postgres
- Re: Add 64-bit XIDs into PostgreSQL 15 Maxim Orlov
- Re: Add the ability to limit the amount of memory that can be allocated to backends. Reid Thompson
- RE: Time delayed LR (WAS Re: logical replication restrictions) Takamichi Osumi (Fujitsu)
- Re: Error-safe user functions Tom Lane
- Re: Error-safe user functions Andrew Dunstan
- Re: Raising the SCRAM iteration count Heikki Linnakangas
- Is there a way to use exported snapshots in autocommit mode ? Hannu Krosing
- Re: Error-safe user functions Amul Sul
- Re: Meson add host_system to PG_VERSION_STR Andres Freund
- Re: [PATCH] random_normal function Paul Ramsey
- Re: PGDOCS - Logical replication GUCs - added some xrefs samay sharma
- RFC: logical publication via inheritance root? Jacob Champion
- Re: [PATCH] random_normal function Mark Dilger
- Re: add \dpS to psql Nathan Bossart
- Re: add \dpS to psql Nathan Bossart
- Re: [PATCH] random_normal function Paul Ramsey
- Re: [PATCH] random_normal function Joe Conway
- Re: [PATCH] random_normal function Paul Ramsey
- Re: [PATCH] random_normal function Paul Ramsey
- Re: Error-safe user functions Corey Huinker
- Re: [PATCH] random_normal function Paul Ramsey
- Re: Raising the SCRAM iteration count Michael Paquier
- Re: Raising the SCRAM iteration count Andres Freund
- Re: Error-safe user functions Tom Lane
- Re: Generate pg_stat_get_* functions with Macros Tom Lane
- -Wunreachable-code-generic-assoc warnings on elver Tom Lane
- Re: Generate pg_stat_get_* functions with Macros Michael Paquier
- Re: Generate pg_stat_get_* functions with Macros Nathan Bossart
- Re: slab allocator performance issues David Rowley
- Re: Generate pg_stat_get_* functions with Macros Michael Paquier
- Re: Force streaming every change in logical decoding Dilip Kumar
- Re: Force streaming every change in logical decoding Dilip Kumar
- Speedup generation of command completion tags David Rowley
- Re: Generate pg_stat_get_* functions with Macros Drouvot, Bertrand
- Re: Minimal logical decoding on standbys Drouvot, Bertrand
- Progress report of CREATE INDEX for nested partitioned tables Ilya Gladyshev
- Re: Split index and table statistics into different types of stats Drouvot, Bertrand
- Re: Error-safe user functions Alvaro Herrera
- Re: Error-safe user functions Tom Lane
- Re: Error-safe user functions Andrew Dunstan
- Re: Error-safe user functions Pavel Stehule
- Re: Error-safe user functions Corey Huinker
- Infinite Interval Joseph Koshakow
- Re: Error-safe user functions Tom Lane
- Re: allow granting CLUSTER, REFRESH MATERIALIZED VIEW, and REINDEX Jeff Davis
- Re: ExecRTCheckPerms() and many prunable partitions (checkAsUser) Justin Pryzby
- Re: -Wunreachable-code-generic-assoc warnings on elver Thomas Munro
- Re: allow granting CLUSTER, REFRESH MATERIALIZED VIEW, and REINDEX Nathan Bossart
- Re: Error-safe user functions Tom Lane
- Re: Speedup generation of command completion tags Andres Freund
- Re: Error-safe user functions Andrew Dunstan
- GetNewObjectId question Maciek Sakrejda
- Re: Raising the SCRAM iteration count Daniel Gustafsson
- Re: Error-safe user functions Tom Lane
- Re: pg_rewind race condition just after promotion Ian Lawrence Barwick
- Re: GetNewObjectId question Tom Lane
- Re: [RFC] Add jit deform_counter Ian Lawrence Barwick
- Re: -Wunreachable-code-generic-assoc warnings on elver Tom Lane
- Re: GetNewObjectId question Michael Paquier
- Re: New strategies for freezing, advancing relfrozenxid early Peter Geoghegan
- Re: Raising the SCRAM iteration count Michael Paquier
- Re: [BUG] Logical replica crash if there was an error in a function. Anton A. Melnikov
- Re: [RFC] Add jit deform_counter Pavel Stehule
- Re: Allow parallel plan for referential integrity checks? Ian Lawrence Barwick
- Re: [PROPOSAL] new diagnostic items for the dynamic sql Ian Lawrence Barwick
- Re: GetNewObjectId question Tom Lane
- Re: Progress report of CREATE INDEX for nested partitioned tables Justin Pryzby
- Re: GetNewObjectId question Maciek Sakrejda
- Re: GetNewObjectId question Michael Paquier
- Re: ExecRTCheckPerms() and many prunable partitions (checkAsUser) Amit Langote
- RE: Perform streaming logical transactions by background workers and parallel apply houzj.fnst@fujitsu.com
- Re: ExecRTCheckPerms() and many prunable partitions (checkAsUser) Justin Pryzby
- Re: Error-safe user functions Andrew Dunstan
- Date-Time dangling unit fix Joseph Koshakow
- Re: Date-Time dangling unit fix Joseph Koshakow
- Re: Error-safe user functions Tom Lane
- Re: Error-safe user functions Andrew Dunstan
- Re: Error-safe user functions Tom Lane
- Re: Checksum errors in pg_stat_database Magnus Hagander
- Re: Error-safe user functions Andres Freund
- Re: Error-safe user functions Tom Lane
- Re: static assert cleanup Peter Smith
- Date-time extraneous fields with reserved keywords Joseph Koshakow
- Re: PGDOCS - Logical replication GUCs - added some xrefs Peter Smith
- Re: PGDOCS - Logical replication GUCs - added some xrefs Tom Lane
- Re: Checksum errors in pg_stat_database Michael Paquier
- Re: Force streaming every change in logical decoding Peter Smith
- Re: GetNewObjectId question Michael Paquier
- Re: Checksum errors in pg_stat_database Andres Freund
- Re: Checksum errors in pg_stat_database Michael Paquier
- Why does L&Y Blink Tree need lock coupling? Oliver Yang
- Re: Checksum errors in pg_stat_database Tom Lane
- Re: Speedup generation of command completion tags David Rowley
- Re: Why does L&Y Blink Tree need lock coupling? Peter Geoghegan
- Re: Tree-walker callbacks vs -Wdeprecated-non-prototype Thomas Munro
- Re: Improve WALRead() to suck data directly from WAL buffers when possible Kyotaro Horiguchi
- Re: Improve WALRead() to suck data directly from WAL buffers when possible Kyotaro Horiguchi
- Re: Tree-walker callbacks vs -Wdeprecated-non-prototype Tom Lane
- Re: Improve WALRead() to suck data directly from WAL buffers when possible Kyotaro Horiguchi
- Re: Tree-walker callbacks vs -Wdeprecated-non-prototype Thomas Munro
- Re: Checksum errors in pg_stat_database Michael Paquier
- Re: [PoC] Reducing planning time when tables have many partitions David Rowley
- Re: Support logical replication of DDLs Zheng Li
- Re: Testing DDL Deparser Zheng Li
- Re: Time delayed LR (WAS Re: logical replication restrictions) Kyotaro Horiguchi
- Re: ExecRTCheckPerms() and many prunable partitions (checkAsUser) Amit Langote
- Re: Checksum errors in pg_stat_database Drouvot, Bertrand
- Re: slab allocator performance issues John Naylor
- Re: Checksum errors in pg_stat_database Drouvot, Bertrand
- RE: Time delayed LR (WAS Re: logical replication restrictions) Takamichi Osumi (Fujitsu)
- RE: Time delayed LR (WAS Re: logical replication restrictions) Hayato Kuroda (Fujitsu)
- RE: Time delayed LR (WAS Re: logical replication restrictions) Takamichi Osumi (Fujitsu)
- Re: Checksum errors in pg_stat_database Magnus Hagander
- Re: refactor ExecGrant_*() functions Antonin Houska
- Re: A problem about ParamPathInfo for an AppendPath Richard Guo
- Re: [PoC] Improve dead tuple storage for lazy vacuum John Naylor
- Re: Checksum errors in pg_stat_database Drouvot, Bertrand
- RE: Time delayed LR (WAS Re: logical replication restrictions) Takamichi Osumi (Fujitsu)
- RE: Time delayed LR (WAS Re: logical replication restrictions) Takamichi Osumi (Fujitsu)
- Re: generic plans and "initial" pruning Amit Langote
- RE: Time delayed LR (WAS Re: logical replication restrictions) Takamichi Osumi (Fujitsu)
- Re: add \dpS to psql Andrew Dunstan
- Re: Force streaming every change in logical decoding Amit Kapila
- Re: Support logical replication of DDLs Ajin Cherian
- Re: Add PL/pgSQL extra check no_data_found Мельников Игорь
- Re: Time delayed LR (WAS Re: logical replication restrictions) Amit Kapila
- Re: Add PL/pgSQL extra check no_data_found Pavel Stehule
- Re: Infinite Interval Ashutosh Bapat
- Re: Support logical replication of DDLs Ajin Cherian
- Re: Add PL/pgSQL extra check no_data_found Мельников Игорь
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Önder Kalacı
- Re: [PATCH] Add native windows on arm64 support Niyas Sait
- Re: Order getopt arguments Peter Eisentraut
- Re: Add PL/pgSQL extra check no_data_found Pavel Stehule
- Re: Raising the SCRAM iteration count Jonathan S. Katz
- Re: sendFileWithContent() does not advance the source pointer Robert Haas
- Re: Date-Time dangling unit fix Joseph Koshakow
- Re: [PoC] Improve dead tuple storage for lazy vacuum Masahiko Sawada
- Re: Add sub-transaction overflow status in pg_stat_activity Robert Haas
- Re: Allow parallel plan for referential integrity checks? Frédéric Yhuel
- Re: add \dpS to psql Nathan Bossart
- Re: generic plans and "initial" pruning Alvaro Herrera
- Re: Add sub-transaction overflow status in pg_stat_activity Nathan Bossart
- Re: Support logical replication of DDLs Zheng Li
- Re: Minimal logical decoding on standbys Robert Haas
- Re: Add sub-transaction overflow status in pg_stat_activity Justin Pryzby
- Re: Add sub-transaction overflow status in pg_stat_activity Robert Haas
- Re: Re[2]: [PATCH] Optional OR REPLACE in CREATE OPERATOR statement Nikita Malakhov
- Re: BUG #17434: CREATE/DROP DATABASE can be executed in the same transaction with other commands Peter Eisentraut
- Re: PGDOCS - Logical replication GUCs - added some xrefs Alvaro Herrera
- Re: Progress report of CREATE INDEX for nested partitioned tables Ilya Gladyshev
- Re: Why does L&Y Blink Tree need lock coupling? Oliver Yang
- Re: PGDOCS - Logical replication GUCs - added some xrefs Alvaro Herrera
- Re: allow granting CLUSTER, REFRESH MATERIALIZED VIEW, and REINDEX Nathan Bossart
- Re: Why does L&Y Blink Tree need lock coupling? Peter Geoghegan
- Re: allow granting CLUSTER, REFRESH MATERIALIZED VIEW, and REINDEX Nathan Bossart
- Re: BUG #17434: CREATE/DROP DATABASE can be executed in the same transaction with other commands Tom Lane
- Re: ALTER TABLE uses a bistate but not for toast tables Nikita Malakhov
- Re: PGDOCS - Logical replication GUCs - added some xrefs Peter Smith
- Re: Perform streaming logical transactions by background workers and parallel apply Peter Smith
- Re: Support logical replication of DDLs Zheng Li
- Re: Perform streaming logical transactions by background workers and parallel apply Peter Smith
- Re: New strategies for freezing, advancing relfrozenxid early Jeff Davis
- Re: [PATCH] Add native windows on arm64 support Michael Paquier
- Re: Date-Time dangling unit fix Joseph Koshakow
- Re: slab allocator performance issues David Rowley
- Re: New strategies for freezing, advancing relfrozenxid early Peter Geoghegan
- Re: Tree-walker callbacks vs -Wdeprecated-non-prototype Thomas Munro
- Re: Time delayed LR (WAS Re: logical replication restrictions) Kyotaro Horiguchi
- Re: Time delayed LR (WAS Re: logical replication restrictions) Kyotaro Horiguchi
- RE: Time delayed LR (WAS Re: logical replication restrictions) Takamichi Osumi (Fujitsu)
- Re: Support logical replication of DDLs li jie
- Re: Force streaming every change in logical decoding Peter Smith
- Re: Add sub-transaction overflow status in pg_stat_activity Dilip Kumar
- Re: Time delayed LR (WAS Re: logical replication restrictions) Kyotaro Horiguchi
- Re: Add index scan progress to pg_stat_progress_vacuum Imseih (AWS), Sami
- Re: Progress report of CREATE INDEX for nested partitioned tables Justin Pryzby
- RE: Time delayed LR (WAS Re: logical replication restrictions) Takamichi Osumi (Fujitsu)
- Remove SHA256_HMAC_B from scram-common.h Michael Paquier
- Re: [PoC] Federated Authn/z with OAUTHBEARER Andrey Chudnovsky
- Re: Force streaming every change in logical decoding Peter Smith
- Re: refactor ExecGrant_*() functions Peter Eisentraut
- Re: Add sub-transaction overflow status in pg_stat_activity Julien Rouhaud
- Use get_call_result_type() more widely Bharath Rupireddy
- Re: Add proper planner support for ORDER BY / DISTINCT aggregates David Rowley
- Re: Use get_call_result_type() more widely Michael Paquier
- Re: New strategies for freezing, advancing relfrozenxid early John Naylor
- Re: Support logical replication of DDLs vignesh C
- Re: Perform streaming logical transactions by background workers and parallel apply Amit Kapila
- Re: [PATCH] Infinite loop while acquiring new TOAST Oid Nikita Malakhov
- Re: Introduce a new view for checkpointer related stats Nitin Jadhav
- Re: Minimal logical decoding on standbys Drouvot, Bertrand
- Re: Raising the SCRAM iteration count Daniel Gustafsson
- Re: Time delayed LR (WAS Re: logical replication restrictions) Amit Kapila
- Re: Error-safe user functions Amul Sul
- Ordering behavior for aggregates Vik Fearing
- Re: Ordering behavior for aggregates Magnus Hagander
- Re: Ordering behavior for aggregates Vik Fearing
- RE: Perform streaming logical transactions by background workers and parallel apply houzj.fnst@fujitsu.com
- RE: Perform streaming logical transactions by background workers and parallel apply houzj.fnst@fujitsu.com
- Re: Ordering behavior for aggregates Isaac Morland
- Re: Ordering behavior for aggregates Vik Fearing
- Re: Minimal logical decoding on standbys Robert Haas
- Re: Ordering behavior for aggregates Ronan Dunklau
- Re: Temporary tables versus wraparound... again Greg Stark
- Re: refactor ExecGrant_*() functions Antonin Houska
- Re: Ordering behavior for aggregates Tom Lane
- Re: Perform streaming logical transactions by background workers and parallel apply Masahiko Sawada
- Re: Use get_call_result_type() more widely Tom Lane
- Re: Add LSN along with offset to error messages reported for WAL file read/write/validate header failures Bharath Rupireddy
- Re: Minimal logical decoding on standbys Drouvot, Bertrand
- Re: Minimal logical decoding on standbys Robert Haas
- Re: Ordering behavior for aggregates Ronan Dunklau
- Re: Minimal logical decoding on standbys Drouvot, Bertrand
- Re: Minimal logical decoding on standbys Robert Haas
- Re: Minimal logical decoding on standbys Drouvot, Bertrand
- Re: Ordering behavior for aggregates Tom Lane
- Re: Ordering behavior for aggregates David G. Johnston
- Re: New strategies for freezing, advancing relfrozenxid early Peter Geoghegan
- Re: Ordering behavior for aggregates Tom Lane
- Re: Remove SHA256_HMAC_B from scram-common.h Jacob Champion
- Re: Ordering behavior for aggregates Vik Fearing
- Re: Progress report of CREATE INDEX for nested partitioned tables Ilya Gladyshev
- Re: BUG #17434: CREATE/DROP DATABASE can be executed in the same transaction with other commands Tom Lane
- Re: Remove SHA256_HMAC_B from scram-common.h Michael Paquier
- Re: Support logical replication of DDLs Zheng Li
- Re: New strategies for freezing, advancing relfrozenxid early Peter Geoghegan
- Re: wake up logical workers after ALTER SUBSCRIPTION Tom Lane
- Re: [PATCH] random_normal function Paul Ramsey
- Re: wake up logical workers after ALTER SUBSCRIPTION Nathan Bossart
- Re: Proposal for internal Numeric to Uint64 conversion function. Ian Lawrence Barwick
- Shortening the Scope of Critical Section in Creation of New MultiXacts Bagga, Rishu
- Re: wake up logical workers after ALTER SUBSCRIPTION Tom Lane
- Re: Make ON_ERROR_STOP stop on shell script failure David Zhang
- Re: wake up logical workers after ALTER SUBSCRIPTION Nathan Bossart
- Re: Raising the SCRAM iteration count Michael Paquier
- Re: Time delayed LR (WAS Re: logical replication restrictions) Kyotaro Horiguchi
- Re: Add index scan progress to pg_stat_progress_vacuum Masahiko Sawada
- Avoid extra "skipping" messages from VACUUM/ANALYZE Jeff Davis
- Document aggregate functions better w.r.t. ORDER BY David G. Johnston
- Refactor SCRAM code to dynamically handle hash type and key length Michael Paquier
- Re: allowing for control over SET ROLE Michael Paquier
- Rework confusing permissions for LOCK TABLE Jeff Davis
- Re: allow granting CLUSTER, REFRESH MATERIALIZED VIEW, and REINDEX Jeff Davis
- Re: allow granting CLUSTER, REFRESH MATERIALIZED VIEW, and REINDEX Nathan Bossart
- Re: Avoid extra "skipping" messages from VACUUM/ANALYZE Nathan Bossart
- RE: Perform streaming logical transactions by background workers and parallel apply houzj.fnst@fujitsu.com
- Re: Direct I/O Thomas Munro
- Re: Schema variables - new implementation for Postgres 15 Pavel Stehule
- Re: Add index scan progress to pg_stat_progress_vacuum Imseih (AWS), Sami
- Re: Schema variables - new implementation for Postgres 15 (typo) Erik Rijkers
- Re: Use get_call_result_type() more widely Bharath Rupireddy
- Re: Shortening the Scope of Critical Section in Creation of New MultiXacts Kyotaro Horiguchi
- Re: Non-decimal integer literals Peter Eisentraut
- RE: Perform streaming logical transactions by background workers and parallel apply shiy.fnst@fujitsu.com
- Re: Perform streaming logical transactions by background workers and parallel apply Amit Kapila
- Re: pg_upgrade: Make testing different transfer modes easier Peter Eisentraut
- Common function for percent placeholder replacement Peter Eisentraut
- Inconsistency in reporting checkpointer stats Nitin Jadhav
- Re: generic plans and "initial" pruning Amit Langote
- RE: Force streaming every change in logical decoding shiy.fnst@fujitsu.com
- Re: allow granting CLUSTER, REFRESH MATERIALIZED VIEW, and REINDEX Pavel Luzanov
- Re: Perform streaming logical transactions by background workers and parallel apply Masahiko Sawada
- Allow tailoring of ICU locales with custom rules Peter Eisentraut
- Re: pg_upgrade: Make testing different transfer modes easier Daniel Gustafsson
- Re: Allow batched insert during cross-partition updates Etsuro Fujita
- Re: Support logical replication of DDLs vignesh C
- Re: slab allocator performance issues John Naylor
- RE: Time delayed LR (WAS Re: logical replication restrictions) Hayato Kuroda (Fujitsu)
- Re: Time delayed LR (WAS Re: logical replication restrictions) Amit Kapila
- Re: Time delayed LR (WAS Re: logical replication restrictions) Amit Kapila
- Re: Inconsistency in reporting checkpointer stats Bharath Rupireddy
- Re: Raising the SCRAM iteration count Daniel Gustafsson
- Re: [PATCH] Teach pg_waldump to extract FPIs from the WAL Bharath Rupireddy
- Re: Force streaming every change in logical decoding Amit Kapila
- Re: Amcheck verification of GiST and GIN Jose Arthur Benetasso Villanova
- Re: Error-safe user functions Amul Sul
- Re: Minimal logical decoding on standbys Drouvot, Bertrand
- Re: Allow batched insert during cross-partition updates Amit Langote
- Re: Refactor SCRAM code to dynamically handle hash type and key length Peter Eisentraut
- Re: static assert cleanup Peter Eisentraut
- Re: Minimal logical decoding on standbys Robert Haas
- Re: Error-safe user functions Tom Lane
- Re: Common function for percent placeholder replacement Robert Haas
- Re: Common function for percent placeholder replacement Justin Pryzby
- Re: wake up logical workers after ALTER SUBSCRIPTION Nathan Bossart
- Re: allow granting CLUSTER, REFRESH MATERIALIZED VIEW, and REINDEX Nathan Bossart
- Re: Rework confusing permissions for LOCK TABLE Nathan Bossart
- Re: Amcheck verification of GiST and GIN Robert Haas
- Re: fix and document CLUSTER privileges Nathan Bossart
- Re: Minimal logical decoding on standbys Andres Freund
- Re: Common function for percent placeholder replacement Tom Lane
- Re: wake up logical workers after ALTER SUBSCRIPTION Tom Lane
- Re: wake up logical workers after ALTER SUBSCRIPTION Nathan Bossart
- Re: Minimal logical decoding on standbys Robert Haas
- Re: allow granting CLUSTER, REFRESH MATERIALIZED VIEW, and REINDEX Alvaro Herrera
- Re: allow granting CLUSTER, REFRESH MATERIALIZED VIEW, and REINDEX Nathan Bossart
- Re: Temporary tables versus wraparound... again Greg Stark
- Re: wake up logical workers after ALTER SUBSCRIPTION Tom Lane
- Re: wake up logical workers after ALTER SUBSCRIPTION Nathan Bossart
- Re: collect_corrupt_items_vacuum.patch Nikita Malakhov
- Re: Raising the SCRAM iteration count Jonathan S. Katz
- Re: wake up logical workers after ALTER SUBSCRIPTION Tom Lane
- Re: allow granting CLUSTER, REFRESH MATERIALIZED VIEW, and REINDEX Jeff Davis
- Re: allow granting CLUSTER, REFRESH MATERIALIZED VIEW, and REINDEX Jeff Davis
- Re: Refactor SCRAM code to dynamically handle hash type and key length Michael Paquier
- Re: allow granting CLUSTER, REFRESH MATERIALIZED VIEW, and REINDEX Isaac Morland
- Re: allow granting CLUSTER, REFRESH MATERIALIZED VIEW, and REINDEX Jeff Davis
- Re: Temporary tables versus wraparound... again Robert Haas
- Re: Temporary tables versus wraparound... again Greg Stark
- Re: Error-safe user functions Andrew Dunstan
- Re: Inconsistency in reporting checkpointer stats Michael Paquier
- Re: allow granting CLUSTER, REFRESH MATERIALIZED VIEW, and REINDEX Pavel Luzanov
- Re: allow granting CLUSTER, REFRESH MATERIALIZED VIEW, and REINDEX Justin Pryzby
- Re: Error-safe user functions Tom Lane
- Re: allow granting CLUSTER, REFRESH MATERIALIZED VIEW, and REINDEX Isaac Morland
- Re: [PATCH] Teach pg_waldump to extract FPIs from the WAL David Christensen
- Re: [PATCH] Enable using llvm jitlink as an alternative llvm jit linker of old Rtdyld. Thomas Munro
- Re: wake up logical workers after ALTER SUBSCRIPTION Nathan Bossart
- Re: Error-safe user functions Tom Lane
- Re: allow granting CLUSTER, REFRESH MATERIALIZED VIEW, and REINDEX Nathan Bossart
- Re: Raising the SCRAM iteration count Michael Paquier
- Re: Raising the SCRAM iteration count Jonathan S. Katz
- Re: allow granting CLUSTER, REFRESH MATERIALIZED VIEW, and REINDEX Michael Paquier
- Re: allow granting CLUSTER, REFRESH MATERIALIZED VIEW, and REINDEX Jeff Davis
- Re: allow granting CLUSTER, REFRESH MATERIALIZED VIEW, and REINDEX Nathan Bossart
- Re: pg_upgrade: Make testing different transfer modes easier Kyotaro Horiguchi
- Re: Time delayed LR (WAS Re: logical replication restrictions) Kyotaro Horiguchi
- Re: Time delayed LR (WAS Re: logical replication restrictions) Kyotaro Horiguchi
- check_strxfrm_bug() Thomas Munro
- RE: Perform streaming logical transactions by background workers and parallel apply houzj.fnst@fujitsu.com
- Re: Error-safe user functions Tom Lane
- Re: Time delayed LR (WAS Re: logical replication restrictions) Amit Kapila
- Re: Time delayed LR (WAS Re: logical replication restrictions) Amit Kapila
- Re: Time delayed LR (WAS Re: logical replication restrictions) Kyotaro Horiguchi
- Re: Time delayed LR (WAS Re: logical replication restrictions) Kyotaro Horiguchi
- Re: Time delayed LR (WAS Re: logical replication restrictions) Amit Kapila
- Re: Schema variables - new implementation for Postgres 15 Pavel Stehule
- Re: [PATCH] random_normal function Michael Paquier
- Re: Error-safe user functions Amul Sul
- Re: Perform streaming logical transactions by background workers and parallel apply Masahiko Sawada
- The drop-index-concurrently-1 isolation test no longer tests what it was meant to David Rowley
- Re: Support logical replication of DDLs Zheng Li
- Re: Error-safe user functions Tom Lane
- Re: Time delayed LR (WAS Re: logical replication restrictions) Kyotaro Horiguchi
- Re: Use get_call_result_type() more widely Michael Paquier
- Re: Schema variables - new implementation for Postgres 15 (typo) Pavel Stehule
- Re: Error-safe user functions Amul Sul
- Re: [PATCH] Teach pg_waldump to extract FPIs from the WAL Michael Paquier
- plpgsq_plugin's stmt_end() is not called when an error is caught Masahiko Sawada
- Re: plpgsq_plugin's stmt_end() is not called when an error is caught Pavel Stehule
- Re: plpgsq_plugin's stmt_end() is not called when an error is caught Kyotaro Horiguchi
- Re: plpgsq_plugin's stmt_end() is not called when an error is caught Pavel Stehule
- RE: Time delayed LR (WAS Re: logical replication restrictions) Hayato Kuroda (Fujitsu)
- Re: pg_upgrade: Make testing different transfer modes easier Daniel Gustafsson
- Re: plpgsq_plugin's stmt_end() is not called when an error is caught Kyotaro Horiguchi
- Re: Ability to reference other extensions by schema in extension scripts Sandro Santilli
- Re: allow granting CLUSTER, REFRESH MATERIALIZED VIEW, and REINDEX Pavel Luzanov
- Re: static assert cleanup Peter Eisentraut
- Re: allow granting CLUSTER, REFRESH MATERIALIZED VIEW, and REINDEX Pavel Luzanov
- Re: Inconsistency in reporting checkpointer stats Nitin Jadhav
- Re: Inconsistency in reporting checkpointer stats Nitin Jadhav
- Re: Minimal logical decoding on standbys Drouvot, Bertrand
- Re: Minimal logical decoding on standbys Drouvot, Bertrand
- Re: plpgsq_plugin's stmt_end() is not called when an error is caught Pavel Stehule
- Re: Raising the SCRAM iteration count Daniel Gustafsson
- Re: Raising the SCRAM iteration count Daniel Gustafsson
- Re: Add proper planner support for ORDER BY / DISTINCT aggregates David Rowley
- cirrus scripts could use make -k Peter Eisentraut
- Re: plpgsq_plugin's stmt_end() is not called when an error is caught Masahiko Sawada
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Melih Mutlu
- Re: Perform streaming logical transactions by background workers and parallel apply Amit Kapila
- RE: Ability to reference other extensions by schema in extension scripts Regina Obe
- Re: Temporary tables versus wraparound... again Robert Haas
- Re: plpgsq_plugin's stmt_end() is not called when an error is caught Pavel Stehule
- Re: Error-safe user functions Robert Haas
- Re: New strategies for freezing, advancing relfrozenxid early Matthias van de Meent
- Re: plpgsq_plugin's stmt_end() is not called when an error is caught Tom Lane
- Re: [PATCH] psql: \dn+ to show size of each schema (and \dA+ for AMs) Justin Pryzby
- Re: plpgsq_plugin's stmt_end() is not called when an error is caught David G. Johnston
- Re: Support logical replication of DDLs vignesh C
- Re: postgres_fdw: using TABLESAMPLE to collect remote sample James Finnerty
- Re: postgres_fdw: using TABLESAMPLE to collect remote sample Tom Lane
- Re: allow granting CLUSTER, REFRESH MATERIALIZED VIEW, and REINDEX Jeff Davis
- Re: allow granting CLUSTER, REFRESH MATERIALIZED VIEW, and REINDEX Jeff Davis
- Re: New strategies for freezing, advancing relfrozenxid early Peter Geoghegan
- Re: New strategies for freezing, advancing relfrozenxid early Justin Pryzby
- Re: allow granting CLUSTER, REFRESH MATERIALIZED VIEW, and REINDEX Nathan Bossart
- Re: allow granting CLUSTER, REFRESH MATERIALIZED VIEW, and REINDEX Justin Pryzby
- Re: Pluggable toaster Nikita Malakhov
- Re: [PATCH] random_normal function Paul Ramsey
- Re: Speedup generation of command completion tags David Rowley
- Re: Error-safe user functions Tom Lane
- RE: Partial aggregates pushdown Fujii.Yuki@df.MitsubishiElectric.co.jp"
- Re: The drop-index-concurrently-1 isolation test no longer tests what it was meant to David Rowley
- Re: wake up logical workers after ALTER SUBSCRIPTION Nathan Bossart
- Re: SLRUs in the main buffer pool - Page Header definitions Bagga, Rishu
- Re: [PATCH] Teach pg_waldump to extract FPIs from the WAL David Christensen
- Exclusion constraints on partitioned tables Paul Jungwirth
- Re: Infinite Interval Joseph Koshakow
- Add enable_presorted_aggregate GUC David Rowley
- Re: Exclusion constraints on partitioned tables Tom Lane
- Re: allow granting CLUSTER, REFRESH MATERIALIZED VIEW, and REINDEX Nathan Bossart
- Re: Add proper planner support for ORDER BY / DISTINCT aggregates David Rowley
- Re: generic plans and "initial" pruning Amit Langote
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Amit Kapila
- Typo macro name on FreeBSD? Japin Li
- Re: Time delayed LR (WAS Re: logical replication restrictions) Amit Kapila
- Re: New strategies for freezing, advancing relfrozenxid early Peter Geoghegan
- Re: Time delayed LR (WAS Re: logical replication restrictions) Amit Kapila
- Re: Typo macro name on FreeBSD? Thomas Munro
- Re: allow granting CLUSTER, REFRESH MATERIALIZED VIEW, and REINDEX Jeff Davis
- Re: fix and document CLUSTER privileges Nathan Bossart
- Re: Exclusion constraints on partitioned tables Paul Jungwirth
- Re: allow granting CLUSTER, REFRESH MATERIALIZED VIEW, and REINDEX Nathan Bossart
- Re: allow granting CLUSTER, REFRESH MATERIALIZED VIEW, and REINDEX Nathan Bossart
- Re: Typo macro name on FreeBSD? Japin Li
- RE: Time delayed LR (WAS Re: logical replication restrictions) Hayato Kuroda (Fujitsu)
- Re: Removing unneeded self joins Andrey Lepikhov
- Re: Perform streaming logical transactions by background workers and parallel apply Masahiko Sawada
- Re: plpgsq_plugin's stmt_end() is not called when an error is caught Masahiko Sawada
- Re: New strategies for freezing, advancing relfrozenxid early John Naylor
- Re: New strategies for freezing, advancing relfrozenxid early Nikita Malakhov
- Re: [PATCH] psql: \dn+ to show size of each schema (and \dA+ for AMs) Pavel Stehule
- Re: Inconsistency in reporting checkpointer stats Kyotaro Horiguchi
- RE: Perform streaming logical transactions by background workers and parallel apply houzj.fnst@fujitsu.com
- Re: Minimal logical decoding on standbys Drouvot, Bertrand
- Re: Perform streaming logical transactions by background workers and parallel apply Amit Kapila
- Re: [PATCH] Add native windows on arm64 support Niyas Sait
- Re: Perform streaming logical transactions by background workers and parallel apply Amit Kapila
- Feature request to add rows extracted using pg_dump utility vinay kumar
- (non) translatable string splicing Justin Pryzby
- Re: pg_upgrade allows itself to be run twice Justin Pryzby
- Re: Minimal logical decoding on standbys Andres Freund
- Re: Minimal logical decoding on standbys Drouvot, Bertrand
- pg_dump/pg_restore: Fix stdin/stdout handling of custom format on Win32 Daniel Watzinger
- Re: pg_dump/pg_restore: Fix stdin/stdout handling of custom format on Win32 Daniel Gustafsson
- Re: Privileges on PUBLICATION Antonin Houska
- Re: Minimal logical decoding on standbys Robert Haas
- Re: Minimal logical decoding on standbys Drouvot, Bertrand
- Re: pg_upgrade: Make testing different transfer modes easier Peter Eisentraut
- Re: On login trigger: take three Mikhail Gribkov
- Re: Error-safe user functions Tom Lane
- Re: On login trigger: take three Nikita Malakhov
- Re: New strategies for freezing, advancing relfrozenxid early Peter Geoghegan
- Re: [PoC] Federated Authn/z with OAUTHBEARER Jacob Champion
- pg_dump/pg_restore: Fix stdin/stdout handling of custom format on Win32 Daniel Watzinger
- Re: New strategies for freezing, advancing relfrozenxid early Peter Geoghegan
- Re: Refactor SCRAM code to dynamically handle hash type and key length Michael Paquier
- Re: Raising the SCRAM iteration count Michael Paquier
- Re: allow granting CLUSTER, REFRESH MATERIALIZED VIEW, and REINDEX Nathan Bossart
- Re: On login trigger: take three Mikhail Gribkov
- Re: Perform streaming logical transactions by background workers and parallel apply Amit Kapila
- Re: On login trigger: take three Ted Yu
- Re: allow granting CLUSTER, REFRESH MATERIALIZED VIEW, and REINDEX Ted Yu
- RE: Perform streaming logical transactions by background workers and parallel apply houzj.fnst@fujitsu.com
- Re: Progress report of CREATE INDEX for nested partitioned tables Justin Pryzby
- Re: [PATCH] random_normal function Fabien COELHO
- Re: Infinite Interval Joseph Koshakow
- Re: check_strxfrm_bug() Thomas Munro
- Re: Error-safe user functions Andrew Dunstan
- Re: Add LZ4 compression in pg_dump Justin Pryzby
- Re: Infinite Interval Joseph Koshakow
- Rework of collation code, extensibility Jeff Davis
- Re: Rework of collation code, extensibility Ted Yu
- Re: Rework of collation code, extensibility John Naylor
- Re: Rework of collation code, extensibility Ted Yu
- Standard REGEX functions Vik Fearing
- Re: Standard REGEX functions Tom Lane
- Re: Error-safe user functions Andrew Dunstan
- Re: Transaction timeout Andrey Borodin
- Re: New strategies for freezing, advancing relfrozenxid early Peter Geoghegan
- Re: Standard REGEX functions Vik Fearing
- Re: allow granting CLUSTER, REFRESH MATERIALIZED VIEW, and REINDEX Nathan Bossart
- Re: Standard REGEX functions Tom Lane
- Re: wake up logical workers after ALTER SUBSCRIPTION Nathan Bossart
- Re: allow granting CLUSTER, REFRESH MATERIALIZED VIEW, and REINDEX Justin Pryzby
- Re: allow granting CLUSTER, REFRESH MATERIALIZED VIEW, and REINDEX Ted Yu
- Re: allow granting CLUSTER, REFRESH MATERIALIZED VIEW, and REINDEX Nathan Bossart
- RE: pg_upgrade: Make testing different transfer modes easier Shinoda, Noriyoshi (PN Japan FSIP)
- [BUG] pg_upgrade test fails from older versions. Anton A. Melnikov
- Re: [PATCH] Backport perl tests for pg_upgrade from 322becb60 Anton A. Melnikov
- Re: [PATCH] Backport perl tests for pg_upgrade from 322becb60 Michael Paquier
- Re: [BUG] pg_upgrade test fails from older versions. Tom Lane
- Re: [BUG] pg_upgrade test fails from older versions. Michael Paquier
- Re: [BUG] pg_upgrade test fails from older versions. Michael Paquier
- Re: [PATCH] random_normal function Michael Paquier
- Re: Add LZ4 compression in pg_dump Michael Paquier
- GROUP BY ALL Andrey Borodin
- Re: (non) translatable string splicing Michael Paquier
- Re: GROUP BY ALL Tom Lane
- Re: GROUP BY ALL Andrey Borodin
- Re: GROUP BY ALL David G. Johnston
- Simplifications for error messages related to compression Michael Paquier
- isolationtester - allow a session specific connection string Peter Smith
- Re: isolationtester - allow a session specific connection string Tom Lane
- appendBinaryStringInfo stuff Peter Eisentraut
- Re: [PATCH] Teach pg_waldump to extract FPIs from the WAL Michael Paquier
- Re: isolationtester - allow a session specific connection string Peter Smith
- Re: pg_upgrade allows itself to be run twice Michael Paquier
- Re: [PoC] Improve dead tuple storage for lazy vacuum Masahiko Sawada
- Re: Add LSN along with offset to error messages reported for WAL file read/write/validate header failures Michael Paquier
- Re: isolationtester - allow a session specific connection string Peter Smith
- Re: Add LSN along with offset to error messages reported for WAL file read/write/validate header failures Michael Paquier
- Re: (non) translatable string splicing Alvaro Herrera
- Re: appendBinaryStringInfo stuff Andres Freund
- Re: Common function for percent placeholder replacement Peter Eisentraut
- Re: Common function for percent placeholder replacement Peter Eisentraut
- Re: appendBinaryStringInfo stuff David Rowley
- Re: On login trigger: take three Mikhail Gribkov
- Re: Common function for percent placeholder replacement Alvaro Herrera
- Re: Support logical replication of DDLs li jie
- Re: Non-replayable WAL records through overflows and >MaxAllocSize lengths Alvaro Herrera
- Re: Add LSN along with offset to error messages reported for WAL file read/write/validate header failures Bharath Rupireddy
- Re: Add LSN along with offset to error messages reported for WAL file read/write/validate header failures Bharath Rupireddy
- Re: Inconsistency in reporting checkpointer stats Bharath Rupireddy
- Re: On login trigger: take three Ted Yu
- Re: Perform streaming logical transactions by background workers and parallel apply Amit Kapila
- Re: Support logical replication of DDLs Ajin Cherian
- Re: GROUP BY ALL Isaac Morland
- meson files copyright Andrew Dunstan
- Re: Use get_call_result_type() more widely Bharath Rupireddy
- Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15) Maxim Orlov
- Avoid generating SSL certs for LDAP tests Andrew Dunstan
- Re: appendBinaryStringInfo stuff Tom Lane
- Re: meson files copyright Tom Lane
- Re: Avoid generating SSL certs for LDAP tests Tom Lane
- Re: Support logical replication of DDLs Alvaro Herrera
- Re: Patch: Global Unique Index Nikita Malakhov
- Re: Avoid generating SSL certs for LDAP tests Andrew Dunstan
- Add a test to ldapbindpasswd Andrew Dunstan
- Add a hook to allow modification of the ldapbindpasswd Andrew Dunstan
- Re: Error-safe user functions Robert Haas
- Re: Common function for percent placeholder replacement Robert Haas
- Re: Error-safe user functions Tom Lane
- Re: pgsql: Doc: Explain about Column List feature. Alvaro Herrera
- Re: GROUP BY ALL Vik Fearing
- Re: Add LZ4 compression in pg_dump gkokolatos@pm.me
- Re: meson files copyright Vik Fearing
- Re: Add LZ4 compression in pg_dump Justin Pryzby
- Re: Add LZ4 compression in pg_dump Justin Pryzby
- Re: meson files copyright Tom Lane
- Re: Error-safe user functions Robert Haas
- Re: meson files copyright Robert Haas
- Re: Use get_call_result_type() more widely Robert Haas
- Fixing typo in 002_pg_dump.pl Ted Yu
- Re: Use get_call_result_type() more widely Alvaro Herrera
- Re: Use get_call_result_type() more widely Robert Haas
- Re: Add sub-transaction overflow status in pg_stat_activity Robert Haas
- Re: Refactor SCRAM code to dynamically handle hash type and key length Jonathan S. Katz
- Re: Fixing typo in 002_pg_dump.pl Peter Eisentraut
- Re: meson files copyright Peter Eisentraut
- Re: appendBinaryStringInfo stuff Peter Eisentraut
- Re: Add sub-transaction overflow status in pg_stat_activity Ted Yu
- Re: Add sub-transaction overflow status in pg_stat_activity Robert Haas
- Re: Inconsistency in reporting checkpointer stats Robert Haas
- Re: (non) translatable string splicing Robert Haas
- Re: Use get_call_result_type() more widely Tom Lane
- Re: Support logical replication of DDLs Zheng Li
- Re: Error-safe user functions Tom Lane
- Re: Fixing typo in 002_pg_dump.pl Michael Paquier
- Re: meson files copyright Andrew Dunstan
- Re: appendBinaryStringInfo stuff David Rowley
- Re: appendBinaryStringInfo stuff Tom Lane
- Re: allow granting CLUSTER, REFRESH MATERIALIZED VIEW, and REINDEX Jeff Davis
- Re: appendBinaryStringInfo stuff David Rowley
- Re: Error-safe user functions Robert Haas
- Re: Use get_call_result_type() more widely Robert Haas
- CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions Corey Huinker
- Re: Refactor SCRAM code to dynamically handle hash type and key length Michael Paquier
- Re: Add LSN along with offset to error messages reported for WAL file read/write/validate header failures Michael Paquier
- RE: [Proposal] Add foreign-server health checks infrastructure Hayato Kuroda (Fujitsu)
- Re: Perform streaming logical transactions by background workers and parallel apply Peter Smith
- Re: Perform streaming logical transactions by background workers and parallel apply Amit Kapila
- Re: pgsql: Doc: Explain about Column List feature. Amit Kapila
- Re: slab allocator performance issues David Rowley
- Re: Add sub-transaction overflow status in pg_stat_activity Dilip Kumar
- Re: pgsql: Doc: Explain about Column List feature. Peter Smith
- Re: Add LSN along with offset to error messages reported for WAL file read/write/validate header failures Michael Paquier
- Re: [PoC] Improve dead tuple storage for lazy vacuum Masahiko Sawada
- Re: Time delayed LR (WAS Re: logical replication restrictions) Amit Kapila
- Re: Force streaming every change in logical decoding Dilip Kumar
- Re: Force streaming every change in logical decoding Dilip Kumar
- Re: meson files copyright Noah Misch
- Re: Common function for percent placeholder replacement Peter Eisentraut
- Re: [PoC] Improve dead tuple storage for lazy vacuum John Naylor
- Re: Perform streaming logical transactions by background workers and parallel apply Peter Smith
- Re: code cleanups John Naylor
- Re: Refactor SCRAM code to dynamically handle hash type and key length Michael Paquier
- Re: Use get_call_result_type() more widely Michael Paquier
- Re: Use get_call_result_type() more widely Michael Paquier
- Re: Add LSN along with offset to error messages reported for WAL file read/write/validate header failures Magnus Hagander
- Re: Use get_call_result_type() more widely Tom Lane
- Re: slab allocator performance issues John Naylor
- Re: pgsql: Doc: Explain about Column List feature. Alvaro Herrera
- Re: pgsql: Doc: Explain about Column List feature. Alvaro Herrera
- Re: slab allocator performance issues David Rowley
- Re: New strategies for freezing, advancing relfrozenxid early Jeff Davis
- Re: Perform streaming logical transactions by background workers and parallel apply Amit Kapila
- Re: Force streaming every change in logical decoding Amit Kapila
- RE: Force streaming every change in logical decoding Hayato Kuroda (Fujitsu)
- Container Types Vik Fearing
- Re: Add enable_presorted_aggregate GUC David Rowley
- Re: Minimal logical decoding on standbys Drouvot, Bertrand
- RE: Perform streaming logical transactions by background workers and parallel apply houzj.fnst@fujitsu.com
- RE: Perform streaming logical transactions by background workers and parallel apply houzj.fnst@fujitsu.com
- Re: Allow batched insert during cross-partition updates Etsuro Fujita
- Re: Force streaming every change in logical decoding Amit Kapila
- Re: Use get_call_result_type() more widely Bharath Rupireddy
- Re: Add LZ4 compression in pg_dump gkokolatos@pm.me
- Re: Allow batched insert during cross-partition updates Amit Langote
- meson and tmp_install Andrew Dunstan
- Re: meson files copyright Andrew Dunstan
- Re: Add LSN along with offset to error messages reported for WAL file read/write/validate header failures Bharath Rupireddy
- Re: Inconsistency in reporting checkpointer stats Nitin Jadhav
- Re: Inconsistency in reporting checkpointer stats Robert Haas
- Re: code cleanups Ranier Vilela
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Melih Mutlu
- Re: Avoid generating SSL certs for LDAP tests Andrew Dunstan
- Re: Add LZ4 compression in pg_dump Justin Pryzby
- Re: appendBinaryStringInfo stuff Andrew Dunstan
- Re: Use get_call_result_type() more widely Tom Lane
- Re: meson files copyright Andres Freund
- Re: meson and tmp_install Andres Freund
- Re: meson files copyright Andres Freund
- Re: Inconsistency in reporting checkpointer stats Andres Freund
- Re: Call lazy_check_wraparound_failsafe earlier for parallel vacuum Imseih (AWS), Sami
- Re: appendBinaryStringInfo stuff Andres Freund
- Re: Minimal logical decoding on standbys Andres Freund
- Re: New strategies for freezing, advancing relfrozenxid early Nikita Malakhov
- Re: Checksum errors in pg_stat_database Andres Freund
- Re: meson and tmp_install Nikita Malakhov
- Re: meson and tmp_install Andres Freund
- Re: Minimal logical decoding on standbys Robert Haas
- Re: Minimal logical decoding on standbys Robert Haas
- Re: MultiXact\SLRU buffers configuration Andrey Borodin
- Re: Minimal logical decoding on standbys Drouvot, Bertrand
- Re: Minimal logical decoding on standbys Robert Haas
- Re: appendBinaryStringInfo stuff David Rowley
- Re: Common function for percent placeholder replacement Corey Huinker
- Re: Minimal logical decoding on standbys Robert Haas
- Re: appendBinaryStringInfo stuff Robert Haas
- [PATCH] Add function to_oct Eric Radman
- Re: pgsql: Doc: Explain about Column List feature. Peter Smith
- Array initialisation notation in syscache.c Thomas Munro
- Re: meson files copyright Thomas Munro
- Re: Array initialisation notation in syscache.c Tom Lane
- Re: [PATCH] Add function to_oct Ian Lawrence Barwick
- Re: Support logical replication of DDLs Peter Smith
- Re: Add LSN along with offset to error messages reported for WAL file read/write/validate header failures Ian Lawrence Barwick
- Re: Add LSN along with offset to error messages reported for WAL file read/write/validate header failures Michael Paquier
- Avoid lost result of recursion (src/backend/optimizer/util/inherit.c) Ranier Vilela
- Re: Array initialisation notation in syscache.c Thomas Munro
- Re: Small miscellaneus fixes (Part II) Justin Pryzby
- Re: Perform streaming logical transactions by background workers and parallel apply Peter Smith
- Re: Use get_call_result_type() more widely Michael Paquier
- Re: [PATCH] Add function to_oct Eric Radman
- Re: Simplifications for error messages related to compression Michael Paquier
- Re: New strategies for freezing, advancing relfrozenxid early Jeff Davis
- Re: Avoid lost result of recursion (src/backend/optimizer/util/inherit.c) David Rowley
- Re: Refactor SCRAM code to dynamically handle hash type and key length Jonathan S. Katz
- Re: [PATCH] Add function to_oct Ian Lawrence Barwick
- Re: Perform streaming logical transactions by background workers and parallel apply Peter Smith
- Re: Simplifications for error messages related to compression Justin Pryzby
- Get access to the whole query in CustomScan path callback Amin
- Re: New strategies for freezing, advancing relfrozenxid early Peter Geoghegan
- Re: Array initialisation notation in syscache.c Thomas Munro
- assertion failures on BuildFarm that happened in slab.c Takamichi Osumi (Fujitsu)
- Optimization issue of branching UNION ALL Andrey Lepikhov
- Re: Simplifications for error messages related to compression Michael Paquier
- Re: Refactor SCRAM code to dynamically handle hash type and key length Michael Paquier
- Re: assertion failures on BuildFarm that happened in slab.c Michael Paquier
- Re: assertion failures on BuildFarm that happened in slab.c David Rowley
- Re: Simplifications for error messages related to compression Justin Pryzby
- Re: New strategies for freezing, advancing relfrozenxid early Peter Geoghegan
- RE: Perform streaming logical transactions by background workers and parallel apply houzj.fnst@fujitsu.com
- Re: Add SHELL_EXIT_CODE to psql Corey Huinker
- Re: Add LSN along with offset to error messages reported for WAL file read/write/validate header failures Bharath Rupireddy
- Re: Transparent column encryption Peter Eisentraut
- RE: Force streaming every change in logical decoding Hayato Kuroda (Fujitsu)
- Re: Small miscellaneus fixes (Part II) Michael Paquier
- Re: Force streaming every change in logical decoding shveta malik
- Re: Use get_call_result_type() more widely Bharath Rupireddy
- Re: Force streaming every change in logical decoding Masahiko Sawada
- Re: (non) translatable string splicing Kyotaro Horiguchi
- Re: (non) translatable string splicing Kyotaro Horiguchi
- Re: [PATCH] random_normal function Fabien COELHO
- Re: pgsql: Doc: Explain about Column List feature. Alvaro Herrera
- Re: Force streaming every change in logical decoding Peter Smith
- Re: [PoC] Improve dead tuple storage for lazy vacuum Masahiko Sawada
- Re: [PATCH] random_normal function Vik Fearing
- Re: Force streaming every change in logical decoding Peter Smith
- Re: Force streaming every change in logical decoding Amit Kapila
- Re: pgsql: Doc: Explain about Column List feature. Peter Smith
- Re: Minimal logical decoding on standbys Drouvot, Bertrand
- Re: daitch_mokotoff module Dag Lem
- RE: Force streaming every change in logical decoding Hayato Kuroda (Fujitsu)
- Re: Add LZ4 compression in pg_dump gkokolatos@pm.me
- Re: generic plans and "initial" pruning Alvaro Herrera
- Re: generic plans and "initial" pruning Amit Langote
- Re: Inconsistency in reporting checkpointer stats Bharath Rupireddy
- Re: Inconsistency in reporting checkpointer stats Nitin Jadhav
- Re: [PATCH] Teach pg_waldump to extract FPIs from the WAL Bharath Rupireddy
- Re: Perform streaming logical transactions by background workers and parallel apply Amit Kapila
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Amit Kapila
- Re: postgres_fdw: using TABLESAMPLE to collect remote sample Tomas Vondra
- RE: Force streaming every change in logical decoding shiy.fnst@fujitsu.com
- RE: Force streaming every change in logical decoding shiy.fnst@fujitsu.com
- Re: Force streaming every change in logical decoding Masahiko Sawada
- float4in_internal Andrew Dunstan
- Re: generic plans and "initial" pruning Tom Lane
- Re: float4in_internal Tom Lane
- Re: Array initialisation notation in syscache.c Peter Eisentraut
- Re: Support logical replication of DDLs vignesh C
- Re: meson and tmp_install Nikita Malakhov
- Re: Get access to the whole query in CustomScan path callback Tom Lane
- Re: Small miscellaneus fixes (Part II) Ranier Vilela
- Re: Array initialisation notation in syscache.c Nikita Malakhov
- Re: dynamic result sets support in extended query protocol Alvaro Herrera
- Re: ExecRTCheckPerms() and many prunable partitions (checkAsUser) Justin Pryzby
- Re: Array initialisation notation in syscache.c Tom Lane
- Re: Supporting MERGE on updatable views Dean Rasheed
- Re: assertion failures on BuildFarm that happened in slab.c David Rowley
- Re: Add LSN along with offset to error messages reported for WAL file read/write/validate header failures Magnus Hagander
- postgres_fdw planning issue: EquivalenceClass changes confuse it Tom Lane
- Re: float4in_internal Andrew Dunstan
- Re: psql tab-complete Thomas Munro
- Re: psql tab-complete Tom Lane
- Re: Error-safe user functions Andrew Dunstan
- Re: Avoid lost result of recursion (src/backend/optimizer/util/inherit.c) Ranier Vilela
- Re: New strategies for freezing, advancing relfrozenxid early Jeff Davis
- Re: Add palloc_aligned() to allow arbitrary power of 2 memory alignment David Rowley
- Re: New strategies for freezing, advancing relfrozenxid early Peter Geoghegan
- Re: Optimization issue of branching UNION ALL Tom Lane
- Re: Direct I/O Thomas Munro
- Re: psql tab-complete Michael Paquier
- Re: Add LSN along with offset to error messages reported for WAL file read/write/validate header failures Michael Paquier
- Re: Inconsistency in reporting checkpointer stats Kyotaro Horiguchi
- Re: Optimization issue of branching UNION ALL Richard Guo
- Re: [PATCH] random_normal function Michael Paquier
- Re: Inconsistency in reporting checkpointer stats Kyotaro Horiguchi
- Re: Optimization issue of branching UNION ALL Tom Lane
- Re: Optimization issue of branching UNION ALL Tom Lane
- Re: Add LSN along with offset to error messages reported for WAL file read/write/validate header failures Bharath Rupireddy
- Re: Simplifications for error messages related to compression Michael Paquier
- Re: psql tab-complete Thomas Munro
- Re: Rework of collation code, extensibility Jeff Davis
- Exit walsender before confirming remote flush in logical replication Hayato Kuroda (Fujitsu)
- RE: Time delayed LR (WAS Re: logical replication restrictions) Hayato Kuroda (Fujitsu)
- RE: Time delayed LR (WAS Re: logical replication restrictions) Takamichi Osumi (Fujitsu)
- An oversight in ExecInitAgg for grouping sets Richard Guo
- Re: Perform streaming logical transactions by background workers and parallel apply Masahiko Sawada
- Re: Error-safe user functions Tom Lane
- Re: [BUG] pg_upgrade test fails from older versions. Anton A. Melnikov
- Re: Force streaming every change in logical decoding Amit Kapila
- Re: Force streaming every change in logical decoding Masahiko Sawada
- RE: Force streaming every change in logical decoding Hayato Kuroda (Fujitsu)
- Re: Force streaming every change in logical decoding Kyotaro Horiguchi
- Re: appendBinaryStringInfo stuff David Rowley
- Re: Minimal logical decoding on standbys Drouvot, Bertrand
- Re: appendBinaryStringInfo stuff Tom Lane
- Re: Force streaming every change in logical decoding Masahiko Sawada
- Re: Avoid lost result of recursion (src/backend/optimizer/util/inherit.c) Richard Guo
- Re: Add LSN along with offset to error messages reported for WAL file read/write/validate header failures Kyotaro Horiguchi
- Re: Force streaming every change in logical decoding Kyotaro Horiguchi
- Re: Call lazy_check_wraparound_failsafe earlier for parallel vacuum Masahiko Sawada
- Re: Call lazy_check_wraparound_failsafe earlier for parallel vacuum Masahiko Sawada
- Re: Force streaming every change in logical decoding Amit Kapila
- Re: appendBinaryStringInfo stuff David Rowley
- Re: Force streaming every change in logical decoding Amit Kapila
- Re: Avoid lost result of recursion (src/backend/optimizer/util/inherit.c) David Rowley
- Re: Force streaming every change in logical decoding Amit Kapila
- Re: Perform streaming logical transactions by background workers and parallel apply Amit Kapila
- Re: [PATCH] Add function to_oct Dag Lem
- Re: [PoC] Improve dead tuple storage for lazy vacuum John Naylor
- Re: Add LSN along with offset to error messages reported for WAL file read/write/validate header failures Michael Paquier
- Re: Add LSN along with offset to error messages reported for WAL file read/write/validate header failures Bharath Rupireddy
- Re: Exit walsender before confirming remote flush in logical replication Ashutosh Bapat
- Re: Optimization issue of branching UNION ALL Andrey Lepikhov
- Re: daitch_mokotoff module Dag Lem
- Re: Perform streaming logical transactions by background workers and parallel apply Amit Kapila
- Re: appendBinaryStringInfo stuff John Naylor
- Re: Perform streaming logical transactions by background workers and parallel apply Masahiko Sawada
- RE: Force streaming every change in logical decoding shiy.fnst@fujitsu.com
- Timeout when changes are filtered out by the core during logical replication Ashutosh Bapat
- Re: daitch_mokotoff module Dag Lem
- Apply worker fails if a relation is missing on subscriber even if refresh publication has not been refreshed yet Melih Mutlu
- Re: daitch_mokotoff module Dag Lem
- Re: fixing CREATEROLE Alvaro Herrera
- Re: Small miscellaneus fixes (Part II) Ranier Vilela
- Re: [PoC] Improve dead tuple storage for lazy vacuum Masahiko Sawada
- ARRNELEMS Out-of-bounds possible errors Ranier Vilela
- Re: Optimization issue of branching UNION ALL Tom Lane
- Re: Schema variables - new implementation for Postgres 15 (typo) Dmitry Dolgov
- Re: Error-safe user functions Tom Lane
- Re: Add LZ4 compression in pg_dump Justin Pryzby
- Re: Small miscellaneus fixes (Part II) Ranier Vilela
- Re: [PATCH] Add function to_oct Eric Radman
- Re: [PATCH] Infinite loop while acquiring new TOAST Oid Nikita Malakhov
- Re: Call lazy_check_wraparound_failsafe earlier for parallel vacuum Peter Geoghegan
- Re: ARRNELEMS Out-of-bounds possible errors Nikita Malakhov
- Re: New strategies for freezing, advancing relfrozenxid early Peter Geoghegan
- Re: dynamic result sets support in extended query protocol Alvaro Herrera
- Re: Schema variables - new implementation for Postgres 15 (typo) Pavel Stehule
- Re: checking snapshot argument for index_beginscan Ted Yu
- Re: checking snapshot argument for index_beginscan Pavel Borisov
- Re: Schema variables - new implementation for Postgres 15 (typo) Dmitry Dolgov
- Re: Array initialisation notation in syscache.c Thomas Munro
- Re: ARRNELEMS Out-of-bounds possible errors Ranier Vilela
- Re: Allow WindowFuncs prosupport function to use more optimal WindowClause options David Rowley
- Re: Call lazy_check_wraparound_failsafe earlier for parallel vacuum Imseih (AWS), Sami
- Re: Add LSN along with offset to error messages reported for WAL file read/write/validate header failures Michael Paquier
- Re: Small miscellaneus fixes (Part II) Justin Pryzby
- Re: Avoid lost result of recursion (src/backend/optimizer/util/inherit.c) Richard Guo
- Re: Exit walsender before confirming remote flush in logical replication Kyotaro Horiguchi
- Re: Force streaming every change in logical decoding Kyotaro Horiguchi
- Re: Avoid lost result of recursion (src/backend/optimizer/util/inherit.c) David Rowley
- Re: [BUG] pg_upgrade test fails from older versions. Michael Paquier
- Re: Allow WindowFuncs prosupport function to use more optimal WindowClause options Vik Fearing
- Re: Perform streaming logical transactions by background workers and parallel apply Amit Kapila
- Re: Avoid lost result of recursion (src/backend/optimizer/util/inherit.c) Amit Langote
- Re: [BUG] pg_upgrade test fails from older versions. Justin Pryzby
- Re: Avoid lost result of recursion (src/backend/optimizer/util/inherit.c) Amit Langote
- Re: Avoid lost result of recursion (src/backend/optimizer/util/inherit.c) David Rowley
- Re: Perform streaming logical transactions by background workers and parallel apply Masahiko Sawada
- Re: Force streaming every change in logical decoding Masahiko Sawada
- Re: Avoid lost result of recursion (src/backend/optimizer/util/inherit.c) Richard Guo
- Re: Avoid lost result of recursion (src/backend/optimizer/util/inherit.c) Amit Langote
- Re: Windows default locale vs initdb Thomas Munro
- Re: Force streaming every change in logical decoding Masahiko Sawada
- RE: Force streaming every change in logical decoding Hayato Kuroda (Fujitsu)
- Re: Force streaming every change in logical decoding Amit Kapila
- Re: Force streaming every change in logical decoding Amit Kapila
- Re: Force streaming every change in logical decoding Amit Kapila
- RE: Perform streaming logical transactions by background workers and parallel apply houzj.fnst@fujitsu.com
- Re: Exit walsender before confirming remote flush in logical replication Amit Kapila
- RE: Support logical replication of DDLs Takamichi Osumi (Fujitsu)
- Re: Apply worker fails if a relation is missing on subscriber even if refresh publication has not been refreshed yet Amit Kapila
- Re: [PoC] Improve dead tuple storage for lazy vacuum John Naylor
- Re: Schema variables - new implementation for Postgres 15 (typo) Pavel Stehule
- RE: Force streaming every change in logical decoding Hayato Kuroda (Fujitsu)
- Re: Using WaitEventSet in the postmaster Thomas Munro
- Re: ARRNELEMS Out-of-bounds possible errors Nikita Malakhov
- Re: Force streaming every change in logical decoding Amit Kapila
- RE: Force streaming every change in logical decoding shiy.fnst@fujitsu.com
- Re: File API cleanup Peter Eisentraut
- Re: ARRNELEMS Out-of-bounds possible errors Kyotaro Horiguchi
- Re: ARRNELEMS Out-of-bounds possible errors Kyotaro Horiguchi
- Re: [BUG] pg_upgrade test fails from older versions. Michael Paquier
- Re: appendBinaryStringInfo stuff Peter Eisentraut
- RE: Force streaming every change in logical decoding Hayato Kuroda (Fujitsu)
- Re: Timeout when changes are filtered out by the core during logical replication Amit Kapila
- Re: [BUG] pg_upgrade test fails from older versions. Anton A. Melnikov
- RE: Perform streaming logical transactions by background workers and parallel apply houzj.fnst@fujitsu.com
- Re: [BUG] pg_upgrade test fails from older versions. Anton A. Melnikov
- Re: Force streaming every change in logical decoding shveta malik
- Re: Improve WALRead() to suck data directly from WAL buffers when possible Bharath Rupireddy
- Exposing the lock manager's WaitForLockers() to SQL Will Mortensen
- Re: daitch_mokotoff module Andres Freund
- Re: cirrus scripts could use make -k Andres Freund
- Re: [PoC] Improve dead tuple storage for lazy vacuum John Naylor
- Re: Avoid lost result of recursion (src/backend/optimizer/util/inherit.c) David Rowley
- RE: Exit walsender before confirming remote flush in logical replication Hayato Kuroda (Fujitsu)
- Re: daitch_mokotoff module Alvaro Herrera
- Re: appendBinaryStringInfo stuff David Rowley
- Re: Avoid lost result of recursion (src/backend/optimizer/util/inherit.c) Ranier Vilela
- Re: daitch_mokotoff module Alvaro Herrera
- Re: daitch_mokotoff module Alvaro Herrera
- Re: Error-safe user functions Andrew Dunstan
- Re: daitch_mokotoff module Tom Lane
- RE: Time delayed LR (WAS Re: logical replication restrictions) Takamichi Osumi (Fujitsu)
- Re: [BUG] pg_upgrade test fails from older versions. Justin Pryzby
- Re: [RFC] building postgres with meson - v13 Justin Pryzby
- Re: pgsql: Doc: Explain about Column List feature. Alvaro Herrera
- Re: Force streaming every change in logical decoding Masahiko Sawada
- Re: Add LSN along with offset to error messages reported for WAL file read/write/validate header failures Magnus Hagander
- Re: Error-safe user functions Andrew Dunstan
- Re: Making Vars outer-join aware Tom Lane
- Re: Error-safe user functions Tom Lane
- Re: [PATCH] Teach pg_waldump to extract FPIs from the WAL David Christensen
- Re: [PATCH] Teach pg_waldump to extract FPIs from the WAL David Christensen
- Re: [PATCH] Teach pg_waldump to extract FPIs from the WAL David Christensen
- Re: daitch_mokotoff module Dag Lem
- Re: daitch_mokotoff module Dag Lem
- Re: Making Vars outer-join aware Ted Yu
- Re: Making Vars outer-join aware Tom Lane
- Re: Error-safe user functions Ted Yu
- Re: Error-safe user functions Tom Lane
- Re: Error-safe user functions Ted Yu
- Re: Error-safe user functions Tom Lane
- Re: daitch_mokotoff module Dag Lem
- Re: fixing CREATEROLE Robert Haas
- Re: daitch_mokotoff module Dag Lem
- Re: Infinite Interval Joseph Koshakow
- Re: [BUG] pg_upgrade test fails from older versions. Michael Paquier
- Re: Force streaming every change in logical decoding Amit Kapila
- Re: daitch_mokotoff module Dag Lem
- Re: Error-safe user functions Ted Yu
- Re: Force streaming every change in logical decoding Dilip Kumar
- Re: Error-safe user functions Andrew Dunstan
- Re: Error-safe user functions Andrew Dunstan
- [PoC] Implementation of distinct in Window Aggregates Ankit Pandey
- Re: [PATCH] Teach pg_waldump to extract FPIs from the WAL Bharath Rupireddy
- Re: Error-safe user functions Ted Yu
- Re: ARRNELEMS Out-of-bounds possible errors Nikita Malakhov
- Re: Error-safe user functions Tom Lane
- Re: Error-safe user functions Tom Lane
- Re: ARRNELEMS Out-of-bounds possible errors Tom Lane
- Re: Error-safe user functions Andrew Dunstan
- Re: Improve WALRead() to suck data directly from WAL buffers when possible Dilip Kumar
- Re: [PATCH] Enable using llvm jitlink as an alternative llvm jit linker of old Rtdyld. Andres Freund
- Re: daitch_mokotoff module Alvaro Herrera
- Todo: Teach planner to evaluate multiple windows in the optimal order Ankit Kumar Pandey
- [PATCH] Improve ability to display optimizer analysis using OPTIMIZER_DEBUG Ankit Kumar Pandey
- Re: Error-safe user functions Tom Lane
- Re: [RFC] Add jit deform_counter Pavel Stehule
- Re: [PATCH] Improve ability to display optimizer analysis using OPTIMIZER_DEBUG Tom Lane
- Re: [PATCH] Improve ability to display optimizer analysis using OPTIMIZER_DEBUG Ankit Kumar Pandey
- Re: Error-safe user functions Tom Lane
- Re: pg_upgrade: Make testing different transfer modes easier Daniel Gustafsson
- Re: [BUG] pg_upgrade test fails from older versions. Michael Paquier
- Re: [BUG] pg_upgrade test fails from older versions. Michael Paquier
- RE: Perform streaming logical transactions by background workers and parallel apply houzj.fnst@fujitsu.com
- Re: [BUG] pg_upgrade test fails from older versions. Anton A. Melnikov
- Re: [PATCH] Teach pg_waldump to extract FPIs from the WAL Michael Paquier
- Re: Avoid lost result of recursion (src/backend/optimizer/util/inherit.c) Amit Langote
- Re: Force streaming every change in logical decoding Amit Kapila
- Re: Time delayed LR (WAS Re: logical replication restrictions) Dilip Kumar
- Re: Improve WALRead() to suck data directly from WAL buffers when possible Bharath Rupireddy
- Re: Time delayed LR (WAS Re: logical replication restrictions) Amit Kapila
- Re: Apply worker fails if a relation is missing on subscriber even if refresh publication has not been refreshed yet Melih Mutlu
- Re: Apply worker fails if a relation is missing on subscriber even if refresh publication has not been refreshed yet Amit Kapila
- Re: [PATCH] Teach pg_waldump to extract FPIs from the WAL Bharath Rupireddy
- Re: Perform streaming logical transactions by background workers and parallel apply Amit Kapila
- RE: Exit walsender before confirming remote flush in logical replication Hayato Kuroda (Fujitsu)
- Make use of assign_checkpoint_completion_target() to calculate CheckPointSegments correctly Bharath Rupireddy
- Make IsInstallXLogFileSegmentActive() an assert-only function Bharath Rupireddy
- Re: Perform streaming logical transactions by background workers and parallel apply Masahiko Sawada
- Re: Perform streaming logical transactions by background workers and parallel apply Amit Kapila
- Re: Error-safe user functions Andrew Dunstan
- Re: Perform streaming logical transactions by background workers and parallel apply Dilip Kumar
- Re: Time delayed LR (WAS Re: logical replication restrictions) Dilip Kumar
- Data loss on logical replication, 12.12 to 14.5, ALTER SUBSCRIPTION Michail Nikolaev
- Re: Data loss on logical replication, 12.12 to 14.5, ALTER SUBSCRIPTION Michail Nikolaev
- Re: [PoC] Improve dead tuple storage for lazy vacuum Masahiko Sawada
- Re: Error-safe user functions Tom Lane
- Re: ARRNELEMS Out-of-bounds possible errors Nikita Malakhov
- Re: ARRNELEMS Out-of-bounds possible errors Ranier Vilela
- Re: Error-safe user functions Andrew Dunstan
- Passing relation metadata to Exec routine Nikita Malakhov
- Re: [PATCH] Teach pg_waldump to extract FPIs from the WAL David Christensen
- Re: [PATCH] Teach pg_waldump to extract FPIs from the WAL Justin Pryzby
- Re: New strategies for freezing, advancing relfrozenxid early Peter Geoghegan
- Re: Pluggable toaster Nikita Malakhov
- Re: Passing relation metadata to Exec routine Tom Lane
- Re: Error-safe user functions Tom Lane
- Re: [PATCH] Teach pg_waldump to extract FPIs from the WAL Michael Paquier
- Re: [PATCH] Teach pg_waldump to extract FPIs from the WAL Michael Paquier
- Re: Perform streaming logical transactions by background workers and parallel apply Amit Kapila
- Re: Time delayed LR (WAS Re: logical replication restrictions) Amit Kapila
- RE: Perform streaming logical transactions by background workers and parallel apply wangw.fnst@fujitsu.com
- RE: Perform streaming logical transactions by background workers and parallel apply wangw.fnst@fujitsu.com
- Re: Data loss on logical replication, 12.12 to 14.5, ALTER SUBSCRIPTION Amit Kapila
- Re: Perform streaming logical transactions by background workers and parallel apply Dilip Kumar
- Re: Perform streaming logical transactions by background workers and parallel apply Amit Kapila
- Re: [PoC] Improve dead tuple storage for lazy vacuum John Naylor
- Re: [BUG] pg_upgrade test fails from older versions. Michael Paquier
- build gcc warning Pavel Stehule
- Re: Perform streaming logical transactions by background workers and parallel apply Masahiko Sawada
- Re: Time delayed LR (WAS Re: logical replication restrictions) Dilip Kumar
- Re: Support logical replication of DDLs vignesh C
- Re: [PoC] Improve dead tuple storage for lazy vacuum Masahiko Sawada
- Re: Perform streaming logical transactions by background workers and parallel apply Amit Kapila
- Re: Time delayed LR (WAS Re: logical replication restrictions) Amit Kapila
- Re: Allow placeholders in ALTER ROLE w/o superuser Justin Pryzby
- Re: build gcc warning Tom Lane
- RE: New strategies for freezing, advancing relfrozenxid early Hayato Kuroda (Fujitsu)
- Re: Allow placeholders in ALTER ROLE w/o superuser Tom Lane
- RE: Time delayed LR (WAS Re: logical replication restrictions) Hayato Kuroda (Fujitsu)
- Re: An oversight in ExecInitAgg for grouping sets Richard Guo
- Re: New strategies for freezing, advancing relfrozenxid early Peter Geoghegan
- Re: Exit walsender before confirming remote flush in logical replication Dilip Kumar
- RE: New strategies for freezing, advancing relfrozenxid early Hayato Kuroda (Fujitsu)
- Re: Parallel Aggregates for string_agg and array_agg Pavel Stehule
- RE: Exit walsender before confirming remote flush in logical replication Hayato Kuroda (Fujitsu)
- Re: Making Vars outer-join aware Richard Guo
- Refactor recordExtObjInitPriv() Peter Eisentraut
- Underscores in numeric literals Peter Eisentraut
- Re: Exit walsender before confirming remote flush in logical replication Amit Kapila
- Re: Exit walsender before confirming remote flush in logical replication Amit Kapila
- RE: Time delayed LR (WAS Re: logical replication restrictions) Hayato Kuroda (Fujitsu)
- Re: [feature]COPY FROM enable FORCE_NULL/FORCE_NOT_NULL on all columns Melih Mutlu
- Re: Perform streaming logical transactions by background workers and parallel apply Amit Kapila
- Add a new pg_walinspect function to extract FPIs from WAL records Bharath Rupireddy
- Re: [PATCH] Teach pg_waldump to extract FPIs from the WAL Bharath Rupireddy
- Re: Support logical replication of DDLs vignesh C
- Re: Passing relation metadata to Exec routine Nikita Malakhov
- Re: Data loss on logical replication, 12.12 to 14.5, ALTER SUBSCRIPTION Michail Nikolaev
- Re: [BUG] pg_upgrade test fails from older versions. Anton A. Melnikov
- Re: Error-safe user functions Andrew Dunstan
- Re: Error-safe user functions Andrew Dunstan
- Re: [BUG] pg_upgrade test fails from older versions. Michael Paquier
- Re: [BUG] pg_upgrade test fails from older versions. Anton A. Melnikov
- Re: Underscores in numeric literals Tom Lane
- Re: Underscores in numeric literals Justin Pryzby
- Re: Making Vars outer-join aware Tom Lane
- False positive warning in verify_heapam.c with GCC 03 Maxim Orlov
- [PATCH] Support using "all" for the db user in pg_ident.conf Jelte Fennema
- Re: [PATCH] Support using "all" for the db user in pg_ident.conf Isaac Morland
- Re: Error-safe user functions Tom Lane
- Re: Error-safe user functions Andrew Dunstan
- recovery modules Nathan Bossart
- Re: Error-safe user functions Tom Lane
- Re: Force streaming every change in logical decoding Andres Freund
- Re: Patch: Global Unique Index David Zhang
- Re: recovery modules Andres Freund
- Re: build gcc warning Andres Freund
- Removing redundant grouping columns Tom Lane
- Re: Support logical replication of DDLs Zheng Li
- Re: recovery modules Nathan Bossart
- Re: Make EXPLAIN generate a generic plan for a parameterized query Michel Pelletier
- Re: recovery modules Andres Freund
- Re: recovery modules Nathan Bossart
- Re: build gcc warning Tom Lane
- Re: Removing redundant grouping columns Tom Lane
- Re: [PATCH] Support using "all" for the db user in pg_ident.conf Michael Paquier
- Re: recovery modules Michael Paquier
- Re: recovery modules Andres Freund
- Re: Allow placeholders in ALTER ROLE w/o superuser Justin Pryzby
- Re: Force streaming every change in logical decoding Amit Kapila
- RE: Exit walsender before confirming remote flush in logical replication Hayato Kuroda (Fujitsu)
- RE: Exit walsender before confirming remote flush in logical replication Hayato Kuroda (Fujitsu)
- Re: Exit walsender before confirming remote flush in logical replication Amit Kapila
- Re: POC, WIP: OR-clause support for indexes Andrey Lepikhov
- Re: Allow placeholders in ALTER ROLE w/o superuser Tom Lane
- Re: Data loss on logical replication, 12.12 to 14.5, ALTER SUBSCRIPTION Amit Kapila
- RE: Perform streaming logical transactions by background workers and parallel apply wangw.fnst@fujitsu.com
- CFM for 2023-01 vignesh C
- Re: Error-safe user functions Amul Sul
- SQL/JSON revisited Amit Langote
- Re: SQL/JSON revisited Amit Langote
- Re: Making Vars outer-join aware Richard Guo
- Re: [PATCH] Support using "all" for the db user in pg_ident.conf Jelte Fennema
- RE: Exit walsender before confirming remote flush in logical replication Hayato Kuroda (Fujitsu)
- Re: Add 64-bit XIDs into PostgreSQL 15 Maxim Orlov
- Add BufFileRead variants with short read and EOF detection Peter Eisentraut
- Re: Add SHELL_EXIT_CODE to psql Maxim Orlov
- Re: Data loss on logical replication, 12.12 to 14.5, ALTER SUBSCRIPTION Michail Nikolaev
- Re: add \dpS to psql Maxim Orlov
- split TOAST support out of postgres.h Peter Eisentraut
- Re: split TOAST support out of postgres.h Isaac Morland
- Re: Underscores in numeric literals Andrew Dunstan
- Re: Error-safe user functions Andrew Dunstan
- Re: split TOAST support out of postgres.h Tom Lane
- Re: Making Vars outer-join aware Tom Lane
- Re: Allow placeholders in ALTER ROLE w/o superuser Justin Pryzby
- Re: New strategies for freezing, advancing relfrozenxid early Peter Geoghegan
- Re: perl 5.36, C99, -Wdeclaration-after-statement -Wshadow=compatible-local Andres Freund
- Re: perl 5.36, C99, -Wdeclaration-after-statement -Wshadow=compatible-local Tom Lane
- Re: BUG #17717: Regression in vacuumdb (15 is slower than 10/11 and possible memory issue) Tom Lane
- Re: BUG #17717: Regression in vacuumdb (15 is slower than 10/11 and possible memory issue) Nathan Bossart
- Re: BUG #17717: Regression in vacuumdb (15 is slower than 10/11 and possible memory issue) Tom Lane
- Re: BUG #17717: Regression in vacuumdb (15 is slower than 10/11 and possible memory issue) Nathan Bossart
- Re: BUG #17717: Regression in vacuumdb (15 is slower than 10/11 and possible memory issue) Nathan Bossart
- Re: add \dpS to psql Nathan Bossart
- Re: BUG #17717: Regression in vacuumdb (15 is slower than 10/11 and possible memory issue) Tom Lane
- Re: Support logical replication of DDLs Zheng Li
- Re: Support logical replication of DDLs Zheng Li
- Avoiding unnecessary clog lookups while freezing Peter Geoghegan
- Re: pg_stat_bgwriter.buffers_backend is pretty meaningless (and more?) Andres Freund
- Re: perl 5.36, C99, -Wdeclaration-after-statement -Wshadow=compatible-local Andres Freund
- Re: perl 5.36, C99, -Wdeclaration-after-statement -Wshadow=compatible-local Tom Lane
- Re: Avoiding unnecessary clog lookups while freezing Andres Freund
- windows/meson cfbot warnings Justin Pryzby
- Re: Avoiding unnecessary clog lookups while freezing Peter Geoghegan
- Re: Avoiding unnecessary clog lookups while freezing Andres Freund
- Re: BUG #17717: Regression in vacuumdb (15 is slower than 10/11 and possible memory issue) Justin Pryzby
- Re: windows/meson cfbot warnings Andres Freund
- Re: BUG #17717: Regression in vacuumdb (15 is slower than 10/11 and possible memory issue) Tom Lane
- Re: BUG #17717: Regression in vacuumdb (15 is slower than 10/11 and possible memory issue) Andres Freund
- psql: stop at error immediately during \copy Peifeng Qiu
- Re: Avoiding unnecessary clog lookups while freezing Peter Geoghegan
- Re: split TOAST support out of postgres.h Nikita Malakhov
- Re: Is RecoveryConflictInterrupt() entirely safe in a signal handler? Noah Misch
- Re: Perform streaming logical transactions by background workers and parallel apply Amit Kapila
- Re: [PoC] Implementation of distinct in Window Aggregates Ankit Kumar Pandey
- Re: split TOAST support out of postgres.h Andres Freund
- Re: Avoiding unnecessary clog lookups while freezing Andres Freund
- Re: BUG #17717: Regression in vacuumdb (15 is slower than 10/11 and possible memory issue) Tom Lane
- Re: postgres_fdw uninterruptible during connection establishment / ProcSignalBarrier Andres Freund
- Re: split TOAST support out of postgres.h Matthias van de Meent
- Re: Avoiding unnecessary clog lookups while freezing Tom Lane
- Re: Avoiding unnecessary clog lookups while freezing Peter Geoghegan
- Re: split TOAST support out of postgres.h Tom Lane
- Re: BUG #17717: Regression in vacuumdb (15 is slower than 10/11 and possible memory issue) Nathan Bossart
- Re: perl 5.36, C99, -Wdeclaration-after-statement -Wshadow=compatible-local Andres Freund
- Re: BUG #17717: Regression in vacuumdb (15 is slower than 10/11 and possible memory issue) Tom Lane
- Re: perl 5.36, C99, -Wdeclaration-after-statement -Wshadow=compatible-local Tom Lane
- Re: BUG #17717: Regression in vacuumdb (15 is slower than 10/11 and possible memory issue) Nathan Bossart
- Re: recovery modules Nathan Bossart
- Re: Avoiding unnecessary clog lookups while freezing Andres Freund
- Re: Avoiding unnecessary clog lookups while freezing Peter Geoghegan
- Re: BUG #17717: Regression in vacuumdb (15 is slower than 10/11 and possible memory issue) Tom Lane
- Re: Avoiding unnecessary clog lookups while freezing Peter Geoghegan
- Re: postgres_fdw uninterruptible during connection establishment / ProcSignalBarrier Thomas Munro
- Re: BUG #17717: Regression in vacuumdb (15 is slower than 10/11 and possible memory issue) Nathan Bossart
- Re: postgres_fdw uninterruptible during connection establishment / ProcSignalBarrier Tom Lane
- Re: perl 5.36, C99, -Wdeclaration-after-statement -Wshadow=compatible-local Andres Freund
- Re: postgres_fdw uninterruptible during connection establishment / ProcSignalBarrier Andres Freund
- Re: Avoiding unnecessary clog lookups while freezing Peter Geoghegan
- add PROCESS_MAIN to VACUUM Nathan Bossart
- Re: Missing update of all_hasnulls in BRIN opclasses Tomas Vondra
- Re: postgres_fdw uninterruptible during connection establishment / ProcSignalBarrier Thomas Munro
- Re: Getting rid of SQLValueFunction Ian Lawrence Barwick
- Re: Check lateral references within PHVs for memoize cache keys Richard Guo
- Re: Decoupling antiwraparound autovacuum from special rules around auto cancellation Peter Geoghegan
- Re: CI and test improvements Thomas Munro
- Re: Getting rid of SQLValueFunction Michael Paquier
- Re: Removing redundant grouping columns Richard Guo
- Re: Add 64-bit XIDs into PostgreSQL 15 adherent postgres
- Re: appendBinaryStringInfo stuff Peter Eisentraut
- Re: appendBinaryStringInfo stuff Peter Eisentraut
- RE: Perform streaming logical transactions by background workers and parallel apply wangw.fnst@fujitsu.com
- Re: Getting rid of SQLValueFunction Michael Paquier
- Re: split TOAST support out of postgres.h Peter Eisentraut
- Re: Supporting MERGE on updatable views Dean Rasheed
- Re: Removing redundant grouping columns Tom Lane
- Re: split TOAST support out of postgres.h Tom Lane
- MERGE ... WHEN NOT MATCHED BY SOURCE Dean Rasheed
- Re: Infinite Interval Joseph Koshakow
- Question about initial logical decoding snapshot Chong Wang
- Re: Simplify standby state machine a bit in WaitForWALToBecomeAvailable() Nathan Bossart
- Re: Add index scan progress to pg_stat_progress_vacuum Nathan Bossart
- Re: Rework confusing permissions for LOCK TABLE Nathan Bossart
- Re: Add SHELL_EXIT_CODE to psql Corey Huinker
- Re: Crash in BRIN minmax-multi indexes Tomas Vondra
- Re: Avoid extra "skipping" messages from VACUUM/ANALYZE Nathan Bossart
- Re: Avoiding unnecessary clog lookups while freezing Peter Geoghegan
- Re: New strategies for freezing, advancing relfrozenxid early Jeff Davis
- Re: Removing redundant grouping columns Tom Lane
- Re: Is RecoveryConflictInterrupt() entirely safe in a signal handler? Thomas Munro
- Re: New strategies for freezing, advancing relfrozenxid early Peter Geoghegan
- Re: postgres_fdw: using TABLESAMPLE to collect remote sample Tomas Vondra
- Re: New strategies for freezing, advancing relfrozenxid early Peter Geoghegan
- Re: Introduce "log_connection_stages" setting. Justin Pryzby
- Re: [PATCH] random_normal function Justin Pryzby
- Re: postgres_fdw: using TABLESAMPLE to collect remote sample Tom Lane
- Re: Infinite Interval jian he
- Re: Is RecoveryConflictInterrupt() entirely safe in a signal handler? Noah Misch
- Re: allowing for control over SET ROLE Noah Misch
- Request for removal of BUG #5705 from todo items as no repro Ankit Kumar Pandey
- Re: split TOAST support out of postgres.h Andrew Dunstan
- Re: postgres_fdw: using TABLESAMPLE to collect remote sample Tomas Vondra
- Re: Transparent column encryption Peter Eisentraut
- Re: postgres_fdw: using TABLESAMPLE to collect remote sample Tom Lane
- Re: Request for removal of BUG #5705 from todo items as no repro Tom Lane
- Re: Request for removal of BUG #5705 from todo items as no repro Ankit Kumar Pandey
- [PATCH] Add overlaps geometric operators that ignore point overlaps Ankit Kumar Pandey
- Re: New strategies for freezing, advancing relfrozenxid early Jeff Davis
- Re: New strategies for freezing, advancing relfrozenxid early Peter Geoghegan