summaryrefslogtreecommitdiff
path: root/src/backend/access/common/heaptuple.c
Commit message (Expand)AuthorAgeFilesLines
* Good Bye, Time Travel!Vadim B. Mikheev1997-11-021-73/+10
* Coerce type of NULL pointer return to suppress gcc compiler warnings.Thomas G. Lockhart1997-09-241-3/+3
* Inline memset() as MemSet().Bruce Momjian1997-09-181-3/+3
* heapattr functions now return a Datum, not char *.Bruce Momjian1997-09-121-28/+25
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-3/+3
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-339/+339
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-757/+846
* Inlined heap_getattr().Bruce Momjian1997-08-261-59/+6
* Major patch to speed up backend startup after profiling analysis.Bruce Momjian1997-08-241-20/+14
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-2/+6
* Add comments describing interface to heap_getattr().Bryan Henderson1996-12-091-21/+30
* Change portname "sparc" to "sunos4" and change some portname dependencies toBryan Henderson1996-12-041-3/+3
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-101-1/+2
* Re-add -I../.. for fmgr.hMarc G. Fournier1996-11-051-8/+8
* Clean up a few of the #include filesMarc G. Fournier1996-11-051-2/+1
* More include file cleanupsMarc G. Fournier1996-11-031-3/+1
* More intelligent #include cleanups, as pointed out by Bryan...Marc G. Fournier1996-11-011-6/+6
* Okay, so I was going backwards on my include cleanup...Marc G. Fournier1996-11-011-34/+7
* Added misc include filesMarc G. Fournier1996-10-311-1/+2
* Cosmetic changes to ordering of #include filesMarc G. Fournier1996-10-211-28/+27
* Other then:Marc G. Fournier1996-10-201-1/+18
* First pass at fixing my own mistakesMarc G. Fournier1996-10-201-1/+22
* There...that pretty much cleans up redundant/unused #includes inMarc G. Fournier1996-10-191-22/+1
* All #include's removed from *.h files, so cleaning up the .c #includes...Marc G. Fournier1996-10-181-15/+23
* A few changes to cleanup the code.Marc G. Fournier1996-09-191-57/+36
* added #include "config.h" for ESCAPE_PATCH defineMarc G. Fournier1996-08-271-5/+3
* Fixes:Marc G. Fournier1996-08-131-2/+2
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+1011