aboutsummaryrefslogtreecommitdiff
path: root/src/backend/rewrite/rewriteManip.c
Commit message (Expand)AuthorAge
* Update copyright for 2016Bruce Momjian2016-01-02
* Get rid of the planner's LateralJoinInfo data structure.Tom Lane2015-12-11
* pgindent run for 9.5Bruce Momjian2015-05-23
* Support GROUPING SETS, CUBE and ROLLUP.Andres Freund2015-05-16
* Fix ON CONFLICT bugs that manifest when used in rules.Andres Freund2015-05-13
* Add parse location fields to NullTest and BooleanTest structs.Tom Lane2015-02-22
* Update copyright for 2015Bruce Momjian2015-01-06
* Add bms_next_member(), and use it where appropriate.Tom Lane2014-11-28
* Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...Tom Lane2014-06-18
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Eliminate pg_rewrite.ev_attr column and related dead code.Kevin Grittner2013-09-05
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Update copyrights for 2013Bruce Momjian2013-01-01
* Rename ResolveNew() to ReplaceVarsFromTargetList(), and tweak its API.Tom Lane2012-11-08
* Fix up planner infrastructure to support LATERAL properly.Tom Lane2012-08-26
* Centralize the logic for detecting misplaced aggregates, window funcs, etc.Tom Lane2012-08-10
* Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars.Tom Lane2012-06-30
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Rearrange planner to save the whole PlannerInfo (subroot) for a subquery.Tom Lane2011-09-03
* Pass collation to makeConst() instead of looking it up internally.Tom Lane2011-03-25
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Reimplement planner's handling of MIN/MAX aggregate optimization.Tom Lane2010-11-04
* Support triggers on views.Tom Lane2010-10-10
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0Bruce Momjian2010-02-26
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Don't treat NEW and OLD as reserved words anymore. For the purposes of rulesTom Lane2009-11-05
* Re-implement EvalPlanQual processing to improve its performance and eliminateTom Lane2009-10-26
* Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExprTom Lane2009-09-02
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Get rid of the rather fuzzily defined FlattenedSubLink node type in favor ofTom Lane2009-02-25
* Update copyright for 2009.Bruce Momjian2009-01-01
* Support window functions a la SQL:2008.Tom Lane2008-12-28
* Make SELECT FOR UPDATE/SHARE work on inheritance trees, by having the planTom Lane2008-11-15
* Dept of better ideas: refrain from creating the planner's placeholder_listTom Lane2008-10-22
* Add a concept of "placeholder" variables to the planner. These are variablesTom Lane2008-10-21
* When expanding a whole-row Var into a RowExpr during ResolveNew(), attachTom Lane2008-10-06
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-04
* Add a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-01
* Extend the parser location infrastructure to include a location field inTom Lane2008-08-28
* Move exprType(), exprTypmod(), expression_tree_walker(), and related routinesTom Lane2008-08-25
* Arrange to convert EXISTS subqueries that are equivalent to hashable INTom Lane2008-08-22
* Fix pull_up_simple_union_all to copy all rtable entries from child subquery toHeikki Linnakangas2008-08-14
* Implement SEMI and ANTI joins in the planner and executor. (Semijoins replaceTom Lane2008-08-14
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Make eval_const_expressions() preserve typmod when simplifying something likeTom Lane2007-09-06
* Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard.Tom Lane2007-06-11
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05