Mailing lists [pgsql-committers]
- pgsql: ssl: Skip passphrase reload tests in EXEC_BACKEND builds Daniel Gustafsson
- pgsql: pg_plan_advice: Fix multiple copy-and-paste-errors in test case. Robert Haas
- pgsql: doc: Clarify BUFFERS behavior without ANALYZE in EXPLAIN Fujii Masao
- pgsql: Add more debugging information for bgworker termination tests of Michael Paquier
- pgsql: test_saslprep: Test module for SASLprep() Michael Paquier
- pgsql: Short-circuit row estimation in NOT IN containing NULL consts David Rowley
- pgsql: test_saslprep: Apply proper indentation Michael Paquier
- pgsql: Add commit 015d32016d84 to .git-blame-ignore-revs. Michael Paquier
- pgsql: Add some const qualifiers enabled by typeof_unqual change on cop Peter Eisentraut
- pgsql: Fix transient memory leakage in jsonpath evaluation. Tom Lane
- pgsql: dshash: Make it possible to suppress out of memory errors Robert Haas
- pgsql: Allow choosing specific grantors via GRANT/REVOKE ... GRANTED BY Nathan Bossart
- pgsql: Avoid leaking duplicated file descriptors in corner cases. Tom Lane
- pgsql: Improve hash join's handling of tuples with null join keys. Tom Lane
- pgsql: Allow explicit casting between bytea and uuid. Masahiko Sawada