aboutsummaryrefslogtreecommitdiff
path: root/src/backend/rewrite/rewriteHandler.c
Commit message (Expand)AuthorAge
* Support arrays over domains.Tom Lane2017-09-30
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-20
* Fix multiple assignments to a column of a domain type.Tom Lane2017-07-11
* Fix UPDATE of GENERATED ALWAYS identity columnsPeter Eisentraut2017-06-30
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Re-run pgindent.Tom Lane2017-06-13
* Teach relation_is_updatable() about partitioned tables.Dean Rasheed2017-06-13
* Apply RLS policies to partitioned tables.Joe Conway2017-06-11
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Improve castNode notation by introducing list-extraction-specific variants.Tom Lane2017-04-10
* Identity columnsPeter Eisentraut2017-04-06
* Cast result of copyObject() to correct typePeter Eisentraut2017-03-28
* Support XMLTABLE query expressionAlvaro Herrera2017-03-08
* Make more use of castNode()Peter Eisentraut2017-02-21
* Fix things so that updatable views work with partitioned tables.Robert Haas2017-01-24
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Implement table partitioning.Robert Haas2016-12-07
* Cleanup of rewriter and planner handling of Query.hasRowSecurity flag.Tom Lane2016-11-10
* Improve parser's and planner's handling of set-returning functions.Tom Lane2016-09-13
* Update copyright for 2016Bruce Momjian2016-01-02
* Put back one copyObject() in rewriteTargetView().Tom Lane2015-12-29
* Make viewquery a copy in rewriteTargetView()Stephen Frost2015-12-21
* RLS refactoringStephen Frost2015-09-15
* Lock all relations referred to in updatable viewsStephen Frost2015-09-08
* Ensure locks are acquired on RLS-added relationsStephen Frost2015-08-28
* Clarify what some historic terms in rewriteHandler.c mean.Andres Freund2015-08-28
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-25
* pgindent run for 9.5Bruce Momjian2015-05-23
* Support GROUPING SETS, CUBE and ROLLUP.Andres Freund2015-05-16
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-15
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Represent columns requiring insert and update privileges indentently.Andres Freund2015-05-08
* Perform RLS WITH CHECK before constraints, etcStephen Frost2015-04-24
* RLS fixes, new hooks, and new test moduleStephen Frost2015-04-22
* Rationalize the APIs of array element/slice access functions.Tom Lane2015-02-16
* Update copyright for 2015Bruce Momjian2015-01-06
* Add bms_next_member(), and use it where appropriate.Tom Lane2014-11-28
* Rename pg_rowsecurity -> pg_policy and other fixesStephen Frost2014-11-27
* Implement SKIP LOCKED for row-level locksAlvaro Herrera2014-10-07
* Fix typos in comments.Robert Haas2014-10-03
* Row-Level Security Policies (RLS)Stephen Frost2014-09-19
* Assorted message improvementsPeter Eisentraut2014-08-29
* pgindent run for 9.4Bruce Momjian2014-05-06
* Make security barrier views automatically updatableStephen Frost2014-04-12
* Offer triggers on foreign tables.Noah Misch2014-03-23
* Fix typos in comments.Fujii Masao2014-03-17
* Avoid getting more than AccessShareLock when deparsing a query.Tom Lane2014-03-06
* Update copyright for 2014Bruce Momjian2014-01-07