aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xact.c
Commit message (Expand)AuthorAge
* Fix PREPARE TRANSACTION to reject the case where the transaction has dropped aTom Lane2008-03-04
* Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX,Tom Lane2008-01-03
* Fix overly-strict sanity check in BeginInternalSubTransaction that made itTom Lane2007-05-30
* Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scanTom Lane2007-04-26
* Several changes to reduce the probability of running out of memory duringTom Lane2006-11-23
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Move xact.c's partial support for Lists of TransactionIds into pg_list.h.Tom Lane2006-08-27
* Modify snapshot definition so that lazy vacuums are ignored by otherAlvaro Herrera2006-07-30
* DTrace support, with a small initial set of probesPeter Eisentraut2006-07-24
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Remove redundant gettimeofday() calls to the extent practical withoutTom Lane2006-06-20
* Add statement_timestamp(), clock_timestamp(), andBruce Momjian2006-04-25
* Clean up and document the API for XLogOpenRelation and XLogReadBuffer.Tom Lane2006-03-29
* Arrange to emit a description of the current XLOG record as error contextTom Lane2006-03-24
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Seems that the childXids list would be better based on Oid lists thanTom Lane2005-08-20
* Avoid an Assert failure if OuterUserId hasn't been set yet duringTom Lane2005-08-17
* Modify AtEOXact_CatCache and AtEOXact_RelationCache to assume that theTom Lane2005-08-08
* Add SET ROLE. This is a partial commit of Stephen Frost's recent patch;Tom Lane2005-07-25
* Fix a couple of bogus comments, per Alvaro.Tom Lane2005-07-13
* Clean up the rather historically encumbered interface to now() andTom Lane2005-06-29
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-28
* Arrange to fsync two-phase-commit state files only during checkpoints;Tom Lane2005-06-19
* Add a time-of-preparation column to the pg_prepared_xacts view, per anTom Lane2005-06-18
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-17
* Modify XLogInsert API to make callers specify whether pages to be backedTom Lane2005-06-06
* Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane2005-06-06
* Make a comment pgindent-proof, per suggestion from Alvaro.Tom Lane2005-05-19
* Split the shared-memory array of PGPROC pointers out of the sinvalTom Lane2005-05-19
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-28
* Fix interaction between materializing holdable cursors and firingTom Lane2005-04-11
* Remove dead push/pop rollback code. Vadim once planned to implementTom Lane2005-03-28
* Remove some no-longer-needed kluges for bootstrapping, in particularTom Lane2005-02-20
* Add code to prevent transaction ID wraparound by enforcing a safe limitTom Lane2005-02-20
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Change COMMIT back to the old behavior of emitting command tag COMMIT,Tom Lane2004-10-30
* Rearrange order of pre-commit operations: must close cursors before doingTom Lane2004-10-29
* Give the ResourceOwner mechanism full responsibility for releasing bufferTom Lane2004-10-16
* PortalRun must guard against the possibility that the portal it'sTom Lane2004-10-04
* Add some marginal tweaks to eliminate memory leakages associated withTom Lane2004-09-16
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-16
* Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane2004-09-13
* Fire non-deferred AFTER triggers immediately upon query completion,Tom Lane2004-09-10
* Fix incorrect ordering of smgr cleanup relative to buffer pin cleanupTom Lane2004-09-06
* Fix failure to advance nextXID beyond subtransactions whose XIDs appearTom Lane2004-08-30
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-30