summaryrefslogtreecommitdiff
path: root/src/backend/rewrite/rewriteHandler.c
AgeCommit message (Expand)Author
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-10-11pg_stat_statements: Widen query IDs from 32 bits to 64 bits.Robert Haas
2017-09-30Support arrays over domains.Tom Lane
2017-08-20Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund
2017-07-11Fix multiple assignments to a column of a domain type.Tom Lane
2017-06-30Fix UPDATE of GENERATED ALWAYS identity columnsPeter Eisentraut
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-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-04-10Improve castNode notation by introducing list-extraction-specific variants.Tom Lane
2017-04-06Identity columnsPeter Eisentraut
2017-03-28Cast 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-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-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-05-23pgindent run for 9.5Bruce Momjian
2015-05-16Support GROUPING SETS, CUBE and ROLLUP.Andres Freund
2015-05-15TABLESAMPLE, SQL Standard and extensibleSimon Riggs
2015-05-08Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund
2015-05-08Represent columns requiring insert and update privileges indentently.Andres Freund
2015-04-24Perform RLS WITH CHECK before constraints, etcStephen Frost
2015-04-22RLS fixes, new hooks, and new test moduleStephen Frost
2015-02-16Rationalize the APIs of array element/slice access functions.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-11-28Add bms_next_member(), and use it where appropriate.Tom Lane
2014-11-27Rename pg_rowsecurity -> pg_policy and other fixesStephen Frost
2014-10-07Implement SKIP LOCKED for row-level locksAlvaro Herrera
2014-10-03Fix typos in comments.Robert Haas
2014-09-19Row-Level Security Policies (RLS)Stephen Frost
2014-08-29Assorted message improvementsPeter Eisentraut
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-12Make security barrier views automatically updatableStephen Frost
2014-03-23Offer triggers on foreign tables.Noah Misch
2014-03-17Fix typos in comments.Fujii Masao