aboutsummaryrefslogtreecommitdiff
path: root/src/include/rewrite
Commit message (Expand)AuthorAge
* pgindent run for 9.4Bruce Momjian2014-05-06
* Make security barrier views automatically updatableStephen Frost2014-04-12
* Avoid getting more than AccessShareLock when deparsing a query.Tom Lane2014-03-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Allow only some columns of a view to be auto-updateable.Robert Haas2013-10-18
* Eliminate pg_rewrite.ev_attr column and related dead code.Kevin Grittner2013-09-05
* WITH CHECK OPTION support for auto-updatable VIEWsStephen Frost2013-07-18
* Improve updatability checking for views and foreign tables.Tom Lane2013-06-12
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Get rid of any toast table when converting a table to a view.Tom Lane2013-03-03
* Add support for ALTER RULE ... RENAME TO.Tom Lane2013-02-08
* Update copyrights for 2013Bruce Momjian2013-01-01
* Adjust more backend functions to return OID rather than void.Robert Haas2012-12-29
* Support automatically-updatable views.Tom Lane2012-12-08
* Rename ResolveNew() to ReplaceVarsFromTargetList(), and tweak its API.Tom Lane2012-11-08
* 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
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Further consolidation of DROP statement handling.Robert Haas2011-11-17
* Try to acquire relation locks in RangeVarGetRelid.Robert Haas2011-07-08
* Add a missing_ok argument to get_object_address().Robert Haas2011-06-27
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Standardize get_whatever_oid functions for other object types.Robert Haas2010-08-05
* pgindent run for 9.0Bruce Momjian2010-02-26
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Fix AcquireRewriteLocks to be sure that it acquires the right lock strengthTom Lane2009-10-28
* 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
* Revert updatable viewsPeter Eisentraut2009-01-27
* Automatic view update rulesPeter Eisentraut2009-01-22
* Update copyright for 2009.Bruce Momjian2009-01-01
* Support window functions a la SQL:2008.Tom Lane2008-12-28
* Add a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-01
* 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
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-19
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Fix a couple of misbehaviors rooted in the fact that the default creationTom Lane2007-08-27
* Changes pg_trigger and extend pg_rewrite in order to allow triggers andJan Wieck2007-03-19
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-13
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane2006-09-05
* Allow each C include file to compile on its own by including any neededBruce Momjian2006-07-11
* DROP ... IF EXISTS for the following cases:Andrew Dunstan2006-06-16
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05