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