summaryrefslogtreecommitdiff
path: root/src/backend/access/common/indextuple.c
Commit message (Expand)AuthorAgeFilesLines
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Fix misguided removal of access/tuptoaster.h inclusion, per Kris Jurka.Tom Lane2006-07-141-1/+2
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-3/+1
* Alphabetically order reference to include files, "G" - "M".Bruce Momjian2006-07-111-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-19/+18
* Eliminate duplicate hasnulls bit testing in index tuple access, andTom Lane2005-03-271-5/+4
* Convert index-related tuple handling routines from char 'n'/' ' to boolTom Lane2005-03-211-32/+33
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-4/+4
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-3/+3
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-4/+4
* Error message editing in backend/access.Tom Lane2003-07-211-5/+10
* First cut at recycling space in btree indexes. Still some rough edgesTom Lane2003-02-231-9/+8
* Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian2002-11-131-3/+2
* Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian2002-11-111-2/+3
* Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian2002-11-101-3/+2
* pgindent run.Bruce Momjian2002-09-041-4/+4
* Clean up comments to be careful about the distinction between variable-Tom Lane2002-08-251-7/+7
* The cstring datatype can now be copied, passed around, etc. The typlenTom Lane2002-08-241-20/+16
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-201-21/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-3/+1
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-221-12/+10
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-14/+14
* Clean up index/btree comments/macros, as approved.Bruce Momjian2001-02-221-4/+4
* Although we can't support out-of-line TOAST storage in indexes (yet),Tom Lane2001-02-151-18/+37
* 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-8/+8
* Silence compiler warning.Tom Lane2000-12-071-3/+5
* Remove VARLENA_FIXED_SIZE hack, which is irreversibly broken now thatTom Lane2000-11-301-87/+47
* Make pgsql compile on FreeBSD-alpha.Bruce Momjian2000-11-161-2/+3
* Clean up some ugly coding (hardwired constants) in index_formtuple.Tom Lane2000-09-231-12/+14
* 2nd try for the index tuple toast hack. This time as suggestedJan Wieck2000-07-221-1/+47
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-3/+3
* Add:Bruce Momjian2000-01-261-2/+3
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-151-2/+3
* More cleanups. Still doesn't work.Bruce Momjian2000-01-111-4/+3
* Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.Tom Lane1999-10-231-5/+5
* Install new alignment code to use MAXALIGN rather than DOUBLEALIGN whereBruce Momjian1999-07-191-2/+2
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-6/+1
* Final cleanup.Bruce Momjian1999-07-161-1/+2
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-5/+5
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-4/+1
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Alignment cleanup so no more massive switch statements for alignment,Bruce Momjian1998-09-071-74/+5
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-7/+7