summaryrefslogtreecommitdiff
path: root/src/include/nodes
AgeCommit message (Expand)Author
1999-10-26Hello.Bruce Momjian
1999-10-17Final stage of psort reconstruction work: replace psort.c withTom Lane
1999-10-15This patch implements ORACLE's COMMENT SQL command.Bruce Momjian
1999-10-07Fix planner and rewriter to follow SQL semantics for tables that areTom Lane
1999-10-03Reimplement parsing and storage of default expressions and constraintTom Lane
1999-10-02Allow CREATE FUNCTION's WITH clause to be used for all language types,Tom Lane
1999-09-29This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support.Jan Wieck
1999-09-28 I have been working with user defined types and user defined cBruce Momjian
1999-09-26Modify nodeAgg.c so that no rows are returned for a GROUP BYTom Lane
1999-09-24Several changes here, not very related but touching some of the same files.Tom Lane
1999-09-23Add TRUNCATE command, with psql help and sgml additions.Bruce Momjian
1999-08-25Revise implementation of SubLinks so that there is a consistent,Tom Lane
1999-08-22Further planner/optimizer cleanups. Move all set_tlist_referencesTom Lane
1999-08-21Major revision of sort-node handling: push knowledge of queryTom Lane
1999-08-16Major planner/optimizer revision: get rid of PathOrder node type,Tom Lane
1999-08-09> > Prevent sorting if result is already sortedBruce Momjian
1999-07-27First cut at doing LIKE/regex indexing optimization inTom Lane
1999-07-25Remove 'restrictinfojoinid' field from RestrictInfo nodes.Tom Lane
1999-07-24Clean up messy clause-selectivity code in clausesel.c; repair bugTom Lane
1999-07-18Improve commentary about ArrayRef and ResTarget nodes.Tom Lane
1999-07-16More cleanupBruce Momjian
1999-07-15Change #include's to use <> and "" as appropriate.Bruce Momjian
1999-07-15Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian
1999-07-13Remove S*I comments from Stephan.Bruce Momjian
1999-05-26Make functions static or NOT_USED as appropriate.Bruce Momjian
1999-05-25Another pgindent run. Sorry folks.Bruce Momjian
1999-05-25pgindent run over code.Bruce Momjian
1999-05-18Remove no-longer-used fields in Hash and HashJoin nodes.Tom Lane
1999-05-17Change resjunk to a boolean.Bruce Momjian
1999-05-12Replaced targetlist entry in GroupClause by reference numberJan Wieck
1999-03-23Remove Tee code, move to _deadcode.Bruce Momjian
1999-03-07Modify mcxt.h so that it doesn't pull in half of creation.Tom Lane
1999-03-07Really remove Recipe.Bruce Momjian
1999-03-01Executor no longer cares about mergejoinop, mergerightorder, mergeleftorder,Tom Lane
1999-02-28Fix executor to work correctly with mergejoins where left andTom Lane
1999-02-27Put back T_RecipeStmt, since the system doesn't actually buildTom Lane
1999-02-24Fix problem with selectivity error in added columns with ALTER TABLE.Bruce Momjian
1999-02-23Define JoinExpr structure for outer join syntax.Thomas G. Lockhart
1999-02-22comments cleanup.Bruce Momjian
1999-02-22Final optimizer cleanups.Bruce Momjian
1999-02-20pathkeys fixesBruce Momjian
1999-02-20add pathkeys description.Bruce Momjian
1999-02-18Fix bushy plans. Cleanup.Bruce Momjian
1999-02-15otherrels is now unjoined_relsBruce Momjian
1999-02-15Remove duplicate geqo functions, and more optimizer cleanupBruce Momjian
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1999-02-12Optimizer cleanup.Bruce Momjian
1999-02-12JoinPath -> NestPath for nested loop.Bruce Momjian
1999-02-12Fix optimizer and make faster.Bruce Momjian
1999-02-11More optimizer speedups.Bruce Momjian