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
Age
Commit message (
Expand
)
Author
2015-04-15
Fix a race condition where a queue has already been cleaned up.
Mason Sharp
2015-04-15
Join pushdown did not work properly if distribution/join columns were of
Andrei Martsinchyk
2015-04-15
Acquire timestamp before sending a backup message to the GTM standby
Pavan Deolasee
2015-04-15
Fix unaccounted message bytes for coordinator name.
Pavan Deolasee
2015-04-15
Refactor code to send MSG_TXN_START_PREPARED message.
Pavan Deolasee
2015-04-15
Bug fix for distribution result.
Mason Sharp
2015-04-15
If there was an error with prepared transactions, do
Mason Sharp
2015-04-15
Address reading type short on big endian processors like SPARC
Mason Sharp
2015-04-15
Sometimes when growing a pool it uses incorrect connection string.
Mason Sharp
2015-04-15
In make_remotesubplan, there could be make new result node if
Mason Sharp
2015-04-15
Recently added MergeAppend plan node was not handled in ExecFinishInitProcNode.
Andrei Martsinchyk
2015-04-15
Avoid throwing an error during connection establishment time at GTM
Pavan Deolasee
2015-04-15
Allow direct datanode sessions to grab an XID from the GTM directly.
Pavan Deolasee
2015-04-15
Missed a couple of files when fixing pgxc_ctl init
Mason Sharp
2015-04-15
Don't walk down the subquery subplan to find a remote pushdown plan
Pavan Deolasee
2015-04-15
Additional fix for the previous commit 3ae4283198f5575840a49ddbf51f2009dd9ea0e4
Andrei Martsinchyk
2015-04-15
Fix "pgxc_ctl init".
Mason Sharp
2015-04-15
Add support for recursive CTE for replicated tables
Pavan Deolasee
2015-04-15
Executor ignored the distributionRestrict list, that could cause
Andrei Martsinchyk
2015-04-15
Address an issue with set global_session, make sure to catch
Mason Sharp
2015-04-15
Push down LIMIT clause to the remote side if its a constant
Pavan Deolasee
2015-04-15
Clean up freeing list of connections.
Mason Sharp
2015-04-15
Adjust shared queues param units and minimum.
Mason Sharp
2015-04-15
Use proper MACROs to send ancillary data over sockets.
Pavan Deolasee
2015-04-15
Consume command ID once its used for remote utility statement
Pavan Deolasee
2015-04-15
Allow "make check" to work with XL
Pavan Deolasee
2015-04-15
Fix a bug where a failed PREPARE TRANSACTION would end up rolling back another
Pavan Deolasee
2015-04-15
Reset local_params post transaction prepare.
Pavan Deolasee
2015-04-15
Fix a core dump in SharedQueueBind because of hash table overflow
Pavan Deolasee
2015-04-15
Allow compilation on FreeBSD and also check for existance of bash
Pavan Deolasee
2015-04-15
This commit showing problems in regression. Revert pending further
Pavan Deolasee
2015-04-15
Also check for IsConnFromDatanode() while deciding to use global snapshots
Pavan Deolasee
2015-04-15
Improve GTM connecting establishment handling
Pavan Deolasee
2015-04-15
Ignore SIGPIPE in GTM and GTM Proxy
Pavan Deolasee
2015-04-15
Send down comamnd ID even before an utility statement is sent
Pavan Deolasee
2015-04-15
Refactor the XID assignment code.
Pavan Deolasee
2015-04-15
Set the size of pending connections on a pooler socket to some respectable high
Pavan Deolasee
2015-04-15
Ensure that updated command ID is sent to the datanode once its updated in the
Pavan Deolasee
2015-04-15
Send down command ID to datanodes before sending a plan.
Pavan Deolasee
2015-04-15
When fetching from remote nodes, after obtaining initial
Mason Sharp
2015-04-15
Add missing gtm backup files to the repo
Pavan Deolasee
2015-04-15
Fix planner bug with nested PlaceHolderVars in 9.2 (only).
Tom Lane
2015-04-15
Allow DMLs inside a plpgsql procedure on the coordinator.
Pavan Deolasee
2015-04-15
Disable internal subtransactions.
Pavan Deolasee
2015-04-15
Add support for GTM to backup data at BARRIER command
Pavan Deolasee
2015-04-15
Use ResourceOwner to track internally prepared statements
Pavan Deolasee
2015-04-15
Remove a duplicate call to post_parse_analyze_hook()
Pavan Deolasee
2015-04-15
Allow pg_stat_statements to work with XL
Pavan Deolasee
2015-04-15
Restore some GUCs which are useful in maintenance or special handling
Pavan Deolasee
2015-04-15
Revert "Allow VIEWs to be created on datanodes as well."
Nikhil Sontakke
[next]