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
/
catalog
Age
Commit message (
Expand
)
Author
2018-07-27
Ensure that typename is schema qualified while sending row description
Pavan Deolasee
2017-08-18
Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'
Pavan Deolasee
2017-08-14
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-11
Remove uses of "slave" in replication contexts
Peter Eisentraut
2017-08-10
Improve the error message when creating an empty range partition.
Robert Haas
2017-08-07
Update SQL features list
Peter Eisentraut
2017-08-07
Again match pg_user_mappings to information_schema.user_mapping_options.
Noah Misch
2017-08-04
Apply ALTER ... SET NOT NULL recursively in ALTER ... ADD PRIMARY KEY.
Tom Lane
2017-08-03
Teach map_partition_varattnos to handle whole-row expressions.
Robert Haas
2017-08-01
Comment fix for partition_rbound_cmp().
Dean Rasheed
2017-07-31
Reject SQL functions containing utility statements
Tomas Vondra
2017-07-24
Be more consistent about errors for opfamily member lookup failures.
Tom Lane
2017-07-21
Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.
Dean Rasheed
2017-07-14
Code review for NextValueExpr expression node type.
Tom Lane
2017-07-13
Merge remote-tracking branch 'remotes/PGSQL/master' of PG 10
Pavan Deolasee
2017-07-09
Remove storm_catalog schema
Tomas Vondra
2017-07-06
Add OCLASS_PGXC items to several switch statements
Tomas Vondra
2017-07-06
Clarify the contract of partition_rbound_cmp().
Dean Rasheed
2017-07-06
Simplify the logic checking new range partition bounds.
Dean Rasheed
2017-07-04
Improve subscription locking
Peter Eisentraut
2017-06-30
Fix typo in comment
Peter Eisentraut
2017-06-30
Add missing period to comment.
Robert Haas
2017-06-28
Fix transition tables for partition/inheritance.
Andrew Gierth
2017-06-27
Merge PG10 master branch into xl10devel
Pavan Deolasee
2017-06-26
Avoid useless "x = ANY(ARRAY[])" test for empty partition list.
Tom Lane
2017-06-24
Further hacking on ICU collation creation and usage.
Tom Lane
2017-06-23
Rethink behavior of pg_import_system_collations().
Tom Lane
2017-06-22
Fix typo in comment
Magnus Hagander
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-20
Fix typo in code comment
Peter Eisentraut
2017-06-20
Tweak publication fetching in psql
Peter Eisentraut
2017-06-16
Correct FormData_pg_attribute default values for xc_node_id
Pavan Deolasee
2017-06-15
Merge 'remotes/PGSQL/master' into xl10devel
Pavan Deolasee
2017-06-14
Use DEFACLOBJ_ macros in error message instead of hardcoding
Peter Eisentraut
2017-06-14
Fix violations of CatalogTupleInsert/Update/Delete abstraction.
Tom Lane
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-13
Re-run pgindent.
Tom Lane
2017-06-13
Always initialize PartitionBoundInfoData's null_index.
Robert Haas
2017-06-13
Assert that we don't invent relfilenodes or type OIDs in binary upgrade.
Tom Lane
2017-06-07
Fix updating of pg_subscription_rel from workers
Peter Eisentraut
2017-06-06
Clean up partcollation handling for OID 0.
Robert Haas
2017-06-04
Replace over-optimistic Assert in partitioning code with a runtime test.
Tom Lane
2017-06-04
Assorted translatable string fixes
Alvaro Herrera
2017-05-30
Fix improper quoting of format_type_be() output.
Tom Lane
2017-05-29
More code review for get_qual_for_list().
Tom Lane
2017-05-29
Code review focused on new node types added by partitioning support.
Tom Lane
[next]