summaryrefslogtreecommitdiff
path: root/src/include/rewrite/rewriteManip.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* pgindent run for 9.0Bruce Momjian2010-02-261-7/+7
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExprTom Lane2009-09-021-2/+26
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-2/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Support window functions a la SQL:2008.Tom Lane2008-12-281-1/+3
* Add a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-011-1/+2
* Arrange to convert EXISTS subqueries that are equivalent to hashable INTom Lane2008-08-221-1/+2
* Fix pull_up_simple_union_all to copy all rtable entries from child subquery toHeikki Linnakangas2008-08-141-1/+3
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Change expandRTE() and ResolveNew() back to taking just the singleTom Lane2005-06-041-2/+2
* Make the behavior of HAVING without GROUP BY conform to the SQL spec.Tom Lane2005-03-101-2/+1
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-3/+3
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Repair some issues with column aliases and RowExpr construction in theTom Lane2004-08-191-2/+2
* Promote row expressions to full-fledged citizens of the expression syntax,Tom Lane2004-05-101-2/+3
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Rule rewriter was doing the wrong thing with conditional INSTEAD rulesTom Lane2002-10-201-2/+2
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-2/+1
* Remove some dead code, simplify calling convention.Tom Lane2001-06-131-4/+4
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-4/+4
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Repair breakage of rules containing INSERT ... SELECT actions, per bugTom Lane2000-12-051-2/+3
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-291-6/+3
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-121-1/+7
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-5/+5
* Fix some (more) problems with subselects in rules. Rewriter failed toTom Lane2000-03-161-1/+6
* Add:Bruce Momjian2000-01-261-2/+3
* Clean up rewriter routines to use expression_tree_walker andTom Lane1999-10-011-13/+12
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-3/+1
* Make functions static or NOT_USED as appropriate.Bruce Momjian1999-05-261-2/+1
* pgindent run over code.Bruce Momjian1999-05-251-2/+2
* Replaced targetlist entry in GroupClause by reference numberJan Wieck1999-05-121-1/+2
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Hi!Bruce Momjian1999-01-181-1/+3
* The patch does 2 things:Bruce Momjian1998-10-211-2/+2
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-081-4/+1
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-9/+6
* 1) Queries using the having clause on base tables should work wellBruce Momjian1998-07-191-1/+3
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-3/+4