Mailing lists [pgsql-committers]
- pgsql: pgstat: prepare APIs used by pgstatfuncs for shared memory stats Andres Freund
 - pgsql: pgstat: introduce PgStat_Kind enum. Andres Freund
 - pgsql: pgstat: scaffolding for transactional stats creation / drop. Andres Freund
 - pgsql: pgstat: revise replication slot API in preparation for shared me Andres Freund
 - pgsql: Reorder subskiplsn in pg_subscription to avoid alignment issues. Amit Kapila
 - pgsql: pgstat: store statistics in shared memory. Andres Freund
 - pgsql: pgstat: remove stats_temp_directory. Andres Freund
 - pgsql: pgstat: normalize function naming. Andres Freund
 - pgsql: pgstat: rename STATS_COLLECTOR GUC group to STATS_CUMULATIVE. Andres Freund
 - pgsql: pgstat: move pgstat.c to utils/activity. Andres Freund
 - pgsql: Add single-item cache when looking at topmost XID of a subtrans Michael Paquier
 - pgsql: Update config.guess and config.sub Peter Eisentraut
 - Re: pgsql: pgstat: store statistics in shared memory. Michael Paquier
 - pgsql: Custom WAL Resource Managers. Jeff Davis
 - pgsql: Fix compilation with WAL_DEBUG. Andres Freund
 - Re: pgsql: pgstat: store statistics in shared memory. Andres Freund
 - pgsql: pgstat: prevent fix pgstat_reinit_entry() from zeroing out lwloc Andres Freund
 - pgsql: pgstat: fix small bug in pgstat_drop_relation(). Andres Freund
 - pgsql: pgstat: add pg_stat_force_next_flush(), use it to simplify tests Andres Freund
 - Re: pgsql: pgstat: add pg_stat_force_next_flush(), use it to simplify tests John Naylor
 - Re: pgsql: pgstat: add pg_stat_force_next_flush(), use it to simplify tests Andres Freund
 - pgsql: pgstat: add pg_stat_have_stats() test helper. Andres Freund
 - pgsql: pgstat: add tests for transaction behaviour, 2PC, function stats Andres Freund
 - Re: pgsql: pgstat: store statistics in shared memory. Andres Freund
 - pgsql: Fix warning introduced in 5c279a6d350. Jeff Davis
 - Re: pgsql: pgstat: store statistics in shared memory. Michael Paquier
 - pgsql: Prefetch data referenced by the WAL, take II. Thomas Munro
 - pgsql: pgstat: add alternate output for stats.spec, for the 2PC disable Andres Freund
 - pgsql: Try to silence "-Wmissing-braces" complaints in rmgrdesc.c. Andres Freund
 - Re: pgsql: Prefetch data referenced by the WAL, take II. Andres Freund
 - pgsql: Include some missing headers. Thomas Munro
 - 
	
 
	pgsql: Avoid 
element in man pages Peter Eisentraut - pgsql: Fix typo in xlogrecovery.c code comment Daniel Gustafsson
 - Re: pgsql: Prefetch data referenced by the WAL, take II. Andrew Dunstan
 - Re: pgsql: Prefetch data referenced by the WAL, take II. Tom Lane
 - pgsql: Unlogged sequences Peter Eisentraut
 - pgsql: Fix another buildfarm issue from commit 5c279a6d350. Jeff Davis
 - pgsql: Fix off-by-one error in pg_waldump, introduced in 5c279a6d350. Jeff Davis
 - pgsql: doc: Fix man page whitespace issues Peter Eisentraut
 - pgsql: Revert "Logical decoding of sequences" Tomas Vondra
 - pgsql: Add isolation tests for snapshot behavior in ri_triggers.c Alvaro Herrera
 - pgsql: Fix test instability introduced in e349c95d3e9 due to async dedu Andres Freund
 - pgsql: Rewrite some RI code to avoid using SPI Alvaro Herrera
 - pgsql: pgstat: add tests for handling of restarts, including crashes. Andres Freund
 - Re: pgsql: Rewrite some RI code to avoid using SPI Tom Lane
 - pgsql: psql: add \dconfig command to show server's configuration parame Tom Lane
 - Re: pgsql: Rewrite some RI code to avoid using SPI Alvaro Herrera
 - pgsql: Revert "Rewrite some RI code to avoid using SPI" Alvaro Herrera
 - pgsql: Add minimal tests for recovery conflict handling. Andres Freund
 - pgsql: pgstat: test stats interactions with physical replication. Andres Freund
 - Re: pgsql: Rewrite some RI code to avoid using SPI Tom Lane
 - pgsql: Extend plsample example to include a trigger handler. Tom Lane
 - pgsql: Teach planner and executor about monotonic window funcs David Rowley
 - pgsql: Truncate line pointer array during heap pruning. Peter Geoghegan
 - pgsql: pgstat: add/extend tests for resetting various kinds of stats. Andres Freund