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