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
Age
Commit message (
Expand
)
Author
2018-10-12
Fix incorrect comparison in pgxcnode_gethash
HEAD
master
Tomas Vondra
2018-10-12
Use sufficiently large buffer in SharedQueueWrite
Tomas Vondra
2018-10-11
Use dynamic buffer to parse NODE_LIST_RESULT in GTM
Tomas Vondra
2018-08-03
Use correct path for tablspaces while creating a basebackup
Pavan Deolasee
2018-08-03
Fix compilation error introduced in 0e3770c14c3fb1858192feb7240343cb35ba013c
Pavan Deolasee
2018-07-31
Ensure that bad protocol ERROR message is sent to the frontend
Pavan Deolasee
2018-07-31
Correct select the GTM proxy for a new node being added
Pavan Deolasee
2018-07-31
Ensure partition child tables inherit distribution properties correctly
Pavan Deolasee
2018-07-31
Do not dump TO NODE clause for partition or child table
Pavan Deolasee
2018-07-27
Ensure qualified name for dumping sequence value
Pavan Deolasee
2018-07-27
Do not dump DISTRIBUTED BY for partition and inherited table
Pavan Deolasee
2018-07-27
Teach pgxc_exec_sizefunc() to use pg_my_temp_schema() to get temp schema
Pavan Deolasee
2018-07-27
Teach pgxc_ctl to use the new --waldir option of pg_basebackup
Pavan Deolasee
2018-07-27
Fix handling of REFRESH MATERIALIZED VIEW CONCURRENTLY
Pavan Deolasee
2018-07-27
Improve locking semantics in GTM and GTM Proxy
Pavan Deolasee
2018-07-27
Fix a compiler warning introduced in the previous commit
Pavan Deolasee
2018-07-27
Ensure that typename is schema qualified while sending row description
Pavan Deolasee
2018-07-27
Ensure pooler process follows consistent model for SIGQUIT handling
Pavan Deolasee
2018-07-27
Properly quote typename before calling parseTypeString
Pavan Deolasee
2018-05-21
Remove some accidentally added elog(LOG) messages
Pavan Deolasee
2018-05-21
Fix broken implementation of recovery to barrier.
Pavan Deolasee
2018-05-21
Fix a long standing bug in vacuum/analyze of temp tables
Pavan Deolasee
2018-05-21
Accept regression diffs in join test case
Pavan Deolasee
2018-05-21
Accept regression diffs in plpgsql test case
Pavan Deolasee
2018-05-21
Add expected changes to plpgsql.out missed in 0f65a7193da4b6b0a35b6446b4c904a...
Pavan Deolasee
2018-05-21
Accept regression diff.
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
2018-04-17
Do not send the new protocol message to non-XL client.
Pavan Deolasee
2017-11-12
Use local variable to format timestamp in GTM log line prefix
Tomas Vondra
2017-11-07
Fix bug in release_connection() introduced by d9f45c9018
Tomas Vondra
2017-11-04
Move several functions from pgxcnode.c to poolmgr.c
Tomas Vondra
2017-11-04
Comments and cleanup in the connection pool manager
Tomas Vondra
2017-11-04
Add gtm_snap.c comments (missing in a39b06b0c6)
Tomas Vondra
2017-11-04
Improve comments in GTM code, minor naming tweaks
Tomas Vondra
2017-11-04
Cleanup GTM API: make functions static, remove dead code
Tomas Vondra
2017-10-19
Remove references to issue 3520503 from privileges test
Tomas Vondra
2017-10-19
Remove unnecessary ORDER BY from privileges test
Tomas Vondra
2017-10-19
Increase random_page_cost to fix a plan in updatable_views
Tomas Vondra
2017-10-19
Collect index statistics during ANALYZE on coordinator
Tomas Vondra
2017-10-19
Fix failures in updatable_views due to different structure
Tomas Vondra
2017-10-19
Fix handling of root->distribution during redistribution
Tomas Vondra
2017-10-19
Accept plan changes in updatable_views test
Tomas Vondra
2017-10-19
Remove coordinator quals, evaluated at Remote Subquery
Tomas Vondra
2017-10-14
Allocate thread-local snapshot array statically
Tomas Vondra
2017-10-14
Remember queryId for queries executed using FQS
Tomas Vondra
2017-10-08
Remove unnecessary ORDER BY clauses from plpgsql tests
Tomas Vondra
2017-10-08
Fix expected output for plpgsql test suite
Tomas Vondra
2017-10-08
Accept correct output/plan in subselect test suite
Tomas Vondra
[next]