Mailing lists [pgsql-hackers]
- Re: Include sequences in publications created by pg_createsubscriber Peter Smith
- Re: POC: PLpgSQL FOREACH IN JSON ARRAY Tom Lane
- Re: SLOPE - Planner optimizations on monotonic expressions. Zsolt Parragi
- Re: proposal - queryid can be used as filter for auto_explain Zsolt Parragi
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Zsolt Parragi
- Re: postgres_fdw: fix cumulative stats after imported foreign-table stats Etsuro Fujita
- Re: Global temporary tables Nico Williams
- Re: Support EXCEPT for ALL SEQUENCES publications Peter Smith
- Re: Clear base backup progress reporting on error Chao Li
- Re: doc: fix pg_stat_autovacuum_scores threshold wording Chao Li
- Re: implement CAST(expr AS type FORMAT 'template') Haibo Yan
- Re: Tighten pg_uhc_verifychar() to enforce CP949 lead/trail byte ranges dogeon yoo
- Re: Row pattern recognition Henson Choi
- Re: Row pattern recognition Henson Choi
- Re: Add pg_stat_kind_info system view Sami Imseih
- remove switch statement in vector8_shift_{left,right} Nathan Bossart
- Re: REPACK CONCURRENTLY fails on tables with generated columns Ewan Young
- Re: satisfies_hash_partition crash Ewan Young
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Kyotaro Horiguchi
- Re: Per-thread leak in ECPG's memory.c Thom Brown
- Re: implement CAST(expr AS type FORMAT 'template') jian he
- Re: Prevent crash when calling pgstat functions with unregistered stats kind Bertrand Drouvot
- Re: (SQL/PGQ) Clean up orphaned properties when dropping a label zengman
- Re: Prevent crash when calling pgstat functions with unregistered stats kind Michael Paquier
- Re: Prevent crash when calling pgstat functions with unregistered stats kind Bertrand Drouvot
- Re: implement CAST(expr AS type FORMAT 'template') David G. Johnston
- Re: Prevent crash when calling pgstat functions with unregistered stats kind Michael Paquier
- Re: implement CAST(expr AS type FORMAT 'template') Haibo Yan
- Re: Row pattern recognition jian he
- Escape CR/LF in invalid database, role, and tablespace name errors Chao Li
- Re: Prevent crash when calling pgstat functions with unregistered stats kind Bertrand Drouvot
- Re: Fix race in ReplicationSlotRelease for ephemeral slots Amit Kapila
- Re: proposal - queryid can be used as filter for auto_explain Pavel Stehule
- Re: Prevent crash when calling pgstat functions with unregistered stats kind Bertrand Drouvot
- Re: Fix race in ReplicationSlotRelease for ephemeral slots Xuneng Zhou
- Re: GetBufferDescriptor() being called for local buffers from MarkBufferDirtyHint() Michael Paquier
- Re: satisfies_hash_partition crash Tender Wang
- Re: Fix jsonpath .decimal() to honor silent mode Michael Paquier
- Re: proposal - queryid can be used as filter for auto_explain Pavel Stehule
- Re: Support EXCEPT for TABLES IN SCHEMA publications Nisha Moond
- Re: GetBufferDescriptor() being called for local buffers from MarkBufferDirtyHint() Ashutosh Bapat
- Re: Improving tracking/processing of buildfarm test failures Alexander Lakhin
- Re: Prevent crash when calling pgstat functions with unregistered stats kind Michael Paquier
- Re: Prevent crash when calling pgstat functions with unregistered stats kind Bertrand Drouvot
- Re: Changing the state of data checksums in a running cluster Palak Chaturvedi
- Re: Fix jsonpath .decimal() to honor silent mode Ewan Young
- Re: Handle concurrent drop when doing whole database vacuum Kyotaro Horiguchi
- Re: Allow ON CONFLICT DO UPDATE to return EXCLUDED values solai v
- Re: Support EXCEPT for ALL SEQUENCES publications Shlok Kyal
- Re: Update EnableTimeoutParams timeout type comment John Naylor
- Re: Improve pg_stat_statements scalability Kyotaro Horiguchi
- Re: Include sequences in publications created by pg_createsubscriber Shlok Kyal
- Re: Fix floating-point noise in pg_stat_us_to_ms() John Naylor
- Re: DOCS - Clarify that REFRESH SEQUENCES might be using stale publication data Amit Kapila
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Akshay Joshi
- Re: Escape CR/LF in invalid database, role, and tablespace name errors Kyotaro Horiguchi
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: Changing the state of data checksums in a running cluster Tomas Vondra
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Akshay Joshi
- Re: Support EXCEPT for TABLES IN SCHEMA publications shveta malik
- Re: [PATCH] Use ssup_datum_*_cmp for int2, oid, and oid8 sort support John Naylor
- Re: Support EXCEPT for TABLES IN SCHEMA publications Amit Kapila
- Re: Global temporary tables Japin Li
- Re: Adding basic NUMA awareness Jakub Wartak
- Re: Deadlock detector fails to activate on a hot standby replica Xuneng Zhou
- Re: Escape CR/LF in invalid database, role, and tablespace name errors Chao Li
- Re: Fix publisher-side sequence permission reporting Amit Kapila
- Re: Proposal: Conflict log history table for Logical Replication shveta malik
- jsonpath .double() is a no-op on JSON numbers (differs from string input) Ewan Young
- Re: DROP INVALID INDEXES command Álvaro Herrera
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Akshay Joshi
- Re: RFC: Logging plan of the running query Andrei Lepikhov
- Re: add list of major features to the v19 release notes Michael Banck
- Re: Proposal: Conflict log history table for Logical Replication Shlok Kyal
- Re-read subscription state after lock in AlterSubscription Bertrand Drouvot
- Re: DROP INVALID INDEXES command Andrey Borodin
- Re: Re-read subscription state after lock in AlterSubscription Dilip Kumar
- RE: Re-read subscription state after lock in AlterSubscription Hayato Kuroda (Fujitsu)
- Re: JSON_VALUE/JSON_TABLE DEFAULT expression ignores RETURNING typmod Amit Langote
- [Patch] Fix typo in pg_stat_us_to_ms() Tatsuya Kawata
- Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions Henson Choi
- Re: FOR PORTION OF should reject GENERATED columns Paul A Jungwirth
- Re: [PATCH] Fix null pointer dereference in PG19 Paul A Jungwirth
- Re: DROP INVALID INDEXES command Kirill Reshke
- Re: Fix RLS checks for UPDATE/DELETE FOR PORTION OF leftover rows Paul A Jungwirth
- Re: implement CAST(expr AS type FORMAT 'template') Peter Eisentraut
- Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions jian he
- Re: Truncate logs by max_log_size Fujii Masao
- json/jsonb cleanup + FmgrInfo caching Robert Haas
- pg_dump: use threads for parallel workers on all platforms Bryan Green
- Re: satisfies_hash_partition crash Robert Haas
- Re: Fix RLS checks for UPDATE/DELETE FOR PORTION OF leftover rows Paul A Jungwirth
- Re: psql: Fix \df tab completion for procedures surya poondla
- Re: bump minimum supported version of psql and pg_{dump,dumpall,upgrade} to v10 Nathan Bossart
- Re: Truncate logs by max_log_size Jim Jones
- remove VersionedQuery support from psql tab completion Nathan Bossart
- Announcing Release 21 of the PostgreSQL Buildfarm Cient Andrew Dunstan
- Announcing Release 21 of the PostgreSQL Buildfarm Cient Andrew Dunstan
- Re: remove VersionedQuery support from psql tab completion Ayush Tiwari
- Re: proposal - queryid can be used as filter for auto_explain Pavel Stehule
- Re: implement CAST(expr AS type FORMAT 'template') Robert Haas
- Re: implement CAST(expr AS type FORMAT 'template') David G. Johnston