summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-12Fix incorrect comparison in pgxcnode_gethashHEADmasterTomas Vondra
2018-10-12Use sufficiently large buffer in SharedQueueWriteTomas Vondra
2018-10-11Use dynamic buffer to parse NODE_LIST_RESULT in GTMTomas Vondra
2018-08-03Use correct path for tablspaces while creating a basebackupPavan Deolasee
2018-08-03Fix compilation error introduced in 0e3770c14c3fb1858192feb7240343cb35ba013cPavan Deolasee
2018-07-31Ensure that bad protocol ERROR message is sent to the frontendPavan Deolasee
2018-07-31Correct select the GTM proxy for a new node being addedPavan Deolasee
2018-07-31Ensure partition child tables inherit distribution properties correctlyPavan Deolasee
2018-07-31Do not dump TO NODE clause for partition or child tablePavan Deolasee
2018-07-27Ensure qualified name for dumping sequence valuePavan Deolasee
2018-07-27Do not dump DISTRIBUTED BY for partition and inherited tablePavan Deolasee
2018-07-27Teach pgxc_exec_sizefunc() to use pg_my_temp_schema() to get temp schemaPavan Deolasee
2018-07-27Teach pgxc_ctl to use the new --waldir option of pg_basebackupPavan Deolasee
2018-07-27Fix handling of REFRESH MATERIALIZED VIEW CONCURRENTLYPavan Deolasee
2018-07-27Improve locking semantics in GTM and GTM ProxyPavan Deolasee
2018-07-27Fix a compiler warning introduced in the previous commitPavan Deolasee
2018-07-27Ensure that typename is schema qualified while sending row descriptionPavan Deolasee
2018-07-27Ensure pooler process follows consistent model for SIGQUIT handlingPavan Deolasee
2018-07-27Properly quote typename before calling parseTypeStringPavan Deolasee
2018-05-21Remove some accidentally added elog(LOG) messagesPavan Deolasee
2018-05-21Fix broken implementation of recovery to barrier.Pavan Deolasee
2018-05-21Fix a long standing bug in vacuum/analyze of temp tablesPavan Deolasee
2018-05-21Accept regression diffs in join test casePavan Deolasee
2018-05-21Accept regression diffs in plpgsql test casePavan Deolasee
2018-05-21Add expected changes to plpgsql.out missed in 0f65a7193da4b6b0a35b6446b4c904a...Pavan Deolasee
2018-05-21Accept regression diff.Pavan Deolasee
2018-05-18Fix post-cherry-pick problems.Pavan Deolasee
2018-05-18Track clearly whether to run a remote transaction in autocommit or a blockPavan Deolasee
2018-05-07Do not try to show targetlist of a RemoteSubplan on top of ModifyTablePavan Deolasee
2018-04-17Do not send the new protocol message to non-XL client.Pavan Deolasee
2017-11-12Use local variable to format timestamp in GTM log line prefixTomas Vondra
2017-11-07Fix bug in release_connection() introduced by d9f45c9018Tomas Vondra
2017-11-04Move several functions from pgxcnode.c to poolmgr.cTomas Vondra
2017-11-04Comments and cleanup in the connection pool managerTomas Vondra
2017-11-04Add gtm_snap.c comments (missing in a39b06b0c6)Tomas Vondra
2017-11-04Improve comments in GTM code, minor naming tweaksTomas Vondra
2017-11-04Cleanup GTM API: make functions static, remove dead codeTomas Vondra
2017-10-19Remove references to issue 3520503 from privileges testTomas Vondra
2017-10-19Remove unnecessary ORDER BY from privileges testTomas Vondra
2017-10-19Increase random_page_cost to fix a plan in updatable_viewsTomas Vondra
2017-10-19Collect index statistics during ANALYZE on coordinatorTomas Vondra
2017-10-19Fix failures in updatable_views due to different structureTomas Vondra
2017-10-19Fix handling of root->distribution during redistributionTomas Vondra
2017-10-19Accept plan changes in updatable_views testTomas Vondra
2017-10-19Remove coordinator quals, evaluated at Remote SubqueryTomas Vondra
2017-10-14Allocate thread-local snapshot array staticallyTomas Vondra
2017-10-14Remember queryId for queries executed using FQSTomas Vondra
2017-10-08Remove unnecessary ORDER BY clauses from plpgsql testsTomas Vondra
2017-10-08Fix expected output for plpgsql test suiteTomas Vondra
2017-10-08Accept correct output/plan in subselect test suiteTomas Vondra