Commits

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

DateSubjectAuthorReleases
2024-07-01 Preserve CurrentMemoryContext across notify and sinval interrupts. Tom Lane 13.16
2021-09-14 Send NOTIFY signals during CommitTransaction. Tom Lane 13.5
2021-01-16 Prevent excess SimpleLruTruncate() deletion. Noah Misch 13.2
2020-11-28 Fix a recently-introduced race condition in LISTEN/NOTIFY handling. Tom Lane 13.2
2020-08-15 Prevent concurrent SimpleLruTruncate() for any given SLRU. Noah Misch 13.0
2020-06-07 Spelling adjustments Peter Eisentraut 13.0
2020-05-15 Rename SLRU structures and associated LWLocks. Tom Lane 13.0
2020-05-14 Fix async.c to not register any SLRU stats counts in the postmaster. Tom Lane 13.0
2020-03-11 Refactor ps_status.c API Peter Eisentraut 13.0
2020-02-27 Move src/backend/utils/hash/hashfn.c to src/common Robert Haas 13.0
2020-01-01 Update copyrights for 2020 Bruce Momjian 13.0
2019-11-24 Doc: improve discussion of race conditions involved in LISTEN. Tom Lane 13.0
2019-11-24 Stabilize NOTIFY behavior by transmitting notifies before ReadyForQuery. Tom Lane 13.0
2019-11-24 Stabilize the results of pg_notification_queue_usage(). Tom Lane 13.0
2019-11-01 PG_FINALLY Peter Eisentraut 13.0
2019-10-04 Remove AtSubStart_Notify. Robert Haas 13.0
2019-09-22 Make some efficiency improvements in LISTEN/NOTIFY. Tom Lane 13.0
2019-09-10 Reduce overhead of scanning the backend[] array in LISTEN/NOTIFY. Tom Lane 13.0
2019-08-15 Use a hash table to de-duplicate NOTIFY events faster. Tom Lane 13.0
2019-07-16 Remove dead code. Tom Lane 13.0
2019-07-15 Represent Lists as expansible arrays, not chains of cons-cells. Tom Lane 13.0