aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xact.c
Commit message (Expand)AuthorAge
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-14
* Portal and memory management infrastructure for extended query protocol.Tom Lane2003-05-02
* Add transaction status field to ReadyForQuery messages, and make roomTom Lane2003-04-26
* This patch implements holdable cursors, following the proposalBruce Momjian2003-03-27
* Allow error query to start transaction in autocommit off mode.Bruce Momjian2003-03-21
* Remove unneeded dash blocks around function start comments.Bruce Momjian2003-03-14
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-10
* Read-only transactions, as defined in SQL.Peter Eisentraut2003-01-10
* This patch implements FOR EACH STATEMENT triggers, per my email toBruce Momjian2002-11-23
* Put back error test for DECLARE CURSOR outside a transaction block ...Tom Lane2002-11-18
* Update xact.c comments for clarity.Bruce Momjian2002-11-13
* Code review for ON COMMIT patch. Make the actual on-commit action happenTom Lane2002-11-11
* Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }]Bruce Momjian2002-11-09
* Perform transaction cleanup operations in a less ad-hoc, moreTom Lane2002-10-22
* Fix places that were using IsTransactionBlock() as an (inadequate) checkTom Lane2002-10-21
* Make CREATE/ALTER/DROP USER/GROUP transaction-safe, or at least prettyTom Lane2002-10-21
* pgindent run.Bruce Momjian2002-09-04
* AUTOCOMMIT mode is now an available backend GUC variable; setting itTom Lane2002-08-30
* Restructure local-buffer handling per recent pghackers discussion.Tom Lane2002-08-06
* When compiling with --enable-cassert, check for reference count leaksTom Lane2002-08-02
* Update copyright to 2002.Bruce Momjian2002-06-20
* Remove some pre-WAL relics:Bruce Momjian2002-06-15
* Katherine Ward wrote:Jan Wieck2002-06-11
* Remove AMI_OVERRIDE tests from tqual.c routines; they aren't necessaryTom Lane2002-05-25
* Modify sequence state storage to eliminate dangling-pointer problemTom Lane2002-05-22
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-21
* Support temporary setting of search path during CREATE SCHEMA; thisTom Lane2002-05-17
* Merge the last few variable.c configuration variables into the genericTom Lane2002-05-17
* Create a new GUC variable search_path to control the namespace searchTom Lane2002-04-01
* Reimplement temp tables using schemas. The temp table map is history;Tom Lane2002-03-31
* Repair two problems with WAL logging of sequence nextvalI() ops, asTom Lane2002-03-15
* Change made to elog:Bruce Momjian2002-03-06
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-02
* Add missing #include.Tom Lane2001-11-01
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Accept an INTERVAL argument for SET TIME ZONE per SQL99.Thomas G. Lockhart2001-10-18
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-29
* Measure the current transaction time to milliseconds.Thomas G. Lockhart2001-09-28
* Replace implementation of pg_log as a relation accessed through theTom Lane2001-08-25
* Improve documentation about reasoning behind the order of operationsTom Lane2001-07-16
* Restructure index AM interface for index building and index tuple deletion,Tom Lane2001-07-15
* Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies theTom Lane2001-07-12
* Implement LockBufferForCleanup(), which will allow concurrent VACUUMTom Lane2001-07-06
* Statistical system views (yet without the config stuff, butJan Wieck2001-06-22
* Clean up some longstanding problems in shared-cache invalidation.Tom Lane2001-06-19
* Seems like we should not hold off cancel/die interrupts while we areTom Lane2001-05-04
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-22
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* XLOG (and related) changes:Tom Lane2001-03-13