Commits

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

DateSubjectAuthorReleases
2024-03-26 Add commit 64e401b62b to .git-blame-ignore-revs. Nathan Bossart 17.0
2024-03-26 Optimize roles_is_member_of() with a Bloom filter. Nathan Bossart 17.0
2024-03-26 Micro-optimize pg_lfind32(). Nathan Bossart 17.0
2024-03-25 Adjust pgbench option for debug mode. Nathan Bossart 17.0
2024-03-24 doc: Clarify requirements for SET ROLE. Nathan Bossart 17.0
2024-03-21 Revise the style of a paragraph in README.md. Nathan Bossart 17.0
2024-03-20 Avoid overflow in MaybeRemoveOldWalSummaries(). Nathan Bossart 17.0
2024-03-20 Revert "Temporary patch to help debug pg_walsummary test failures." Nathan Bossart 17.0
2024-03-19 Inline pg_popcount{32,64} into pg_popcount(). Nathan Bossart 17.0
2024-03-18 Initialize variables to placate compiler. Nathan Bossart 17.0
2024-03-14 Add pg_column_toast_chunk_id(). Nathan Bossart 17.0
2024-03-13 Reintroduce MAINTAIN privilege and pg_maintain predefined role. Nathan Bossart 17.0
2024-03-11 reindexdb: Allow specifying objects to process in all databases. Nathan Bossart 17.0
2024-03-11 clusterdb: Allow specifying tables to process in all databases. Nathan Bossart 17.0
2024-03-11 vacuumdb: Allow specifying objects to process in all databases. Nathan Bossart 17.0
2024-03-05 Add a few recent commits to .git-blame-ignore-revs. Nathan Bossart 17.0
2024-03-04 Add macro for customizing an archiving WARNING message. Nathan Bossart 17.0
2024-02-29 Convert unloggedLSN to an atomic variable. Nathan Bossart 17.0
2024-02-29 Convert archiver's force_dir_scan variable to an atomic variable. Nathan Bossart 17.0
2024-02-29 Introduce atomic read/write functions with full barrier semantics. Nathan Bossart 17.0
2024-02-28 Convert README to Markdown. Nathan Bossart 17.0
2024-02-27 Fix comments for the dshash_parameters struct. Nathan Bossart 17.0
2024-02-26 Add helper functions for dshash tables with string keys. Nathan Bossart 17.0
2024-02-26 Use NULL instead of 0 for 'arg' argument in dshash_create() calls. Nathan Bossart 17.0
2024-02-16 Use new overflow-safe integer comparison functions. Nathan Bossart 17.0