Mailing lists [pgsql-committers]
- pgsql: Fix elog(FATAL) before PostmasterMain() or just after fork(). Noah Misch
- pgsql: Fix elog(FATAL) before PostmasterMain() or just after fork(). Noah Misch
- pgsql: Fix elog(FATAL) before PostmasterMain() or just after fork(). Noah Misch
- pgsql: Fix elog(FATAL) before PostmasterMain() or just after fork(). Noah Misch
- pgsql: Fix elog(FATAL) before PostmasterMain() or just after fork(). Noah Misch
- pgsql: Fix elog(FATAL) before PostmasterMain() or just after fork(). Noah Misch
- pgsql: Doc: add some commentary about ExecutorRun's NoMovement special Tom Lane
- pgsql: Speedup Hash Joins with dedicated functions for ExprState hashin David Rowley
- pgsql: Improve reporting of pg_upgrade log files on test failure Michael Paquier
- pgsql: Improve reporting of pg_upgrade log files on test failure Michael Paquier
- pgsql: Improve reporting of pg_upgrade log files on test failure Michael Paquier
- pgsql: Improve reporting of pg_upgrade log files on test failure Michael Paquier
- pgsql: Use in-place updates for pg_restore_relation_stats(). Jeff Davis
- pgsql: Use ExprStates for hashing in GROUP BY and SubPlans David Rowley
- pgsql: Enable BUFFERS with EXPLAIN ANALYZE by default David Rowley
- pgsql: Add missing BUFFERS OFF in select_into regression tests David Rowley
- pgsql: Add missing BUFFERS OFF in regression tests, take 2 David Rowley
- pgsql: Fix a memory leak in dumping functions with TRANSFORMs Daniel Gustafsson
- pgsql: Unmark gen_random_uuid() function leakproof. Masahiko Sawada
- pgsql: Use pg_memory_is_all_zeros() in pgstatfuncs.c. Nathan Bossart
- pgsql: Fix further fallout from EXPLAIN ANALYZE BUFFERS change David Rowley