Mailing lists [pgsql-committers]
- pgsql: Remove redundant memset call following palloc0 Daniel Gustafsson
- pgsql: Fix incorrect comment regarding command completion tags David Rowley
- pgsql: doc: Correct type of bgw_notify_pid Peter Eisentraut
- pgsql: Standardize format for printing PIDs Peter Eisentraut
- pgsql: Make some minor improvements in memory-context infrastructure. Tom Lane
- pgsql: Store GUC data in a memory context, instead of using malloc(). Tom Lane
- pgsql: Add auxiliary lists to GUC data structures for better performanc Tom Lane
- pgsql: Replace the sorted array of GUC variables with a hash table. Tom Lane
- pgsql: libpq: Reset singlerow flag correctly in pipeline mode Alvaro Herrera
- pgsql: libpq: Reset singlerow flag correctly in pipeline mode Alvaro Herrera
- pgsql: libpq: Reset singlerow flag correctly in pipeline mode Alvaro Herrera
- pgsql: pgstat: Track time of the last scan of a relation Andres Freund
- pgsql: Have GetCurrentTransactionStopTimestamp() set xactStopTimestamp Andres Freund