summaryrefslogtreecommitdiff
path: root/src/backend/rewrite/rewriteDefine.c
AgeCommit message (Expand)Author
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Final pgindent run with old pg_bsd_indent (version 1.3).Tom Lane
2017-06-21Prevent table partitions from being turned into views.Dean Rasheed
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-04-12Code review for c94e6942cefe7d20c5feed856e27f672734b1e2b.Robert Haas
2017-04-11Allow a rule on partitioned table to be renamed.Robert Haas
2017-04-10Improve castNode notation by introducing list-extraction-specific variants.Tom Lane
2017-01-31Tweak catalog indexing abstraction for upcoming WARMAlvaro Herrera
2017-01-27Use castNode() in a bunch of statement-list-related code.Tom Lane
2017-01-14Change representation of statement lists, and add statement location info.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-07Implement table partitioning.Robert Haas
2016-06-09pgindent run for 9.6Robert Haas
2016-03-01Improve error message for rejecting RETURNING clauses with dropped columns.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-07-28Disallow converting a table to a view if row security is present.Joe Conway
2015-05-01Mark views created from tables as replication identity 'nothing'Bruce Momjian
2015-03-03Change many routines to return ObjectAddress rather than OIDAlvaro Herrera
2015-01-06Update copyright for 2015Bruce Momjian
2014-07-02Add some errdetail to checkRuleResultList().Tom Lane
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-11-29Refine our definition of what constitutes a system relation.Robert Haas
2013-11-04Fix breakage of MV column name list usage.Kevin Grittner
2013-09-05Eliminate pg_rewrite.ev_attr column and related dead code.Kevin Grittner
2013-07-05Update messages, comments and documentation for materialized views.Noah Misch
2013-07-03Get rid of pg_class.reltoastidxid.Fujii Masao
2013-07-02Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-03-18Extend object-access hook machinery to support post-alter events.Robert Haas
2013-03-14Revert unnecessary change in MV call to checkRuleResultList().Kevin Grittner
2013-03-07Code beautification for object-access hook machinery.Robert Haas
2013-03-04Add a materialized view relations.Kevin Grittner
2013-03-04Get rid of any toast table when converting a table to a view.Tom Lane
2013-02-09Add support for ALTER RULE ... RENAME TO.Tom Lane
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-29Adjust more backend functions to return OID rather than void.Robert Haas
2012-10-24When converting a table to a view, remove its system columns.Tom Lane
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-03-20Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane
2012-03-09Extend object access hook framework to support arguments, and DROP.Robert Haas
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-11-30Improve table locking behavior in the face of current DDL.Robert Haas
2011-07-09Try to acquire relation locks in RangeVarGetRelid.Robert Haas
2011-07-07Finish disabling reduced-lock-levels-for-DDL feature.Tom Lane
2011-06-16Index tuple data arrays using Anum_xxx symbolic constants instead of "i++".Tom Lane
2011-06-09Pgindent run before 9.1 beta2.Bruce Momjian
2011-04-11Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian