Sameer Awasekar
|
b6662ff872
|
Add hashmap, cleanup methods
|
2022-07-06 11:22:19 +05:30 |
Sameer Awasekar
|
213b15071b
|
Rename methods
|
2022-07-06 11:22:19 +05:30 |
Sameer Awasekar
|
6d55154529
|
Remove pg_sleep and address nits
|
2022-07-06 11:22:19 +05:30 |
Sameer Awasekar
|
99a21757d4
|
Fix name
|
2022-07-06 11:22:19 +05:30 |
Sameer Awasekar
|
0b11a324a4
|
Change value of static variable
|
2022-07-06 11:22:15 +05:30 |
Sameer Awasekar
|
91c9394ec4
|
Remove '.so' of plugin and have it embedded within Citus
|
2022-07-06 11:21:46 +05:30 |
Sameer Awasekar
|
23237e50a2
|
Add UDF description
|
2022-07-06 11:21:46 +05:30 |
Sameer Awasekar
|
a23beeb43f
|
Change return type, shard range as text
|
2022-07-06 11:21:43 +05:30 |
Sameer Awasekar
|
b66067d09f
|
Addressing review comments
1. Changed SM memory header
2. Changed API prototype
3. Refactored testcase using gset
|
2022-07-06 11:21:04 +05:30 |
Sameer Awasekar
|
5b82fd2ea3
|
Address review comments
|
2022-07-06 11:20:37 +05:30 |
Sameer Awasekar
|
672d198019
|
Renamed UDF to worker_split_shard_replication_setup
|
2022-07-06 11:20:34 +05:30 |
Sameer Awasekar
|
b425573b08
|
Revert "Fix testcases"
This reverts commit 2b926f6115b3ba11d7bbcdcdf02001dfd64a89fd.
|
2022-07-06 11:16:58 +05:30 |
Sameer Awasekar
|
aeaa1738bd
|
Fix testcases
|
2022-07-06 11:16:21 +05:30 |
Sameer Awasekar
|
73775a13ce
|
Modify Makefile
|
2022-07-06 11:15:23 +05:30 |
Sameer Awasekar
|
01540d78d6
|
Rename method to IsCommitRecursive
|
2022-07-06 11:15:23 +05:30 |
Sameer Awasekar
|
f03a0343bc
|
fix indentations
|
2022-07-06 11:15:23 +05:30 |
Sameer Awasekar
|
f1be4888b9
|
Address comments
1) Created new schema for tests
2) Variable renaming
|
2022-07-06 11:15:18 +05:30 |
Sameer Awasekar
|
65eb62e723
|
Change encoding of replication slot names. Include table owners
|
2022-07-06 11:14:52 +05:30 |
Sameer Awasekar
|
04c2a92455
|
Reduced test timings
|
2022-07-06 11:14:52 +05:30 |
Sameer Awasekar
|
5a711a9176
|
Address comments
- Fix warnings
|
2022-07-06 11:14:52 +05:30 |
Sameer Awasekar
|
60ee33cfcc
|
Add testcase and handling of UPDATE for non-partition column.
- Change nodeId to uint32
- some test enchancement
- fix comments
|
2022-07-06 11:14:52 +05:30 |
Sameer Awasekar
|
3864cd3187
|
Rename file to split_shard_replication_setup.c
|
2022-07-06 11:14:52 +05:30 |
Sameer Awasekar
|
028344b05c
|
Remove unintentionally added pgoutput.h file
|
2022-07-06 11:14:52 +05:30 |
Sameer Awasekar
|
cbc4a4a11c
|
Change datatype from integer to bigint
|
2022-07-06 11:14:52 +05:30 |
Sameer Awasekar
|
daae0bb10d
|
Added colocated shard test
- added a new test helper file
|
2022-07-06 11:14:48 +05:30 |
Sameer Awasekar
|
d71ead0e43
|
Remove unwanted headers
|
2022-07-06 11:14:02 +05:30 |
Sameer Awasekar
|
5da75b84ac
|
Removed some methods. Handling review comments
|
2022-07-06 11:14:02 +05:30 |
Sameer Awasekar
|
4b064fa321
|
change name of logical decoding plugin
|
2022-07-06 11:14:02 +05:30 |
Sameer Awasekar
|
25bae46cd6
|
Fix identations
|
2022-07-06 11:14:02 +05:30 |
Sameer Awasekar
|
121ec8cd51
|
Change prototype of GetShardSplitInfoSMHeaderFromDSMHandle
|
2022-07-06 11:14:02 +05:30 |
Sameer Awasekar
|
59c3c93aa4
|
Addressing comments
- Changed name of functions
- Moved some functions from .h to .c file
|
2022-07-06 11:14:02 +05:30 |
Sameer Awasekar
|
75c6484e02
|
Address review comments(partially done)
- Parameterize testcase methods
- remove code for handline 'UPDATE'.
- replication slot encoding/decoding logic changed now
|
2022-07-06 11:14:02 +05:30 |
Sameer Awasekar
|
7a61bf1082
|
Refactored testcase to handle split shard locally
|
2022-07-06 11:14:02 +05:30 |
Nitish Upreti
|
c304b5f8a7
|
Merge pull request #799 from citusdata/niupre/ShardSplitAPI
Introducing 'citus_split_shard_by_split_points' UDF and 'SplitShard' infrastructure API.
|
2022-07-06 11:13:40 +05:30 |
Sameer Awasekar
|
a43cab7e71
|
Add DELETE scenario
|
2022-07-06 11:08:16 +05:30 |
Sameer Awasekar
|
c9844abea9
|
Introducing 'split_shard_replication_setup' UDF to handle the catchup phase of
citus_split_shard.
|
2022-07-06 11:08:10 +05:30 |
Hanefi Onaldi
|
60b6119cc1
|
Merge pull request #6047 from citusdata/changelog-11.0.3
Add changelog entry for 11.0.3
|
2022-07-05 13:29:37 +03:00 |
Hanefi Onaldi
|
c33915c3e6
|
Add changelog entry for 11.0.3
|
2022-07-05 13:17:40 +03:00 |
aykut-bozkurt
|
b5723ffba7
|
Merge pull request #6044 from citusdata/alter-index-rename-non-index
* alter index/table rename weird syntax supported,
|
2022-07-05 10:36:55 +03:00 |
aykutbozkurt
|
d53a7760b0
|
* alter index/table rename weird syntax supported,
* correct the wrong level of lock if the weird syntax is used
|
2022-07-04 21:27:47 +03:00 |
aykut-bozkurt
|
4e9ea834b6
|
Merge pull request #6033 from citusdata/vacuum-index-cleanup-auto
auto is a valid option for vacuum index_cleanup.
|
2022-07-04 19:43:02 +03:00 |
aykutbozkurt
|
ba62c0a148
|
auto is a valid option for vacuum index_cleanup.
|
2022-07-04 19:27:55 +03:00 |
Ahmet Gedemenli
|
c8e1e243b8
|
Fix matviews for citus_add_local_table_to_metadata (#6023)
|
2022-07-04 17:00:07 +03:00 |
Nitish Upreti
|
e29222458c
|
Update downgrade script and quote schema/table in COPY statement
|
2022-07-01 13:35:27 -07:00 |
Hanefi Onaldi
|
f60809a6c1
|
Fix downgrade scripts from 11.0-2 to 11.0-1 (#6039)
|
2022-06-29 22:43:50 +03:00 |
Önder Kalacı
|
9777a454db
|
Merge pull request #6036 from citusdata/fix_no_worker_node
Fix upgrades to Citus 11 when there are no nodes in the metadata
|
2022-06-29 10:44:57 +02:00 |
Nitish Upreti
|
4fcdff53ae
|
Addressing open comments
|
2022-06-28 16:45:26 -07:00 |
Nitish Upreti
|
ebd0e9a617
|
Cleanup on catch
|
2022-06-28 16:22:37 -07:00 |
Nitish Upreti
|
dfec00940d
|
Update Test
|
2022-06-28 14:40:06 -07:00 |
Nitish Upreti
|
383fc2b6f0
|
Fix build break
|
2022-06-28 09:37:11 -07:00 |