aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xact.c
Commit message (Expand)AuthorAge
* Fix assorted race conditions in the new timeout infrastructure.Tom Lane2013-11-29
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Fix SQL function execution to be safe with long-lived FmgrInfos.Tom Lane2013-03-03
* Invent pre-commit/pre-prepare/pre-subcommit events for xact callbacks.Tom Lane2013-02-14
* Update copyrights for 2013Bruce Momjian2013-01-01
* Update minimum recovery point on truncation.Heikki Linnakangas2012-12-10
* Refactor inCommit flag into generic delayChkpt flag.Simon Riggs2012-12-03
* Split out rmgr rm_desc functions into their own filesAlvaro Herrera2012-11-28
* Skip searching for subxact locks at commit.Simon Riggs2012-11-13
* Close un-owned SMgrRelations at transaction end.Tom Lane2012-10-17
* Split resowner.hAlvaro Herrera2012-08-28
* Update C comment to NOTICE to reflect previous commit changing the errorBruce Momjian2012-08-15
* Make commit_delay much smarter.Robert Haas2012-07-02
* Make walsender more responsive.Robert Haas2012-07-02
* Tighten up includes in sinvaladt.h, twophase.h, proc.hAlvaro Herrera2012-06-25
* Replace XLogRecPtr struct with a 64-bit integer.Heikki Linnakangas2012-06-24
* During transaction cleanup, release locks before deleting files.Robert Haas2012-06-14
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Scan the buffer pool just once, not once per fork, during relation drop.Tom Lane2012-06-07
* Improve comment for GetStableLatestTransactionId().Tom Lane2012-05-31
* Teach AbortOutOfAnyTransaction to clean up partially-started transactions.Tom Lane2012-05-28
* Ensure backwards compatibility for GetStableLatestTransactionId()Simon Riggs2012-05-12
* Ensure age() returns a stable value rather than the latest valueSimon Riggs2012-05-11
* Tighten up error recovery for fast-path locking.Robert Haas2012-04-18
* Don't wait for the commit record to be replicated if we wrote no WAL.Heikki Linnakangas2012-04-17
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Avoid crashing when we have problems unlinking files post-commit.Tom Lane2011-12-20
* Move "hot" members of PGPROC into a separate PGXACT array.Robert Haas2011-11-25
* Support synchronization of snapshots through an export/import procedure.Tom Lane2011-10-22
* Allow snapshot references to still work during transaction abort.Tom Lane2011-09-26
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-09
* Partially revoke attempt to improve performance with many savepoints.Simon Riggs2011-09-07
* Clean up the #include mess a little.Tom Lane2011-09-04
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Remove O(N^2) performance issue with multiple SAVEPOINTs.Simon Riggs2011-07-19
* Introduce compact WAL record for the common case of commit (non-DDL).Simon Riggs2011-06-28
* Move RegisterPredicateLockingXid() call to a safer place.Tom Lane2011-05-06
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Avoid assuming there will be only 3 states for synchronous_commit.Simon Riggs2011-04-04
* Merge synchronous_replication setting into synchronous_commit.Robert Haas2011-04-04
* Efficient transaction-controlled synchronous replication.Simon Riggs2011-03-06
* Refactor the executor's API to support data-modifying CTEs better.Tom Lane2011-02-27
* Implement genuine serializable isolation level.Heikki Linnakangas2011-02-08
* Update comments in RecordTransactionCommit() to mention unlogged tables.Robert Haas2011-01-03
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Allow transactions that don't write WAL to commit asynchronously.Robert Haas2010-12-20
* Optimize commit_siblings in two ways to improve group commit.Simon Riggs2010-12-08
* Remove AtStart_Cache() call in CommandCounterIncrement().Alvaro Herrera2010-10-20
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Introduce latches. A latch is a boolean variable, with the capability toHeikki Linnakangas2010-09-11