summaryrefslogtreecommitdiff
path: root/src/backend/access/common/indextuple.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make 'name' type int aligned, like char/varchar.Bruce Momjian1998-08-271-4/+2
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-7/+1
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-30/+31
* Goodbye register keyword. Compiler knows better.Bruce Momjian1998-02-111-15/+15
* Update now that attcacheoff initial value is -1 always.Bruce Momjian1998-02-061-5/+5
* Fix for varchar functions, and indextyple j-1 fix.Bruce Momjian1998-02-051-2/+2
* Cleanup getattr code. Make CHAR() use attcacheoff.Bruce Momjian1998-02-041-43/+65
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-311-74/+43
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-6/+6
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-6/+6
* Good Bye, Time Travel!Vadim B. Mikheev1997-11-021-2/+2
* Inline memset() as MemSet().Bruce Momjian1997-09-181-2/+2
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-6/+6
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-96/+96
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-360/+398
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-2/+4
* Someone forgot about aligning in fastgetiattr()...Vadim B. Mikheev1997-06-121-34/+63
* Someone forgot about 'case sizeof(int32)' forVadim B. Mikheev1997-03-261-1/+4
* Re-add -I../.. for fmgr.hMarc G. Fournier1996-11-051-8/+7
* Clean up a few of the #include filesMarc G. Fournier1996-11-051-2/+1
* That pretty much totally cleans up the includes files here.Marc G. Fournier1996-11-031-1/+6
* More include file cleanupsMarc G. Fournier1996-11-031-17/+4
* More intelligent #include cleanups, as pointed out by Bryan...Marc G. Fournier1996-11-011-18/+4
* Cosmetic changes to ordering of #include filesMarc G. Fournier1996-10-211-25/+25
* Make line 159:bp = NULL, to quiet compilerMarc G. Fournier1996-10-211-2/+2
* Other then:Marc G. Fournier1996-10-201-1/+22
* First pass at fixing my own mistakesMarc G. Fournier1996-10-201-1/+12
* There...that pretty much cleans up redundant/unused #includes inMarc G. Fournier1996-10-191-11/+1
* One at a time...another one is complete...Marc G. Fournier1996-10-191-11/+13
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+427