Commits

DateSubjectAuthorReleases
2021-07-15 Replace explicit PIN entries in pg_depend with an OID range test. Tom Lane 15.0
2021-05-12 Initial pgindent and pgperltidy run for v14. Tom Lane 14.0
2020-05-15 Rename SLRU structures and associated LWLocks. Tom Lane 13.0
2019-05-09 Clean up the behavior and API of catalog.c's is-catalog-relation tests. Tom Lane 12.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2013-05-13 Fix handling of OID wraparound while in standalone mode. Tom Lane 8.4.18
2013-05-13 Fix handling of OID wraparound while in standalone mode. Tom Lane 9.0.14
2013-05-13 Fix handling of OID wraparound while in standalone mode. Tom Lane 9.1.10
2013-05-13 Fix handling of OID wraparound while in standalone mode. Tom Lane 9.2.5
2013-05-13 Fix handling of OID wraparound while in standalone mode. Tom Lane 9.3.0
2011-09-04 Clean up the #include mess a little. Tom Lane 9.2.0
2011-05-06 Move RegisterPredicateLockingXid() call to a safer place. Tom Lane 9.1.0
2010-10-20 Don't try to fetch database name when SetTransactionIdLimit() is executed Tom Lane 9.0.2
2010-10-20 Don't try to fetch database name when SetTransactionIdLimit() is executed Tom Lane 9.1.0
2010-02-20 Clean up handling of XactReadOnly and RecoveryInProgress checks. Tom Lane 9.0.0
2010-02-17 When updating ShmemVariableCache from a checkpoint record, be sure to set Tom Lane 9.0.0
2009-09-01 Force VACUUM to recalculate oldestXmin even when we haven't changed our Tom Lane 9.0.0
2009-08-31 Track the current XID wrap limit (or more accurately, the oldest unfrozen Tom Lane 9.0.0
2009-04-23 Change the default value of max_prepared_transactions to zero, and add Tom Lane 8.4.0
2008-12-11 To reduce confusion over whether VACUUM FULL is needed for anti-wraparound Tom Lane 8.4.0
2007-09-08 Replace the former method of determining snapshot xmax --- to wit, calling Tom Lane 8.3.0
2006-11-05 Fix recently-understood problems with handling of XID freezing, particularly Tom Lane 8.2.0
2006-09-03 Arrange for GetSnapshotData to copy live-subtransaction XIDs from the Tom Lane 8.2.0
2005-08-12 Solve the problem of OID collisions by probing for duplicate OIDs Tom Lane 8.1.0
2005-05-19 Split the shared-memory array of PGPROC pointers out of the sinval Tom Lane 8.1.0