]> granicus.if.org Git - postgresql/history - src/backend/access/common/printtup.c
Pass atttypmod to the frontend.
[postgresql] / src / backend / access / common / printtup.c
1998-05-14 Bruce MomjianPass atttypmod to the frontend.
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-10 Bruce MomjianPass around typmod as int16.
1998-02-10 Bruce MomjianPass attypmod through to executor by adding to Var...
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-12-08 Bruce MomjianMore VARHDRSZ additions.
1997-12-06 Bruce MomjianAdd VARHDRSZ where needed. Many places just used 4.
1997-09-12 Bruce Momjianheapattr functions now return a Datum, not char *.
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-18 Bruce MomjianNow that names are null terminated, no need to do all...
1997-01-10 Bruce Momjianinclude sem.h added, include string.h neede, from Erik...
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. FournierThat pretty much totally cleans up the includes files...
1996-11-03 Marc G. FournierMore include file cleanups
1996-11-01 Marc G. FournierMore intelligent #include cleanups, as pointed out...
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. Fournier#define cleanup: moved #define IPORTAL_DEBUG to config.h
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01