aboutsummaryrefslogtreecommitdiff
path: root/src/backend/rewrite/rewriteManip.c
Commit message (Expand)AuthorAge
* Klugy fix for bug #2447: we can't expand a whole-row reference to NEWTom Lane2006-05-23
* Fix failure to apply domain constraints to a NULL constant that's added toTom Lane2006-01-06
* 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
* Rule rewriter was doing the wrong thing with conditional INSTEAD rulesTom Lane2002-10-20
* Tweak querytree-dependency-extraction code so that columns of tablesTom Lane2002-09-11
* pgindent run.Bruce Momjian2002-09-04
* Update copyright to 2002.Bruce Momjian2002-06-20
* First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane2002-03-21
* Restructure representation of join alias variables. An explicit JOINTom Lane2002-03-12
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Revert treatment of NOTIFY in rules to its pre-7.1 behavior: notify willTom Lane2001-09-07
* Make the world safe for passing whole rows of views to functions. ThisTom Lane2001-04-18
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Refuse to try to attach a condition to a NOTIFY or other utility statement,Tom Lane2001-01-27
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Clean up handling of FOR UPDATE inside views and subselects ... make itTom Lane2000-12-06
* Repair breakage of rules containing INSERT ... SELECT actions, per bugTom Lane2000-12-05
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-16
* Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet theTom Lane2000-10-05
* 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
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-30
* 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
* Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is nowTom Lane2000-01-27
* Add:Bruce Momjian2000-01-26
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-07