aboutsummaryrefslogtreecommitdiff
path: root/src/include/rewrite/rewriteManip.h
Commit message (Expand)AuthorAge
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-29
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-12
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Fix some (more) problems with subselects in rules. Rewriter failed toTom Lane2000-03-16
* Add:Bruce Momjian2000-01-26
* Clean up rewriter routines to use expression_tree_walker andTom Lane1999-10-01
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Make functions static or NOT_USED as appropriate.Bruce Momjian1999-05-26
* pgindent run over code.Bruce Momjian1999-05-25
* Replaced targetlist entry in GroupClause by reference numberJan Wieck1999-05-12
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Hi!Bruce Momjian1999-01-18
* The patch does 2 things:Bruce Momjian1998-10-21
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-08
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* 1) Queries using the having clause on base tables should work wellBruce Momjian1998-07-19
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Make subqueries rewrite properly.Bruce Momjian1998-01-21
* Cleanup up include files.Bruce Momjian1997-11-26
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Clean up th ecompile process by centralizing the include filesMarc G. Fournier1996-08-28