Marco Slot
2304815356
Allow adding a unique constraint with an index
2022-04-07 16:00:31 +02:00
Marco Slot
fba93df4b0
Remove copy into new append shard logic
2021-11-07 21:01:40 +01:00
SaitTalhaNisanci
164c00cf08
Fix typo: longer visible -> no longer visible ( #3803 )
2020-04-27 16:32:46 +03:00
Hanefi Önaldı
0c5d0cfee9
Notice message to help truncate local data after distribution
2020-04-17 13:21:34 +03:00
Halil Ozan Akgul
56e814a333
Adds public host to only hyperscale tests
2020-04-10 15:54:47 +03:00
Jelte Fennema
7730bd449c
Normalize tests: Remove trailing whitespace
2020-01-06 09:32:03 +01:00
Jelte Fennema
883ee9121f
Normalize tests: shard table names in foreign_key_to_reference_table
2020-01-06 09:32:03 +01:00
Jelte Fennema
7f3de68b0d
Normalize tests: header separator length
2020-01-06 09:32:03 +01:00
Jelte Fennema
8c5c0dd74c
Normalize tests: s/localhost:[0-9]+/localhost:xxxxx/g
2020-01-03 11:40:50 +01: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
Nils Dijk
3f2bac18df
Add make target to run regression tests in isolation with vagrant
...
Also allow `multi_alter_table_add_constraints` to run in isolation
2019-01-16 11:41:09 +01:00
mehmet furkan şahin
6d0fbbace7
ALTER TABLE %s ADD COLUMN constraint check is added
2018-07-24 15:53:05 +03:00
mehmet furkan şahin
ef90122cd3
shard count for some of the tests are increased
2018-05-03 10:44:43 +03:00
Marco Slot
f4ceea5a3d
Enable 2PC by default
2017-11-22 11:26:58 +01:00
mehmet furkan şahin
34709c2a16
Regression tests parallelization PART-1
2017-11-20 18:03:37 +03:00
mehmet furkan şahin
314fc09d90
regression test shard_count is changed from 32 to 4
2017-11-20 12:47:49 +03:00
mehmet furkan şahin
32fb19911c
Add Constraint %s Add Primary Key Using index %s support
...
This commit makes a change in relay_event_utility.c to check if the
Alter Table command adds a constraint using index. If this is the
case, it appends the shard id to the index name.
2017-10-31 16:03:56 +03:00
Marco Slot
d3e9746236
Avoid connections that accessed non-colocated placements in multi-shard commands
2017-08-08 18:32:34 +02:00
Marco Slot
fd72cca6c8
Use predictable placement IDs in regression test output
2017-07-17 13:44:29 +03:00
Marco Slot
9f7e4769e2
Clarify placement connection error messages
2017-07-12 11:59:19 +02:00
Marco Slot
d3785b97c0
Remove XactModificationLevel distinction between DML and multi-shard
2017-07-12 11:59:19 +02:00
Jason Petersen
2204da19f0
Support PostgreSQL 10 ( #1379 )
...
Adds support for PostgreSQL 10 by copying in the requisite ruleutils
and updating all API usages to conform with changes in PostgreSQL 10.
Most changes are fairly minor but they are numerous. One particular
obstacle was the change in \d behavior in PostgreSQL 10's psql; I had
to add SQL implementations (views, mostly) to mimic the pre-10 output.
2017-06-26 02:35:46 -06:00
Marco Slot
4ed093970a
Support expressions in the partition column in INSERTs
2017-04-21 14:05:52 +02:00
velioglu
24d24db25c
Implement ALTER TABLE ADD CONSTRAINT command
2017-04-20 15:02:33 +03:00