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