2018-10-12 |
Tomas Vondra | Fix incorrect comparison in pgxcnode_gethash master |
commit | commitdiff | tree |
2018-10-12 |
Tomas Vondra | Use sufficiently large buffer in SharedQueueWrite |
commit | commitdiff | tree |
2018-10-11 |
Tomas Vondra | Use dynamic buffer to parse NODE_LIST_RESULT in GTM |
commit | commitdiff | tree |
2018-08-03 |
Pavan Deolasee | Use correct path for tablspaces while creating a basebackup |
commit | commitdiff | tree |
2018-08-03 |
Pavan Deolasee | Fix compilation error introduced in 0e3770c14c3fb185819... |
commit | commitdiff | tree |
2018-07-31 |
Pavan Deolasee | Ensure that bad protocol ERROR message is sent to the... |
commit | commitdiff | tree |
2018-07-31 |
Pavan Deolasee | Correct select the GTM proxy for a new node being added |
commit | commitdiff | tree |
2018-07-31 |
Pavan Deolasee | Ensure partition child tables inherit distribution... |
commit | commitdiff | tree |
2018-07-31 |
Pavan Deolasee | Do not dump TO NODE clause for partition or child table |
commit | commitdiff | tree |
2018-07-27 |
Pavan Deolasee | Ensure qualified name for dumping sequence value |
commit | commitdiff | tree |
2018-07-27 |
Pavan Deolasee | Do not dump DISTRIBUTED BY for partition and inherited... |
commit | commitdiff | tree |
2018-07-27 |
Pavan Deolasee | Teach pgxc_exec_sizefunc() to use pg_my_temp_schema... |
commit | commitdiff | tree |
2018-07-27 |
Pavan Deolasee | Teach pgxc_ctl to use the new --waldir option of pg_bas... |
commit | commitdiff | tree |
2018-07-27 |
Pavan Deolasee | Fix handling of REFRESH MATERIALIZED VIEW CONCURRENTLY |
commit | commitdiff | tree |
2018-07-27 |
Pavan Deolasee | Improve locking semantics in GTM and GTM Proxy |
commit | commitdiff | tree |
2018-07-27 |
Pavan Deolasee | Fix a compiler warning introduced in the previous commit |
commit | commitdiff | tree |
2018-07-27 |
Pavan Deolasee | Ensure that typename is schema qualified while sending... |
commit | commitdiff | tree |
2018-07-27 |
Pavan Deolasee | Ensure pooler process follows consistent model for... |
commit | commitdiff | tree |
2018-07-27 |
Pavan Deolasee | Properly quote typename before calling parseTypeString |
commit | commitdiff | tree |
2018-05-21 |
Pavan Deolasee | Remove some accidentally added elog(LOG) messages |
commit | commitdiff | tree |
2018-05-21 |
Pavan Deolasee | Fix broken implementation of recovery to barrier. |
commit | commitdiff | tree |
2018-05-21 |
Pavan Deolasee | Fix a long standing bug in vacuum/analyze of temp tables |
commit | commitdiff | tree |
2018-05-21 |
Pavan Deolasee | Accept regression diffs in join test case |
commit | commitdiff | tree |
2018-05-21 |
Pavan Deolasee | Accept regression diffs in plpgsql test case |
commit | commitdiff | tree |
2018-05-21 |
Pavan Deolasee | Add expected changes to plpgsql.out missed in 0f65a7193... |
commit | commitdiff | tree |
2018-05-21 |
Pavan Deolasee | Accept regression diff. |
commit | commitdiff | tree |
2018-05-18 |
Pavan Deolasee | Fix post-cherry-pick problems. |
commit | commitdiff | tree |
2018-05-18 |
Pavan Deolasee | Track clearly whether to run a remote transaction in... |
commit | commitdiff | tree |
2018-05-07 |
Pavan Deolasee | Do not try to show targetlist of a RemoteSubplan on... |
commit | commitdiff | tree |
2018-04-17 |
Pavan Deolasee | Do not send the new protocol message to non-XL client. |
commit | commitdiff | tree |
2017-11-12 |
Tomas Vondra | Use local variable to format timestamp in GTM log line... |
commit | commitdiff | tree |
2017-11-07 |
Tomas Vondra | Fix bug in release_connection() introduced by d9f45c9018 |
commit | commitdiff | tree |
2017-11-04 |
Tomas Vondra | Move several functions from pgxcnode.c to poolmgr.c |
commit | commitdiff | tree |
2017-11-04 |
Tomas Vondra | Comments and cleanup in the connection pool manager |
commit | commitdiff | tree |
2017-11-04 |
Tomas Vondra | Add gtm_snap.c comments (missing in a39b06b0c6) |
commit | commitdiff | tree |
2017-11-04 |
Tomas Vondra | Improve comments in GTM code, minor naming tweaks |
commit | commitdiff | tree |
2017-11-04 |
Tomas Vondra | Cleanup GTM API: make functions static, remove dead... |
commit | commitdiff | tree |
2017-10-19 |
Tomas Vondra | Remove references to issue 3520503 from privileges... |
commit | commitdiff | tree |
2017-10-19 |
Tomas Vondra | Remove unnecessary ORDER BY from privileges test |
commit | commitdiff | tree |
2017-10-19 |
Tomas Vondra | Increase random_page_cost to fix a plan in updatable_views |
commit | commitdiff | tree |
2017-10-19 |
Tomas Vondra | Collect index statistics during ANALYZE on coordinator |
commit | commitdiff | tree |
2017-10-19 |
Tomas Vondra | Fix failures in updatable_views due to different structure |
commit | commitdiff | tree |
2017-10-19 |
Tomas Vondra | Fix handling of root->distribution during redistribution |
commit | commitdiff | tree |
2017-10-19 |
Tomas Vondra | Accept plan changes in updatable_views test |
commit | commitdiff | tree |
2017-10-19 |
Tomas Vondra | Remove coordinator quals, evaluated at Remote Subquery |
commit | commitdiff | tree |
2017-10-14 |
Tomas Vondra | Allocate thread-local snapshot array statically |
commit | commitdiff | tree |
2017-10-14 |
Tomas Vondra | Remember queryId for queries executed using FQS |
commit | commitdiff | tree |
2017-10-08 |
Tomas Vondra | Remove unnecessary ORDER BY clauses from plpgsql tests |
commit | commitdiff | tree |
2017-10-08 |
Tomas Vondra | Fix expected output for plpgsql test suite |
commit | commitdiff | tree |
2017-10-08 |
Tomas Vondra | Accept correct output/plan in subselect test suite |
commit | commitdiff | tree |
2017-10-08 |
Tomas Vondra | Update cmin values in combocid based on XL 9.5 |
commit | commitdiff | tree |
2017-10-08 |
Tomas Vondra | Stabilize combocid test by replicating the table |
commit | commitdiff | tree |
2017-10-08 |
Tomas Vondra | Accept warnings about inheriting distribution from... |
commit | commitdiff | tree |
2017-10-08 |
Tomas Vondra | Add explicit VACUUM to stabilize plans in inherit tests |
commit | commitdiff | tree |
2017-10-08 |
Tomas Vondra | Accept plan changes in 'limit' test suite |
commit | commitdiff | tree |
2017-10-08 |
Tomas Vondra | Accept plan change in 'inherit' test suite |
commit | commitdiff | tree |
2017-10-05 |
Tomas Vondra | Disable FQS for cursors defined with SCROLL |
commit | commitdiff | tree |
2017-09-30 |
Tomas Vondra | Fix the pg_basebackup call when adding standby nodes |
commit | commitdiff | tree |
2017-09-26 |
Tomas Vondra | Fix minor regression failure in updatable_views |
commit | commitdiff | tree |
2017-09-26 |
Tomas Vondra | Fix expected output in select_view test |
commit | commitdiff | tree |
2017-09-20 |
Pavan Deolasee | Improve shared queue synchronization further |
commit | commitdiff | tree |
2017-09-20 |
Pavan Deolasee | Enable Hot Standby on the replicas |
commit | commitdiff | tree |
2017-09-19 |
Tomas Vondra | Handle Aggref->aggargtypes in out/readfuncs.c |
commit | commitdiff | tree |
2017-09-18 |
Pavan Deolasee | Ensure that we don't read rule definition with portable... |
commit | commitdiff | tree |
2017-09-17 |
Tomas Vondra | Fix trivial failure in rangefuncs test suite |
commit | commitdiff | tree |
2017-09-15 |
Tomas Vondra | Fix incorrect planning of grouping sets |
commit | commitdiff | tree |
2017-09-12 |
Pavan Deolasee | Ensure that database objects are created consistently. |
commit | commitdiff | tree |
2017-09-11 |
Pavan Deolasee | Further refactoring of utility.c code |
commit | commitdiff | tree |
2017-09-08 |
Pavan Deolasee | Rearrange switch cases so that they are grouped togethe... |
commit | commitdiff | tree |
2017-09-08 |
Pavan Deolasee | Refactor changes in the utility.c |
commit | commitdiff | tree |
2017-09-07 |
Pavan Deolasee | Stamp Postgres-XL 10alpha2 |
commit | commitdiff | tree |
2017-09-07 |
Pavan Deolasee | Assorted fixes to documentation compilation |
commit | commitdiff | tree |
2017-08-30 |
Tomas Vondra | Accept differences in tsm_system_time contrib module |
commit | commitdiff | tree |
2017-08-30 |
Tomas Vondra | Accept plan changes in tsm_system_rows contrib module |
commit | commitdiff | tree |
2017-08-30 |
Tomas Vondra | Stabilize ordering in tablefunc contrib module |
commit | commitdiff | tree |
2017-08-30 |
Tomas Vondra | Remove FDW objects from tests in pgstattuple contrib... |
commit | commitdiff | tree |
2017-08-30 |
Tomas Vondra | Remove FDW objects from tests in pg_visibility contrib... |
commit | commitdiff | tree |
2017-08-30 |
Tomas Vondra | Stabilize ordering of results in pg_trgm contrib module |
commit | commitdiff | tree |
2017-08-30 |
Tomas Vondra | Accept plan changes in btree_gist contrib module |
commit | commitdiff | tree |
2017-08-30 |
Tomas Vondra | Accept plan change in btree_gin contrib module |
commit | commitdiff | tree |
2017-08-30 |
Tomas Vondra | Accept plan changes in bloom contrib module |
commit | commitdiff | tree |
2017-08-30 |
Tomas Vondra | Disable logical decoding as unsupported |
commit | commitdiff | tree |
2017-08-30 |
Pavan Deolasee | Accept regression diffs in stats_ext test case |
commit | commitdiff | tree |
2017-08-30 |
Pavan Deolasee | Fetch the target remote nodes to run CREATE STATISTICS... |
commit | commitdiff | tree |
2017-08-29 |
Pavan Deolasee | Accept regression diffs in update test case |
commit | commitdiff | tree |
2017-08-29 |
Pavan Deolasee | Fix plpgsql regression test |
commit | commitdiff | tree |
2017-08-29 |
Pavan Deolasee | Fix alter_table test case |
commit | commitdiff | tree |
2017-08-28 |
Pavan Deolasee | Do not add any distribution to a dummy append node |
commit | commitdiff | tree |
2017-08-28 |
Pavan Deolasee | Much restructing of rowsecurity test case |
commit | commitdiff | tree |
2017-08-25 |
Tomas Vondra | Make float8_tbl replicated to stabilize float8 test |
commit | commitdiff | tree |
2017-08-25 |
Pavan Deolasee | Fix prepared_xacts test case |
commit | commitdiff | tree |
2017-08-25 |
Pavan Deolasee | Accept regression diffs in select_implicit test case |
commit | commitdiff | tree |
2017-08-25 |
Pavan Deolasee | Accept regression diff in tablesample test case |
commit | commitdiff | tree |
2017-08-25 |
Pavan Deolasee | Do not try to set invalid value for guc |
commit | commitdiff | tree |
2017-08-25 |
Pavan Deolasee | Accept regression diffs in select_views test case |
commit | commitdiff | tree |
2017-08-25 |
Pavan Deolasee | Make adjustment to foreign_key test case |
commit | commitdiff | tree |
2017-08-25 |
Pavan Deolasee | Accept errors in hash_index test case |
commit | commitdiff | tree |
2017-08-25 |
Pavan Deolasee | Accept errors in tidscan regression test |
commit | commitdiff | tree |
2017-08-24 |
Pavan Deolasee | Make adjustments to combocid test so that it passes |
commit | commitdiff | tree |
2017-08-24 |
Pavan Deolasee | Accept regressions diffs in copy2 test case |
commit | commitdiff | tree |
next |