aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage
Commit message (Expand)AuthorAge
* Only allow autovacuum to be auto-canceled by a directly blocked process.Tom Lane2012-07-26
* Log a better message when canceling autovacuum.Robert Haas2012-07-26
* Improve coding around the fsync request queue.Tom Lane2012-07-17
* Fix bug in early startup of Hot Standby with subtransactions.Simon Riggs2012-06-08
* Overdue code review for transaction-level advisory locks patch.Tom Lane2012-05-04
* Correctly detect SSI conflicts of prepared transactions after crash.Heikki Linnakangas2012-02-29
* Resolve timing issue with logging locks for Hot Standby.Simon Riggs2012-02-01
* Fix corner case in cleanup of transactions using SSI.Heikki Linnakangas2012-01-18
* Fix variable confusion in BufferSync().Robert Haas2012-01-06
* Avoid crashing when we have problems unlinking files post-commit.Tom Lane2011-12-20
* Avoid floating-point underflow while tracking buffer allocation rate.Tom Lane2011-11-19
* Derive oldestActiveXid at correct time for Hot Standby.Simon Riggs2011-11-02
* Start Hot Standby faster when initial snapshot is incomplete.Simon Riggs2011-11-02
* Simplify and improve ProcessStandbyHSFeedbackMessage logic.Tom Lane2011-10-20
* Add "Reason code" prefix to internal SSI error messagesPeter Eisentraut2011-08-15
* Back-patch assorted latch-related fixes.Tom Lane2011-08-10
* Documentation improvement and minor code cleanups for the latch facility.Tom Lane2011-08-09
* Move CheckRecoveryConflictDeadlock() call to a safer place.Tom Lane2011-08-02
* Fix incorrect initialization of ProcGlobal->startupBufferPinWaitBufId.Tom Lane2011-08-02
* Minor message style adjustmentPeter Eisentraut2011-07-27
* Change debug message from ereport to elogPeter Eisentraut2011-07-19
* Replace errdetail("%s", ...) with errdetail_internal("%s", ...).Tom Lane2011-07-16
* Use errdetail_internal() for SSI transaction cancellation details.Tom Lane2011-07-16
* Fix one overflow and one signedness error, caused by the patch to calculateHeikki Linnakangas2011-07-08
* There's a small window wherein a transaction is committed but not yetHeikki Linnakangas2011-07-08
* SSI has a race condition, where the order of commit sequence numbers ofHeikki Linnakangas2011-07-07
* Adjust OLDSERXID_MAX_PAGE based on BLCKSZ.Robert Haas2011-07-07
* Fix a bug with SSI and prepared transactions:Heikki Linnakangas2011-07-07
* Message style tweaksPeter Eisentraut2011-07-05
* Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut2011-07-02
* Undo overly enthusiastic de-const-ification.Tom Lane2011-06-22
* Remove pointless const qualifiers from function arguments in the SSI code.Heikki Linnakangas2011-06-22
* Minor editing for README-SSI.Tom Lane2011-06-21
* Fix bug in PreCommit_CheckForSerializationFailure. A transaction that hasHeikki Linnakangas2011-06-21
* Fix bug introduced by recent SSI patch to merge ROLLED_BACK andHeikki Linnakangas2011-06-21
* Capitalization fixesPeter Eisentraut2011-06-19
* Update README-SSI. Add a section to describe the "dangerous structure" thatHeikki Linnakangas2011-06-16
* pgindent run of recent SSI changes. Also, remove an unnecessary #include.Heikki Linnakangas2011-06-16
* The rolled-back flag on serializable xacts was pointless and redundant withHeikki Linnakangas2011-06-15
* Make non-MVCC snapshots exempt from predicate locking. Scans with non-MVCCHeikki Linnakangas2011-06-15
* Remove now-unnecessary casts.Heikki Linnakangas2011-06-12
* Fix locking while setting flags in MySerializableXact.Heikki Linnakangas2011-06-10
* Use "transient" files for blind writes, take 2Alvaro Herrera2011-06-10
* Use a constant sprintf format to silence compiler warningAlvaro Herrera2011-06-10
* Small comment fixes and enhancements.Heikki Linnakangas2011-06-10
* Revert "Use "transient" files for blind writes"Alvaro Herrera2011-06-09
* Use "transient" files for blind writesAlvaro Herrera2011-06-09
* Fix the truncation logic of the OldSerXid SLRU mechanism. We can't passHeikki Linnakangas2011-06-09
* Mark the SLRU page as dirty when setting an entry in pg_serial. In theHeikki Linnakangas2011-06-09
* Make DDL operations play nicely with Serializable Snapshot Isolation.Heikki Linnakangas2011-06-08