Commits

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

DateSubjectAuthorReleases
2021-10-24 Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions. Noah Misch 9.6.24
2021-07-24 Fix check for conflicting session- vs transaction-level locks. Tom Lane 9.6.23
2021-01-30 Fix CREATE INDEX CONCURRENTLY for simultaneous prepared transactions. Noah Misch 9.6.21
2020-03-22 Revert "Skip WAL for new relfilenodes, under wal_level=minimal." Noah Misch 9.6.18
2020-03-21 Skip WAL for new relfilenodes, under wal_level=minimal. Noah Misch 9.6.18
2018-09-19 Don't ignore locktable-full failures in StandbyAcquireAccessExclusiveLock. Tom Lane 9.6.11
2018-09-07 Fix longstanding recursion hazard in sinval message processing. Tom Lane 9.6.11
2017-02-06 Fix typos in comments. Heikki Linnakangas 9.6.2
2016-06-09 pgindent run for 9.6 Robert Haas 9.6.0
2016-04-08 Extend relations multiple blocks at a time to improve scalability. Robert Haas 9.6.0
2016-03-10 Provide much better wait information in pg_stat_activity. Robert Haas 9.6.0
2016-02-22 Create a function to reliably identify which sessions block which others. Tom Lane 9.6.0
2016-02-13 Make GetLockStatusData's header comment resemble reality. Tom Lane 9.6.0
2016-02-07 Introduce group locking to prevent parallel processes from deadlocking. Robert Haas 9.6.0
2016-01-29 Migrate PGPROC's backendLock into PGPROC itself, using a new tranche. Robert Haas 9.6.0
2016-01-02 Update copyright for 2016 Bruce Momjian 9.6.0
2015-09-28 Use LOCKBIT_ON() instead of a bit shift in a few places. Robert Haas 9.6.0
2015-09-20 Be more wary about partially-valid LOCALLOCK data in RemoveLocalLock(). Tom Lane 9.6.0