]> granicus.if.org Git - postgresql/history - src/include/nodes/nodes.h
Here's the Create/Alter/Drop Group stuff that's been really overdue. I
[postgresql] / src / include / nodes / nodes.h
1999-12-16 Bruce MomjianHere's the Create/Alter/Drop Group stuff that's been...
1999-12-10 Bruce MomjianRename several destroy* functions/tags to drop*.
1999-12-06 Jan WieckCompleted FOREIGN KEY syntax.
1999-11-23 Bruce MomjianTid access method feature from Hiroshi Inoue, Inoue...
1999-10-15 Bruce MomjianThis patch implements ORACLE's COMMENT SQL command.
1999-10-02 Tom LaneAllow CREATE FUNCTION's WITH clause to be used for...
1999-09-29 Jan WieckThis is part #1 for of the DEFERRED CONSTRAINT TRIGGER...
1999-09-23 Bruce MomjianAdd TRUNCATE command, with psql help and sgml additions.
1999-08-16 Tom LaneMajor planner/optimizer revision: get rid of PathOrder...
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-05-26 Bruce MomjianMake functions static or NOT_USED as appropriate.
1999-03-23 Bruce MomjianRemove Tee code, move to _deadcode.
1999-03-07 Bruce MomjianReally remove Recipe.
1999-02-27 Tom LanePut back T_RecipeStmt, since the system doesn't actuall...
1999-02-24 Bruce MomjianFix problem with selectivity error in added columns...
1999-02-23 Thomas G. LockhartDefine JoinExpr structure for outer join syntax.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-12 Bruce MomjianJoinPath -> NestPath for nested loop.
1999-02-09 Bruce MomjianRename Temp to Noname for noname tables.
1999-02-09 Bruce MomjianMajor optimizer improvement for joining a large number...
1999-02-06 Jan WieckNew alloc set code using a memory block pool for small...
1999-02-04 Bruce MomjianMore optimizer cleanups.
1999-02-04 Bruce MomjianMore optimizer renaming HInfo -> HashInfo.
1999-02-03 Bruce MomjianOptimizer rename ClauseInfo -> RestrictInfo. Update...
1999-01-24 Bruce MomjianRename Aggreg to Aggref.
1999-01-21 Vadim B. MikheevFOR UPDATE is in parser & rules.
1998-12-18 Vadim B. MikheevSET TRANSACTION ISOLATION LEVEL ...
1998-12-04 Thomas G. LockhartImplement CASE expression.
1998-10-01 Tom LaneGet rid of some long-dead code that thinks NOTIFY is...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-25 Marc G. FournierFrom: Massimo Dal Zotto <dz@cs.unitn.it>
1998-08-18 Marc G. FournierFrom: Jan Wieck <jwieck@debis.com>
1998-08-05 Marc G. FournierFrom: David Hartwig <daybee@bellatlantic.net>
1998-07-18 Bruce MomjianRename Rel to RelOptInfo.
1998-02-13 Vadim B. MikheevNew SubPlan node for subselects.
1998-01-17 Bruce MomjianCreates the SubLink structure, and the Query->hasSubLin...
1998-01-10 Bruce MomjianBye CursorStmt, now use SelectStmt.
1998-01-09 Bruce MomjianRemove old quel labels.
1997-12-18 Bruce MomjianRemove Existential, and ifdef out generate_fjoin. ...
1997-12-04 Thomas G. LockhartAdd Constraint node type.
1997-12-04 Marc G. FournierFrom: todd brandys <brandys@eng3.hep.uiuc.edu>
1997-11-21 Bruce MomjianRemove archive stuff.
1997-10-28 Vadim B. MikheevNow we are able to CREATE PROCEDURAL LANGUAGE (Thanks...
1997-09-29 Vadim B. MikheevMOVE implementation (added bool ismove to FetchStmt).
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-09-01 Thomas G. LockhartAdd structure for subselects.
1997-08-31 Vadim B. MikheevCREATE/DROP TRIGGER statement nodes
1997-05-22 Marc G. FournierFrom: Darren King <aixssd!darrenk@abs.net>
1997-04-23 Marc G. FournierTo: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>
1997-04-02 Marc G. FournierFrom: "Martin J. Laubach" <mjl@CSlab.tuwien.ac.at>
1997-04-02 Vadim B. MikheevNew node T_CreateSeqStmt.
1997-03-02 Bruce MomjianChange debug to pretty-print tree, recommended by Darre...
1996-12-17 Bruce MomjianMake GROUP BY work with aliases, ORDER BY with column...
1996-11-03 Marc G. FournierMore cleans of the inter-dependencies in the #include...
1996-10-31 Marc G. Fournierremove:
1996-08-28 Marc G. FournierMore cleanups of the include files