summaryrefslogtreecommitdiff
path: root/src/include/access/itup.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-3/+3
* Eliminate duplicate hasnulls bit testing in index tuple access, andTom Lane2005-03-271-27/+29
* Convert index-related tuple handling routines from char 'n'/' ' to boolTom Lane2005-03-211-12/+4
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* 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
* First cut at recycling space in btree indexes. Still some rough edgesTom Lane2003-02-231-3/+3
* Clean up comments to be careful about the distinction between variable-Tom Lane2002-08-251-3/+3
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-201-12/+1
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-2/+1
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-3/+3
* 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