summaryrefslogtreecommitdiff
path: root/src/backend/optimizer/plan/setrefs.c
AgeCommit message (Expand)Author
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-30Fix problems with subselects used in GROUP BY expressions, per gripeTom Lane
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2001-01-09Fix oversight in planning of GROUP queries: when an expression is usedTom Lane
2000-10-26Re-implement LIMIT/OFFSET as a plan node type, instead of a hack inTom Lane
2000-10-05Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet theTom Lane
2000-09-29Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane
2000-09-12First cut at full support for OUTER JOINs. There are still a few looseTom Lane
2000-06-04Repair bug reported by ldm@apartia.com: Append nodes, which don'tTom Lane
2000-05-30Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-04-04Fix extremely nasty little bug observed when a sub-SELECT appears inTom Lane
2000-01-26Add:Bruce Momjian
1999-11-23Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jpBruce Momjian
1999-10-30Skip invoking set_uppernode_references() for a RESULT nodeTom 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-18Remove extraneous SeqScan node that make_noname was insertingTom Lane
1999-08-09Clean up routines in setrefs.c by replacing individual treeTom Lane
1999-07-16Final cleanup.Bruce Momjian
1999-07-15Remove unused #includes in *.c files.Bruce Momjian
1999-07-15Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian
1999-06-06Fix problems with grouping/aggregation in queries that useTom Lane
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-12Replaced targetlist entry in GroupClause by reference numberJan Wieck
1999-05-06Fix oversights in flatten_tlistentry and replace_clause_joinvar_refsTom Lane
1999-05-03Revise union_planner and associated routines to clean up breakageTom Lane
1999-04-29Several routines in setrefs.c would crash on array refsTom Lane
1999-04-26Insert a test for missing targetlist entry in replace_agg_clause.Tom Lane
1999-04-19Repair some problems in planner's handling of HAVING clauses.Tom Lane
1999-02-15Fix a number of places that made faulty assumptions aboutTom Lane
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1999-02-09Rename Temp to Noname for noname tables.Bruce Momjian
1999-02-03Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian
1999-02-03Optimizer rename ClauseInfo -> RestrictInfo. Update optimizer README.Bruce Momjian
1999-02-02Fix create_rule is->as.Bruce Momjian
1999-01-26pgindent file.Bruce Momjian
1999-01-25Agg/Aggreg cleanup and datetime.sql patch.Bruce Momjian
1999-01-24Rename Aggreg to Aggref.Bruce Momjian
1999-01-23Remove unused Choose node.Bruce Momjian
1999-01-18Hi!Bruce Momjian
1998-12-14Add support for the CASE statement in the rewrite handling.Thomas G. Lockhart
1998-10-08Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian
1998-09-09Fix using GroupBy/non-GroupBy expressions in HAVING.Vadim B. Mikheev
1998-09-01OK, folks, here is the pgindent output.Bruce Momjian
1998-09-01Renaming cleanup, no pgindent yet.Bruce Momjian
1998-07-20Cleanup makeTargetEntry and remove internal.c.Bruce Momjian