aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/common/indextuple.c
Commit message (Expand)AuthorAge
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in backend/access.Tom Lane2003-07-21
* First cut at recycling space in btree indexes. Still some rough edgesTom Lane2003-02-23
* Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian2002-11-13
* Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian2002-11-11
* Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian2002-11-10
* pgindent run.Bruce Momjian2002-09-04
* Clean up comments to be careful about the distinction between variable-Tom Lane2002-08-25
* The cstring datatype can now be copied, passed around, etc. The typlenTom Lane2002-08-24
* Update copyright to 2002.Bruce Momjian2002-06-20
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-20
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-22
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Clean up index/btree comments/macros, as approved.Bruce Momjian2001-02-22
* Although we can't support out-of-line TOAST storage in indexes (yet),Tom Lane2001-02-15
* 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
* Silence compiler warning.Tom Lane2000-12-07
* Remove VARLENA_FIXED_SIZE hack, which is irreversibly broken now thatTom Lane2000-11-30
* Make pgsql compile on FreeBSD-alpha.Bruce Momjian2000-11-16
* Clean up some ugly coding (hardwired constants) in index_formtuple.Tom Lane2000-09-23
* 2nd try for the index tuple toast hack. This time as suggestedJan Wieck2000-07-22
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Add:Bruce Momjian2000-01-26
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-15
* More cleanups. Still doesn't work.Bruce Momjian2000-01-11
* 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
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Alignment cleanup so no more massive switch statements for alignment,Bruce Momjian1998-09-07
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* Make 'name' type int aligned, like char/varchar.Bruce Momjian1998-08-27
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Goodbye register keyword. Compiler knows better.Bruce Momjian1998-02-11
* Update now that attcacheoff initial value is -1 always.Bruce Momjian1998-02-06
* Fix for varchar functions, and indextyple j-1 fix.Bruce Momjian1998-02-05
* Cleanup getattr code. Make CHAR() use attcacheoff.Bruce Momjian1998-02-04
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-31
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-07
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-05
* Good Bye, Time Travel!Vadim B. Mikheev1997-11-02