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
Age
Commit message (
Expand
)
Author
2017-10-19
Remove coordinator quals, evaluated at Remote Subquery
Tomas Vondra
2017-08-18
Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'
Pavan Deolasee
2017-08-03
Teach map_partition_varattnos to handle whole-row expressions.
Robert Haas
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-21
Final pgindent run with old pg_bsd_indent (version 1.3).
Tom Lane
2017-06-21
Prevent table partitions from being turned into views.
Dean Rasheed
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-05-07
RLS: Fix ALL vs. SELECT+UPDATE policy usage
Stephen Frost
2017-04-12
Code review for c94e6942cefe7d20c5feed856e27f672734b1e2b.
Robert Haas
2017-04-11
Allow a rule on partitioned table to be renamed.
Robert Haas
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-23
Remove deprecated COMMENT ON RULE syntax
Peter Eisentraut
2017-02-21
Make more use of castNode()
Peter Eisentraut
2017-02-01
Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().
Tom Lane
2017-01-31
Tweak catalog indexing abstraction for upcoming WARM
Alvaro Herrera
2017-01-27
Use castNode() in a bunch of statement-list-related code.
Tom Lane
2017-01-24
Fix things so that updatable views work with partitioned tables.
Robert Haas
2017-01-14
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-23
Remove unnecessary casts of makeNode() result
Peter Eisentraut
2016-12-07
Implement table partitioning.
Robert Haas
2016-12-05
Add support for restrictive RLS policies
Stephen Frost
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
Fix a left-over reference from RLS related cherry picks
Pavan Deolasee
2016-10-26
Include policies based on ACLs needed
Stephen Frost
2016-10-26
Enforce ALL/SELECT policies in RETURNING for RLS
Stephen Frost
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-26
RLS: Keep deny policy when only restrictive exist
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
[next]