OSDN Git Service

Another pgindent run. Fixes enum indenting, and improves #endif
[pg-rex/syncrep.git] / src / backend / access / transam / xact.c
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.
2001-09-29 Tom LaneImplement new 'lightweight lock manager' that's interme...
2001-09-28 Thomas G. LockhartMeasure the current transaction time to milliseconds.
2001-08-25 Tom LaneReplace implementation of pg_log as a relation accessed...
2001-07-16 Tom LaneImprove documentation about reasoning behind the order...
2001-07-15 Tom LaneRestructure index AM interface for index building and...
2001-07-12 Tom LaneCreate a new HeapTupleSatisfiesVacuum() routine in...
2001-07-06 Tom LaneImplement LockBufferForCleanup(), which will allow...
2001-06-22 Jan WieckStatistical system views (yet without the config stuff...
2001-06-19 Tom LaneClean up some longstanding problems in shared-cache...
2001-05-04 Tom LaneSeems like we should not hold off cancel/die interrupts...
2001-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-03-13 Tom LaneXLOG (and related) changes:
2001-02-26 Tom LaneImplement COMMIT_SIBLINGS parameter to allow pre-commit...
2001-02-18 Tom LaneChange default commit_delay to zero, update documentation.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-19 Tom LaneMake critical sections (elog->crash) and interrupt...
2001-01-18 Vadim B. MikheevComment out xlrec in xact_redo - no support for file...
2001-01-14 Tom LaneRestructure backend SIGINT/SIGTERM handling so that...
2001-01-12 Tom LaneAdd more critical-section calls: all code sections...
2000-12-28 Vadim B. MikheevNew WAL version - CRC and data blocks backup.
2000-12-22 Tom LaneRevise lock manager to support "session level" locks...
2000-12-18 Tom LaneClean up backend-exit-time cleanup behavior. Use on_sh...
2000-12-07 Hiroshi InoueRecordTransactionAbort() shouldn't log XLOG_XACT_ABORT
2000-12-03 Vadim B. MikheevDisable elog(ERROR|FATAL) in signal handlers in
2000-11-30 Vadim B. MikheevNo more #ifdef XLOG.
2000-11-30 Vadim B. MikheevXLOG stuff for sequences.
2000-11-21 Peter EisentrautPut external declarations into header files.
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-11-10 Tom LaneClean up syscache so that recursive invocation is safe...
2000-11-08 Tom LaneMake DROP TABLE rollback-able: postpone physical file...
2000-11-05 Vadim B. MikheevNew CHECKPOINT command.
2000-10-29 Vadim B. MikheevWAL fixes.
2000-10-28 Vadim B. MikheevWAL
2000-10-24 Tom LaneFix AbortOutOfAnyTransaction logic to avoid notice...
2000-10-24 Vadim B. MikheevWAL misc
2000-10-23 Vadim B. MikheevNew relcache hash table with RelFileNode as key to...
2000-10-21 Vadim B. MikheevWAL
2000-10-20 Vadim B. Mikheevredo/undo support functions and cleanups.
2000-10-11 Bruce MomjianFix temp relation handling for indexes, cleanup
2000-09-27 Peter EisentrautReset current user id to session user id during transac...
2000-08-06 Tom LaneEnsure that catcache 'busy' flags are reset at transact...
2000-07-02 Tom LaneNew memmgr logic in xact.c failed if AbortTransaction...
2000-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
2000-06-18 Tom LaneReimplement nodeMaterial to use a temporary BufFile...
2000-06-08 Bruce MomjianMark functions as static and ifdef NOT_USED as appropriate.
2000-05-30 Bruce MomjianRemove unused include files. Do not touch /port or...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-04-09 Tom LaneBuffer manager modifications to keep a local buffer...
2000-03-17 Tom LaneFix a bunch of minor portability problems and maybe...
2000-02-18 Hiroshi InoueImplement reindex command
2000-01-29 Peter EisentrautA few minor psql enhancements
2000-01-26 Bruce MomjianAdd:
2000-01-10 Hiroshi InoueImprove cache invalidation handling. Eespecially
2000-01-05 Bruce MomjianFix it's and its to be correct.
1999-12-10 Bruce MomjianRename several destroy* functions/tags to drop*.
1999-09-29 Jan WieckThis is part #1 for of the DEFERRED CONSTRAINT TRIGGER...
1999-09-28 Vadim B. MikheevMake tree compilable (+WAL).
1999-09-24 Tom LaneSeveral changes here, not very related but touching...
1999-09-16 Tatsuo IshiiChanges made by Hiroshi Inoue and approved by Vadim.
1999-09-09 Tom LaneRepair incorrect cleanup of heap memory allocation...
1999-09-05 Tom LaneIsTransactionBlock() should return true in TBLOCK_ABORT...
1999-09-04 Bruce MomjianInvalidate temp entries for aborted transactions.
1999-09-04 Tom LaneModify RelationFlushRelation so that if the relcache...
1999-08-08 Tom LaneFix nbtree's failure to clear BTScans list during xact...
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-06-29 Vadim B. MikheevAvoid disk writes for read-only transactions.
1999-06-10 Vadim B. Mikheev1. Fix for elog(ERROR, "EvalPlanQual: t_xmin is uncommi...
1999-06-06 Vadim B. Mikheev1. xact.c: update comments about changing MyProc->xid...
1999-06-03 Vadim B. Mikheev1. Additional fix against ERROR: Child itemid marked...
1999-06-03 Vadim B. Mikheev1. MyProc->xid assignment is moved to GetNewTransaction...
1999-05-31 Tom LaneClean up memory leaks in LO operations by freeing LO...
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-13 Tom LaneRelease allocated memory during AtAbort_Memory.
1999-05-09 Tom LaneAdd 'temporary file' facility to fd.c, and arrange...
1999-03-28 Vadim B. Mikheev1. Vacuum is updated for MVCC.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1999-02-02 Bruce MomjianAdd TEMP tables/indexes. Add COPY pfree(). Other...
1999-01-29 Vadim B. MikheevREAD COMMITTED isolevel is implemented and is default...
1998-12-18 Vadim B. MikheevSET TRANSACTION ISOLATION LEVEL ...
1998-12-16 Vadim B. MikheevSerialized mode works!
1998-12-15 Vadim B. MikheevInitial MVCC code.
1998-10-08 Bruce MomjianMake functions static or ifdef NOT_USED. Prevent pg_ve...
1998-10-06 Tom LaneSubstantial rewrite of async.c to avoid problems with...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-07-21 Bruce MomjianTheses buffer leaks are caused by indexes that are...
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-01-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-11-02 Vadim B. MikheevGood Bye, Time Travel!
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
next