Commit Graph

  • d2b9fd144f done Onur Tirtir 2024-03-19 14:20:45 +0300
  • b7bfbbfe2d indent Onur Tirtir 2024-03-19 11:59:43 +0300
  • 17135cca8c remove getMark/UnamrkDistParams Onur Tirtir 2024-03-19 11:56:11 +0300
  • 2a5b343ca1 improve the comments and make arr cells const too Onur Tirtir 2024-03-19 11:26:24 +0300
  • 6bebb84548
    Update src/backend/distributed/transaction/transaction_recovery.c Onur Tirtir 2024-03-19 10:41:21 +0300
  • 5944672940 Use designated initialization Jelte Fennema-Nio 2024-03-18 16:47:29 +0100
  • 2fade94359 Fixes test errors gurkanindibay 2024-03-18 18:14:07 +0300
  • 1842c2e3b6 Fixes pg14 compile error gurkanindibay 2024-03-18 18:04:23 +0300
  • ff19400238 Fixes test errors gurkanindibay 2024-03-18 17:46:29 +0300
  • 7ad5a2479b Moves code from the branch gurkanindibay 2024-03-18 16:26:08 +0300
  • bf05bf51ec
    Refactor one helper function (#7562) Hanefi Onaldi 2024-03-18 15:06:49 +0300
  • 13e739703e
    Refactor one helper function Hanefi Onaldi 2024-03-18 14:34:24 +0300
  • 78d639ae9c Fixes test error in pg15.sql alter_database_nonmain gurkanindibay 2024-03-18 12:07:56 +0300
  • a5385d9f9c Fixes test errors gurkanindibay 2024-03-18 11:56:13 +0300
  • 3c3477efec Fixes test errors gurkanindibay 2024-03-15 18:17:42 +0300
  • 8bc2623687 Removes unnecessary test gurkanindibay 2024-03-15 18:01:03 +0300
  • 968cf991e3 Changes the order of test gurkanindibay 2024-03-15 17:53:50 +0300
  • 66feca1c41 Fixes indentation gurkanindibay 2024-03-15 15:28:04 +0300
  • a9758eaead Fixes compile error for pg 14 gurkanindibay 2024-03-15 15:25:24 +0300
  • 5c5b19676b Removes alter tablespace gurkanindibay 2024-03-15 15:17:00 +0300
  • 2ca4d3eba7 Adds alter database stmt from non-main db gurkanindibay 2024-03-15 12:02:05 +0300
  • f5434fe187 add a test that is not much useful rn .. Onur Tirtir 2024-03-14 19:14:02 +0300
  • 27fe21c3f9 fix more tests Onur Tirtir 2024-03-14 14:12:27 +0300
  • 312051e93d
    Merge branch 'main' into refactor-nonmain-db-path Onur Tirtir 2024-03-14 12:07:10 +0100
  • 0897f6b89e
    Merge branch 'main' into check-column-existence-in-xact-recovery Onur Tirtir 2024-03-14 11:58:52 +0100
  • 9874a074f6 Fixes test output for pg16 granted_by_propagation_non_filter gurkanindibay 2024-03-13 14:58:52 +0300
  • 42a5149ece Fixes test errors gurkanindibay 2024-03-13 14:37:21 +0300
  • 70f0bc041b Fixes granted by support tests gurkanindibay 2024-03-13 13:48:51 +0300
  • e89d48ef7f Removes unused code gurkanindibay 2024-03-13 13:35:37 +0300
  • 6699da07da Fixes create role propagation gurkanindibay 2024-03-13 13:31:48 +0300
  • f944925cdf Adds new output gurkanindibay 2024-03-13 13:02:15 +0300
  • f9091b612e Adds new tests gurkanindibay 2024-03-13 13:01:03 +0300
  • 632a8613c8 Fixes test outputs gurkanindibay 2024-03-13 12:15:13 +0300
  • 029b0e1697 Removes all filters for roles gurkanindibay 2024-03-13 11:28:15 +0300
  • 5ed5d039dc Fix tests colocation_shards_notice eaydingol 2024-03-12 11:00:32 +0000
  • a7580f4443 Print notification for each colocated shard. eaydingol 2024-03-12 09:10:50 +0000
  • ed79d606f8 Fix tests rebalance_move_notice eaydingol 2024-03-12 11:00:32 +0000
  • 2c44577ae8 Print notification for each colocated shard. eaydingol 2024-03-12 09:10:50 +0000
  • 2ec570bb88 style eaydingol 2024-03-10 06:53:26 +0000
  • 5377aed757 update comment eaydingol 2024-03-08 15:20:49 +0000
  • 96ab028f86 Update comment eaydingol 2024-03-08 18:10:42 +0300
  • 2d92aac347 First acquire locks on the modified tables, then the reference ones eaydingol 2024-03-04 11:19:47 +0000
  • 1b8ed32189 Change the order in which the locks are acquired. eaydingol 2024-02-27 09:32:57 +0000
  • aeded49fc8 A test with non-deterministic results illustrating the bug. eaydingol 2024-02-27 09:20:44 +0000
  • baa5941c50
    FixBuildError EmelSimsek 2024-03-11 17:43:28 +0300
  • 4398c123b1
    Add queries for the shards on the worker EmelSimsek 2024-03-11 17:37:44 +0300
  • 125d574b80
    Merge remote-tracking branch 'origin/main' into Reduce-Redundancy-In-PartitionShardIndexRenaming EmelSimsek 2024-03-11 17:19:20 +0300
  • 57a4958109
    Fix merge EmelSimsek 2024-03-11 17:15:59 +0300
  • 3474de5195
    Change the order in which the locks are acquired (#7542) eaydingol 2024-03-10 10:20:08 +0300
  • 013644facd
    Fix segfault when using certain DO block in function (#7554) copetol 2024-03-08 16:21:42 +0300
  • 20a887b951
    Revert "Rename per worker" EmelSimsek 2024-03-11 16:57:26 +0300
  • 93c0ec1095
    Fix server crash when trying to execute activate_node_snapshot() on a single-node cluster (#7552) Karina 2024-03-07 13:08:19 +0300
  • 34883d6cc6
    Fix: store the previous shard cost for order verification (#7550) eaydingol 2024-03-06 14:46:49 +0300
  • 55452c4f2e
    fix bad copy-paste rightComparisonLimit (#7547) sminux 2024-03-05 10:49:35 +0300
  • fb3a5b8672
    Add support for alter/drop role propagation from non-main databases (#7461) Gürkan İndibay 2024-02-28 11:58:28 +0300
  • e0107d06c1
    Add failure handling for CREATE DATABASE commands (#7483) Onur Tirtir 2024-02-23 20:02:32 +0300
  • 478631da69
    Devcontainer: enable coredumps (#7523) Nils Dijk 2024-02-23 14:38:11 +0100
  • 089243de3a
    Test that we check unsupported options for CREATE DATABASE from non-main dbs (#7532) Onur Tirtir 2024-02-23 13:37:11 +0300
  • 10c8b6b9f4
    Add support for SECURITY LABEL on ROLE propagation from non-main databases (#7525) eaydingol 2024-02-23 09:54:19 +0300
  • c0bf5f8cfc
    Removes granted by statement to fix flaky test errors (#7526) Gürkan İndibay 2024-02-21 18:37:25 +0300
  • 5abc43bada
    Fix error in master_disable_node/citus_disable_node (#7492) Karina 2024-02-21 14:35:27 +0300
  • 96b6bd9eb8
    Add support for create / drop database propagation from non-main databases (#7439) Halil Ozan Akgül 2024-02-21 13:44:01 +0300
  • ee165ff274
    Add support for grant on database propagation from non-main databases (#7443) Gürkan İndibay 2024-02-21 13:14:58 +0300
  • e0cc004c7e Fixes pg16 output granted_by_propagation gurkanindibay 2024-03-11 16:12:26 +0300
  • e8fb4c694c Fixes pg14 and pg15 outputs gurkanindibay 2024-03-11 16:08:56 +0300
  • b151c41a13 Fixes system role filters gurkanindibay 2024-03-11 15:09:05 +0300
  • 6ba4ee036c Changes dist_object check gurkanindibay 2024-03-11 12:42:36 +0300
  • 77f0e4be86 Removes useless parameter gurkanindibay 2024-03-11 12:19:04 +0300
  • 154dfeed49 Fixes create_role_propagation gurkanindibay 2024-03-11 12:17:57 +0300
  • 93c140a913 Fixes compile error gurkanindibay 2024-03-11 11:35:07 +0300
  • 9056a9db91
    Merge branch 'main' into granted_by_propagation Gürkan İndibay 2024-03-11 11:31:03 +0300
  • 580bbd5570 * Adds granted roles filter for non-distributed roles * Adds a sync filter for metadata sync gurkanindibay 2024-03-11 11:05:35 +0300
  • 8afa2d0386
    Change the order in which the locks are acquired (#7542) eaydingol 2024-03-10 10:20:08 +0300
  • 043a981b3e style eaydingol 2024-03-10 06:53:26 +0000
  • 5265df0a7a
    Merge 614df2a812 into 12f56438fc aykut-bozkurt 2024-03-08 08:24:20 -0800
  • 303261dc27
    Merge branch 'main' into issue7477 eaydingol 2024-03-08 18:24:19 +0300
  • 99d73fd3e5 update comment eaydingol 2024-03-08 15:20:49 +0000
  • b28b5a9782
    Update comment eaydingol 2024-03-08 18:10:42 +0300
  • 12f56438fc
    Fix segfault when using certain DO block in function (#7554) copetol 2024-03-08 16:21:42 +0300
  • 0620d62373
    Reindent EmelSimsek 2024-03-08 14:54:42 +0300
  • c48bf5ebaa
    Rename per worker EmelSimsek 2024-03-08 14:51:44 +0300
  • b8c1870af5 remove useless spaces copetol 2024-03-07 19:10:04 +0300
  • ece8cc20ec drop schema added copetol 2024-03-07 17:11:50 +0300
  • fd78c560d8 move test in schedule file; add schema to test copetol 2024-03-07 16:51:33 +0300
  • 416a201281 add a test copetol 2024-03-07 15:43:07 +0300
  • ee13bd6f5c
    Merge branch 'main' into fix-segfault-7381 copetol 2024-03-07 13:19:47 +0300
  • 6a9b8c832f Fix segfault. Issue #7381 Konstantin Morozov 2024-03-07 13:10:42 +0300
  • f0043b64a1
    Fix server crash when trying to execute activate_node_snapshot() on a single-node cluster (#7552) Karina 2024-03-07 13:08:19 +0300
  • 284f0c6504 Fix server crash. Isuue #7551 Karina Litskevich 2024-03-06 15:53:08 +0300
  • a48f2743bf Address review ivyazmitinov 2024-02-28 09:18:49 +0100
  • 10f4777aaf Fix flakiness in multi_maintenance_multiple_databases.sql x2 ivyazmitinov 2024-02-12 13:48:44 +0100
  • 5b2c297ca4 Fix flakiness in multi_maintenance_multiple_databases.sql ivyazmitinov 2024-02-12 12:05:52 +0100
  • 37198369cd Run citus_indent ivyazmitinov 2024-02-07 09:54:22 +0100
  • 62c5090fd8 Fix gucs order ivyazmitinov 2024-02-07 09:20:43 +0100
  • d3f358ed77 - Address review - run citus_indent ivyazmitinov 2024-02-01 15:10:57 +0100
  • f1b550948f Fix pg16 build ivyazmitinov 2024-02-01 13:15:36 +0100
  • 5b8dcb154b Fix failure_single_select ivyazmitinov 2024-02-01 12:08:57 +0100
  • 728ce2b36e Fix tests ivyazmitinov 2024-01-30 21:50:49 +0100
  • 61714862a6 Run make reindent Jelte Fennema-Nio 2024-01-18 12:36:13 +0100
  • 115ed00c06 - Adapt locally_reserved_shared_connections to maintenance connection pool - Fixed tests ivyazmitinov 2023-11-30 15:16:48 +0300