Claire Giordano
c429bc4ced
updated Agari & MixRank user story links
2019-05-06 00:53:38 -07:00
Claire Giordano
61bda2a9e4
fix typo
2019-05-06 00:49:56 -07:00
Claire Giordano
076a9a3232
Updated descr, use case, customer, & get started
2019-05-06 00:47:20 -07:00
Önder Kalacı
53d0dcd659
Merge pull request #2696 from citusdata/order_by_fix_7
...
Add some more ORDER BYs
2019-05-02 19:15:31 +02:00
Onder Kalaci
5d68a13139
Add order by to multi_shard_update_delete
2019-05-02 20:09:33 +03:00
Onder Kalaci
2c76b4bc46
Add order by to multi_function_in_join test
2019-05-02 20:05:25 +03:00
Önder Kalacı
febe412108
Merge pull request #2688 from citusdata/unify_fkey_to_ref_recording
...
Refactor Parallel Relation Access Recording
2019-05-02 17:19:06 +02:00
Onder Kalaci
495b6e9b62
Refactor Parallel Relation Access Recording
...
Instead of scattering the code around, we move all the
logic into a single function.
This will help supporting foreign keys to reference tables
in the unified executor with a single line of change, just
calling this function.
2019-05-02 18:12:33 +03:00
Önder Kalacı
2f55d61800
Merge pull request #2695 from citusdata/order_by_fix_6
...
Add some ORDER BYs to make the test output consistent
2019-05-02 17:11:47 +02:00
Onder Kalaci
3d871c5334
Add some ORDER BYs to make the test output consistent
2019-05-02 18:00:46 +03:00
Hadi Moshayedi
5205bc4be9
Merge pull request #2673 from citusdata/fix_multishard_transactions
...
Fix savepoint rollback after multi-shard modify/copy failure.
2019-05-01 08:38:25 -08:00
Hadi Moshayedi
32ecb6884c
Test ROLLBACK TO SAVEPOINT with multi-shard CTE failures
2019-05-01 09:33:43 -07:00
Hadi Moshayedi
aafd22dffa
Fix savepoint rollback for INSERT INTO ... SELECT.
2019-05-01 09:33:43 -07:00
Hadi Moshayedi
b69a762e0b
Fix savepoint rollback after multi-shard update failure.
2019-05-01 09:33:43 -07:00
Jason Petersen
5b98f26984
Merge pull request #2669 from citusdata/fix_self_strncmp
...
Fix self strncmp
cr: @marcocitus
2019-04-30 15:18:58 -05:00
Jason Petersen
71d5d1c865
Enable variable shadowing warnings; fix all
...
Rather than wait for another place like the previous commit to bite us,
I think we should turn on this warning.
2019-04-30 13:24:25 -06:00
Jason Petersen
1125fc9da0
Fix self-strncmp in ConstrIsFKToReferenceTable
...
Make the function do what I assume was intended.
2019-04-30 13:24:25 -06:00
Hadi Moshayedi
885d48f87d
Merge pull request #2690 from citusdata/fix_diff
...
Normalize test results and expected files before comparing them.
2019-04-30 09:44:37 -08:00
Hadi Moshayedi
a9f7c1e8cb
Normalize test result/expected files before doing diff.
2019-04-30 10:19:23 -07:00
Hadi Moshayedi
4cb8ed0f9a
Merge pull request #2664 from citusdata/fix-ActivePlacementList
...
Don't schedule tasks on inactive nodes.
2019-04-26 10:11:58 -07:00
Hadi Moshayedi
c9b1d9c2d1
Check all placements aren't inactive
2019-04-26 10:04:55 -07:00
Hadi Moshayedi
7b1d03772d
Don't schedule tasks on inactive nodes.
2019-04-26 10:04:54 -07:00
Önder Kalacı
116c255d3d
Merge pull request #2683 from citusdata/order_by_fix_5
...
Add ORDER BYs to multi_subquery and subqueries_deep tests
2019-04-25 10:52:10 +02:00
Onder Kalaci
82813a8796
Add ORDER BYs to multi_subquery and subqueries_deep tests
2019-04-24 13:36:11 +03:00
Önder Kalacı
796141334d
Merge pull request #2677 from citusdata/implicitly_order_returning
...
Sort output of RETURNING
2019-04-24 11:24:42 +02:00
Onder Kalaci
004f28e18c
Sort output of RETURNING
...
The feature is only intended for getting consistent outputs for the regression tests.
RETURNING does not have any ordering gurantees and with unified executor, the ordering
of query executions on the shards are also becoming unpredictable. Thus, we're enforcing
ordering when a GUC is set.
We implicitly add an `ORDER BY` something equivalent of
`
RETURNING expr1, expr2, .. ,exprN
ORDER BY expr1, expr2, .. ,exprN
`
As described in the code comments as well, this is probably not the most
performant approach we could implement. However, since we're only
targeting regression tests, I don't see any issues with that. If we
decide to expand this to a feature to users, we should revisit the
implementation and improve the performance.
2019-04-24 11:51:19 +03:00
Önder Kalacı
6362c40865
Merge pull request #2678 from citusdata/order_by_another
...
Add some more ORDER BYs
2019-04-24 09:56:32 +02:00
Onder Kalaci
64b323d9eb
Add ORDER BY to set_operations
2019-04-23 11:51:58 +03:00
Onder Kalaci
913ffc9dcd
Add ORDER BY to multi_subquery_in_where_clause
2019-04-23 11:46:00 +03:00
Önder Kalacı
41f98f9c02
Merge pull request #2671 from citusdata/fix_more_orderbys
...
Fix more order bys
2019-04-18 08:31:16 +02:00
Onder Kalaci
753163b4d8
Be less verbose for printing worker ports in intermediate_results
2019-04-17 14:57:20 +03:00
Onder Kalaci
b3af5b2cc4
Add order by multi_mx_modifications
2019-04-17 14:57:20 +03:00
Onder Kalaci
a159bd9aed
Add order by window_functions
2019-04-17 14:57:20 +03:00
Jason Petersen
bcf393eea8
Merge pull request #2651 from citusdata/fix_constraint_naming
...
Address constraint naming issue
cr: @pykello
2019-04-16 14:32:18 -06:00
Jason Petersen
4b9519e7d6
Check for non-extended constraint before extending
...
This will only apply to DROP and VALIDATE commands; see the lengthy
comment in multi_create_table_constraints.sql for more explanation.
2019-04-15 23:14:21 -06:00
Jason Petersen
5a017c684c
Add repro case for #2484
2019-04-15 23:14:11 -06:00
Önder Kalacı
5e9dd629a2
Merge pull request #2661 from citusdata/add_orderby_subquery
...
Add order by subquery_complex_target_list
2019-04-11 13:08:04 +02:00
Onder Kalaci
6d81fc518c
Add order by subquery_complex_target_list
2019-04-10 19:55:41 +03:00
Hadi Moshayedi
1706813dd7
Merge pull request #2659 from citusdata/fix_more_order_bys
...
Add missing ORDER BYs
2019-04-09 14:00:22 -07:00
Onder Kalaci
58e90ad60d
Add order by multi_outer_join
2019-04-09 12:53:57 +03:00
Onder Kalaci
298e95c441
Add order by multi_shard_update_delete
2019-04-09 12:41:46 +03:00
Onder Kalaci
6a8e2c260a
Add order by multi_insert_select
2019-04-09 12:28:57 +03:00
Onder Kalaci
af096a898c
Add order by subquery_and_cte
2019-04-09 12:19:10 +03:00
Onder Kalaci
56a1a39fd4
Add order by multi_subquery_complex_queries
2019-04-09 12:12:26 +03:00
Onder Kalaci
4effa8c1f8
Add order by multi_schema_support
2019-04-09 11:52:08 +03:00
Önder Kalacı
9c097c9f01
Merge pull request #2657 from citusdata/get_ready_for_unified_executor_order_bys
...
Make sure that the regression tests are resistant to execution order changes
2019-04-08 10:54:20 +02:00
Onder Kalaci
92e87738dd
Make sure that the regression test output is durable to different execution orders
...
Mostly add order bys and suppress worker node ports in the test
outputs.
2019-04-08 11:48:08 +03:00
Jason Petersen
358ca53696
Separate follower tests and enable core dumps
2019-04-08 01:05:36 -06:00
Jason Petersen
25eece427f
Remove Travis config, etc.
2019-04-07 22:44:08 -06:00
Önder Kalacı
085b3dd6cb
Merge pull request #2656 from citusdata/get_ready_for_unified_executor
...
Rename MultiConnectionState to MultiConnectionPollState
2019-04-05 15:38:23 +02:00