index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
rewrite
/
rewriteHandler.c
Age
Commit message (
Expand
)
Author
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-10-11
pg_stat_statements: Widen query IDs from 32 bits to 64 bits.
Robert Haas
2017-09-30
Support arrays over domains.
Tom Lane
2017-08-20
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-07-11
Fix multiple assignments to a column of a domain type.
Tom Lane
2017-06-30
Fix UPDATE of GENERATED ALWAYS identity columns
Peter Eisentraut
2017-06-21
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-13
Re-run pgindent.
Tom Lane
2017-06-13
Teach relation_is_updatable() about partitioned tables.
Dean Rasheed
2017-06-11
Apply RLS policies to partitioned tables.
Joe Conway
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-04-10
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-06
Identity columns
Peter Eisentraut
2017-03-28
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-08
Support XMLTABLE query expression
Alvaro Herrera
2017-02-21
Make more use of castNode()
Peter Eisentraut
2017-01-24
Fix things so that updatable views work with partitioned tables.
Robert Haas
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-07
Implement table partitioning.
Robert Haas
2016-11-10
Cleanup of rewriter and planner handling of Query.hasRowSecurity flag.
Tom Lane
2016-09-13
Improve parser's and planner's handling of set-returning functions.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-29
Put back one copyObject() in rewriteTargetView().
Tom Lane
2015-12-21
Make viewquery a copy in rewriteTargetView()
Stephen Frost
2015-09-15
RLS refactoring
Stephen Frost
2015-09-08
Lock all relations referred to in updatable views
Stephen Frost
2015-08-28
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-07-25
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-05-23
pgindent run for 9.5
Bruce Momjian
2015-05-16
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-15
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-08
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-04-24
Perform RLS WITH CHECK before constraints, etc
Stephen Frost
2015-04-22
RLS fixes, new hooks, and new test module
Stephen Frost
2015-02-16
Rationalize the APIs of array element/slice access functions.
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-11-28
Add bms_next_member(), and use it where appropriate.
Tom Lane
2014-11-27
Rename pg_rowsecurity -> pg_policy and other fixes
Stephen Frost
2014-10-07
Implement SKIP LOCKED for row-level locks
Alvaro Herrera
2014-10-03
Fix typos in comments.
Robert Haas
2014-09-19
Row-Level Security Policies (RLS)
Stephen Frost
2014-08-29
Assorted message improvements
Peter Eisentraut
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-12
Make security barrier views automatically updatable
Stephen Frost
2014-03-23
Offer triggers on foreign tables.
Noah Misch
2014-03-17
Fix typos in comments.
Fujii Masao
[next]