]> granicus.if.org Git - postgresql/history - src/backend/access/transam/xact.c
Add SET ROLE. This is a partial commit of Stephen Frost's recent patch;
[postgresql] / src / backend / access / transam / xact.c
2005-07-25 Tom LaneAdd SET ROLE. This is a partial commit of Stephen...
2005-07-13 Tom LaneFix a couple of bogus comments, per Alvaro.
2005-06-29 Tom LaneClean up the rather historically encumbered interface...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-06-19 Tom LaneArrange to fsync two-phase-commit state files only...
2005-06-18 Tom LaneAdd a time-of-preparation column to the pg_prepared_xac...
2005-06-17 Tom LaneTwo-phase commit. Original patch by Heikki Linnakangas...
2005-06-06 Tom LaneModify XLogInsert API to make callers specify whether...
2005-06-06 Tom LaneRemove the mostly-stubbed-out-anyway support routines...
2005-05-19 Tom LaneMake a comment pgindent-proof, per suggestion from...
2005-05-19 Tom LaneSplit the shared-memory array of PGPROC pointers out...
2005-04-28 Tom LaneImplement sharable row-level locks, and use them for...
2005-04-11 Tom LaneFix interaction between materializing holdable cursors...
2005-03-28 Tom LaneRemove dead push/pop rollback code. Vadim once planned...
2005-02-20 Tom LaneRemove some no-longer-needed kluges for bootstrapping...
2005-02-20 Tom LaneAdd code to prevent transaction ID wraparound by enforc...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-10-30 Tom LaneChange COMMIT back to the old behavior of emitting...
2004-10-29 Tom LaneRearrange order of pre-commit operations: must close...
2004-10-16 Tom LaneGive the ResourceOwner mechanism full responsibility...
2004-10-04 Tom LanePortalRun must guard against the possibility that the...
2004-09-16 Tom LaneAdd some marginal tweaks to eliminate memory leakages...
2004-09-16 Tom LaneRestructure subtransaction handling to reduce resource...
2004-09-13 Tom LaneRedesign query-snapshot timing so that volatile functio...
2004-09-10 Tom LaneFire non-deferred AFTER triggers immediately upon query...
2004-09-06 Tom LaneFix incorrect ordering of smgr cleanup relative to...
2004-08-30 Tom LaneFix failure to advance nextXID beyond subtransactions...
2004-08-30 Bruce MomjianAnother pgindent run with lib typedefs added.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-28 Tom LaneNow that TransactionIdDidAbort doesn't think it should...
2004-08-28 Tom LaneFix relcache to account properly for subtransaction...
2004-08-25 Tom LaneRevise ResourceOwner code to avoid accumulating Resourc...
2004-08-11 Tom LaneFix failure to guarantee that a checkpoint will write...
2004-08-03 Tom LaneFix misplacement of savepointLevel test, per report...
2004-08-01 Tom LaneUpdate the in-code documentation about the transaction...
2004-08-01 Tom LaneSome mop-up work for savepoints (nested transactions...
2004-07-31 Tom Laneplpgsql does exceptions.
2004-07-28 Tom LaneFix subtransaction behavior for large objects, temp...
2004-07-27 Tom LaneReplace nested-BEGIN syntax for subtransactions with...
2004-07-17 Tom LaneInvent ResourceOwner mechanism as per my recent proposa...
2004-07-01 Tom LaneFurther review of xact.c state machine for nested trans...
2004-07-01 Tom LaneNested transactions. There is still much left to do...
2004-06-03 Tom LaneAdjust our timezone library to use pg_time_t (typedef...
2004-05-22 Tom LaneFor multi-table ANALYZE, use per-table transactions...
2004-05-21 Tom LaneIntegrate src/timezone library for all platforms. ...
2004-04-05 Bruce MomjianThis is a cleanup patch for access/transam/xact.c....
2004-02-11 Tom LaneCommit the reasonably uncontroversial parts of J.R...
2004-02-10 Tom LaneCentralize implementation of delay code by creating...
2004-02-10 Tom LaneRestructure smgr API as per recent proposal. smgr...
2004-01-26 Bruce MomjianAttached is a patch that fixes some trivial typos and...
2004-01-09 Bruce MomjianChange PG_DELAY from msec to usec and use it consistenl...
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2003-12-02 Joe ConwayAdd a warning to AtEOXact_SPI() to catch cases where...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-10-16 Tom LaneFix bad interaction between NOTIFY processing and V3...
2003-09-28 Tom LaneAdd a mechanism to let dynamically loaded modules regis...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-09-24 Tom LaneRepair some REINDEX problems per recent discussions...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-21 Tom LaneError message editing in backend/access.
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2003-05-02 Tom LanePortal and memory management infrastructure for extende...
2003-04-26 Tom LaneAdd transaction status field to ReadyForQuery messages...
2003-03-27 Bruce MomjianThis patch implements holdable cursors, following the...
2003-03-21 Bruce MomjianAllow error query to start transaction in autocommit...
2003-03-14 Bruce MomjianRemove unneeded dash blocks around function start comments.
2003-03-10 Tom LaneThis patch fixes a bunch of spelling mistakes in commen...
2003-01-10 Peter EisentrautRead-only transactions, as defined in SQL.
2002-11-23 Bruce MomjianThis patch implements FOR EACH STATEMENT triggers,...
2002-11-18 Tom LanePut back error test for DECLARE CURSOR outside a transa...
2002-11-13 Bruce MomjianUpdate xact.c comments for clarity.
2002-11-11 Tom LaneCode review for ON COMMIT patch. Make the actual on...
2002-11-09 Bruce MomjianAdd code to handle [ON COMMIT { PRESERVE ROWS | DELETE...
2002-10-22 Tom LanePerform transaction cleanup operations in a less ad...
2002-10-21 Tom LaneFix places that were using IsTransactionBlock() as...
2002-10-21 Tom LaneMake CREATE/ALTER/DROP USER/GROUP transaction-safe...
2002-09-04 Bruce Momjianpgindent run.
2002-08-30 Tom LaneAUTOCOMMIT mode is now an available backend GUC variabl...
2002-08-06 Tom LaneRestructure local-buffer handling per recent pghackers...
2002-08-02 Tom LaneWhen compiling with --enable-cassert, check for referen...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-15 Bruce MomjianRemove some pre-WAL relics:
2002-06-11 Jan WieckKatherine Ward wrote:
2002-05-25 Tom LaneRemove AMI_OVERRIDE tests from tqual.c routines; they...
2002-05-22 Tom LaneModify sequence state storage to eliminate dangling...
2002-05-21 Tom LaneRemove global variable scanCommandId in favor of storin...
2002-05-17 Tom LaneSupport temporary setting of search path during CREATE...
2002-05-17 Tom LaneMerge the last few variable.c configuration variables...
2002-04-01 Tom LaneCreate a new GUC variable search_path to control the...
2002-03-31 Tom LaneReimplement temp tables using schemas. The temp table...
2002-03-15 Tom LaneRepair two problems with WAL logging of sequence nextva...
2002-03-06 Bruce MomjianChange made to elog:
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2001-11-01 Tom LaneAdd missing #include.
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-18 Thomas G. LockhartAccept an INTERVAL argument for SET TIME ZONE per SQL99.
next