Commits

Showing commits that first shipped in 19 (backpatches included). Clear

DateSubjectAuthorReleases
2025-12-11 Fix some comments. Nathan Bossart 19 (unreleased)
2025-12-09 vacuumdb: Add --dry-run. Nathan Bossart 19 (unreleased)
2025-12-09 vacuumdb: Move some variables to the vacuumingOptions struct. Nathan Bossart 19 (unreleased)
2025-12-09 Add ParallelSlotSetIdle(). Nathan Bossart 19 (unreleased)
2025-12-09 doc: Fix titles of some pg_buffercache functions. Nathan Bossart 19 (unreleased)
2025-12-05 Add commit 86b276a4a9 to .git-blame-ignore-revs. Nathan Bossart 19 (unreleased)
2025-12-04 Fix key size of PrivateRefCountHash. Nathan Bossart 19 (unreleased)
2025-12-03 Use "foo(void)" for definitions of functions with no parameters. Nathan Bossart 19 (unreleased)
2025-12-02 Use LW_SHARED in dsa.c where possible. Nathan Bossart 19 (unreleased)
2025-12-02 Show size of DSAs and dshashes in pg_dsm_registry_allocations. Nathan Bossart 19 (unreleased)
2025-11-26 Teach DSM registry to retry entry initialization if needed. Nathan Bossart 19 (unreleased)
2025-11-26 Revert "Teach DSM registry to ERROR if attaching to an uninitialized entry." Nathan Bossart 19 (unreleased)
2025-11-26 Remove a few unused struct members. Nathan Bossart 19 (unreleased)
2025-11-19 doc: Update formula for vacuum insert threshold. Nathan Bossart 19 (unreleased)
2025-11-18 Add commit f63ae72bbc to .git-blame-ignore-revs. Nathan Bossart 19 (unreleased)
2025-11-18 Switch from tabs to spaces in postgresql.conf.sample. Nathan Bossart 19 (unreleased)
2025-11-18 Update .editorconfig and .gitattributes for postgresql.conf.sample. Nathan Bossart 19 (unreleased)
2025-11-18 Check for tabs in postgresql.conf.sample. Nathan Bossart 19 (unreleased)
2025-11-14 Comment out autovacuum_worker_slots in postgresql.conf.sample. Nathan Bossart 19 (unreleased)
2025-11-14 Add note about CreateStatistics()'s selective use of check_rights. Nathan Bossart 19 (unreleased)
2025-11-12 Remove obsolete autovacuum comment. Nathan Bossart 19 (unreleased)
2025-11-12 test_dsa: Avoid leaking LWLock tranches. Nathan Bossart 19 (unreleased)
2025-11-12 Teach DSM registry to ERROR if attaching to an uninitialized entry. Nathan Bossart 19 (unreleased)
2025-11-10 Check for CREATE privilege on the schema in CREATE STATISTICS. Nathan Bossart 19 (unreleased)
2025-10-28 Add psql PROMPT variable for search_path. Nathan Bossart 19 (unreleased)