aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xact.c
Commit message (Expand)AuthorAge
* 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
* Include the backend ID in the relpath of temporary relations.Robert Haas2010-08-13
* Make RecordTransactionCommit() respect wal_level.Robert Haas2010-08-13
* Correct sundry errors in Hot Standby-related comments.Robert Haas2010-08-12
* Rename asyncCommitLSN to asyncXactLSN to reflect changed role in 9.0.Simon Riggs2010-07-29
* Avoid deep recursion when assigning XIDs to multiple levels of subxacts.Robert Haas2010-07-23
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Add C comment about why synchronous_commit=off behavior can loseBruce Momjian2010-06-29
* Ensure that top level aborts call XLogSetAsyncCommit(). Not doingSimon Riggs2010-05-13
* Cleanup initialization of Hot Standby. Clarify working with reanalysisSimon Riggs2010-05-13
* pgindent run for 9.0Bruce Momjian2010-02-26