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
/
commands
Age
Commit message (
Expand
)
Author
2018-07-27
Fix handling of REFRESH MATERIALIZED VIEW CONCURRENTLY
Pavan Deolasee
2018-05-21
Remove some accidentally added elog(LOG) messages
Pavan Deolasee
2018-05-21
Fix a long standing bug in vacuum/analyze of temp tables
Pavan Deolasee
2018-05-18
Fix post-cherry-pick problems.
Pavan Deolasee
2018-05-18
Track clearly whether to run a remote transaction in autocommit or a block
Pavan Deolasee
2018-05-07
Do not try to show targetlist of a RemoteSubplan on top of ModifyTable
Pavan Deolasee
2017-10-19
Collect index statistics during ANALYZE on coordinator
Tomas Vondra
2017-10-19
Remove coordinator quals, evaluated at Remote Subquery
Tomas Vondra
2017-10-05
Disable FQS for cursors defined with SCROLL
Tomas Vondra
2017-09-20
Improve shared queue synchronization further
Pavan Deolasee
2017-08-21
Make sure ExecRemoteQuery is called with (PlanState *) parameter
Tomas Vondra
2017-08-18
Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'
Pavan Deolasee
2017-08-14
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-14
Fix typo
Peter Eisentraut
2017-08-11
Remove uses of "slave" in replication contexts
Peter Eisentraut
2017-08-09
Fix handling of container types in find_composite_type_dependencies.
Tom Lane
2017-08-08
Fix replication origin-related race conditions
Alvaro Herrera
2017-08-08
More thorough checks for distribution columns while creating inheritance
Pavan Deolasee
2017-08-07
Don't allow logging in with empty password.
Heikki Linnakangas
2017-08-07
Fix function name in code comment
Peter Eisentraut
2017-08-07
Improve wording of subscription refresh debug messages
Peter Eisentraut
2017-08-07
Downgrade subscription refresh messages to DEBUG1
Peter Eisentraut
2017-08-05
Suppress unused-variable warnings when building with ICU 4.2.
Tom Lane
2017-08-05
Add support for ICU 4.2
Peter Eisentraut
2017-08-05
Fix bug in deciding whether to scan newly-attached partition.
Robert Haas
2017-08-05
Only kill sync workers at commit time in subscription DDL
Peter Eisentraut
2017-08-04
Correct a mistake occurred during merging sequence.c code
Pavan Deolasee
2017-08-03
Fix lock upgrade hazard in ATExecAttachPartition.
Robert Haas
2017-08-03
Code beautification for ATExecAttachPartition.
Robert Haas
2017-08-03
Teach map_partition_varattnos to handle whole-row expressions.
Robert Haas
2017-08-01
Allow creation of C/POSIX collations without depending on libc behavior.
Tom Lane
2017-07-31
Produce proper error message for COPY (SELECT INTO)
Tomas Vondra
2017-07-22
Fix typo in comment
Alvaro Herrera
2017-07-18
Use a real RT index when setting up partition tuple routing.
Robert Haas
2017-07-13
Build extended stats on coordinators during ANALYZE
Tomas Vondra
2017-07-13
Merge remote-tracking branch 'remotes/PGSQL/master' of PG 10
Pavan Deolasee
2017-07-11
Ensure all partitions of a partitioned table has the same distribution.
Pavan Deolasee
2017-07-10
Fix COPY's handling of transition tables with indexes.
Andrew Gierth
2017-07-08
Avoid unreferenced-function warning on low-functionality platforms.
Tom Lane
2017-07-07
Fix typo
Alvaro Herrera
2017-07-06
Add OCLASS_PGXC items to several switch statements
Tomas Vondra
2017-07-04
Improve subscription locking
Peter Eisentraut
2017-06-30
Copy collencoding in CREATE COLLATION / FROM
Peter Eisentraut
2017-06-28
Fix transition tables for ON CONFLICT.
Andrew Gierth
2017-06-28
Fix transition tables for wCTEs.
Andrew Gierth
2017-06-28
Fix transition tables for partition/inheritance.
Andrew Gierth
2017-06-28
Merge remote-tracking branch 'remotes/origin/master' into xl10devel
Pavan Deolasee
2017-06-27
Merge PG10 master branch into xl10devel
Pavan Deolasee
2017-06-24
Further hacking on ICU collation creation and usage.
Tom Lane
2017-06-23
Fix incorrect buffer-length argument to uloc_getDisplayName().
Tom Lane
[next]