Commits

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

DateSubjectAuthorReleases
2026-07-03 Remove replication slot advice from MultiXact wraparound hints Fujii Masao 17 (unreleased)
2026-03-23 Fix multixact backwards-compatibility with CHECKPOINT race condition Heikki Linnakangas 17.10
2026-03-02 Fix OldestMemberMXactId and OldestVisibleMXactId array usage Heikki Linnakangas 17.10
2026-02-16 Don't reset 'latest_page_number' when replaying multixid truncation Heikki Linnakangas 17.9
2026-01-15 Add check for invalid offset at multixid truncation Heikki Linnakangas 17.8
2025-12-15 Clarify comment on multixid offset wraparound check Heikki Linnakangas 17.8
2025-12-05 Fix setting next multixid's offset at offset wraparound Heikki Linnakangas 17.8
2025-12-03 Set next multixid's offset when creating a new multixid Heikki Linnakangas 17.8
2024-08-19 Fix more holes with SLRU code in need of int64 for segment numbers Michael Paquier 17.0
2024-07-26 Fix more holes with SLRU code in need of int64 for segment numbers Michael Paquier 17.0
2024-06-16 Convert confusing macros in multixact.c to static inline functions Heikki Linnakangas 17.0
2024-06-13 Clamp result of MultiXactMemberFreezeThreshold Heikki Linnakangas 17.0
2024-05-17 Revise GUC names quoting in messages again Peter Eisentraut 17.0
2024-04-07 Use conditional variable to wait for next MultiXact offset Alvaro Herrera 17.0
2024-03-04 Rework locking code in GetMultiXactIdMembers Alvaro Herrera 17.0
2024-03-04 Remove unused #include's from backend .c files Peter Eisentraut 17.0
2024-03-03 Replace BackendIds with 0-based ProcNumbers Heikki Linnakangas 17.0
2024-02-28 Improve performance of subsystems on top of SLRU Alvaro Herrera 17.0
2024-02-28 Rename SLRU elements in view pg_stat_slru Alvaro Herrera 17.0
2024-02-06 Use atomic access for SlruShared->latest_page_number Alvaro Herrera 17.0
2024-01-04 Update copyright for 2024 Bruce Momjian 17.0
2023-11-28 Index SLRUs by 64-bit integers rather than by 32-bit integers Alexander Korotkov 17.0
2023-10-17 Reword messages about impending (M)XID exhaustion. Robert Haas 17.0
2023-10-17 Talk about assigning, rather than generating, new MultiXactIds. Robert Haas 17.0