aboutsummaryrefslogtreecommitdiff
path: root/src/backend/rewrite/rewriteManip.c
Commit message (Expand)AuthorAge
...
* 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
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Alphabetically order reference to include files, "N" - "S".Bruce Momjian2006-07-11
* Improve the representation of FOR UPDATE/FOR SHARE so that we canTom Lane2006-04-30
* Fix a bunch of problems with domains by making them use special input functionsTom Lane2006-04-05
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Restructure planner's handling of inheritance. Rather than processingTom Lane2006-01-31
* Fix failure to apply domain constraints to a NULL constant that's added toTom Lane2006-01-06
* Fix problems with rewriter failing to set Query.hasSubLinks when insertingTom Lane2005-11-23
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Change expandRTE() and ResolveNew() back to taking just the singleTom Lane2005-06-04
* Make the behavior of HAVING without GROUP BY conform to the SQL spec.Tom Lane2005-03-10
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Repair some issues with column aliases and RowExpr construction in theTom Lane2004-08-19
* Standardize on the assumption that the arguments of a RowExpr correspondTom Lane2004-08-17
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-30
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* Promote row expressions to full-fledged citizens of the expression syntax,Tom Lane2004-05-10
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* It is possible for ResolveNew to be used to insert a sublink into aTom Lane2003-10-20
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Code cleanup inspired by recent resname bug report (doesn't fix the bugTom Lane2003-08-11
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in backend/optimizer, backend/rewrite.Tom Lane2003-07-25
* Add defenses against trying to attach qual conditions to a setOperationTom Lane2003-07-16
* Implement outer-level aggregates to conform to the SQL spec, withTom Lane2003-06-06
* Replace planner's representation of relation sets, per pghackers discussion.Tom Lane2003-02-08
* IN clauses appearing at top level of WHERE can now be handled as joins.Tom Lane2003-01-20
* Adjust API of expression_tree_mutator and query_tree_mutator toTom Lane2003-01-17
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-12