Commits

DateSubjectAuthorReleases
2024-12-28 Replace PGPROC.isBackgroundWorker with isRegularBackend. Tom Lane 18.0
2024-12-28 Exclude parallel workers from connection privilege/limit checks. Tom Lane 14.16
2024-12-28 Exclude parallel workers from connection privilege/limit checks. Tom Lane 13.19
2024-12-28 Exclude parallel workers from connection privilege/limit checks. Tom Lane 16.7
2024-12-28 Exclude parallel workers from connection privilege/limit checks. Tom Lane 15.11
2024-12-28 Exclude parallel workers from connection privilege/limit checks. Tom Lane 18.0
2024-12-28 Exclude parallel workers from connection privilege/limit checks. Tom Lane 17.3
2024-12-28 Reserve a PGPROC slot and semaphore for the slotsync worker process. Tom Lane 18.0
2024-12-28 Reserve a PGPROC slot and semaphore for the slotsync worker process. Tom Lane 17.3
2023-05-19 Pre-beta mechanical code beautification. Tom Lane 16.0
2022-04-15 Tighten ComputeXidHorizons' handling of walsenders. Tom Lane 15.0
2021-05-12 Initial pgindent and pgperltidy run for v14. Tom Lane 14.0
2021-01-06 Add idle_session_timeout. Tom Lane 14.0
2020-05-15 Rename assorted LWLock tranches. Tom Lane 13.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2016-12-12 Make the different Unix-y semaphore implementations ABI-compatible. Tom Lane 10.0
2016-02-22 Remove redundant PGPROC.lockGroupLeaderIdentifier field. Tom Lane 9.6.0
2013-03-17 Add lock_timeout configuration parameter. Tom Lane 9.3.0
2012-05-10 Improve control logic for bgwriter hibernation mode. Tom Lane 9.2.0
2012-05-09 Reduce idle power consumption of walwriter and checkpointer processes. Tom Lane 9.2.0
2012-01-29 Fix typo in comment. Tom Lane 9.2.0
2011-09-09 Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h. Tom Lane 9.2.0
2011-09-04 Fix #include problems in 9.1 branch. Tom Lane 9.1.0
2011-09-04 Remove unnecessary and circular #include. Tom Lane 9.2.0
2011-08-10 Change the autovacuum launcher to use WaitLatch instead of a poll loop. Tom Lane 9.2.0