summaryrefslogtreecommitdiff
path: root/src/include/nodes
AgeCommit message (Expand)Author
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
1999-02-10Rename Path.keys to Path.pathkeys. Too many 'keys' used for other things.Bruce Momjian
1999-02-09Rename Temp to Noname for noname tables.Bruce Momjian
1999-02-09Major optimizer improvement for joining a large number of tables.Bruce Momjian
1999-02-08Optimizer cleanup.Bruce Momjian
1999-02-07Changed ExecConstraints() and ExecRelCheck() to cache the constraintsJan Wieck
1999-02-06New alloc set code using a memory block pool for small allocations.Jan Wieck
1999-02-05Optimizer cleanup.Bruce Momjian
1999-02-04More optimizer cleanups.Bruce Momjian
1999-02-04More optimizer renaming HInfo -> HashInfo.Bruce Momjian
1999-02-03Optimizer rename ClauseInfo -> RestrictInfo. Update optimizer README.Bruce Momjian
1999-02-02Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian
1999-01-29READ COMMITTED isolevel is implemented and is default now.Vadim B. Mikheev
1999-01-25SELECT FOR UPDATE is implemented...Vadim B. Mikheev
1999-01-24Rename Aggreg to Aggref.Bruce Momjian
1999-01-23Remove unused Choose node.Bruce Momjian
1999-01-21The following patch finishes primary key support. Previously, whenBruce Momjian
1999-01-21FOR UPDATE is in parser & rules.Vadim B. Mikheev
1999-01-18Hi!Bruce Momjian
1999-01-05SELECT FOR UPDATE syntaxVadim B. Mikheev