aboutsummaryrefslogtreecommitdiff
path: root/src/backend/rewrite/rewriteDefine.c
Commit message (Expand)AuthorAge
* Add some errdetail to checkRuleResultList().Tom Lane2014-07-02
* Remove tabs after spaces in C commentsBruce Momjian2014-05-06
* Fix breakage of MV column name list usage.Kevin Grittner2013-11-04
* Update messages, comments and documentation for materialized views.Noah Misch2013-07-05
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Extend object-access hook machinery to support post-alter events.Robert Haas2013-03-17
* Revert unnecessary change in MV call to checkRuleResultList().Kevin Grittner2013-03-14
* Code beautification for object-access hook machinery.Robert Haas2013-03-06
* Add a materialized view relations.Kevin Grittner2013-03-03
* 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
* When converting a table to a view, remove its system columns.Tom Lane2012-10-24
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane2012-03-19
* Extend object access hook framework to support arguments, and DROP.Robert Haas2012-03-09
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Improve table locking behavior in the face of current DDL.Robert Haas2011-11-30
* Try to acquire relation locks in RangeVarGetRelid.Robert Haas2011-07-08
* Finish disabling reduced-lock-levels-for-DDL feature.Tom Lane2011-07-07
* Index tuple data arrays using Anum_xxx symbolic constants instead of "i++".Tom Lane2011-06-16
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut2011-04-11
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.Tom Lane2011-02-25
* Core support for "extensions", which are packages of SQL objects.Tom Lane2011-02-08
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Object access hook framework, with post-creation hook.Robert Haas2010-11-25
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Reduce lock levels of CREATE TRIGGER and some ALTER TABLE, CREATE RULE actions.Simon Riggs2010-07-28
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-14
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Don't treat NEW and OLD as reserved words anymore. For the purposes of rulesTom Lane2009-11-05
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Add checks to DefineQueryRewrite() to prohibit attaching rules to relationsTom Lane2009-05-13
* Revert updatable viewsPeter Eisentraut2009-01-27
* Automatic view update rulesPeter Eisentraut2009-01-22
* Update copyright for 2009.Bruce Momjian2009-01-01
* Rethink the way FSM truncation works. Instead of WAL-logging FSMHeikki Linnakangas2008-11-19
* Replace pg_class.reltriggers with relhastriggers, which is just a boolean hintTom Lane2008-11-09
* Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,Tom Lane2008-11-02
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-04
* Move exprType(), exprTypmod(), expression_tree_walker(), and related routinesTom Lane2008-08-25
* Introduce the concept of relation forks. An smgr relation can now consistHeikki Linnakangas2008-08-11
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-19
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-26
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-25
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01