summaryrefslogtreecommitdiff
path: root/src/backend/storage
Commit message (Expand)AuthorAgeFilesLines
* Resolve timing issue with logging locks for Hot Standby.Simon Riggs2012-02-013-43/+87
* Fix corner case in cleanup of transactions using SSI.Heikki Linnakangas2012-01-181-3/+23
* Fix variable confusion in BufferSync().Robert Haas2012-01-061-1/+1
* Avoid crashing when we have problems unlinking files post-commit.Tom Lane2011-12-201-12/+14
* Avoid floating-point underflow while tracking buffer allocation rate.Tom Lane2011-11-191-1/+12
* Derive oldestActiveXid at correct time for Hot Standby.Simon Riggs2011-11-022-2/+58
* Start Hot Standby faster when initial snapshot is incomplete.Simon Riggs2011-11-021-19/+31
* Simplify and improve ProcessStandbyHSFeedbackMessage logic.Tom Lane2011-10-201-19/+31
* Add "Reason code" prefix to internal SSI error messagesPeter Eisentraut2011-08-151-9/+9
* Back-patch assorted latch-related fixes.Tom Lane2011-08-101-11/+31
* Documentation improvement and minor code cleanups for the latch facility.Tom Lane2011-08-091-1/+1
* Move CheckRecoveryConflictDeadlock() call to a safer place.Tom Lane2011-08-023-18/+21
* Fix incorrect initialization of ProcGlobal->startupBufferPinWaitBufId.Tom Lane2011-08-022-7/+6
* Minor message style adjustmentPeter Eisentraut2011-07-271-2/+2
* Change debug message from ereport to elogPeter Eisentraut2011-07-191-4/+3
* Replace errdetail("%s", ...) with errdetail_internal("%s", ...).Tom Lane2011-07-161-1/+1
* Use errdetail_internal() for SSI transaction cancellation details.Tom Lane2011-07-161-9/+9
* Fix one overflow and one signedness error, caused by the patch to calculateHeikki Linnakangas2011-07-081-2/+2
* There's a small window wherein a transaction is committed but not yetHeikki Linnakangas2011-07-081-2/+3
* SSI has a race condition, where the order of commit sequence numbers ofHeikki Linnakangas2011-07-071-18/+11
* Adjust OLDSERXID_MAX_PAGE based on BLCKSZ.Robert Haas2011-07-071-1/+7
* Fix a bug with SSI and prepared transactions:Heikki Linnakangas2011-07-071-3/+35
* Message style tweaksPeter Eisentraut2011-07-051-1/+1
* Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut2011-07-025-17/+17
* Undo overly enthusiastic de-const-ification.Tom Lane2011-06-221-36/+35
* Remove pointless const qualifiers from function arguments in the SSI code.Heikki Linnakangas2011-06-221-48/+46
* Minor editing for README-SSI.Tom Lane2011-06-211-51/+65
* Fix bug in PreCommit_CheckForSerializationFailure. A transaction that hasHeikki Linnakangas2011-06-211-0/+15
* Fix bug introduced by recent SSI patch to merge ROLLED_BACK andHeikki Linnakangas2011-06-211-2/+19
* Capitalization fixesPeter Eisentraut2011-06-194-6/+6
* Update README-SSI. Add a section to describe the "dangerous structure" thatHeikki Linnakangas2011-06-161-87/+117
* pgindent run of recent SSI changes. Also, remove an unnecessary #include.Heikki Linnakangas2011-06-161-6/+5
* The rolled-back flag on serializable xacts was pointless and redundant withHeikki Linnakangas2011-06-151-28/+24
* Make non-MVCC snapshots exempt from predicate locking. Scans with non-MVCCHeikki Linnakangas2011-06-151-61/+107
* Remove now-unnecessary casts.Heikki Linnakangas2011-06-121-21/+20
* Fix locking while setting flags in MySerializableXact.Heikki Linnakangas2011-06-101-31/+54
* Use "transient" files for blind writes, take 2Alvaro Herrera2011-06-104-28/+99
* Use a constant sprintf format to silence compiler warningAlvaro Herrera2011-06-101-1/+1
* Small comment fixes and enhancements.Heikki Linnakangas2011-06-102-13/+37
* Revert "Use "transient" files for blind writes"Alvaro Herrera2011-06-094-116/+28
* Use "transient" files for blind writesAlvaro Herrera2011-06-094-28/+116
* Fix the truncation logic of the OldSerXid SLRU mechanism. We can't passHeikki Linnakangas2011-06-091-19/+43
* Mark the SLRU page as dirty when setting an entry in pg_serial. In theHeikki Linnakangas2011-06-091-1/+2
* Make DDL operations play nicely with Serializable Snapshot Isolation.Heikki Linnakangas2011-06-081-76/+445
* Make ascii-art in comments pgindent-safe, and some other formatting changes.Heikki Linnakangas2011-06-071-13/+17
* SSI comment fixes and enhancements. Notably, document that the conflict-outHeikki Linnakangas2011-06-031-6/+12
* Recode non-ASCII characters in source to UTF-8Peter Eisentraut2011-05-312-5/+5
* The row-version chaining in Serializable Snapshot Isolation was still wrong.Heikki Linnakangas2011-05-302-130/+144
* Fix race condition in CheckTargetForConflictsIn.Robert Haas2011-05-191-128/+79
* Add comment about memory reordering to PredicateLockTupleRowVersionLink.Robert Haas2011-05-061-0/+3