Mailing lists [pgsql-hackers]
- Re: implement CAST(expr AS type FORMAT 'template') Robert Haas
- GIN amcheck leaks memory in gin_check_parent_keys_consistency Kirill Reshke
- Re: SQL:2011 Application Time Update & Delete Paul A Jungwirth
- add validations for required callbacks during pgstat_register_kind() Sami Imseih
- Re: Report bytes and transactions actually sent downtream Masahiko Sawada
- Re: meson vs. llvm bitcode files Zsolt Parragi
- Re: implement CAST(expr AS type FORMAT 'template') David G. Johnston
- Re: Fix RLS checks for UPDATE/DELETE FOR PORTION OF leftover rows Chao Li
- Re: Fix RLS checks for UPDATE/DELETE FOR PORTION OF leftover rows Paul A Jungwirth
- Re: First draft of PG 19 release notes Andreas Karlsson
- Re: First draft of PG 19 release notes Andreas Karlsson
- Re: remove VersionedQuery support from psql tab completion Tom Lane
- Re: implement CAST(expr AS type FORMAT 'template') Robert Haas
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Zsolt Parragi
- Re: First draft of PG 19 release notes Jacob Champion
- Re: Introduce XID age based replication slot invalidation Masahiko Sawada
- Re: GetBufferDescriptor() being called for local buffers from MarkBufferDirtyHint() Michael Paquier
- Re: [Patch] Fix typo in pg_stat_us_to_ms() Michael Paquier
- Re: add validations for required callbacks during pgstat_register_kind() Michael Paquier
- Re: Use PG_MODULE_MAGIC_EXT macro in modules added in PG19 Michael Paquier
- Re: Use PG_MODULE_MAGIC_EXT macro in modules added in PG19 Robert Haas
- Re: BUG: ReadStream look-ahead exhausts local buffers when effective_io_concurrency>=64 Xuneng Zhou
- Re: satisfies_hash_partition crash Tender Wang
- Re: Row pattern recognition jian he
- Re: GetBufferDescriptor() being called for local buffers from MarkBufferDirtyHint() Ayush Tiwari
- Re: Truncate logs by max_log_size Fujii Masao
- Re: BUG: ReadStream look-ahead exhausts local buffers when effective_io_concurrency>=64 Xuneng Zhou
- Terminology: "temporary relation" vs "temporary table" in tablecmds.c Japin Li
- Re: satisfies_hash_partition crash Ewan Young
- Re: [PATCH] Avoid internal error for invalid interval typmods feng wu
- Re: [PATCH] Avoid internal error for invalid interval typmods feng wu
- Re: [PATCH] Avoid internal error for invalid interval typmods feng wu
- Re: JSON_VALUE/JSON_TABLE DEFAULT expression ignores RETURNING typmod Ewan Young
- Re: WAL compression setting after PostgreSQL LZ4 default change Fujii Masao
- Re: GetBufferDescriptor() being called for local buffers from MarkBufferDirtyHint() Michael Paquier
- Re: GetBufferDescriptor() being called for local buffers from MarkBufferDirtyHint() Michael Paquier
- RE: Re-read subscription state after lock in AlterSubscription Hayato Kuroda (Fujitsu)
- Re: Global temporary tables Japin Li
- Re: Use PG_MODULE_MAGIC_EXT macro in modules added in PG19 Michael Paquier
- Re: DOCS - Clarify that REFRESH SEQUENCES might be using stale publication data Peter Smith
- Can we get rid of TerminateThread() in pg_dump? Thomas Munro
- Re: pg_plan_advice: FOREIGN_JOIN advice generated for a single-relation foreign scan is not round-trip safe Richard Guo
- Re: Proposal: Conflict log history table for Logical Replication shveta malik
- Possible replace of strncpy on xactdesc.c Mario González Troncoso
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: Truncate logs by max_log_size Fujii Masao
- Re: Wrong query result w/ propgraph single lateral col reference Ashutosh Bapat
- Re: Re-read subscription state after lock in AlterSubscription Dilip Kumar
- Re: psql: Fix \df tab completion for procedures Fujii Masao
- Re: Add a statistics view to track usage of deprecated features Shinya Kato
- Re: Batching in executor Amit Langote
- Re: Report bytes and transactions actually sent downtream Ashutosh Sharma
- Re: DROP INVALID INDEXES command Roman Khapov
- Re: Re-read subscription state after lock in AlterSubscription Bertrand Drouvot
- Re: Support EXCEPT for ALL SEQUENCES publications Ashutosh Sharma
- Re: [PATCH v2] Avoid internal error for invalid interval typmods Feng Wu
- Re: CREATE TABLE LIKE INCLUDING TRIGGERS Henson Choi
- Mark class_descr strings for translation Kyotaro Horiguchi
- Re: Adding a stored generated column without long-lived locks Alberto Piai
- Path Traversal Vulnerability in pg_dump Directory Format Dilip Kumar
- Re: GIN amcheck leaks memory in gin_check_parent_keys_consistency Michael Paquier
- RE: Re-read subscription state after lock in AlterSubscription Zhijie Hou (Fujitsu)
- Re: GIN amcheck leaks memory in gin_check_parent_keys_consistency Kirill Reshke
- Re: Mark class_descr strings for translation Ewan Young
- Re: WAL compression setting after PostgreSQL LZ4 default change Japin Li
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Akshay Joshi
- Re: [PATCH] Refactor *_abbrev_convert() functions Aleksander Alekseev
- Re: Re-read subscription state after lock in AlterSubscription Bertrand Drouvot
- Re: postgres_fdw: fix cumulative stats after imported foreign-table stats Etsuro Fujita
- Re: libpq: Process buffered SSL read bytes to support records >8kB on async API Heikki Linnakangas
- Re: Support EXCEPT for ALL SEQUENCES publications Shlok Kyal
- Re: implement CAST(expr AS type FORMAT 'template') Robert Haas
- RE: Re-read subscription state after lock in AlterSubscription Zhijie Hou (Fujitsu)
- Re: SLOPE - Planner optimizations on monotonic expressions. Alexandre Felipe
- Re: hashjoins vs. Bloom filters (yet again) Tomas Vondra
- Re: Re-read subscription state after lock in AlterSubscription Amit Kapila
- Re: pg_plan_advice: FOREIGN_JOIN advice generated for a single-relation foreign scan is not round-trip safe Robert Haas
- Proposal: INSERT ... BY NAME Ayush Tiwari
- Re: REPACK CONCURRENTLY fails on tables with generated columns Alvaro Herrera
- Re: Is there value in having optimizer stats for joins/foreignkeys? Tomas Vondra
- Re: Proposal: Conflict log history table for Logical Replication Nisha Moond
- lazy_scan_heap: avoid vacuum block, already vacuumed (src/backend/access/heap/vacuumlazy.c) Ranier Vilela
- Re: Fix tracing of BackendKeyData and CancelRequest messages Heikki Linnakangas
- Re: Row pattern recognition Tatsuo Ishii
- Re: hashjoins vs. Bloom filters (yet again) Matheus Alcantara
- Re: Bypassing cursors in postgres_fdw to enable parallel plans Rafia Sabih
- Schema-qualify the equality operator when deparsing NULLIF/IS DISTINCT FROM michal.dtz@gmail.com
- Re: pg_plan_advice: add NO_ scan and join method tags Florin Irion
- Re: Can we get rid of TerminateThread() in pg_dump? Bryan Green
- Re: psql tab completion for user functions and if explicitly required also "pg_" Florin Irion
- Re: updates for handling optional argument in system functions Fujii Masao
- Re: Schema-qualify the equality operator when deparsing NULLIF/IS DISTINCT FROM Tom Lane
- Re: updates for handling optional argument in system functions Tom Lane
- Re: REPACK CONCURRENTLY fails on tables with generated columns Ewan Young
- ci: namespace ccache by PostgreSQL major version Nazir Bilal Yavuz
- Re: [Bug][patch]: After dropping the last label from a property graph element, invoking pg_get_propgraphdef() triggers an assertion failure Peter Eisentraut
- Re: Property graph: fix error handling when dropping non-existent label property Peter Eisentraut
- Re: updates for handling optional argument in system functions Fujii Masao
- Re: Can we get rid of TerminateThread() in pg_dump? Heikki Linnakangas
- Re: Truncate logs by max_log_size Fujii Masao
- Re: Path Traversal Vulnerability in pg_dump Directory Format Jonathan Gonzalez V.
- Re: [PATCH] Resolve iso-8859-1-type literals in GRAPH_TABLE COLUMNS Peter Eisentraut
- Re: Centralised architecture detection Greg Burd
- Remove getpgusername() Thom Brown
- Re: Can we get rid of TerminateThread() in pg_dump? Bryan Green
- Re: Centralised architecture detection Tom Lane
- Re: Re-read subscription state after lock in AlterSubscription Bertrand Drouvot
- Re: Truncate logs by max_log_size Fujii Masao
- Re: add validations for required callbacks during pgstat_register_kind() Sami Imseih
- Re: [PATCH] pg_get_domain_ddl: DDL reconstruction function for CREATE DOMAIN statement Florin Irion
- Re: uuidv7 improperly accepts dates before 1970-01-01 Baji Shaik
- Re: Support EXCEPT for TABLES IN SCHEMA publications Nisha Moond
- Re: Support EXCEPT for TABLES IN SCHEMA publications Nisha Moond
- Re: REPACK CONCURRENTLY fails on tables with generated columns Antonin Houska
- Re: uuidv7 improperly accepts dates before 1970-01-01 Zsolt Parragi
- Re: Coverage (lcov) failing with inconsistent error in versions 2.x Álvaro Herrera
- Re: SLOPE - Planner optimizations on monotonic expressions. Zsolt Parragi
- [PATCH v1 0/7] Wait event timing and tracing instrumentation Dmitry Fomin
- Re: [PATCH v1 0/7] Wait event timing and tracing instrumentation Dmitry Fomin