summaryrefslogtreecommitdiff
path: root/src/backend/rewrite/rewriteHandler.c
AgeCommit message (Expand)Author
2000-06-15Clean up #include's.Bruce Momjian
2000-06-12Rename rule CURRENT to OLD in source tree. Add mapping for backwardBruce Momjian
2000-05-30Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian
2000-04-27Except_Intersect_Rewrite() failed to ignore resjunk targetlist entries,Tom Lane
2000-04-20Correct error in rewriter that caused SELECT count(*) FROM viewTom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-04-04When rewriting an aggregate introduced into WHERE, allow agg argument toTom Lane
2000-03-16Fix some (more) problems with subselects in rules. Rewriter failed toTom Lane
2000-03-12Fix performance problem in fireRIRonSubselect: with nested subqueries,Tom Lane
2000-01-27Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is nowTom Lane
2000-01-26Add:Bruce Momjian
2000-01-17Pass atttypmod to CoerceTargetExpr, so that it can pass it on toTom Lane
2000-01-05Fix it's and its to be correct.Bruce Momjian
1999-11-15Implement subselects in target lists. Also, relax requirement thatTom Lane
1999-11-01Eliminate RewritePreprocessQuery, which was taking anTom Lane
1999-10-17Except_Intersect_Rewrite() forgot to move LIMIT info to newTom Lane
1999-10-07Fix planner and rewriter to follow SQL semantics for tables that areTom Lane
1999-10-02Stick finger into a couple more holes in the leaky dike ofTom Lane
1999-10-01Clean up rewriter routines to use expression_tree_walker andTom Lane
1999-09-19Remove incorrect 'Assert(targetList != NULL)'. AnTom Lane
1999-09-18Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane
1999-08-25Revise implementation of SubLinks so that there is a consistent,Tom Lane
1999-07-17 Move some system includes into c.h, and remove duplicates.Bruce Momjian
1999-07-16Final cleanup.Bruce Momjian
1999-07-16Update #include cleanupsBruce 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-07-13Remove S*I comments from Stephan.Bruce Momjian
1999-07-11RewritePreprocessQuery tried to match resjunk targets againstTom Lane
1999-06-21Replace rewriter's checkQueryHasAggs and checkQueryHasSubLinkTom Lane
1999-05-26Make functions static or NOT_USED as appropriate.Bruce Momjian
1999-05-25pgindent run over code.Bruce Momjian
1999-05-25Bugfix - Range table entries that are unused after rewriting shouldJan Wieck
1999-05-17Skip junk nodes when comparing UNION target list lengths.Bruce Momjian
1999-05-17Change resjunk to a boolean.Bruce Momjian
1999-05-13Rip out QueryTreeList structure, root and branch. QuerytreeTom Lane
1999-05-12Fixed wrong hasAggs when aggregate columns of view aren'tJan Wieck
1999-05-12Replaced targetlist entry in GroupClause by reference numberJan Wieck
1999-05-09Rearrange top-level rewrite operations so that EXPLAIN worksTom Lane
1999-02-22Final optimizer cleanups.Bruce Momjian
1999-02-21From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1999-02-03Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian
1999-02-02Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian
1999-01-25Agg/Aggreg cleanup and datetime.sql patch.Bruce Momjian
1999-01-25SELECT FOR UPDATE is implemented...Vadim B. Mikheev
1999-01-24Rename Aggreg to Aggref.Bruce Momjian
1999-01-21FOR UPDATE is in parser & rules.Vadim B. Mikheev
1999-01-18Hi!Bruce Momjian
1998-12-14Add support for the CASE statement in the rewrite handling.Thomas G. Lockhart