index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
rewrite
/
rewriteHandler.c
Commit message (
Expand
)
Author
Age
*
Support arrays over domains.
Tom Lane
2017-09-30
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
*
Fix multiple assignments to a column of a domain type.
Tom Lane
2017-07-11
*
Fix UPDATE of GENERATED ALWAYS identity columns
Peter Eisentraut
2017-06-30
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Re-run pgindent.
Tom Lane
2017-06-13
*
Teach relation_is_updatable() about partitioned tables.
Dean Rasheed
2017-06-13
*
Apply RLS policies to partitioned tables.
Joe Conway
2017-06-11
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
*
Identity columns
Peter Eisentraut
2017-04-06
*
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-28
*
Support XMLTABLE query expression
Alvaro Herrera
2017-03-08
*
Make more use of castNode()
Peter Eisentraut
2017-02-21
*
Fix things so that updatable views work with partitioned tables.
Robert Haas
2017-01-24
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Implement table partitioning.
Robert Haas
2016-12-07
*
Cleanup of rewriter and planner handling of Query.hasRowSecurity flag.
Tom Lane
2016-11-10
*
Improve parser's and planner's handling of set-returning functions.
Tom Lane
2016-09-13
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Put back one copyObject() in rewriteTargetView().
Tom Lane
2015-12-29
*
Make viewquery a copy in rewriteTargetView()
Stephen Frost
2015-12-21
*
RLS refactoring
Stephen Frost
2015-09-15
*
Lock all relations referred to in updatable views
Stephen Frost
2015-09-08
*
Ensure locks are acquired on RLS-added relations
Stephen Frost
2015-08-28
*
Clarify what some historic terms in rewriteHandler.c mean.
Andres Freund
2015-08-28
*
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-25
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-16
*
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-15
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
*
Represent columns requiring insert and update privileges indentently.
Andres Freund
2015-05-08
*
Perform RLS WITH CHECK before constraints, etc
Stephen Frost
2015-04-24
*
RLS fixes, new hooks, and new test module
Stephen Frost
2015-04-22
*
Rationalize the APIs of array element/slice access functions.
Tom Lane
2015-02-16
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Add bms_next_member(), and use it where appropriate.
Tom Lane
2014-11-28
*
Rename pg_rowsecurity -> pg_policy and other fixes
Stephen Frost
2014-11-27
*
Implement SKIP LOCKED for row-level locks
Alvaro Herrera
2014-10-07
*
Fix typos in comments.
Robert Haas
2014-10-03
*
Row-Level Security Policies (RLS)
Stephen Frost
2014-09-19
*
Assorted message improvements
Peter Eisentraut
2014-08-29
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Make security barrier views automatically updatable
Stephen Frost
2014-04-12
*
Offer triggers on foreign tables.
Noah Misch
2014-03-23
*
Fix typos in comments.
Fujii Masao
2014-03-17
*
Avoid getting more than AccessShareLock when deparsing a query.
Tom Lane
2014-03-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
[next]