Commits

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

DateSubjectAuthorReleases
2013-10-07 Fix bugs in SSI tuple locking. Heikki Linnakangas 9.1.10
2012-02-29 Correctly detect SSI conflicts of prepared transactions after crash. Heikki Linnakangas 9.1.4
2012-01-18 Fix corner case in cleanup of transactions using SSI. Heikki Linnakangas 9.1.3
2011-07-08 Fix one overflow and one signedness error, caused by the patch to calculate Heikki Linnakangas 9.1.0
2011-07-07 There's a small window wherein a transaction is committed but not yet Heikki Linnakangas 9.1.0
2011-07-07 SSI has a race condition, where the order of commit sequence numbers of Heikki Linnakangas 9.1.0
2011-07-07 Fix a bug with SSI and prepared transactions: Heikki Linnakangas 9.1.0
2011-06-22 Remove pointless const qualifiers from function arguments in the SSI code. Heikki Linnakangas 9.1.0
2011-06-21 Fix bug in PreCommit_CheckForSerializationFailure. A transaction that has Heikki Linnakangas 9.1.0
2011-06-21 Fix bug introduced by recent SSI patch to merge ROLLED_BACK and Heikki Linnakangas 9.1.0
2011-06-16 pgindent run of recent SSI changes. Also, remove an unnecessary #include. Heikki Linnakangas 9.1.0
2011-06-15 The rolled-back flag on serializable xacts was pointless and redundant with Heikki Linnakangas 9.1.0
2011-06-15 Make non-MVCC snapshots exempt from predicate locking. Scans with non-MVCC Heikki Linnakangas 9.1.0
2011-06-12 Remove now-unnecessary casts. Heikki Linnakangas 9.1.0
2011-06-10 Fix locking while setting flags in MySerializableXact. Heikki Linnakangas 9.1.0
2011-06-10 Small comment fixes and enhancements. Heikki Linnakangas 9.1.0
2011-06-09 Fix the truncation logic of the OldSerXid SLRU mechanism. We can't pass Heikki Linnakangas 9.1.0
2011-06-09 Mark the SLRU page as dirty when setting an entry in pg_serial. In the Heikki Linnakangas 9.1.0
2011-06-08 Make DDL operations play nicely with Serializable Snapshot Isolation. Heikki Linnakangas 9.1.0
2011-06-07 Make ascii-art in comments pgindent-safe, and some other formatting changes. Heikki Linnakangas 9.1.0
2011-06-03 SSI comment fixes and enhancements. Notably, document that the conflict-out Heikki Linnakangas 9.1.0
2011-05-30 The row-version chaining in Serializable Snapshot Isolation was still wrong. Heikki Linnakangas 9.1.0
2011-04-11 TransferPredicateLocksToNewTarget should initialize a new lock Heikki Linnakangas 9.1.0
2011-04-11 Fix the size of predicate lock manager's shared memory hash tables at creation. Heikki Linnakangas 9.1.0
2011-03-31 Fix a tiny race condition in predicate locking. Need to hold the lock while Heikki Linnakangas 9.1.0