summaryrefslogtreecommitdiff
path: root/src/backend/rewrite/rewriteManip.c
Commit message (Expand)AuthorAgeFilesLines
* Improve the representation of FOR UPDATE/FOR SHARE so that we canTom Lane2006-04-301-4/+10
* Fix a bunch of problems with domains by making them use special input functionsTom Lane2006-04-051-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Restructure planner's handling of inheritance. Rather than processingTom Lane2006-01-311-10/+29
* Fix failure to apply domain constraints to a NULL constant that's added toTom Lane2006-01-061-2/+9
* Fix problems with rewriter failing to set Query.hasSubLinks when insertingTom Lane2005-11-231-5/+19
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-6/+6
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-53/+51
* Change expandRTE() and ResolveNew() back to taking just the singleTom Lane2005-06-041-9/+9
* Make the behavior of HAVING without GROUP BY conform to the SQL spec.Tom Lane2005-03-101-63/+7
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-7/+7
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Repair some issues with column aliases and RowExpr construction in theTom Lane2004-08-191-41/+23
* Standardize on the assumption that the arguments of a RowExpr correspondTom Lane2004-08-171-13/+26
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-301-8/+8
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-4/+6
* Promote row expressions to full-fledged citizens of the expression syntax,Tom Lane2004-05-101-35/+77
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* It is possible for ResolveNew to be used to insert a sublink into aTom Lane2003-10-201-8/+28
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-2/+2
* Code cleanup inspired by recent resname bug report (doesn't fix the bugTom Lane2003-08-111-164/+6
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-4/+4
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-9/+8
* Error message editing in backend/optimizer, backend/rewrite.Tom Lane2003-07-251-9/+19
* Add defenses against trying to attach qual conditions to a setOperationTom Lane2003-07-161-1/+21
* Implement outer-level aggregates to conform to the SQL spec, withTom Lane2003-06-061-10/+52
* Replace planner's representation of relation sets, per pghackers discussion.Tom Lane2003-02-081-25/+48
* IN clauses appearing at top level of WHERE can now be handled as joins.Tom Lane2003-01-201-5/+55
* Adjust API of expression_tree_mutator and query_tree_mutator toTom Lane2003-01-171-96/+43
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-121-3/+3
* Rule rewriter was doing the wrong thing with conditional INSTEAD rulesTom Lane2002-10-201-20/+12
* Tweak querytree-dependency-extraction code so that columns of tablesTom Lane2002-09-111-17/+17
* pgindent run.Bruce Momjian2002-09-041-12/+12
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane2002-03-211-5/+5
* Restructure representation of join alias variables. An explicit JOINTom Lane2002-03-121-4/+30
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-3/+3
* 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-12/+7
* Revert treatment of NOTIFY in rules to its pre-7.1 behavior: notify willTom Lane2001-09-071-11/+15
* Make the world safe for passing whole rows of views to functions. ThisTom Lane2001-04-181-3/+8
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-44/+47
* Refuse to try to attach a condition to a NOTIFY or other utility statement,Tom Lane2001-01-271-1/+29
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Clean up handling of FOR UPDATE inside views and subselects ... make itTom Lane2000-12-061-3/+46
* Repair breakage of rules containing INSERT ... SELECT actions, per bugTom Lane2000-12-051-20/+65
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-161-18/+5
* Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet theTom Lane2000-10-051-53/+45