| Commit message (Expand) | Author | Age | Files | Lines |
| * | Support synchronization of snapshots through an export/import procedure. | Tom Lane | 2011-10-22 | 1 | -6/+70 |
| * | Allow snapshot references to still work during transaction abort. | Tom Lane | 2011-09-26 | 1 | -16/+23 |
| * | Add "Reason code" prefix to internal SSI error messages | Peter Eisentraut | 2011-08-15 | 1 | -9/+9 |
| * | Minor message style adjustment | Peter Eisentraut | 2011-07-27 | 1 | -2/+2 |
| * | Use errdetail_internal() for SSI transaction cancellation details. | Tom Lane | 2011-07-16 | 1 | -9/+9 |
| * | Fix one overflow and one signedness error, caused by the patch to calculate | Heikki Linnakangas | 2011-07-08 | 1 | -2/+2 |
| * | There's a small window wherein a transaction is committed but not yet | Heikki Linnakangas | 2011-07-08 | 1 | -2/+3 |
| * | SSI has a race condition, where the order of commit sequence numbers of | Heikki Linnakangas | 2011-07-07 | 1 | -18/+11 |
| * | Adjust OLDSERXID_MAX_PAGE based on BLCKSZ. | Robert Haas | 2011-07-07 | 1 | -1/+7 |
| * | Fix a bug with SSI and prepared transactions: | Heikki Linnakangas | 2011-07-07 | 1 | -3/+35 |
| * | Message style tweaks | Peter Eisentraut | 2011-07-05 | 1 | -1/+1 |
| * | Unify spelling of "canceled", "canceling", "cancellation" | Peter Eisentraut | 2011-06-29 | 1 | -11/+11 |
| * | Undo overly enthusiastic de-const-ification. | Tom Lane | 2011-06-22 | 1 | -36/+35 |
| * | Remove pointless const qualifiers from function arguments in the SSI code. | Heikki Linnakangas | 2011-06-22 | 1 | -48/+46 |
| * | Fix bug in PreCommit_CheckForSerializationFailure. A transaction that has | Heikki Linnakangas | 2011-06-21 | 1 | -0/+15 |
| * | Fix bug introduced by recent SSI patch to merge ROLLED_BACK and | Heikki Linnakangas | 2011-06-21 | 1 | -2/+19 |
| * | pgindent run of recent SSI changes. Also, remove an unnecessary #include. | Heikki Linnakangas | 2011-06-16 | 1 | -6/+5 |
| * | The rolled-back flag on serializable xacts was pointless and redundant with | Heikki Linnakangas | 2011-06-15 | 1 | -28/+24 |
| * | Make non-MVCC snapshots exempt from predicate locking. Scans with non-MVCC | Heikki Linnakangas | 2011-06-15 | 1 | -61/+107 |
| * | Remove now-unnecessary casts. | Heikki Linnakangas | 2011-06-12 | 1 | -21/+20 |
| * | Fix locking while setting flags in MySerializableXact. | Heikki Linnakangas | 2011-06-10 | 1 | -31/+54 |
| * | Small comment fixes and enhancements. | Heikki Linnakangas | 2011-06-10 | 1 | -12/+36 |
| * | Fix the truncation logic of the OldSerXid SLRU mechanism. We can't pass | Heikki Linnakangas | 2011-06-09 | 1 | -19/+43 |
| * | Mark the SLRU page as dirty when setting an entry in pg_serial. In the | Heikki Linnakangas | 2011-06-09 | 1 | -1/+2 |
| * | Make DDL operations play nicely with Serializable Snapshot Isolation. | Heikki Linnakangas | 2011-06-08 | 1 | -76/+445 |
| * | Make ascii-art in comments pgindent-safe, and some other formatting changes. | Heikki Linnakangas | 2011-06-07 | 1 | -13/+17 |
| * | SSI comment fixes and enhancements. Notably, document that the conflict-out | Heikki Linnakangas | 2011-06-03 | 1 | -6/+12 |
| * | Recode non-ASCII characters in source to UTF-8 | Peter Eisentraut | 2011-05-31 | 1 | -2/+2 |
| * | The row-version chaining in Serializable Snapshot Isolation was still wrong. | Heikki Linnakangas | 2011-05-30 | 1 | -130/+96 |
| * | Fix race condition in CheckTargetForConflictsIn. | Robert Haas | 2011-05-19 | 1 | -128/+79 |
| * | Add comment about memory reordering to PredicateLockTupleRowVersionLink. | Robert Haas | 2011-05-06 | 1 | -0/+3 |
| * | Add fast paths for cases when no serializable transactions are running. | Robert Haas | 2011-04-25 | 1 | -0/+21 |
| * | TransferPredicateLocksToNewTarget should initialize a new lock | Heikki Linnakangas | 2011-04-11 | 1 | -2/+16 |
| * | Fix the size of predicate lock manager's shared memory hash tables at creation. | Heikki Linnakangas | 2011-04-11 | 1 | -13/+9 |
| * | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 | 1 | -60/+59 |
| * | Truncate the predicate lock SLRU to empty, instead of almost empty. | Robert Haas | 2011-04-08 | 1 | -7/+19 |
| * | Partially roll back overenthusiastic SSI optimization. | Robert Haas | 2011-04-08 | 1 | -7/+13 |
| * | Tweaks for SSI out-of-shared memory behavior. | Robert Haas | 2011-04-07 | 1 | -13/+5 |
| * | Repair some flakiness in CheckTargetForConflictsIn. | Robert Haas | 2011-04-05 | 1 | -1/+24 |
| * | Fix a tiny race condition in predicate locking. Need to hold the lock while | Heikki Linnakangas | 2011-03-31 | 1 | -4/+3 |
| * | Fix overly strict assertion in SummarizeOldestCommittedSxact(). There's a | Heikki Linnakangas | 2011-03-08 | 1 | -4/+10 |
| * | Truncate predicate lock manager's SLRU lazily at checkpoint. That's safer | Heikki Linnakangas | 2011-03-08 | 1 | -52/+65 |
| * | You must hold a lock on the heap page when you call | Heikki Linnakangas | 2011-03-04 | 1 | -3/+4 |
| * | Fix bugs in Serializable Snapshot Isolation. | Heikki Linnakangas | 2011-03-01 | 1 | -259/+124 |
| * | Properly initialize variables | Magnus Hagander | 2011-02-18 | 1 | -5/+12 |
| * | Rename max_predicate_locks_per_transaction. | Robert Haas | 2011-02-15 | 1 | -5/+5 |
| * | Allocate all entries in the serializable xid hash up-front, so that you don't | Heikki Linnakangas | 2011-02-10 | 1 | -5/+3 |
| * | Fix allocation of RW-conflict pool in the new predicate lock manager, and | Heikki Linnakangas | 2011-02-09 | 1 | -2/+8 |
| * | Fix copy-pasto in description of pg_serial, and silence compiler warning | Heikki Linnakangas | 2011-02-08 | 1 | -1/+1 |
| * | Implement genuine serializable isolation level. | Heikki Linnakangas | 2011-02-08 | 1 | -0/+4439 |