Commit Graph

  • 728fe5c921
    Add ruleutils_17 as copy of ruleutils_16, define PG_VERSION_18 naisila 2024-07-11 14:03:53 +0200
  • 76f60a7bcc
    add pg17 build test pg17_kickoff naisila 2024-07-25 12:38:27 +0200
  • 140a443287
    pgprocno and lxid have been combined into a struct in PGPROC naisila 2024-07-10 17:58:16 +0200
  • ec9beb543c
    write compat for create_foreignscan_path bcs of more arguments in PG17 naisila 2024-07-10 16:57:32 +0200
  • 651bcc705f
    LIMIT_OPTION_DEFAULT has been removed as it's useless, use LIMIT_OPTION_COUNT naisila 2024-07-10 16:21:42 +0200
  • a23bf8803d
    EXPLAIN (MEMORY) is added, make changes to ExplainOnePlan naisila 2024-07-10 16:12:51 +0200
  • 49f7bffcf6
    MergeAction can have 3 merge kinds (now enum) in PG17, write compat naisila 2024-07-10 14:23:17 +0200
  • e0a0874fbd
    Remove no-op tuplestore_donestoring function naisila 2024-07-10 13:27:56 +0200
  • 022ca99a6b
    getIdentitySequence now uses Relation instead of relation_id naisila 2024-07-10 12:21:24 +0200
  • dd19847c97
    Use ResourceOwner to track WaitEventSet in PG17 naisila 2024-07-10 12:09:27 +0200
  • 01769744b7
    stxstattarget is nullable in PG17, write compat functions for it naisila 2024-07-09 18:57:31 +0200
  • be2bec0b61
    attstattarget is nullable, define pg compatible functions for it naisila 2024-07-09 17:19:21 +0200
  • 4eafd3a51b
    RangeVarCallbackOwnsTable was replaced by RangeVarCallbackMaintainsTable naisila 2024-07-09 15:41:46 +0200
  • e33736eacb
    makeStringConst defined in PG17 naisila 2024-07-08 22:58:42 +0200
  • e9fe257807
    Define colliculocale and daticulocale since they have been renamed naisila 2024-07-08 22:43:07 +0200
  • 2076339843
    Remove ReorderBufferTupleBuf structure. naisila 2024-07-08 22:19:23 +0200
  • 2434effd85
    No new node-wide object added so far in PG17, change assert naisila 2024-07-08 21:54:50 +0200
  • 85a3ed04fc
    Define ObjectClass for PG17+ only since it's removed naisila 2024-07-08 17:43:09 +0200
  • 646ff0ad12
    PG17 uses streaming IO in analyze, fix scan_analyze_next_block function naisila 2024-07-08 16:45:54 +0200
  • a816d1bc77
    Remove ExecFreeExprContext call naisila 2024-07-08 16:29:51 +0200
  • 3f5a1e089d
    Rename foreach_ macros to foreach_declared_ macros naisila 2024-07-08 16:22:09 +0200
  • ae3ed7dece
    Enable configure naisila 2024-07-08 15:25:01 +0200
  • 1e97fa7329
    Merge branch 'main' into main EPoikans 2024-07-18 07:59:04 +0300
  • 2a263fe69a
    Add changelog entries for 12.1.5 (#7648) Hanefi Onaldi 2024-07-17 15:21:51 +0300
  • 15ecc37ecd
    Bump Citus to 12.1.5 v12.1.5 Hanefi Onaldi 2024-07-10 14:25:47 +0300
  • 5c2ef8e2d8
    Add changelog entries for 12.1.5 Hanefi Onaldi 2024-07-10 14:10:39 +0300
  • 6349f2d52d
    Support MERGE command for single_shard_distributed Target (#7643) Parag Jain 2024-07-16 20:38:44 +0530
  • f60c4cbd19
    bump postgres versions in CI and dev (#7655) Nils Dijk 2024-07-12 17:26:23 +0200
  • f0ea07a813
    Removes el/7 and ol/7 as runners (#7650) Gürkan İndibay 2024-07-12 12:25:12 +0300
  • 5c097860aa
    Add changelog entries for 12.1.5 Hanefi Onaldi 2024-07-10 14:10:39 +0300
  • 95235849b0
    bump postgres versions in CI and dev (#7655) release-12.1-hanefi-fixing-tests Nils Dijk 2024-07-12 17:26:23 +0200
  • 9dcfcb92ff
    CI: move to github container registry (#7652) Nils Dijk 2024-07-12 10:26:38 +0200
  • 92191f0461 citus indent paragjain 2024-07-16 17:31:01 +0000
  • 1483bf9c37 adding test paragjain 2024-07-16 17:16:26 +0000
  • cd76b7649c Initial changes paragjain 2024-07-16 16:40:48 +0000
  • 43ef2d75bf Support MERGE command for single_shard_distributed Target (#7643) Parag Jain 2024-07-16 20:38:44 +0530
  • 3c467e6e02
    Support MERGE command for single_shard_distributed Target (#7643) Parag Jain 2024-07-16 20:38:44 +0530
  • 06bc0b47db some more paragjain 2024-07-16 03:34:18 +0000
  • d29e3ccbc5 Removing Fix changes for Now Will raise in seprate PR paragjain 2024-07-16 03:31:04 +0000
  • 346422e7be some variable renameing paragjain 2024-07-14 10:45:16 +0000
  • 2fc5e14ee8 Incorrect attNum BugFix paragjain 2024-07-14 10:01:27 +0000
  • 3a1ff0eae5 removing flakyness paragjain 2024-07-13 08:51:18 +0000
  • 9243b5992b indent paragjain 2024-07-13 07:24:44 +0000
  • 98ac3aa938 addressing review comments paragjain 2024-07-13 06:32:24 +0000
  • 22d23fdb0a
    Merge branch 'citusdata:main' into users/paragjain/singleShardFix Parag Jain 2024-07-12 21:17:40 +0530
  • f1a1691bb3 use new flag to configure gcov Nils Dijk 2024-07-12 15:44:46 +0000
  • 86d100ca65 correctly tag citus upgrades Nils Dijk 2024-07-12 15:14:51 +0000
  • 0c50683695 change arbitrary configs to upload files on the major version Nils Dijk 2024-07-12 15:06:23 +0000
  • d358941f53 specify folders for uploading logs Nils Dijk 2024-07-12 14:03:17 +0000
  • 625d97db24 update arbitrary config test flags for upload uniqueness Nils Dijk 2024-07-12 13:46:00 +0000
  • d1a7923d50 fix codeclimate breaking change on actions/upload-artifact Nils Dijk 2024-07-12 11:49:18 +0000
  • de30d51d84 update outdated actions Nils Dijk 2024-07-12 11:22:45 +0000
  • accb7d09f7
    bump postgres versions in CI and dev (#7655) Nils Dijk 2024-07-12 17:26:23 +0200
  • 9b77250a78 use final image Nils Dijk 2024-07-12 13:42:15 +0000
  • 3fb10bb7a7 bump postgres versions in CI and dev Nils Dijk 2024-07-12 11:11:10 +0000
  • 8ac9f0fcee
    Adds changelog for 12.1.4 (#7632) Gürkan İndibay 2024-07-12 12:43:33 +0300
  • affc5bb7c6
    Merge branch 'main' into changelog_12_1_4 Gürkan İndibay 2024-07-12 12:25:54 +0300
  • c603c3ed74
    Removes el/7 and ol/7 as runners (#7650) Gürkan İndibay 2024-07-12 12:25:12 +0300
  • 0dd8ed368f
    Merge branch 'main' into test_rpm_usage Gürkan İndibay 2024-07-12 11:48:58 +0300
  • e776a7ebbb
    CI: move to github container registry (#7652) Nils Dijk 2024-07-12 10:26:38 +0200
  • abc6869905
    Merge branch 'main' into main EPoikans 2024-07-12 08:24:12 +0300
  • f89f5c7ca3
    fix creation of tarbal improve-generate_citus_tarballs Nils Dijk 2024-07-11 16:55:28 +0000
  • 8cce21d882 Handle errors better in generate_citus_tarballs.sh Jelte Fennema-Nio 2023-09-25 14:04:28 +0200
  • 177254d1ba
    use final CI images Nils Dijk 2024-07-11 15:08:20 +0000
  • 880168d4d2
    use the highest postgres version as the container for the sql snapshots Nils Dijk 2024-07-11 11:26:54 +0000
  • d253822b28
    update dev reference Nils Dijk 2024-07-11 11:22:05 +0000
  • a4956d4151
    use new images Nils Dijk 2024-07-10 16:44:00 +0000
  • d4e4bef101
    update dependencies for regression test suite Nils Dijk 2024-07-10 16:41:35 +0000
  • cbfba3a5c3
    use a versioned exttester for the sql snapshots Nils Dijk 2024-07-10 16:22:57 +0000
  • d1fbd22756
    move to github container registry Nils Dijk 2024-07-10 16:02:55 +0000
  • 618291a3ba updating test paragjain 2024-07-10 13:32:09 +0000
  • f3a8a7d5b4 Removes el-7 and ol-7 gurkanindibay 2024-07-10 15:33:46 +0300
  • 2780437bad Test with checkout 2 gurkanindibay 2024-07-10 15:08:41 +0300
  • 30adf4cffb Tests with git 3.5.0 gurkanindibay 2024-07-10 15:06:40 +0300
  • 981352227e Updates checkout to v4 gurkanindibay 2024-07-10 15:03:55 +0300
  • 9ff2fbdfb3 adding some changes paragjain 2024-07-04 10:21:23 +0000
  • e3c64011d9 adding some changes paragjain 2024-07-04 10:18:53 +0000
  • 315af1ddcb adding some changes paragjain 2024-07-04 10:16:57 +0000
  • a9dcd729e7 adding some changes paragjain 2024-07-04 10:15:08 +0000
  • 7ad8d711cd inital changes paragjain 2024-07-04 07:08:26 +0000
  • fb93841653 fix whitespace Морозов Константин 2024-07-02 21:21:14 +0300
  • 655df3d600 fix 7091 issue Морозов Константин 2024-07-02 21:05:46 +0300
  • 3aacbedef0 removing unnecessary file Lucas Borges Fernandes (from Dev Box) 2024-07-01 23:54:42 -0300
  • a528c069d8 fixing calculation for citus.local_shared_pool_size Lucas Borges Fernandes (from Dev Box) 2024-07-01 23:51:55 -0300
  • bf2572a927 Fix citus_local_tables ivyazmitinov 2024-06-28 22:08:49 +0200
  • a227bcc805 - Fix tests - Investigate citus_local_tables ivyazmitinov 2024-06-28 21:30:09 +0200
  • 4d54ee80a3 Fix tests ivyazmitinov 2024-06-28 18:58:18 +0200
  • f7516d7e26 Fix tests ivyazmitinov 2024-06-28 18:26:01 +0200
  • 1c219fe945 Done test_multiple_databases_distributed_deadlock_detection ivyazmitinov 2024-06-28 16:49:46 +0200
  • 02260cd444 fix typo in comments winter.loo 2024-06-28 20:05:12 +0800
  • f25b4b294c Fix checkstyle ivyazmitinov 2024-06-27 18:28:26 +0200
  • 3517850441 WIP test_multiple_databases_distributed_deadlock_detection ivyazmitinov 2024-06-27 18:26:37 +0200
  • 76a2776fee Fix checkstyle ivyazmitinov 2024-06-27 17:53:56 +0200
  • 4312b0656b - Fix limits check for local nodes - WIP test_multiple_databases_distributed_deadlock_detection ivyazmitinov 2024-06-27 17:50:04 +0200
  • e45f3d7e32
    Merge branch 'main' into changelog_12_1_4 Jelte Fennema-Nio 2024-06-27 16:10:31 +0200
  • 58fef24142
    Update Citus Technical Documentation about the rebalancer (#7638) Jelte Fennema-Nio 2024-06-27 16:07:38 +0200
  • fa56e38033 Fix typos Jelte Fennema-Nio 2024-06-27 12:59:59 +0200
  • c3d1ad3f9d
    Apply suggestions from code review Jelte Fennema-Nio 2024-06-27 09:48:00 +0200
  • d59466fce3 already -> still Jelte Fennema-Nio 2024-06-26 16:46:35 +0200
  • b8bc241fc1
    Typo fixes suggested by marco Jelte Fennema-Nio 2024-06-26 16:44:19 +0200