summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xid.c
Commit message (Collapse)AuthorAgeFilesLines
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-2/+1
|
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-3/+3
|
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+1
|
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-141-1/+2
|
* pgindent run over code.Bruce Momjian1999-05-251-1/+1
|
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
|
* Many more cleanups...Marc G. Fournier1998-12-141-8/+3
|
* Initial attempt to clean up the code...Marc G. Fournier1998-12-141-30/+1
| | | | | | Switch sprintf() to snprintf() Remove any/all #if 0 -or- #ifdef NOT_USED -or- #ifdef FALSE sections of code
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-081-1/+3
|
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-5/+5
|
* Re-apply Darren's char2-16 removal code.Bruce Momjian1998-04-261-3/+3
|
* Inline some small functions called for every row.Bruce Momjian1998-04-241-11/+1
|
* Back out char2-char16 removal. Add later.Bruce Momjian1998-04-071-3/+3
|
* The following uuencoded, gzip'd file will ...Bruce Momjian1998-03-301-3/+3
| | | | | | | | | | | 1. Remove the char2, char4, char8 and char16 types from postgresql 2. Change references of char16 to name in the regression tests. 3. Rename the char16.sql regression test to name.sql. 4. Modify the regression test scripts and outputs to match up. Might require new regression.{SYSTEM} files... Darren King
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-2/+2
|
* Good Bye, Time Travel!Vadim B. Mikheev1997-11-021-39/+1
|
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-5/+5
|
* Another PGINDENT run that changes variable indenting and case label ↵Bruce Momjian1997-09-081-3/+3
| | | | indenting. Also static variable indenting.
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-47/+47
|
* Make functions static where possible, enclose unused functions in #ifdef ↵Bruce Momjian1997-08-191-1/+3
| | | | NOT_USED.
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-121-2/+2
|
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-101-1/+2
|
* There, that cleans *that* outMarc G. Fournier1996-11-051-4/+3
|
* More include file cleanupsMarc G. Fournier1996-11-031-3/+2
|
* -Wall'dMarc G. Fournier1996-10-211-5/+5
| | | | That finishes access/*
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+156