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