Commits

DateSubjectAuthorReleases
2015-02-20 Use FLEXIBLE_ARRAY_MEMBER in some more places. Tom Lane 9.5.0
2012-02-06 Add locking around WAL-replay modification of shared-memory variables. Tom Lane 9.2.0
2012-01-30 Assorted comment fixes, mostly just typos, but some obsolete statements. Tom Lane 9.2.0
2011-10-22 Support synchronization of snapshots through an export/import procedure. Tom Lane 9.2.0
2011-10-20 Simplify and improve ProcessStandbyHSFeedbackMessage logic. Tom Lane 9.1.2
2011-10-20 Simplify and improve ProcessStandbyHSFeedbackMessage logic. Tom Lane 9.2.0
2011-09-04 Clean up the #include mess a little. Tom Lane 9.2.0
2010-08-30 Cosmetic fixes for KnownAssignedXidsGetOldestXmin, per Fujii Masao. Tom Lane 9.0.0
2010-08-30 Cosmetic fixes for KnownAssignedXidsGetOldestXmin, per Fujii Masao. Tom Lane 9.1.0
2010-07-03 Make vacuum_defer_cleanup_age be PGC_SIGHUP level, since it's not sensible Tom Lane 9.0.0
2010-04-29 Rename the parameter recovery_connections to hot_standby, to reduce possible Tom Lane 9.0.0
2010-04-28 Replace the KnownAssignedXids hash table with a sorted-array data structure, Tom Lane 9.0.0
2010-01-16 Fix bogus initialization of KnownAssignedXids shared memory state --- Tom Lane 9.0.0
2009-12-31 Add missing 'static' tag. Tom Lane 9.0.0
2009-07-29 Fix a thinko introduced into CountActiveBackends by a recent patch: Tom Lane 8.1.18
2009-07-29 Fix a thinko introduced into CountActiveBackends by a recent patch: Tom Lane 8.2.14
2009-07-29 Fix a thinko introduced into CountActiveBackends by a recent patch: Tom Lane 8.3.8
2009-07-29 Fix a thinko introduced into CountActiveBackends by a recent patch: Tom Lane 8.4.1
2009-07-29 Fix a thinko introduced into CountActiveBackends by a recent patch: Tom Lane 9.0.0
2009-04-04 A session that does not have any live snapshots does not have to be waited for Tom Lane 8.4.0
2008-08-04 Improve CREATE/DROP/RENAME DATABASE so that when failing because the source Tom Lane 8.4.0
2008-03-11 Make TransactionIdIsInProgress check transam.c's single-item XID status cache Tom Lane 8.4.0
2008-01-09 Fix CREATE INDEX CONCURRENTLY to not deadlock against an automatic or manual Tom Lane 8.3.0
2007-11-30 Avoid incrementing the CommandCounter when CommandCounterIncrement is called Tom Lane 8.3.0
2007-09-23 TransactionIdIsInProgress can skip scanning the ProcArray if the target XID is Tom Lane 8.3.0