Mailing lists [pgsql-hackers]
- Re: [PATCH] Release replication slot on error in SQL-callable slot functions Masahiko Sawada
- Re: Optimize UUID parse using SIMD Masahiko Sawada
- Re: add list of major features to the v19 release notes Daniel Gustafsson
- Re: Trying to break online checksums with LLMs Daniel Gustafsson
- Re: WAL_LOG CREATE DATABASE strategy broken for non-standard page layouts Robert Haas
- Re: WAIT FOR NO_THROW option could use some documentation Alexander Korotkov
- BUG #19686: Rolling back SET TABLESPACE Alexandre Felipe
- Re: Improve WAIT FOR read-your-writes consistency doc Alexander Korotkov
- Re: [PATCH] Explain what the default output_plugin_libraries do Jacob Champion
- Re: Improve WAIT FOR read-your-writes consistency doc Sami Imseih
- Re: PG19: two RI fast-path issues found while testing the batching revert Amit Langote
- Re: POC: Carefully exposing information without authentication Greg Sabino Mullane
- Re: Reject WAIT FOR earlier in transaction-snapshot mode Alexander Korotkov
- Re: Reject WAIT FOR earlier in transaction-snapshot mode Alexander Korotkov
- Re: [PG19][PATCH] Make postgres_fdw statistics import atomic Nikolay Samokhvalov
- Re: Support for 8-byte TOAST values, round two Michael Paquier
- Re: POC: Carefully exposing information without authentication Jacob Champion
- Re: REPACK (CONCURRENTLY) backend waits indefinitely when decoding worker fails to start shihao zhong
- ERROR: too late to create a new PlaceHolderInfo Richard Guo
- Re: Row pattern recognition Henson Choi
- Re: [PATCH] Discard aborted updaters when expanding a multixact Chee Wooson
- Re: [PATCH] Release replication slot on error in SQL-callable slot functions Bharath Rupireddy
- Re: Reject WAIT FOR earlier in transaction-snapshot mode Sami Imseih
- Re: Optimize MCV stats for sortable types and utilize sorted-order properties ZizhuanLiu X-MAN
- Re: Reject WAIT FOR earlier in transaction-snapshot mode Xuneng Zhou
- Re: REPACK enhancements shihao zhong
- Re: pg_*_advice: tsv load failure, etc. Robert Haas
- Re: Report index currently being vacuumed in pg_stat_progress_vacuum shihao zhong
- Re: remove_useless_joins vs. bug #19560 Richard Guo
- Re: Add TG_* vars for FOR PORTION OF Paul A Jungwirth
- Re: Optimize truncation logic to reduce AccessExclusive lock impact shihao zhong
- Re: Temporal foreign key actions Paul A Jungwirth
- Re: DSA_ALLOC_NO_OOM vs dsm_create ERROR leaving a half-initialized pgstats hash entry Michael Paquier
- Re: Reject WAIT FOR earlier in transaction-snapshot mode Sami Imseih
- Re: remove_useless_joins vs. bug #19560 Tom Lane
- Re: Distinguish publication exclusions in object addresses shveta malik
- Re: Make pg_prewarm, autoprewarm yield for waiting DDL shihao zhong
- Re: [PATCH v1] Optimize 64-bit atomic access on RV64 wenhui qiu
- Re: pgsql: Revert online data checksum transitions Fujii Masao
- Re: WAIT FOR NO_THROW option could use some documentation Xuneng Zhou
- Re: DSA_ALLOC_NO_OOM vs dsm_create ERROR leaving a half-initialized pgstats hash entry Michael Paquier
- Re: Optimize MCV stats for sortable types and utilize sorted-order properties ZizhuanLiu X-MAN
- Re: [PATCH] Release replication slot on error in SQL-callable slot functions shveta malik
- Re: [SQL/PGQ] Native executor for Graph query Henson Choi
- table-write trigger can bypass ATPrepChangePersistence Hayato Kuroda (Fujitsu)
- Re: Logical Implication solai v
- Re: ERROR: too late to create a new PlaceHolderInfo Richard Guo
- Re: Fix failing assert in deferred constraint trigger Fujii Masao
- Re: Bug in logical decoding with DDL and subtransactions Alexander Lakhin
- Re: Distinguish publication exclusions in object addresses Amit Kapila
- Re: DSA_ALLOC_NO_OOM vs dsm_create ERROR leaving a half-initialized pgstats hash entry Grigorev Jurij
- Re: SLOPE - Planner optimizations on monotonic expressions. Alexandre Felipe
- Re: Improve WAIT FOR read-your-writes consistency doc Alexander Korotkov
- Re: WAIT FOR NO_THROW option could use some documentation Alexander Korotkov
- ERROR: unsupported join alias expression Richard Guo
- Re: Persist slot invalidations before publishing them Rui Zhao
- Re: Distinguish publication exclusions in object addresses shveta malik
- Re: Distinguish publication exclusions in object addresses Peter Smith
- Re: DSA_ALLOC_NO_OOM vs dsm_create ERROR leaving a half-initialized pgstats hash entry Michael Paquier
- Re: remove_useless_joins vs. bug #19560 Richard Guo
- Re: [PATCH] libpq: Add PQpassfileLookup() Denis Smirnov
- Re: Show expression of virtual columns in error messages solai v
- Re: 回复:[PATCH] Optimize numeric comparisons and aggregations via packed-datum extraction David Geier
- Re: Distinguish publication exclusions in object addresses Amit Kapila
- Re: Row pattern recognition Tatsuo Ishii
- Re: Row pattern recognition Henson Choi
- pg_regress: schedule multi-line test groups Alexandre Felipe
- Re: pg_regress: schedule multi-line test groups Michael Paquier
- Re: Use correct collation in pg_trgm David Geier
- Re: Bug in logical decoding with DDL and subtransactions Bingshuai Li
- Re: Distinguish publication exclusions in object addresses Nisha Moond
- Re: DSA_ALLOC_NO_OOM vs dsm_create ERROR leaving a half-initialized pgstats hash entry Grigorev Jurij
- Re: Race conditions in logical decoding Antonin Houska
- Re: Logical Implication Vik Fearing
- RE: [PATCH] Explain what the default output_plugin_libraries do Hayato Kuroda (Fujitsu)
- Re: pg_regress: schedule multi-line test groups Alexandre Felipe
- Re: Open SSI correctness issues Andrey Borodin
- pgoutput: schema cache cleanup after streamed 2PC Ayush Tiwari
- Re: Why clearing the VM doesn't require registering vm buffer in wal record Andrey Borodin
- Re: [SQL/PGQ] Native executor for Graph query Henri GASC
- Re: Fix -Wshadow=local warnings Peter Eisentraut
- Re: Row pattern recognition Tatsuo Ishii
- Re: Race conditions in logical decoding Antonin Houska
- Re: REPACK (CONCURRENTLY) backend waits indefinitely when decoding worker fails to start Alvaro Herrera
- RE: Distinguish publication exclusions in object addresses Zhijie Hou (Fujitsu)
- Re: Reducing relcache memory usage: deduping index shapes Yilin Zhang
- RE: Race conditions in logical decoding Zhijie Hou (Fujitsu)
- Re: Proposal: Supporting URI SAN in Certificate Authentication Florin Irion
- Re: Reject WAIT FOR earlier in transaction-snapshot mode Alexander Korotkov
- Re: Distinguish publication exclusions in object addresses vignesh C
- Re: [SQL/PGQ] Native executor for Graph query Henson Choi
- Re: REPACK (CONCURRENTLY) decoding worker is canceled by lock_timeout Álvaro Herrera
- Re: Pgbench: remove synchronous prepare Dmitrii Bondar
- Re: [PG19][PATCH] Make postgres_fdw statistics import atomic Etsuro Fujita
- Re: Bug in logical decoding with DDL and subtransactions alvherre@kurilemu.de
- Re: [SQL/PGQ] Native executor for Graph query Henson Choi
- RE: pgoutput: schema cache cleanup after streamed 2PC Hayato Kuroda (Fujitsu)
- Re: Continuous re-validation of session credentials Ajit Awekar
- Re: ON EMPTY clause for aggregate and window functions Vik Fearing
- issues with eager aggregation Robert Haas
- Re: pgoutput: schema cache cleanup after streamed 2PC Ayush Tiwari
- Re: [PATCH] Use Boyer-Moore-Horspool for simple LIKE contains patterns Greg Sabino Mullane
- Re: ANSI SQL proposal: SELECT DISTINCT ON (... ORDER BY ...) and UNION DISTINCT ON (... ORDER BY ...) Vik Fearing
- RE: pgoutput: schema cache cleanup after streamed 2PC Hayato Kuroda (Fujitsu)
- Re: ON EMPTY clause for aggregate and window functions Robert Haas
- Re: pgsql: Revert online data checksum transitions Manuel Reyes Bravo
- Re: ON EMPTY clause for aggregate and window functions Tom Lane
- Re: pgoutput: schema cache cleanup after streamed 2PC Ayush Tiwari
- Re: ERROR: too late to create a new PlaceHolderInfo Tom Lane
- Re: JSON_TABLE: table => column ON ERROR propagation Alexander Korotkov
- Re: Reject WAIT FOR earlier in transaction-snapshot mode Alexander Korotkov
- pg_get_object_address reports a published relation as non-existent Manuel Reyes Bravo
- Re: Distinguish publication exclusions in object addresses Manuel Reyes Bravo
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: Reject WAIT FOR earlier in transaction-snapshot mode Sami Imseih
- Re: Add a test for index_rebuild_count of REPACK (CONCURRENTLY) Álvaro Herrera
- Re: pg_get_object_address reports a published relation as non-existent Álvaro Herrera
- Re: issues with eager aggregation Richard Guo
- Re: pg_get_object_address reports a published relation as non-existent Manuel Reyes Bravo
- Re: Reject WAIT FOR earlier in transaction-snapshot mode Xuneng Zhou
- Re: 64-bit MultiXactOffset vs. 9.3->9.4 upgrade, pg_resetwal, "wraparound" msg Heikki Linnakangas
- Re: [PG19][PATCH] Make postgres_fdw statistics import atomic Nikolay Samokhvalov
- Re: [PATCH] pg_dump: Restore extension config table data before user objects during pg_upgrade Peter Eisentraut
- Re: ERROR: too late to create a new PlaceHolderInfo Tom Lane
- Re: ON EMPTY clause for aggregate and window functions Vik Fearing
- Re: issues with eager aggregation Robert Haas
- Re: ON EMPTY clause for aggregate and window functions Tom Lane
- Re: Changing shared_buffers without restart Palak Chaturvedi
- Re: 64-bit MultiXactOffset vs. 9.3->9.4 upgrade, pg_resetwal, "wraparound" msg Noah Misch
- Re: REPACK enhancements Antonin Houska
- Re: Bug in logical decoding with DDL and subtransactions Bingshuai Li
- Re: pgsql: Revert online data checksum transitions Daniel Gustafsson
- Re: pgoutput: schema cache cleanup after streamed 2PC Masahiko Sawada
- Re: Global temporary tables Dean Rasheed
- Re: [PATCH] Use Boyer-Moore-Horspool for simple LIKE contains patterns Haibo Yan
- Re: Reduce SyncRepLock contention on the commit path Yura Sokolov
- Re: Support for 8-byte TOAST values, round two Bharath Rupireddy
- Re: REPACK (CONCURRENTLY) backend waits indefinitely when decoding worker fails to start Bharath Rupireddy
- Re: pg_xmin_horizon: a system view of everything pinning the xmin horizon surya poondla
- Re: Unexpected reindex when altering column types for partitioned tables Álvaro Rodríguez
- Re: Reject WAIT FOR earlier in transaction-snapshot mode Alexander Korotkov
- Re: RANGE partition pruning can still exclude the default partition David Rowley