summaryrefslogtreecommitdiff
path: root/src/backend/rewrite/rewriteDefine.c
Commit message (Expand)AuthorAgeFilesLines
* pgindent run for 9.6Robert Haas2016-06-091-2/+2
* Improve error message for rejecting RETURNING clauses with dropped columns.Tom Lane2016-02-291-7/+19
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Disallow converting a table to a view if row security is present.Joe Conway2015-07-281-5/+19
* Mark views created from tables as replication identity 'nothing'Bruce Momjian2015-05-011-0/+1
* Change many routines to return ObjectAddress rather than OIDAlvaro Herrera2015-03-031-5/+11
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Add some errdetail to checkRuleResultList().Tom Lane2014-07-021-5/+28
* pgindent run for 9.4Bruce Momjian2014-05-061-4/+4
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Refine our definition of what constitutes a system relation.Robert Haas2013-11-281-1/+1
* Fix breakage of MV column name list usage.Kevin Grittner2013-11-041-7/+14
* Eliminate pg_rewrite.ev_attr column and related dead code.Kevin Grittner2013-09-051-6/+0
* Update messages, comments and documentation for materialized views.Noah Misch2013-07-051-0/+2
* Get rid of pg_class.reltoastidxid.Fujii Masao2013-07-041-3/+2
* Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas2013-07-021-1/+5
* pgindent run for release 9.3Bruce Momjian2013-05-291-7/+7
* Extend object-access hook machinery to support post-alter events.Robert Haas2013-03-171-0/+3
* Revert unnecessary change in MV call to checkRuleResultList().Kevin Grittner2013-03-141-2/+1
* Code beautification for object-access hook machinery.Robert Haas2013-03-061-2/+1
* Add a materialized view relations.Kevin Grittner2013-03-031-2/+5
* Get rid of any toast table when converting a table to a view.Tom Lane2013-03-031-11/+87
* Add support for ALTER RULE ... RENAME TO.Tom Lane2013-02-081-13/+86
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Adjust more backend functions to return OID rather than void.Robert Haas2012-12-291-17/+20
* When converting a table to a view, remove its system columns.Tom Lane2012-10-241-2/+9
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-301-0/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-1/+1
* Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane2012-03-191-2/+1
* Extend object access hook framework to support arguments, and DROP.Robert Haas2012-03-091-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Improve table locking behavior in the face of current DDL.Robert Haas2011-11-301-2/+1
* Try to acquire relation locks in RangeVarGetRelid.Robert Haas2011-07-081-3/+9
* Finish disabling reduced-lock-levels-for-DDL feature.Tom Lane2011-07-071-7/+5
* Index tuple data arrays using Anum_xxx symbolic constants instead of "i++".Tom Lane2011-06-161-10/+8
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-091-7/+7
* Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut2011-04-111-2/+1
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-3/+3
* Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.Tom Lane2011-02-251-0/+8
* Core support for "extensions", which are packages of SQL objects.Tom Lane2011-02-081-1/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Object access hook framework, with post-creation hook.Robert Haas2010-11-251-0/+5
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Reduce lock levels of CREATE TRIGGER and some ALTER TABLE, CREATE RULE actions.Simon Riggs2010-07-281-5/+8
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-141-13/+10
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Don't treat NEW and OLD as reserved words anymore. For the purposes of rulesTom Lane2009-11-051-3/+3
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-5/+5
* Add checks to DefineQueryRewrite() to prohibit attaching rules to relationsTom Lane2009-05-131-1/+18
* Revert updatable viewsPeter Eisentraut2009-01-271-64/+2