summaryrefslogtreecommitdiff
path: root/src/backend/rewrite/rewriteHandler.c
Commit message (Expand)AuthorAgeFilesLines
* Except_Intersect_Rewrite() forgot to move LIMIT info to newTom Lane1999-10-171-1/+8
* Fix planner and rewriter to follow SQL semantics for tables that areTom Lane1999-10-071-35/+56
* Stick finger into a couple more holes in the leaky dike ofTom Lane1999-10-021-1/+16
* Clean up rewriter routines to use expression_tree_walker andTom Lane1999-10-011-1537/+497
* Remove incorrect 'Assert(targetList != NULL)'. AnTom Lane1999-09-191-9/+2
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-181-9/+8
* Revise implementation of SubLinks so that there is a consistent,Tom Lane1999-08-251-40/+39
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-6/+1
* Final cleanup.Bruce Momjian1999-07-161-14/+14
* Update #include cleanupsBruce Momjian1999-07-161-2/+2
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-12/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-4/+2
* Remove S*I comments from Stephan.Bruce Momjian1999-07-131-7/+1
* RewritePreprocessQuery tried to match resjunk targets againstTom Lane1999-07-111-6/+9
* Replace rewriter's checkQueryHasAggs and checkQueryHasSubLinkTom Lane1999-06-211-226/+29
* Make functions static or NOT_USED as appropriate.Bruce Momjian1999-05-261-9/+14
* pgindent run over code.Bruce Momjian1999-05-251-1090/+1183
* Bugfix - Range table entries that are unused after rewriting shouldJan Wieck1999-05-251-2/+140
* Skip junk nodes when comparing UNION target list lengths.Bruce Momjian1999-05-171-5/+14
* Change resjunk to a boolean.Bruce Momjian1999-05-171-2/+2
* Rip out QueryTreeList structure, root and branch. QuerytreeTom Lane1999-05-131-18/+18
* Fixed wrong hasAggs when aggregate columns of view aren'tJan Wieck1999-05-121-3/+133
* Replaced targetlist entry in GroupClause by reference numberJan Wieck1999-05-121-96/+5
* Rearrange top-level rewrite operations so that EXPLAIN worksTom Lane1999-05-091-9/+54
* Final optimizer cleanups.Bruce Momjian1999-02-221-3/+3
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-211-2/+2
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-031-5/+3
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-021-3/+7
* Agg/Aggreg cleanup and datetime.sql patch.Bruce Momjian1999-01-251-19/+19
* SELECT FOR UPDATE is implemented...Vadim B. Mikheev1999-01-251-1/+3
* Rename Aggreg to Aggref.Bruce Momjian1999-01-241-114/+114
* FOR UPDATE is in parser & rules.Vadim B. Mikheev1999-01-211-2/+40
* Hi!Bruce Momjian1999-01-181-3/+399
* Add support for the CASE statement in the rewrite handling.Thomas G. Lockhart1998-12-141-1/+93
* Implement CASE expression.Thomas G. Lockhart1998-12-041-13/+74
* The patch does 2 things:Bruce Momjian1998-10-211-375/+148
* Fix for rules system from Jan.Bruce Momjian1998-10-201-3/+3
* Please apply the patch at the end. Disables use of systemBruce Momjian1998-10-021-1/+3
* Here's a combination of all the patches I'm currently waitingBruce Momjian1998-10-021-486/+2137
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-111/+123
* This is the final state of the rule system for 6.4 after theBruce Momjian1998-08-241-77/+42
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-2/+4
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-08-181-27/+227
* 1) Queries using the having clause on base tables should work wellBruce Momjian1998-07-191-7/+29
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-11/+1
* I started adding the Having Clause and it works quite fine forBruce Momjian1998-03-301-3/+8
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-49/+45
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-02-251-3/+3
* First step done,Marc G. Fournier1998-02-211-6/+104