summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/varsup.c
AgeCommit message (Expand)Author
2003-08-04Fix some copyright notices that weren't updated. Improve copyright toolTom Lane
2002-09-04pgindent run.Bruce Momjian
2002-06-11Katherine Ward wrote:Jan Wieck
2002-05-25Remove AMI_OVERRIDE tests from tqual.c routines; they aren't necessaryTom 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-09-29Implement new 'lightweight lock manager' that's intermediate betweenTom Lane
2001-08-25Replace implementation of pg_log as a relation accessed through theTom Lane
2001-08-23Ensure that all TransactionId comparisons are encapsulated in macrosTom Lane
2001-08-10Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane
2001-07-16Improve documentation about reasoning behind the order of operationsTom Lane
2001-07-12Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies theTom Lane
2001-05-25Oops, only wanted python change in the last commit. Backing out.Bruce Momjian
2001-05-25While changing Cygwin Python to build its core as a DLL (like Win32Bruce Momjian
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-03-18Remove NEXTXID xlog record type to avoid three-way deadlock risk.Tom Lane
2001-03-13XLOG (and related) changes:Tom Lane
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2000-11-30No more #ifdef XLOG.Vadim B. Mikheev
2000-11-20Include postgres.h before checking #ifdef XLOG.Peter Eisentraut
2000-11-08Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane
2000-11-03pg_variable is not used in WAL version now.Vadim B. Mikheev
2000-10-28WALVadim B. Mikheev
2000-07-25Ensure that if the OID counter wraps around, we will not generate 0,Tom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-03-31Get rid of SetBufferWriteMode(), which was an accident waiting to happen.Tom Lane
2000-01-26Add:Bruce Momjian
1999-09-18Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane
1999-07-15Change #include's to use <> and "" as appropriate.Bruce Momjian
1999-07-15Remove unused #includes in *.c files.Bruce Momjian
1999-06-061. xact.c: update comments about changing MyProc->xid and MyProc->xmin.Vadim B. Mikheev
1999-06-031. MyProc->xid assignment is moved to GetNewTransactionId so newerVadim B. Mikheev
1999-05-25pgindent run over code.Bruce Momjian
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1998-12-18SET TRANSACTION ISOLATION LEVEL ...Vadim B. Mikheev
1998-09-01OK, folks, here is the pgindent output.Bruce Momjian
1998-07-21VariableCache (next XID generator) is placed in shmem.Vadim B. Mikheev
1998-01-07Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian
1998-01-05Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian
1997-11-02Good Bye, Time Travel!Vadim B. Mikheev
1997-09-08Used modified version of indent that understands over 100 typedefs.Bruce Momjian
1997-09-08Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian
1997-09-07Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian
1997-08-19Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian
1997-08-12Remove more (void) and fix -Wall warnings.Bruce Momjian
1997-01-16VariableRelationPutNextXid () now flushes variable relationVadim B. Mikheev
1996-11-05There, that cleans *that* outMarc G. Fournier
1996-11-03More include file cleanupsMarc G. Fournier
1996-10-21-Wall'dMarc G. Fournier
1996-08-27Remove all traces of machine.h and redundant calls to c.h whereMarc G. Fournier