]> granicus.if.org Git - postgresql/history - src/include/access/tupdesc.h
Reimplement parsing and storage of default expressions and constraint
[postgresql] / src / include / access / tupdesc.h
1999-10-03 Tom LaneReimplement parsing and storage of default expressions...
1999-07-16 Bruce MomjianMore cleanup
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-05-25 Bruce MomjianAnother pgindent run. Sorry folks.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
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-07-12 Bruce MomjianChange atttypmod from int16 to int32, for Thomas.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-10 Bruce MomjianPass around typmod as int16.
1998-02-10 Bruce MomjianPass attypmod through to executor by adding to Var...
1998-01-24 Bruce MomjianFix prototypes so they don't look like function definit...
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAdd typdefs to pgindent run.
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-22 Vadim B. Mikheev+ CreateTupleDescCopyConstr
1997-08-21 Vadim B. MikheevAttrConstr --> TupleConstr
1997-08-19 Vadim B. MikheevNOT NULL implementation (submitted by Robson Paniago...
1996-11-04 Marc G. FournierAnother series started from utils/builtins.h
1996-11-01 Marc G. FournierInclude dependencies based on tupdesc.h, as:
1996-10-19 Marc G. Fournierclean out include files of including other includes...
1996-09-16 Marc G. Fournier|Subject: Postgres patch: Assert attribute type match
1996-08-27 Marc G. FournierMoved from backend/access to include/access