Commits

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

DateSubjectAuthorReleases
2024-09-13 Fix contrib/pageinspect's test for sequences. Nathan Bossart 17.0
2024-09-12 Reintroduce support for sequences in pgstattuple and pageinspect. Nathan Bossart 17.0
2024-08-20 Fix a couple of wait event descriptions. Nathan Bossart 17.0
2024-08-09 doc: Fix name of CRC algorithm in "Reliability" section. Nathan Bossart 17.0
2024-07-24 pg_upgrade: Retrieve subscription count more efficiently. Nathan Bossart 17.0
2024-07-24 Detect integer overflow in array_set_slice(). Nathan Bossart 17.0
2024-07-19 Add overflow checks to money type. Nathan Bossart 17.0
2024-07-17 Use PqMsg_* macros in more places. Nathan Bossart 17.0
2024-06-26 Use PqMsg_* macros in fe-auth.c. Nathan Bossart 17.0
2024-06-19 Fix comment in pg_upgrade.h. Nathan Bossart 17.0
2024-06-05 Fix documentation for POSIX semaphores. Nathan Bossart 17.0
2024-06-03 Fix documentation for System V semaphores. Nathan Bossart 17.0
2024-05-13 Fix pg_sequence_last_value() for unlogged sequences on standbys. Nathan Bossart 17.0
2024-05-06 Fix privilege checks in pg_stats_ext and pg_stats_ext_exprs. Nathan Bossart 17.0
2024-04-23 Fix code for probing availability of AVX-512. Nathan Bossart 17.0
2024-04-15 doc: Note exceptions for SET ROLE's effect on privilege checks. Nathan Bossart 17.0
2024-04-07 Optimize visibilitymap_count() with AVX-512 instructions. Nathan Bossart 17.0
2024-04-07 Optimize pg_popcount() with AVX-512 instructions. Nathan Bossart 17.0
2024-04-03 Inline pg_popcount() for small buffers. Nathan Bossart 17.0
2024-04-03 Add built-in ERROR handling for archive callbacks. Nathan Bossart 17.0
2024-04-02 Avoid function call overhead of pg_popcount() in syslogger.c. Nathan Bossart 17.0
2024-04-02 Refactor code for setting pg_popcount* function pointers. Nathan Bossart 17.0
2024-03-28 Improve style of pg_lfind32(). Nathan Bossart 17.0
2024-03-27 Adjust documentation for syncfs(). Nathan Bossart 17.0
2024-03-27 Fix compiler warning for pg_lfind32(). Nathan Bossart 17.0