aboutsummaryrefslogtreecommitdiff
path: root/src/backend/rewrite/rewriteHandler.c
Commit message (Expand)AuthorAge
* 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
* Add support for the CASE statement in the rewrite handling.Thomas G. Lockhart1998-12-14
* Implement CASE expression.Thomas G. Lockhart1998-12-04
* The patch does 2 things:Bruce Momjian1998-10-21
* Fix for rules system from Jan.Bruce Momjian1998-10-20
* Please apply the patch at the end. Disables use of systemBruce Momjian1998-10-02
* Here's a combination of all the patches I'm currently waitingBruce Momjian1998-10-02
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* This is the final state of the rule system for 6.4 after theBruce Momjian1998-08-24
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-19
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-08-18
* 1) Queries using the having clause on base tables should work wellBruce Momjian1998-07-19
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* I started adding the Having Clause and it works quite fine forBruce Momjian1998-03-30
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-02-25
* First step done,Marc G. Fournier1998-02-21
* Make subqueries rewrite properly.Bruce Momjian1998-01-21
* Yohoo UNIONS of VIEWS.Bruce Momjian1998-01-09
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-07
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-05
* Fix for count(*), aggs with views and multiple tables and sum(3).Bruce Momjian1998-01-04
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08