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
/
include
/
nodes
/
parsenodes.h
Age
Commit message (
Expand
)
Author
2017-08-18
Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'
Pavan Deolasee
2017-07-21
Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.
Dean Rasheed
2017-06-27
Merge PG10 master branch into xl10devel
Pavan Deolasee
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-15
Merge 'remotes/PGSQL/master' into xl10devel
Pavan Deolasee
2017-06-14
Fix problems related to RangeTblEntry members enrname and enrtuples.
Robert Haas
2017-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2017-06-06
Fix ALTER SUBSCRIPTION grammar ambiguity
Peter Eisentraut
2017-05-29
Code review focused on new node types added by partitioning support.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-12
Change CREATE STATISTICS syntax
Alvaro Herrera
2017-05-09
Remove the NODROP SLOT option from DROP SUBSCRIPTION
Peter Eisentraut
2017-05-05
Support an additional syntax ANALYZE (COORDINATOR) to allow users to rebuild
Pavan Deolasee
2017-04-28
Fix crash when partitioned column specified twice.
Robert Haas
2017-04-06
Identity columns
Peter Eisentraut
2017-04-01
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-24
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-23
ICU support
Peter Eisentraut
2017-03-23
Logical replication support for initial data copy
Peter Eisentraut
2017-03-20
Add IF NOT EXISTS for CREATE SERVER and CREATE USER MAPPING
Andrew Dunstan
2017-03-15
Allow referring to functions without arguments when unique
Peter Eisentraut
2017-03-08
Support XMLTABLE query expression
Alvaro Herrera
2017-03-06
Replace LookupFuncNameTypeNames() with LookupFuncWithArgs()
Peter Eisentraut
2017-03-06
Remove objname/objargs split for referring to objects
Peter Eisentraut
2017-03-06
Add operator_with_argtypes grammar rule
Peter Eisentraut
2017-03-06
Use class_args field in opclass_drop
Peter Eisentraut
2017-02-15
Add CREATE COLLATION IF NOT EXISTS clause
Peter Eisentraut
2017-01-24
Reindent table partitioning code.
Robert Haas
2017-01-20
Logical replication
Peter Eisentraut
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-29
Make more use of RoleSpec struct
Peter Eisentraut
2016-12-08
Fix reporting of column typmods for multi-row VALUES constructs.
Tom Lane
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-11-04
Implement syntax for transition tables in AFTER triggers.
Kevin Grittner
2016-10-27
Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'
Pavan Deolasee
2016-10-26
RLS refactoring
Stephen Frost
2016-10-18
Redesign tablesample method API, and do extensive code review.
Tom Lane
2016-10-18
There was a missing commit from when the repo was forked,
Mason Sharp
2016-09-13
Improve parser's and planner's handling of set-returning functions.
Tom Lane
2016-09-07
Support renaming an existing value of an enum type.
Tom Lane
2016-09-06
Add location field to DefElem
Peter Eisentraut
2016-07-28
Teach parser to transform "x IS [NOT] DISTINCT FROM NULL" to a NullTest.
Tom Lane
2016-07-15
Avoid invalidating all foreign-join cached plans when user mappings change.
Tom Lane
2016-06-17
Add VACUUM (DISABLE_PAGE_SKIPPING) for emergencies.
Robert Haas
2016-04-08
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
[next]