summaryrefslogtreecommitdiff
path: root/src/include/access/transam.h
Commit message (Expand)AuthorAgeFilesLines
* Solve the problem of OID collisions by probing for duplicate OIDsTom Lane2005-08-121-2/+1
* Simplify initdb-time assignment of OIDs as I proposed yesterday, andTom Lane2005-04-131-8/+9
* Remove some no-longer-needed kluges for bootstrapping, in particularTom Lane2005-02-201-5/+1
* Add code to prevent transaction ID wraparound by enforcing a safe limitTom Lane2005-02-201-3/+13
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-011-2/+5
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Remove AMI_OVERRIDE tests from tqual.c routines; they aren't necessaryTom Lane2002-05-251-12/+8
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-4/+3
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-291-5/+1
* Transaction IDs wrap around, per my proposal of 13-Aug-01. MoreTom Lane2001-08-261-6/+7
* Replace implementation of pg_log as a relation accessed through theTom Lane2001-08-251-39/+10
* Ensure that all TransactionId comparisons are encapsulated in macrosTom Lane2001-08-231-16/+24
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-101-5/+21
* Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies theTom Lane2001-07-121-64/+35
* Oops, only wanted python change in the last commit. Backing out.Bruce Momjian2001-05-251-2/+1
* While changing Cygwin Python to build its core as a DLL (like Win32Bruce Momjian2001-05-251-1/+2
* Remove unused tables pg_variable, pg_inheritproc, pg_ipl tables. InitdbBruce Momjian2001-05-141-35/+1
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-7/+8
* Remove NEXTXID xlog record type to avoid three-way deadlock risk.Tom Lane2001-03-181-4/+3
* XLOG (and related) changes:Tom Lane2001-03-131-6/+12
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* No more #ifdef XLOG.Vadim B. Mikheev2000-11-301-21/+6
* Put external declarations into header files.Peter Eisentraut2000-11-211-1/+2
* pg_variable is not used in WAL version now.Vadim B. Mikheev2000-11-031-2/+4
* WALVadim B. Mikheev2000-10-281-1/+12
* Add:Bruce Momjian2000-01-261-2/+3
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-2/+2
* 1. Fix for elog(ERROR, "EvalPlanQual: t_xmin is uncommitted ?!")Vadim B. Mikheev1999-06-101-2/+1
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-251-2/+2
* pgindent run over code.Bruce Momjian1999-05-251-2/+2
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* SET TRANSACTION ISOLATION LEVEL ...Vadim B. Mikheev1998-12-181-1/+2
* Serialized mode works!Vadim B. Mikheev1998-12-161-1/+2
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-14/+11
* VariableCache (next XID generator) is placed in shmem.Vadim B. Mikheev1998-07-211-1/+19
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-12/+15
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-241-7/+4
* Good Bye, Time Travel!Vadim B. Mikheev1997-11-021-45/+12
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-11/+11
* Add typdefs to pgindent run.Bruce Momjian1997-09-081-3/+3
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-26/+26
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-102/+110
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-26/+1
* TransactionIdIsInProgress moved to shmem.cVadim B. Mikheev1996-11-271-2/+1