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