Mailing lists [pgsql-committers]
- pgsql: Add pg_stat_autovacuum_scores system view. Nathan Bossart
- pgsql: Assert no duplicate keys in shm_toc_insert() Melanie Plageman
- pgsql: Allocate separate DSM chunk for parallel Index[Only]Scan instrum Melanie Plageman
- pgsql: Fix shared memory size of template code for custom fixed-sized p Michael Paquier
- pgsql: Fix shared memory size of template code for custom fixed-sized p Michael Paquier
- pgsql: Fix deferred FK check batching introduced by commit b7b27eb41a5 Amit Langote
- pgsql: Fix shmem allocation of fixed-sized custom stats kind Michael Paquier
- pgsql: Fix shmem allocation of fixed-sized custom stats kind Michael Paquier
- pgsql: Fix injection point detach timing problem in TAP test for lock s Michael Paquier
- pgsql: Split CREATE STATISTICS error reasons out into errdetails John Naylor
- pgsql: Mark JumbleState as a const in the post_parse_analyze hook Michael Paquier
- pgsql: Simplify SortSupport for the macaddr data type John Naylor
- pgsql: Use .h for the file containing the page checksum code fragment John Naylor
- pgsql: Fix valgrind failure Álvaro Herrera
- pgsql: Add isolation tests for UPDATE/DELETE FOR PORTION OF Peter Eisentraut
- Re: pgsql: Fix valgrind failure Bertrand Drouvot
- pgsql: Optimize sort and deduplication in ginExtractEntries() Heikki Linnakangas
- pgsql: Avoid different-size pointer-to-integer cast Álvaro Herrera
- pgsql: Allow logical replication snapshots to be database-specific Álvaro Herrera
- pgsql: Use add_size/mul_size for index instrumentation size calculation Tomas Vondra
- pgsql: Fix BitmapHeapScan non-parallel-aware EXPLAIN ANALYZE Tomas Vondra
- pgsql: Optimize sorting and deduplicating trigrams Heikki Linnakangas
- Re: pgsql: Use WAIT FOR LSN in PostgreSQL::Test::Cluster::wait_for_catchup( Peter Eisentraut
- Re: pgsql: Allow autovacuum to use parallel vacuum workers. Aleksander Alekseev
- pgsql: Modernize and optimize pg_buffercache_pages() Heikki Linnakangas
- Re: pgsql: Use WAIT FOR LSN in PostgreSQL::Test::Cluster::wait_for_catchup( Andres Freund
- pgsql: Fix tests under wal_level=minimal Álvaro Herrera
- pgsql: Tidy up #ifdef USE_INJECTION_POINTS guards Heikki Linnakangas
- Re: pgsql: Fix valgrind failure Álvaro Herrera
- pgsql: doc: Add an example of REPACK (CONCURRENTLY) Álvaro Herrera
- pgsql: Minimal fix for WAIT FOR ... MODE 'standby_flush' Andres Freund
- pgsql: pg_stash_advice: Allow stashed advice to be persisted to disk. Robert Haas
- pgsql: Add errdetail() with PID and UID about source of termination sig Andrew Dunstan
- pgsql: Fix harmless leftover in _hash_kill_items() Heikki Linnakangas
- pgsql: Reserve replication slots specifically for REPACK Álvaro Herrera
- pgsql: libpq: Split PGOAUTHDEBUG=UNSAFE into multiple options Jacob Champion
- pgsql: oauth: Allow validators to register custom HBA options Jacob Champion
- Re: pgsql: Add CONCURRENTLY option to REPACK Aleksander Alekseev
- pgsql: Allow retrieving x86 TSC frequency/flags from CPUID Andres Freund
- pgsql: instrumentation: Standardize ticks to nanosecond conversion meth Andres Freund
- pgsql: instrumentation: Use Time-Stamp Counter on x86-64 to lower overh Andres Freund
- pgsql: Fix WITHOUT OVERLAPS' interaction with domains. Tom Lane
- pgsql: Fix WITHOUT OVERLAPS' interaction with domains. Tom Lane
- pgsql: Switch EXPLAIN to unaligned output for json/xml/yaml Tomas Vondra
- pgsql: Add EXPLAIN (IO) infrastructure with BitmapHeapScan support Tomas Vondra
- pgsql: auto_explain: Add new GUC auto_explain.log_io Tomas Vondra