aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/itup.h
Commit message (Expand)AuthorAge
* Clean up comments to be careful about the distinction between variable-Tom Lane2002-08-25
* Update copyright to 2002.Bruce Momjian2002-06-20
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-20
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Clean up index/btree comments/macros, as approved.Bruce Momjian2001-02-22
* Comment improvements.Bruce Momjian2001-02-21
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Fix portability problems recently exposed by regression tests on Alphas.Tom Lane2000-12-27
* Remove VARLENA_FIXED_SIZE hack, which is irreversibly broken now thatTom Lane2000-11-30
* Cleanup of code for creating index entries. Functional indexes withTom Lane2000-07-14
* Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane2000-03-17
* Add:Bruce Momjian2000-01-26
* Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.Tom Lane1999-10-23
* Install new alignment code to use MAXALIGN rather than DOUBLEALIGN whereBruce Momjian1999-07-19
* More cleanupBruce Momjian1999-07-16
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* Fix macros that were not properly surrounded by parens or braces.Bruce Momjian1998-06-15
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Update now that attcacheoff initial value is -1 always.Bruce Momjian1998-02-06
* Reduce size of inlining.Bruce Momjian1998-02-01
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-31
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-24
* Used modified version of indent that understands over 100 typedefs.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
* Another one bits the dust...Marc G. Fournier1996-11-05
* More include file cleanupsMarc G. Fournier1996-11-03
* slow work...Marc G. Fournier1996-10-19
* Moved from backend/access to include/accessMarc G. Fournier1996-08-27