aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage
Commit message (Expand)AuthorAge
* Improve coding around the fsync request queue.Tom Lane2012-07-17
* Overdue code review for transaction-level advisory locks patch.Tom Lane2012-05-04
* Resolve timing issue with logging locks for Hot Standby.Simon Riggs2012-02-01
* Use __sync_lock_test_and_set() for spinlocks on ARM, if available.Tom Lane2012-01-07
* Derive oldestActiveXid at correct time for Hot Standby.Simon Riggs2011-11-02
* Fix #include problems in 9.1 branch.Tom Lane2011-09-04
* 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
* SSI has a race condition, where the order of commit sequence numbers ofHeikki Linnakangas2011-07-07
* Remove pointless const qualifiers from function arguments in the SSI code.Heikki Linnakangas2011-06-22
* Fix bug introduced by recent SSI patch to merge ROLLED_BACK andHeikki Linnakangas2011-06-21
* 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
* Fix locking while setting flags in MySerializableXact.Heikki Linnakangas2011-06-10
* Use "transient" files for blind writes, take 2Alvaro 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
* Make DDL operations play nicely with Serializable Snapshot Isolation.Heikki Linnakangas2011-06-08
* SSI comment fixes and enhancements. Notably, document that the conflict-outHeikki Linnakangas2011-06-03
* The row-version chaining in Serializable Snapshot Isolation was still wrong.Heikki Linnakangas2011-05-30
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Avoid possible hang during smart shutdown.Robert Haas2011-04-03
* Increase SHMEM_INDEX_SIZE from 32 to 64. We're currently at 40 entries inHeikki Linnakangas2011-03-31
* Automatically terminate replication connections that are idle for moreHeikki Linnakangas2011-03-30
* More synchronous replication typo fixes.Robert Haas2011-03-10
* Truncate predicate lock manager's SLRU lazily at checkpoint. That's saferHeikki Linnakangas2011-03-08
* Efficient transaction-controlled synchronous replication.Simon Riggs2011-03-06
* Fix bugs in Serializable Snapshot Isolation.Heikki Linnakangas2011-03-01
* Add transaction-level advisory locks.Itagaki Takahiro2011-02-18
* UINT64_MAX isn't defined on MSVC.Heikki Linnakangas2011-02-08
* Implement genuine serializable isolation level.Heikki Linnakangas2011-02-08
* Treat a WAL sender process that hasn't started streaming yet as a regularHeikki Linnakangas2011-01-15
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Support unlogged tables.Robert Haas2010-12-29
* Optimize commit_siblings in two ways to improve group commit.Simon Riggs2010-12-08
* Fix bugs in the hot standby known-assigned-xids tracking logic. If there'sHeikki Linnakangas2010-12-07
* Move call to GetTopTransactionId() earlier in LockAcquire(),Simon Riggs2010-11-29
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Fix copy-and-pasteo a little more completely.Robert Haas2010-11-15
* Fix copy-and-pasteo.Alvaro Herrera2010-11-15
* Move copydir() prototype into its own header file.Robert Haas2010-11-12
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Simplify Windows implementation of latches. There's no need to keep aHeikki Linnakangas2010-09-15
* Introduce latches. A latch is a boolean variable, with the capability toHeikki Linnakangas2010-09-11
* Marginal code cleanup for streaming replication.Tom Lane2010-08-23
* MyBackendId now needs to be PGDLLIMPORT, so that contrib modules canTom Lane2010-08-14