summaryrefslogtreecommitdiff
path: root/src/backend/rewrite/rewriteHandler.c
AgeCommit message (Expand)Author
2017-10-19Remove coordinator quals, evaluated at Remote SubqueryTomas Vondra
2017-07-13Merge remote-tracking branch 'remotes/PGSQL/master' of PG 10Pavan Deolasee
2017-07-11Fix multiple assignments to a column of a domain type.Tom Lane
2017-07-01Fix UPDATE of GENERATED ALWAYS identity columnsPeter Eisentraut
2017-06-27Merge PG10 master branch into xl10develPavan Deolasee
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-15Merge 'remotes/PGSQL/master' into xl10develPavan Deolasee
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-06-13Re-run pgindent.Tom Lane
2017-06-13Teach relation_is_updatable() about partitioned tables.Dean Rasheed
2017-06-11Apply RLS policies to partitioned tables.Joe Conway
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-08Use correct namespace while inserting rows via CTASPavan Deolasee
2017-04-10Improve castNode notation by introducing list-extraction-specific variants.Tom Lane
2017-04-06Identity columnsPeter Eisentraut
2017-03-29Cast result of copyObject() to correct typePeter Eisentraut
2017-03-08Support XMLTABLE query expressionAlvaro Herrera
2017-02-21Make more use of castNode()Peter Eisentraut
2017-01-24Fix things so that updatable views work with partitioned tables.Robert Haas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-07Implement table partitioning.Robert Haas
2016-11-10Cleanup of rewriter and planner handling of Query.hasRowSecurity flag.Tom Lane
2016-10-27Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'Pavan Deolasee
2016-10-26RLS refactoringStephen Frost
2016-10-26Lock all relations referred to in updatable viewsStephen Frost
2016-10-26Ensure locks are acquired on RLS-added relationsStephen Frost
2016-10-18Redesign tablesample method API, and do extensive code review.Tom Lane
2016-10-18remove pgxc/pool/postgresql_fdw.c as is_immutable_func() is unusedTomas Vondra
2016-10-18Honour WITH NO DATA clause of CREATE TABLE ASPavan Deolasee
2016-10-18fix missing prototypes (and 'implicit declaration' warning)Tomas Vondra
2016-09-13Improve parser's and planner's handling of set-returning functions.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-29Put back one copyObject() in rewriteTargetView().Tom Lane
2015-12-21Make viewquery a copy in rewriteTargetView()Stephen Frost
2015-12-07Reintroduce XC's Fast Query Shipping (FQS) mechanism to improve performance ofPavan Deolasee
2015-09-15RLS refactoringStephen Frost
2015-09-08Lock all relations referred to in updatable viewsStephen Frost
2015-08-28Ensure locks are acquired on RLS-added relationsStephen Frost
2015-08-28Clarify what some historic terms in rewriteHandler.c mean.Andres Freund
2015-07-25Redesign tablesample method API, and do extensive code review.Tom Lane
2015-06-18Handle CREATE TABLE IF NOT EXISTS correctlyPavan Deolasee
2015-06-05Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-06-04Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-21Add support for materialized views.Pavan Deolasee
2015-05-18Add xc_node_id column to the target list only for normal relations orPavan Deolasee
2015-05-16Support GROUPING SETS, CUBE and ROLLUP.Andres Freund
2015-05-15TABLESAMPLE, SQL Standard and extensibleSimon Riggs