Commit Graph

14 Commits (24db425288cae064476246fb1b1841a4381e8f3b)

Author SHA1 Message Date
Gokhan Gulbiz 24db425288
Merge remote-tracking branch 'upstream/main' into issue/6694 2023-03-30 09:38:16 +03:00
Gokhan Gulbiz e618345703
Handle identity columns properly in the router planner (#6802)
DESCRIPTION: Fixes a bug with insert..select queries with identity
columns
Fixes #6798
2023-03-29 15:50:12 +03:00
Gokhan Gulbiz 529d7da33d
Add server version to test output 2023-03-27 20:58:01 +03:00
Gokhan Gulbiz 9257a27628
Fix flakyness by setting citus.next_shard_id 2023-03-27 20:12:14 +03:00
Gokhan Gulbiz 5457b44232
Add alternative output for pg13 2023-03-27 15:17:38 +03:00
Gokhan Gulbiz b5e8ccac4c
Add test for add column .. as identity for distributed tables 2023-03-27 13:22:37 +03:00
Gokhan Gulbiz 91c12f9ffb
Add more tests for restrictions on identity columns 2023-03-27 13:07:46 +03:00
Gokhan Gulbiz 6a69ae5dee
Add tests for alter sequence owned by an identity column 2023-03-27 12:53:57 +03:00
Gokhan Gulbiz bd213a0970
Add tests for a columnar table with identity columns 2023-03-10 11:19:35 +03:00
Gokhan Gulbiz 41e8255b16
Add table ownership check for identity column modifications 2023-03-06 11:42:17 +03:00
Gokhan Gulbiz d8d2ce3c49
Add tests for create_distributed_table_concurrently 2023-03-01 14:11:08 +03:00
Gokhan Gulbiz cd69b975a3
Fix flakyness 2023-03-01 14:10:15 +03:00
Gokhan Gulbiz e684e15e40
Fix regressions 2023-03-01 14:09:06 +03:00
Gokhan Gulbiz 2388fbea6e
Identity Column Support on Citus Managed Tables (#6591)
DESCRIPTION: Identity Column Support on Citus Managed Tables
2023-01-19 15:45:41 +03:00