Commits

DateSubjectAuthorReleases
2013-06-04 Fix memory leak in LogStandbySnapshot(). Tom Lane 9.0.14
2013-06-04 Fix memory leak in LogStandbySnapshot(). Tom Lane 9.1.10
2013-06-04 Fix memory leak in LogStandbySnapshot(). Tom Lane 9.2.5
2013-06-04 Fix memory leak in LogStandbySnapshot(). Tom Lane 9.3.0
2013-01-14 Prevent very-low-probability PANIC during PREPARE TRANSACTION. Tom Lane 9.3.0
2013-01-08 Fix potential corruption of lock table in CREATE/DROP INDEX CONCURRENTLY. Tom Lane 9.2.3
2013-01-08 Fix potential corruption of lock table in CREATE/DROP INDEX CONCURRENTLY. Tom Lane 9.3.0
2012-05-04 Overdue code review for transaction-level advisory locks patch. Tom Lane 9.2.0
2012-05-04 Overdue code review for transaction-level advisory locks patch. Tom Lane 9.1.4
2011-08-02 Move CheckRecoveryConflictDeadlock() call to a safer place. Tom Lane 9.0.5
2011-08-02 Move CheckRecoveryConflictDeadlock() call to a safer place. Tom Lane 9.1.0
2011-08-02 Move CheckRecoveryConflictDeadlock() call to a safer place. Tom Lane 9.2.0
2010-04-28 Modify ShmemInitStruct and ShmemInitHash to throw errors internally, Tom Lane 9.0.0
2009-03-23 More fixes for 8.4 DTrace probes. Remove useless BUFFER_HIT/BUFFER_MISS Tom Lane 8.4.0
2008-11-02 Remove the last vestiges of the MAKE_PTR/MAKE_OFFSET mechanism. We haven't Tom Lane 8.4.0
2008-03-04 Fix PREPARE TRANSACTION to reject the case where the transaction has dropped a Tom Lane 8.2.7
2008-03-04 Fix PREPARE TRANSACTION to reject the case where the transaction has dropped a Tom Lane 8.3.1
2008-03-04 Fix PREPARE TRANSACTION to reject the case where the transaction has dropped a Tom Lane 8.4.0
2008-02-02 Fix WaitOnLock() to ensure that the process's "waiting" flag is reset after Tom Lane 8.2.7
2008-02-02 Fix WaitOnLock() to ensure that the process's "waiting" flag is reset after Tom Lane 8.3.1
2007-09-05 Implement lazy XID allocation: transactions that do not modify any database Tom Lane 8.3.0
2007-07-16 Add comments spelling out why it's a good idea to release multiple Tom Lane 8.3.0
2006-09-18 Add built-in userlock manipulation functions to replace the former Tom Lane 8.2.0
2006-08-27 Add a function GetLockConflicts() to lock.c to report xacts holding Tom Lane 8.2.0
2006-08-19 Add a 'waiting' column to pg_stat_activity to carry the same information Tom Lane 8.2.0