Mailing lists [pgsql-hackers]
- Add TG_* vars for FOR PORTION OF Paul A Jungwirth
- Re: REPACK (CONCURRENTLY) fails with wrong error for materialized views Bharath Rupireddy
- Re: Routed ON CONFLICT inserts broken by partition-local deferrable unique constraints in 19 and master Mihail Nikalayeu
- Re: pg_xmin_horizon: a system view of everything pinning the xmin horizon Scott Ray
- Re: Failing assertion while taking a restartpoint during crash recovery Imran Zaheer
- Re: another autovacuum scheduling thread Greg Burd
- Re: [PATCH] Test coverage for pg_clear_attribute_stats() null arguments Michael Paquier
- Re: [PATCH] Add row estimate tests for unnest() and integer generate_series() 韩建桥
- Re: Deadlock detector fails to activate on a hot standby replica JoongHyuk Shin
- Re: COPY FROM with RLS jian he
- Re: Per-table resync for logical replication subscriptions Cagri Biroglu
- Re: Reducing relcache memory usage: deduping index shapes David Rowley
- Re: pgstat: Flush some statistics within running transactions, take 2 Bertrand Drouvot
- Re: Replace px_memset() with explicit_bzero() Peter Eisentraut
- Re: pgcrypto: remove useless px_memset() and BF_ASM Peter Eisentraut
- Re: pgcrypto: remove useless px_memset() and BF_ASM Dagfinn Ilmari Mannsåker
- Re: Deadlock detector fails to activate on a hot standby replica Xuneng Zhou
- Re: [PATCH] Speed up pg_waldump TAP test and fix some GitHub CI Windows flakiness Nazir Bilal Yavuz
- Re: REPACK (CONCURRENTLY) fails when replica identity index is dropped Alvaro Herrera
- Re: Add starelid, attnum to pg_stats and leverage this in pg_dump Nathan Bossart
- Re: Include sequences in publications created by pg_createsubscriber Peter Smith
- Re: Improving tracking/processing of buildfarm test failures Alexander Lakhin
- Re: Routed ON CONFLICT inserts broken by partition-local deferrable unique constraints in 19 and master Zsolt Parragi
- Re: Function scan FDW pushdown Alexander Korotkov
- Re: Two issues leading to discrepancies in FSM data on the standby server Alexander Korotkov
- Re: [PATCH] Speed up pg_waldump TAP test and fix some GitHub CI Windows flakiness Michael Paquier
- Re: Enable partitionwise join for partition keys wrapped by RelabelType Jan Nidzwetzki
- Re: [PATCH] Test coverage for pg_clear_attribute_stats() null arguments shihao zhong
- Re: timeout value overflow in wait for lsn Xuneng Zhou
- Re: [PATCH] Test coverage for pg_clear_attribute_stats() null arguments Michael Paquier
- Re: Many of psql's describe functions bloat cache / waste mem Jan Nidzwetzki
- REPACK (CONCURRENTLY) can crash a logical decoding session Thom Brown
- Re: Bypassing cursors in postgres_fdw to enable parallel plans Rafia Sabih
- Re: [PATCH] Add support for INSERT ... SET syntax Vaibhav Dalvi
- Re: OOM kill during planning - pg_terminate_backend is ignored Floris Van Nee
- Re: pgstat: Flush some statistics within running transactions, take 2 Sami Imseih
- Re: REPACK (CONCURRENTLY) can crash a logical decoding session Antonin Houska
- Re: Add contrib module pg_stat_log: cumulative statistics about server log messages Kirk Wolak
- Re: auto-vectorize varbit bitwise operators Heikki Linnakangas
- Re: WAIT FOR NO_THROW option could use some documentation Peter Eisentraut
- Re: PGQ catalog representation and pg_dump support Sami Imseih
- Re: PGQ catalog representation and pg_dump support Andres Freund
- Re: SUM(int2)/SUM(int4) do not detect overflow of the int8 accumulator Tom Lane
- Re: Remove fcinfo from statistics update internal functions Michael Paquier
- Re: WAIT FOR command should do some query jumbling Michael Paquier
- Remove stale XXX comment in logical launcher Zhijie Hou (Fujitsu)
- Re: gist_trgm_ops '=' operator: planner picks it over btree, ~300x slower Alexander Nestorov
- Re: Reduce build times of pg_trgm GIN indexes David Geier
- Re: SUM(int2)/SUM(int4) do not detect overflow of the int8 accumulator Andrei Lepikhov
- Re: REPACK (ANALYZE) within transaction block segfaults Osama Abdul Qader
- Re: pgsql: Fix compilation with OpenSSL 4 Christoph Berg
- Re: Fix resource leak in FindConflictTuple() retry path shveta malik
- Re: logical decoding: skip unnecessary snapshot distribution. Shlok Kyal
- [PATCH v1 0/1] Avoid carrying self lock-only xmax to updated tuple chee.wooson
- [PATCH v1 1/1] Avoid carrying self lock-only xmax to updated tuple chee.wooson
- Re: Follow-up review items for update_deleted Amit Kapila
- Re: Offline data checksum changes can cause incorrect checksum state on standbys Zsolt Parragi
- RE: Follow-up review items for update_deleted Hayato Kuroda (Fujitsu)
- [PATCH v2] Avoid carrying self lock-only xmax to updated tuple Chee Wooson
- Re: Follow-up review items for update_deleted Nisha Moond
- Re: tablecmds: Deadlock caused by Attach Partition Kirill Reshke
- Re: glist: _Generic wrapper for selective dlist/dclist usage Matthias van de Meent
- Do we want to avoid checksumming extra files in the datadir? [was: BUG #19647] Jacob Champion
- Re: Do we want to avoid checksumming extra files in the datadir? [was: BUG #19647] Daniel Gustafsson
- Re: Do we want to avoid checksumming extra files in the datadir? [was: BUG #19647] Tom Lane
- Re: Fix a typo in EnableLogicalDecoding() surya poondla
- Re: Stabilize recovery conflict stats checks in 031_recovery_conflict.pl Alexander Lakhin
- Re: pg_rewind does not rewind diverging timelines Mats Kindahl
- Re: Fix a typo in EnableLogicalDecoding() shihao zhong
- Re: PGQ catalog representation and pg_dump support Robert Haas
- Re: PGQ catalog representation and pg_dump support Peter Eisentraut
- Re: [PATCH] Release replication slot on error in SQL-callable slot functions Masahiko Sawada
- Re: Offline data checksum changes can cause incorrect checksum state on standbys Daniel Gustafsson
- Re: WAIT FOR NO_THROW option could use some documentation Robert Haas
- Rename of varatt_external to varatt_external_oid Michael Paquier
- Re: Rename of varatt_external to varatt_external_oid Michael Paquier
- Re: Assert failure in try_nestloop_path() Richard Guo
- Re: [RFC PATCH] Cost-based delayed projection for ORDER BY ... LIMIT Tom Lane
- FOR PORTION OF bugs Paul A Jungwirth
- Re: Support for 8-byte TOAST values, round two Michael Paquier
- Re: PSQL schema "describe" \dn is not escaping quotes Ajin Cherian
- FOR PORTION OF bounds not coerced in PREPARE Paul A Jungwirth
- Re: [PATCH] Add support for SAOP in the optimizer for partial index paths Nishant Sharma
- Re: FOR PORTION OF silently ignored on views with DO INSTEAD rules Ewan Young
- Re: Row pattern recognition Henson Choi
- EXPLAIN ... FOR PORTION OF should not evaluate bounds Paul A Jungwirth
- FOR PORTION OF elog on non-polymorphic opcintype Paul A Jungwirth
- Re: Stabilize recovery conflict stats checks in 031_recovery_conflict.pl Ayush Tiwari
- Re: Rename of varatt_external to varatt_external_oid Chao Li
- Re: [SQL/PGQ] Native executor for Graph query Henri GASC
- RE: Fix resource leak in FindConflictTuple() retry path Hayato Kuroda (Fujitsu)
- Re: Introducing find_all_inheritors_ordered() solai v
- RE: pg_createsubscriber does not check output_plugin_libraries Hayato Kuroda (Fujitsu)
- Re: pgsql: Fix compilation with OpenSSL 4 Daniel Gustafsson
- Re: SUM(int2)/SUM(int4) do not detect overflow of the int8 accumulator Andrei Lepikhov
- Re: pg_createsubscriber does not check output_plugin_libraries Fujii Masao
- Re: REPACK (CONCURRENTLY) can crash a logical decoding session Thom Brown
- Re: [PATCH] Use streaming read I/O in sample scans Nazir Bilal Yavuz
- Re: REPACK (ANALYZE) within transaction block segfaults Osama Abdul Qader
- Re: [(known) BUG] DELETE/UPDATE more than one row in partitioned foreign table Jakub Wartak
- Re: Assert failure in try_nestloop_path() Tom Lane
- Re: Re:[PATCH] Speed up repeat() for larger counts Jan Nidzwetzki
- Re: Make the transition state of avg(int2)/avg(int4)/sum(int2)/sum(int4) internal Andres Freund
- Teach pg_upgrade to deal with invalid databases Bharath Rupireddy
- Re: Teach pg_upgrade to deal with invalid databases Nathan Bossart
- Re: Fix XLogFileReadAnyTLI silently applying divergent WAL from wrong timeline Andrey Borodin
- Re: Credits For v19 Corey Huinker
- Re: [PATCH v1 0/7] Wait event timing and tracing instrumentation Dmitry Fomin
- proposal for a new minor release schedule Nathan Bossart
- Avoid evaluating FOR PORTION OF bounds more than once Paul A Jungwirth
- Re: [PATCH v1 0/7] Wait event timing and tracing instrumentation Kirk Wolak
- Improve error message of FOR PORTION OF violations of WITH CHECK OPTION Paul A Jungwirth
- Re: Introducing find_all_inheritors_ordered() Zsolt Parragi
- Re: [PATCH] Fix getopt_long() argument handling and add tests Nathan Bossart
- Re: logical decoding: skip unnecessary snapshot distribution. shihao zhong
- [PATCH] pg_surgery: check the page header and line pointers shihao zhong
- Re: aio: Don't silently drop wait_event_info shihao zhong
- Re: [PATCH] handling transitions in timestamptz_trunc_* Pierre Forstmann
- Re: [PATCH] Fix getopt_long() argument handling and add tests Sehrope Sarkuni
- Re: Add wait events for server logging destination writes 신성준
- Direct TOAST v2, faster, smaller and no migration needed Hannu Krosing
- Re: [PATCH] pg_surgery: check the page header and line pointers shihao zhong
- Re: [PATCH v1 0/7] Wait event timing and tracing instrumentation Andrey Borodin
- Re: Stabilize recovery conflict stats checks in 031_recovery_conflict.pl Alexander Lakhin
- Re: Add ssl_(supported|shared)_groups to sslinfo Zsolt Parragi
- Re: Implement waiting for wal lsn replay: reloaded Xuneng Zhou
- Improve error handling in test modules: test_extensible, test_bitmapset Zsolt Parragi
- Re: Remove toast_max_chunk_size from control file Tom Lane
- Re: [DOC] pg_database_size/pg_tablespace_size error on a missing OID Chao Li
- Re: Add pg_stat_vfdcache view for VFD cache statistics Ayoub Kazar
- Re: Follow-up review items for update_deleted Amit Kapila
- Re: SSI: ON CONFLICT DO SELECT takes no predicate lock on the returned row Dean Rasheed
- Re: Row pattern recognition Henson Choi
- Re: Further cleanup related to statistics import support in postgres_fdw Etsuro Fujita
- Re: Crashes on a partition whose concurrent detach never finished Amit Kapila
- Re: SSI: ON CONFLICT DO SELECT takes no predicate lock on the returned row Zsolt Parragi
- Re: COALESCE patch Ilia Evdokimov
- Re: Allow table AMs to define their own reloptions Ajit Awekar
- Re: Implement waiting for wal lsn replay: reloaded Alexander Korotkov
- Re: COALESCE patch Osama Abdul Qader
- Re: SUM(int2)/SUM(int4) do not detect overflow of the int8 accumulator Andrei Lepikhov
- Re: pg_rewind: Skip vanished source files during traversal solai v
- Re: COALESCE patch prankware
- Re: Offline data checksum changes can cause incorrect checksum state on standbys Daniel Gustafsson
- Re: [PATCH] Planner support function for generate_subscripts() Priyanka S
- Re: Allow table AMs to define their own reloptions Aleksander Alekseev