Commit Graph

  • fe7d25ef77 fix Mehmet Yilmaz 2025-01-20 19:29:08 +0000
  • c2bc7aca4a
    Update tdigest_aggregate_support output for PG15+ (#7849) Colm 2025-01-20 22:00:33 +0000
  • 5425e0ec4f Update tdigest_aggregate_support output for PG15+ Colm McHugh 2025-01-17 17:22:51 +0000
  • b4193fc5f4 Add backticks naisila 2025-01-20 16:03:37 +0300
  • 34be8c954c Add #7467 naisila 2025-01-19 23:10:20 +0300
  • e419e06653 Add from cherry-picks, reorder, address reviews naisila 2025-01-18 02:05:49 +0300
  • 987a14f1eb Changelog entries for 13.0.0 naisila 2025-01-18 00:17:13 +0300
  • 56df115668 Potential fix for issues #7782, #7783 colm_testing/release-13.0 Colm McHugh 2025-01-16 18:17:20 +0000
  • 85e7c16d0a
    Merge branch 'main' into main michailtoksovo 2025-01-14 07:57:26 +0000
  • fa8e867662
    Bump to latest PG minors 17.2, 16.6, 15.10, 14.15 (#7843) Naisila Puka 2025-01-13 22:35:11 +0300
  • 52a4cda343 Bump to latest PG minors naisila 2025-01-13 20:26:30 +0300
  • c55bc8c669 Propagates SECURITY LABEL ON ROLE stmt (#7304) (#7735) Emel Şimşek 2024-11-13 14:21:08 +0300
  • 7e316c90c4 Shard moves/isolate report LSN's in lsn format (#7227) Nils Dijk 2023-09-26 13:47:50 +0200
  • d2ca63fb8c For scenarios, such as, Bug 3697586: Server crashes when assigning distributed transaction: Raise an ERROR instead of a crash Teja Mupparti 2024-12-24 14:42:15 -0800
  • a19e180212 Avoid re-assigning the global pid for client backends and bg workers when the application_name changes (#7791) Onur Tirtir 2024-12-23 17:01:53 +0300
  • f7bead22d4
    Remove accidentally added citus-tools empty submodule (#7842) Naisila Puka 2025-01-13 16:49:50 +0300
  • 10285ae1cc Remove accidentally added citus-tools empty submodule naisila 2025-01-13 15:05:38 +0300
  • 5ef2cd67ed
    Bump pg versions 14.15, 15.10, 16.6 (#7829) Naisila Puka 2025-01-13 16:24:51 +0300
  • cdded256ef Remove warnings on some builds (#7680) Pavel Seleznev 2024-12-03 17:10:36 +0300
  • 353033d3f0 [Bug Fix] [SEGFAULT] Querying distributed tables with window partition may cause segfault #7705 Colm McHugh 2024-10-25 11:24:01 +0000
  • 1893d9a900 [Bug Fix] : writing incorrect data to target Merge repartition Command (#7659) Parag Jain 2024-09-13 09:46:39 +0530
  • 063cff908e Fix race condition in citus_set_coordinator_host when adding multiple coordinator nodes concurrently (#7682) Mehmet YILMAZ 2024-09-09 17:09:56 +0300
  • 70b84f2998 RELEASE=1 make push-all naisila 2025-01-13 15:17:37 +0300
  • a115b3043a Check if the limit is null (#7665) eaydingol 2024-07-31 14:53:38 +0300
  • 5eb037ac50 Use macro wrapper to access PGPROC data, which allow to improve compa… (#7607) Evgeny Nechayev 2024-05-28 03:39:13 +0300
  • ef946e44af Fix incorrect "VALID UNTIL" assumption made for roles in node activation (#7534) Onur Tirtir 2024-03-20 14:38:33 +0300
  • 89ccafff50 Fix server crash when trying to execute activate_node_snapshot() on a single-node cluster (#7552) Karina 2024-03-07 13:08:19 +0300
  • e2a03ce6a0 Fix: store the previous shard cost for order verification (#7550) eaydingol 2024-03-06 14:46:49 +0300
  • 657575114c Fail early when shard can't be safely moved to a new node (#7467) Filip Sedlák 2024-02-07 13:04:52 +0100
  • ddef97212a Generate qualified relation name (#7427) eaydingol 2024-01-22 17:32:49 +0300
  • f42e8556ec [performance improvement] remove duplicate LoadShardList call (#7380) zhjwpku 2024-01-10 18:15:19 +0800
  • 01945bd3a3 Fix getting heap tuple size (#7387) Karina 2024-01-08 19:09:30 +0300
  • 1a8349aeaf Fix #7242, CALL(@0) crash backend (#7288) Cédric Villemain 2023-11-02 13:15:24 +0100
  • f18c21c2b4 Send keepalive messages in split decoder periodically to avoid wal receiver timeouts during large shard splits. (#7229) Emel Şimşek 2023-10-09 22:33:08 +0300
  • 314fe1e44d Naisila's locally built images that dont include pg17 naisila 2025-01-12 21:18:04 +0300
  • b2a9bd890c Include pg17 in upgrade_pg_versions naisila 2025-01-10 22:26:06 +0300
  • b2216cd44c Revert "remove codeclimate" naisila 2025-01-10 22:19:00 +0300
  • bff2fcf958 Revert "Try only pg14, to be reverted" naisila 2025-01-10 22:17:03 +0300
  • 299136da69 Try only pg14, to be reverted naisila 2025-01-10 16:27:03 +0300
  • f41a29272f Onur's locally built 14.5 exttester image naisila 2025-01-10 14:50:58 +0300
  • 794dc5023e
    Merge branch 'main' into main michailtoksovo 2025-01-09 16:50:00 +0000
  • 3e924db90a
    Propagate MERGE ... WHEN NOT MATCHED BY SOURCE (#7807) Naisila Puka 2025-01-09 00:03:06 +0300
  • 47bb0d504a Add test with repartition, fix output from before naisila 2025-01-07 23:47:10 +0300
  • 1c07cdb926 Switch some tests to WHEN NOT MATCHED BY TARGET naisila 2025-01-07 21:20:59 +0300
  • 034bb8cc0f Add compare_tables function for better testing naisila 2024-12-27 12:25:09 +0300
  • ca673ed6a5 Address reviews naisila 2024-12-27 11:43:59 +0300
  • 977170849a Fix FetchAndValidateInsertVarIfExists naisila 2024-12-25 15:18:17 +0300
  • 0c4c001ad7 Add tests for MERGE ... WHEN NOT MATCHED BY SOURCE naisila 2024-12-25 13:17:45 +0300
  • 32c058e448
    Remove Debian Buster support from packaging pipelines (#7828) (#7837) Naisila Puka 2025-01-08 23:37:47 +0300
  • ec11a3c8aa Remove Debian Buster support from packaging pipelines (#7828) Seda Gündoğdu 2025-01-02 12:22:22 +0300
  • 71d921707d Fix foreign_key_to_reference_shard_rebalance test (#7826) Naisila Puka 2024-12-31 16:49:37 +0300
  • 39e890d9ce For scenarios, such as, Bug 3697586: Server crashes when assigning distributed transaction: Raise an ERROR instead of a crash Teja Mupparti 2024-12-24 14:42:15 -0800
  • c1a0a76855 Fix foreign_key_to_reference_shard_rebalance test (#7826) Naisila Puka 2024-12-31 16:49:37 +0300
  • 00a62728c3
    ci build bookworm Nils Dijk 2025-01-07 14:02:06 +0000
  • 6556e6e81a
    undo pgupgrade test changes to include pg17, since the python scripts don't have valid pg17 references just yet Nils Dijk 2025-01-07 13:36:44 +0000
  • 8fda6620c5
    bump upgrade image tag Nils Dijk 2025-01-07 13:13:37 +0000
  • a7ec6f726f
    remove codeclimate Nils Dijk 2025-01-07 13:10:06 +0000
  • 5281225ddf
    Revert "disable code coverage" Nils Dijk 2025-01-07 13:09:08 +0000
  • 2c1fe6ff2f
    disable code coverage Hanefi Onaldi 2025-01-07 15:43:01 +0300
  • d5e172d7b9 Add changelog entries for 12.1.6 (#7770) Emel Şimşek 2024-12-04 11:11:33 +0300
  • 761a16253a Remove warnings on some builds (#7680) Pavel Seleznev 2024-12-03 17:10:36 +0300
  • f29d641b77 [Bug Fix] [SEGFAULT] Querying distributed tables with window partition may cause segfault #7705 Colm McHugh 2024-10-25 11:24:01 +0000
  • be7c55dfdb fix: typo runnnig -> running (#7686) Erik Karsten 2024-09-17 09:28:46 +0300
  • 0f412f8e80 [Bug Fix] : writing incorrect data to target Merge repartition Command (#7659) Parag Jain 2024-09-13 09:46:39 +0530
  • 6676f3a78b Fix race condition in citus_set_coordinator_host when adding multiple coordinator nodes concurrently (#7682) Mehmet YILMAZ 2024-09-09 17:09:56 +0300
  • 67abba01f5 Add Debugging Instructions to Devcontainer Setup in CONTRIBUTING.md (#7673) Mehmet YILMAZ 2024-08-23 12:16:18 +0300
  • 08c49b5e36 Check if the limit is null (#7665) eaydingol 2024-07-31 14:53:38 +0300
  • b6d60b3048 Add changelog entries for 12.1.5 (#7648) Hanefi Onaldi 2024-07-17 15:21:51 +0300
  • 3c56311ce1 Support MERGE command for single_shard_distributed Target (#7643) Parag Jain 2024-07-16 20:38:44 +0530
  • 85af1dfb51 bump postgres versions in CI and dev (#7655) Nils Dijk 2024-07-12 17:26:23 +0200
  • 8200b20226 Adds changelog for 12.1.4 (#7632) Gürkan İndibay 2024-07-12 12:43:33 +0300
  • 73311fa090 Removes el/7 and ol/7 as runners (#7650) Gürkan İndibay 2024-07-12 12:25:12 +0300
  • cd3037e1be CI: move to github container registry (#7652) Nils Dijk 2024-07-12 10:26:38 +0200
  • b49035882f
    Revert "Run tests unconditionally for testing purposes" Hanefi Onaldi 2025-01-07 15:16:00 +0300
  • 4c842b9a18
    Run tests unconditionally for testing purposes Hanefi Onaldi 2025-01-07 15:10:34 +0300
  • 9ed7ec3a67
    Update image suffix naisila/bump-pg-versions-hanefi Hanefi Onaldi 2025-01-07 15:08:28 +0300
  • 7bfb49c0b7 For scenarios, such as, Bug 3697586: Server crashes when assigning distributed transaction: Raise an ERROR instead of a crash Teja Mupparti 2024-12-24 14:42:15 -0800
  • 9708464c1f Remove leftover goto with warning Cédric Villemain 2025-01-06 15:54:53 +0100
  • 9c630f120f Allows to execute some distributed stmt in functions Cédric Villemain 2025-01-05 22:50:29 +0100
  • 034a86e2d4 Add tests Cédric Villemain 2024-12-30 15:46:40 +0100
  • 18bc056f10 try Onur Tirtir 2025-01-03 17:43:22 +0300
  • f9a78b8f22 try one more time Onur Tirtir 2025-01-03 17:17:42 +0300
  • d9afc1f1e0 use 8b26747 from https://github.com/citusdata/the-process/tree/upgrade-try, only fixes exttester Onur Tirtir 2025-01-03 16:00:30 +0300
  • 5b33a4ba24 revert last two commits Onur Tirtir 2025-01-03 15:59:30 +0300
  • c477058d37 try naisila 2025-01-02 16:53:43 +0300
  • a80ec7afc4 try naisila 2025-01-02 15:00:01 +0300
  • 74e2117c2b Bump pg versions naisila 2025-01-02 12:20:04 +0300
  • 9bad33f89d
    PG17 - Propagate EXPLAIN options: MEMORY and SERIALIZE (#7802) Naisila Puka 2025-01-02 12:32:36 +0300
  • 70f84e4aee
    Remove Debian Buster support from packaging pipelines (#7828) Seda Gündoğdu 2025-01-02 12:22:22 +0300
  • e973fcdcdc Fix style naisila 2024-12-25 10:31:47 +0300
  • 3bef144908 Add tests naisila 2024-12-24 14:53:10 +0300
  • 7f41e41afa PG17 - Propagate EXPLAIN options: MEMORY and SERIALIZE naisila 2024-12-23 21:47:14 +0300
  • 48849ff3c2
    PG17 - Add Regression Test for REINDEX support in event triggers (#7819) Mehmet YILMAZ 2025-01-02 11:44:32 +0300
  • e14da5b04a add tests for reindex event Mehmet Yilmaz 2024-12-27 18:37:31 +0000
  • 6d2a329da6 EXPLAIN generic_plan NOT supported in Citus (#7825) Naisila Puka 2025-01-02 01:00:40 +0300
  • ee52dad3a7
    Merge branch 'main' into drop_debian_buster Gürkan İndibay 2025-01-02 10:29:15 +0300
  • db75578207 EXPLAIN generic_plan NOT supported in Citus (#7825) Naisila Puka 2025-01-02 01:00:40 +0300
  • 0a6adf4ccc
    EXPLAIN generic_plan NOT supported in Citus (#7825) Naisila Puka 2025-01-02 01:00:40 +0300
  • a5780c519f
    PG17 - Add Regression Test for Access Method Behavior on Partitioned Tables (#7818) Mehmet YILMAZ 2024-12-31 22:51:43 +0300
  • 280456f56f add pg17 tests Mehmet Yilmaz 2024-12-27 15:33:08 +0000