index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
rewrite
/
rewriteHandler.c
Age
Commit message (
Expand
)
Author
2017-10-19
Remove coordinator quals, evaluated at Remote Subquery
Tomas Vondra
2017-07-13
Merge remote-tracking branch 'remotes/PGSQL/master' of PG 10
Pavan Deolasee
2017-07-11
Fix multiple assignments to a column of a domain type.
Tom Lane
2017-07-01
Fix UPDATE of GENERATED ALWAYS identity columns
Peter Eisentraut
2017-06-27
Merge PG10 master branch into xl10devel
Pavan Deolasee
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-15
Merge 'remotes/PGSQL/master' into xl10devel
Pavan Deolasee
2017-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
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-05-08
Use correct namespace while inserting rows via CTAS
Pavan Deolasee
2017-04-10
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-06
Identity columns
Peter Eisentraut
2017-03-29
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-10-27
Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'
Pavan Deolasee
2016-10-26
RLS refactoring
Stephen Frost
2016-10-26
Lock all relations referred to in updatable views
Stephen Frost
2016-10-26
Ensure locks are acquired on RLS-added relations
Stephen Frost
2016-10-18
Redesign tablesample method API, and do extensive code review.
Tom Lane
2016-10-18
remove pgxc/pool/postgresql_fdw.c as is_immutable_func() is unused
Tomas Vondra
2016-10-18
Honour WITH NO DATA clause of CREATE TABLE AS
Pavan Deolasee
2016-10-18
fix missing prototypes (and 'implicit declaration' warning)
Tomas Vondra
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-12-07
Reintroduce XC's Fast Query Shipping (FQS) mechanism to improve performance of
Pavan Deolasee
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-06-18
Handle CREATE TABLE IF NOT EXISTS correctly
Pavan Deolasee
2015-06-05
Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTER
Pavan Deolasee
2015-06-04
Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTER
Pavan Deolasee
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-21
Add support for materialized views.
Pavan Deolasee
2015-05-18
Add xc_node_id column to the target list only for normal relations or
Pavan Deolasee
2015-05-16
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-15
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
[next]