summaryrefslogtreecommitdiff
path: root/src/include/rewrite
Commit message (Expand)AuthorAgeFilesLines
* Get rid of any toast table when converting a table to a view.Tom Lane2013-03-031-2/+1
* Add support for ALTER RULE ... RENAME TO.Tom Lane2013-02-081-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-016-6/+6
* Adjust more backend functions to return OID rather than void.Robert Haas2012-12-291-2/+2
* Support automatically-updatable views.Tom Lane2012-12-081-0/+2
* Rename ResolveNew() to ReplaceVarsFromTargetList(), and tweak its API.Tom Lane2012-11-081-4/+14
* Centralize the logic for detecting misplaced aggregates, window funcs, etc.Tom Lane2012-08-101-2/+1
* Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars.Tom Lane2012-06-301-0/+5
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-2/+2
* Update copyright notices for year 2012.Bruce Momjian2012-01-016-6/+6
* Further consolidation of DROP statement handling.Robert Haas2011-11-171-3/+0
* Try to acquire relation locks in RangeVarGetRelid.Robert Haas2011-07-081-1/+1
* Add a missing_ok argument to get_object_address().Robert Haas2011-06-271-1/+2
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-2/+2
* Stamp copyrights for year 2011.Bruce Momjian2011-01-016-6/+6
* Remove cvs keywords from all files.Magnus Hagander2010-09-206-6/+6
* Standardize get_whatever_oid functions for other object types.Robert Haas2010-08-051-1/+4
* pgindent run for 9.0Bruce Momjian2010-02-261-7/+7
* Update copyright for the year 2010.Bruce Momjian2010-01-026-12/+12
* Fix AcquireRewriteLocks to be sure that it acquires the right lock strengthTom Lane2009-10-281-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
* Revert updatable viewsPeter Eisentraut2009-01-274-27/+3
* Automatic view update rulesPeter Eisentraut2009-01-224-3/+27
* Update copyright for 2009.Bruce Momjian2009-01-016-12/+12
* 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
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-192-4/+4
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-1/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-016-12/+12
* pgindent run for 8.3.Bruce Momjian2007-11-151-5/+5
* Fix a couple of misbehaviors rooted in the fact that the default creationTom Lane2007-08-271-2/+2
* Changes pg_trigger and extend pg_rewrite in order to allow triggers andJan Wieck2007-03-192-2/+11
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-131-2/+10
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-056-12/+12
* Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane2006-09-051-1/+3
* Allow each C include file to compile on its own by including any neededBruce Momjian2006-07-111-1/+2
* DROP ... IF EXISTS for the following cases:Andrew Dunstan2006-06-161-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-056-12/+12
* Change expandRTE() and ResolveNew() back to taking just the singleTom Lane2005-06-041-2/+2
* Revise handling of dropped columns in JOIN alias lists to avoid aTom Lane2005-06-031-1/+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-316-12/+12
* Pgindent run for 8.0.Bruce Momjian2004-08-291-3/+3
* Update copyright to 2004.Bruce Momjian2004-08-296-12/+12
* 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-296-6/+6