]> granicus.if.org Git - postgresql/history - src/include/catalog/pg_attribute.h
Inheritance overhaul by Chris Bitmead <chris@bitmead.com>
[postgresql] / src / include / catalog / pg_attribute.h
2000-06-09 Bruce MomjianInheritance overhaul by Chris Bitmead <chris@bitmead...
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-09 Hiroshi InoueTrial implementation of ALTER DROP COLUMN.
2000-01-26 Bruce MomjianAdd:
2000-01-11 Tom LaneAh-hah, there are attribute size constants lurking...
1999-12-20 Jan WieckRequired catalog changes for extended LONG attribute...
1999-09-29 Jan WieckThis is part #1 for of the DEFERRED CONSTRAINT TRIGGER...
1999-08-09 Tom LaneUpdate comments about attdisbursion. NO code change.
1999-07-31 Tom LaneAdd comments for attdisbursion field --- NO code change.
1999-05-25 Bruce Momjianpgindent run over code.
1999-03-28 Tom LaneClean up various minor irregularities detected by type_...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-09-10 Vadim B. MikheevAdded attributes for primary/unique/foreign keys...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-27 Bruce MomjianMake 'name' type int aligned, like char/varchar.
1998-08-27 Bruce MomjianFix 'd ' should be 'd'.
1998-08-26 Bruce MomjianFix problem where attbyval was wrong for xid types.
1998-08-26 Bruce MomjianFix atttypmod alignment again, and re-enable ecpg.
1998-08-26 Bruce MomjianFix atttypmod to be int32 in system catalogs. Oops.
1998-08-26 Bruce MomjianMake attalign match type alignment.
1998-08-24 Bruce Momjiano note that now pg_database has a new attribuite "encod...
1998-08-11 Bruce MomjianChange owner from oid to int4 type.
1998-07-12 Bruce MomjianChange atttypmod from int16 to int32, for Thomas.
1998-03-07 Bruce MomjianFix bad oid in table.
1998-03-04 Bruce MomjianGet rid of those pesky long constants, 'l'. Has no...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-25 Marc G. FournierFrom: Jan Wieck <jwieck@debis.com>
1998-02-13 Bruce MomjianAtttypmod cleanup.
1998-02-10 Bruce MomjianPass around typmod as int16.
1998-02-10 Bruce MomjianPass attypmod through to executor by adding to Var...
1998-02-07 Bruce Momjianatttypmod now -1.
1998-02-05 Bruce MomjianFIx for atttypmod on system tables.
1998-01-19 Bruce MomjianFix for SELECT INTO TABLE for varchar().
1998-01-16 Bruce MomjianNew pg_attribute.atttypmod for type-specific informatio...
1997-12-04 Marc G. FournierFrom: todd brandys <brandys@eng3.hep.uiuc.edu>
1997-11-21 Bruce MomjianRemove archive stuff.
1997-11-16 Bruce MomjianNew \dS psql command. initdb cleanup.
1997-11-15 Bruce MomjianRemove pg_magic, defaults, server, hosts, and demon...
1997-11-02 Vadim B. MikheevGood Bye, Time Travel!
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-09-04 Vadim B. Mikheevpg_trigger changed
1997-08-31 Vadim B. MikheevWelcome, triggers
1997-08-22 Vadim B. MikheevSet attbyval for attdisbursion to FALSE
1997-08-21 Bruce MomjianRename pg_attribute.attnvals to attdisbursion.
1997-08-21 Bruce MomjianChange pg_attribute.attnvals to float4, change #ifdef...
1997-08-21 Vadim B. MikheevNew system relations to store DEFAULT/CHECK expressions.
1997-08-19 Vadim B. MikheevNOT NULL implementation (submitted by Robson Paniago...
1997-01-14 Bruce MomjianRestored original pg_type/pg_attribute defaults. Regre...
1997-01-10 Bruce MomjianRemove octal character constants and convert to decimal...
1997-01-10 Bruce MomjianI found the following bugs in the version 6.0 (dated...
1996-11-13 Marc G. FournierCommit of a *MAJOR* patch from Dan McGuirk <djm@indirec...
1996-11-01 Marc G. FournierInclude dependencies based on tupdesc.h, as:
1996-10-31 Marc G. Fournierremove:
1996-08-28 Marc G. FournierMore cleanups of the include files