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
/
parser
Age
Commit message (
Expand
)
Author
2018-07-31
Ensure partition child tables inherit distribution properties correctly
Pavan Deolasee
2018-05-18
Track clearly whether to run a remote transaction in autocommit or a block
Pavan Deolasee
2017-08-18
Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'
Pavan Deolasee
2017-08-14
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-04
Further unify ROLE and USER command grammar rules
Peter Eisentraut
2017-08-03
Allow a foreign table CHECK constraint to be initially NOT VALID.
Robert Haas
2017-08-03
Teach map_partition_varattnos to handle whole-row expressions.
Robert Haas
2017-08-02
Fix OBJECT_TYPE/OBJECT_DOMAIN confusion
Peter Eisentraut
2017-07-21
Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.
Dean Rasheed
2017-07-13
Merge remote-tracking branch 'remotes/PGSQL/master' of PG 10
Pavan Deolasee
2017-07-13
Ensure that child table inherits distribution stretegy from the parent.
Pavan Deolasee
2017-07-09
Remove storm_catalog schema
Tomas Vondra
2017-06-27
Re-allow SRFs and window functions within sub-selects within aggregates.
Tom Lane
2017-06-27
Merge PG10 master branch into xl10devel
Pavan Deolasee
2017-06-22
Fix IF NOT EXISTS in CREATE STATISTICS
Alvaro Herrera
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
Ensure transformCreateStmt allows partitioned table alongside regular table
Pavan Deolasee
2017-06-15
Merge 'remotes/PGSQL/master' into xl10devel
Pavan Deolasee
2017-06-14
Revert "Collect and return query substrings corresponding to each SQL statement"
Pavan Deolasee
2017-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2017-06-14
Disallow set-returning functions inside CASE or COALESCE.
Tom Lane
2017-06-11
Handle unqualified SEQUENCE NAME options properly in parse_utilcmd.c.
Tom Lane
2017-06-06
Fix ALTER SUBSCRIPTION grammar ambiguity
Peter Eisentraut
2017-05-29
Allow NumericOnly to be "+ FCONST".
Tom Lane
2017-05-29
Code review focused on new node types added by partitioning support.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgperltidy run
Bruce Momjian
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-12
Change CREATE STATISTICS syntax
Alvaro Herrera
2017-05-12
Rework the options syntax for logical replication commands
Peter Eisentraut
2017-05-10
Disallow finite partition bound following earlier UNBOUNDED column.
Robert Haas
2017-05-09
Remove the NODROP SLOT option from DROP SUBSCRIPTION
Peter Eisentraut
2017-05-08
Remove support for password_encryption='off' / 'plain'.
Heikki Linnakangas
2017-05-05
Support an additional syntax ANALYZE (COORDINATOR) to allow users to rebuild
Pavan Deolasee
2017-05-05
Handle multi-command SQL strings correctly even when there are 'null' sql
Pavan Deolasee
2017-05-05
Do not silently skip FK constraints if loose_constraints are ON.
Pavan Deolasee
2017-04-28
Fix crash when partitioned column specified twice.
Robert Haas
2017-04-28
Remove unnecessairly duplicated gram.y productions
Stephen Frost
2017-04-16
Sync addRangeTableEntryForENR() with its peer functions.
Tom Lane
2017-04-10
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-06
Fix the RTE_NAMEDTUPLESTORE case in get_rte_attribute_is_dropped().
Kevin Grittner
2017-04-06
Identity columns
Peter Eisentraut
2017-04-05
Capitalize names of PLs consistently
Peter Eisentraut
2017-04-01
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-31
Revert "Allow ON CONFLICT .. DO NOTHING on a partitioned table."
Robert Haas
2017-03-29
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-28
Altering default privileges on schemas
Teodor Sigaev
2017-03-27
Allow ON CONFLICT .. DO NOTHING on a partitioned table.
Robert Haas
2017-03-27
Clean up Perl code according to perlcritic
Peter Eisentraut
[next]