OSDN Git Service

Some changes to prepare for LONG attributes.
[pg-rex/syncrep.git] / src / backend / access / common / heaptuple.c
1999-12-16 Jan WieckSome changes to prepare for LONG attributes.
1999-07-19 Bruce MomjianInstall new alignment code to use MAXALIGN rather than...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-06-12 Bruce MomjianReversed out Massimo patch.
1999-06-12 Bruce MomjianI don't like last minute patches before the final freez...
1999-05-25 Bruce Momjianpgindent run over code.
1999-03-14 Bruce Momjiancleanup
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1999-01-24 Tom LaneTighten coding of inner loops in nocachegetattr ...
1998-11-27 Vadim B. MikheevNew HeapTuple structure/interface.
1998-10-08 Bruce MomjianMake functions static or ifdef NOT_USED. Prevent pg_ve...
1998-09-07 Bruce MomjianAlignment cleanup so no more massive switch statements...
1998-09-04 Bruce Momjianoffsetof cleanup.
1998-09-04 Bruce Momjiant_bits alignment fix from Tatsuo Ishii
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-11 Bruce MomjianGoodbye register keyword. Compiler knows better.
1998-02-06 Bruce MomjianUpdate now that attcacheoff initial value is -1 always.
1998-02-05 Marc G. Fournier Symptom:
1998-02-05 Bruce Momjianchar() cleanup and more cacheoff improvements.
1998-02-04 Bruce MomjianCleanup getattr code. Make CHAR() use attcacheoff.
1998-01-31 Bruce MomjianInline fastgetattr and others so data access does not...
1998-01-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-11-02 Vadim B. MikheevGood Bye, Time Travel!
1997-09-24 Thomas G. LockhartCoerce type of NULL pointer return to suppress gcc...
1997-09-18 Bruce MomjianInline memset() as MemSet().
1997-09-12 Bruce Momjianheapattr functions now return a Datum, not char *.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-26 Bruce MomjianInlined heap_getattr().
1997-08-24 Bruce MomjianMajor patch to speed up backend startup after profiling...
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1996-12-09 Bryan HendersonAdd comments describing interface to heap_getattr().
1996-12-04 Bryan HendersonChange portname "sparc" to "sunos4" and change some...
1996-11-10 Bruce MomjianAll external function definitions now have prototypes...
1996-11-05 Marc G. FournierRe-add -I../.. for fmgr.h
1996-11-05 Marc G. FournierClean up a few of the #include files
1996-11-03 Marc G. FournierMore include file cleanups
1996-11-01 Marc G. FournierMore intelligent #include cleanups, as pointed out...
1996-11-01 Marc G. FournierOkay, so I was going backwards on my include cleanup...
1996-10-31 Marc G. FournierAdded misc include files
1996-10-21 Marc G. FournierCosmetic changes to ordering of #include files
1996-10-20 Marc G. FournierOther then:
1996-10-20 Marc G. FournierFirst pass at fixing my own mistakes
1996-10-19 Marc G. FournierThere...that pretty much cleans up redundant/unused...
1996-10-18 Marc G. FournierAll #include's removed from *.h files, so cleaning...
1996-09-19 Marc G. FournierA few changes to cleanup the code.
1996-08-27 Marc G. Fournieradded #include "config.h" for ESCAPE_PATCH define
1996-08-13 Marc G. FournierFixes:
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources