aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/common/heaptuple.c
Commit message (Expand)AuthorAge
* Add:Bruce Momjian2000-01-26
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-15
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-16
* 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
* Reversed out Massimo patch.Bruce Momjian1999-06-12
* I don't like last minute patches before the final freeze, but I believe thatBruce Momjian1999-06-12
* pgindent run over code.Bruce Momjian1999-05-25
* cleanupBruce Momjian1999-03-14
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-03
* Tighten coding of inner loops in nocachegetattr ...Tom Lane1999-01-24
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-27
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-08
* Alignment cleanup so no more massive switch statements for alignment,Bruce Momjian1998-09-07
* offsetof cleanup.Bruce Momjian1998-09-04
* t_bits alignment fix from Tatsuo IshiiBruce Momjian1998-09-04
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-19
* 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
* Symptom:Marc G. Fournier1998-02-05
* char() cleanup and more cacheoff improvements.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
* Coerce type of NULL pointer return to suppress gcc compiler warnings.Thomas G. Lockhart1997-09-24
* Inline memset() as MemSet().Bruce Momjian1997-09-18
* heapattr functions now return a Datum, not char *.Bruce Momjian1997-09-12
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Inlined heap_getattr().Bruce Momjian1997-08-26
* Major patch to speed up backend startup after profiling analysis.Bruce Momjian1997-08-24
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-19
* Add comments describing interface to heap_getattr().Bryan Henderson1996-12-09
* Change portname "sparc" to "sunos4" and change some portname dependencies toBryan Henderson1996-12-04
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-10
* Re-add -I../.. for fmgr.hMarc G. Fournier1996-11-05
* Clean up a few of the #include filesMarc G. Fournier1996-11-05
* More include file cleanupsMarc G. Fournier1996-11-03
* More intelligent #include cleanups, as pointed out by Bryan...Marc G. Fournier1996-11-01