summaryrefslogtreecommitdiff
path: root/src/include/access/itup.h
Commit message (Expand)AuthorAgeFilesLines
* Clean up index/btree comments/macros, as approved.Bruce Momjian2001-02-221-11/+14
* Comment improvements.Bruce Momjian2001-02-211-2/+2
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Fix portability problems recently exposed by regression tests on Alphas.Tom Lane2000-12-271-2/+2
* Remove VARLENA_FIXED_SIZE hack, which is irreversibly broken now thatTom Lane2000-11-301-11/+4
* Cleanup of code for creating index entries. Functional indexes withTom Lane2000-07-141-13/+1
* Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane2000-03-171-3/+3
* Add:Bruce Momjian2000-01-261-2/+3
* Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.Tom Lane1999-10-231-2/+1
* Install new alignment code to use MAXALIGN rather than DOUBLEALIGN whereBruce Momjian1999-07-191-2/+2
* More cleanupBruce Momjian1999-07-161-2/+2
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-5/+5
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+1
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-8/+5
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-2/+2
* Fix macros that were not properly surrounded by parens or braces.Bruce Momjian1998-06-151-34/+28
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-7/+10
* Update now that attcacheoff initial value is -1 always.Bruce Momjian1998-02-061-2/+2
* Reduce size of inlining.Bruce Momjian1998-02-011-19/+18
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-311-3/+81
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-241-7/+4
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-10/+10
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-12/+12
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-47/+51
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-3/+1
* Another one bits the dust...Marc G. Fournier1996-11-051-3/+3
* More include file cleanupsMarc G. Fournier1996-11-031-2/+2
* slow work...Marc G. Fournier1996-10-191-4/+2
* Moved from backend/access to include/accessMarc G. Fournier1996-08-271-0/+104