]> granicus.if.org Git - postgresql/history - src/include/nodes/nodes.h
Privileges on functions and procedural languages
[postgresql] / src / include / nodes / nodes.h
2002-02-18 Peter EisentrautPrivileges on functions and procedural languages
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-07-16 Bruce MomjianRemove some unused node symbols
2001-07-16 Bruce MomjianMore EXTEND INDEX removal.
2001-06-19 Tom LaneAdd IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the...
2001-06-09 Peter EisentrautAllow GRANT/REVOKE to/from more than one user per invoc...
2001-04-24 Tom LaneUndo pgindent brain damage, so that node type numbers...
2001-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-20 Peter EisentrautAdd missing piece of BitString support to node output...
2000-11-24 Peter EisentrautMake SET SESSION CHARACTERISTICS compliant with SQL...
2000-11-12 Tom LaneRestructure handling of inheritance queries so that...
2000-11-05 Vadim B. MikheevNew CHECKPOINT command.
2000-10-31 Peter EisentrautChange the parser to convert SQL "position" and "substr...
2000-10-26 Tom LaneRe-implement LIMIT/OFFSET as a plan node type, instead...
2000-10-22 Tom LaneSome small polishing of Mark Hollomon's cleanup of...
2000-10-05 Tom LaneReimplementation of UNION/INTERSECT/EXCEPT. INTERSECT...
2000-09-29 Tom LaneSubselects in FROM clause, per ISO syntax: FROM (SELECT...
2000-09-12 Tom LaneFirst cut at full support for OUTER JOINs. There are...
2000-08-24 Tom LaneSQL-language functions are now callable in ordinary...
2000-08-11 Tom LaneUpdate comments for some parse node types.
2000-08-08 Tom LaneRemove 'func_tlist' from Func expression nodes, likewis...
2000-07-22 Tom LaneRemove 'Array' node type, which has evidently been...
2000-07-14 Thomas G. LockhartImplement nested block comments in the backend and...
2000-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
2000-06-18 Tom LaneReimplement nodeMaterial to use a temporary BufFile...
2000-05-29 Tom LaneSecond round of fmgr changes: triggers are now invoked...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-02-20 Tom LaneCreate a new expression node type RelabelType, which...
2000-02-18 Hiroshi InoueImplement reindex command
2000-02-15 Tom LaneNew cost model for planning, incorporating a penalty...
2000-01-26 Bruce MomjianAdd:
2000-01-17 Tom LaneCreate a new parsetree node type, TypeCast, so that...
2000-01-16 Peter EisentrautIncluded all yacc and lex files into the distribution.
2000-01-09 Tom LaneAnother round of planner/optimizer work. This is just...
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