Commit Graph

  • d1cf7c5104 Error out for queries with outer joins and pseudoconstant quals in PG<17 (#7937) Naisila Puka 2025-05-12 00:47:28 +0300
  • 6ddd862e23 Fix #7242, CALL(@0) crash backend (#7288) Cédric Villemain 2023-11-02 13:15:24 +0100
  • 8ca08feed8 fix Onur Tirtir 2025-05-16 03:12:02 +0300
  • ea2efbbacb
    Bump tornado from 6.4 to 6.4.2 in /src/test/regress dependabot[bot] 2025-05-16 16:15:37 +0000
  • e8361bcab8 Fix indentation suggestions Muhammad Usama 2025-05-15 14:43:05 +0500
  • a8a5f34dc9 Allows parallel shard moves using logical replication Muhammad Usama 2025-05-15 14:31:22 +0500
  • 49e56001fd Parallelize shard rebalancing to reduce rebalance time Muhammad Usama 2025-05-06 12:31:53 +0500
  • 088ba75057
    Add citus_nodes view (#7968) Alper Kocatas 2025-05-14 15:05:12 +0300
  • 54c4de845b
    Merge branch 'main' into view-citus-nodes Alper Kocatas 2025-05-12 14:32:56 +0300
  • 2a61e7336a Add test cases for non-superusers Alper Kocatas 2025-05-12 11:08:59 +0000
  • a18040869a
    Error out for queries with outer joins and pseudoconstant quals in PG<17 (#7937) Naisila Puka 2025-05-12 00:47:28 +0300
  • e239ea5aba Check for hasPseudoconstantQuals differently naisila 2025-05-02 12:19:08 +0300
  • 61d4b25f18 Fix flaky tests for pg17 naisila 2025-04-24 16:46:19 +0300
  • 49c95f2c5b Error out for queries with outer joins and pseudoconstant quals in PG<17 naisila 2025-03-21 17:02:07 +0300
  • ca52681e77
    Merge branch 'main' into fix-update-multi-attr-select ibrahim halatci 2025-05-08 13:22:07 +0300
  • 902cef3745
    Fix make install for OS/X: cherry picked from commit 0f28a69f12 (#7936) Muhammad Usama 2025-05-07 15:59:23 +0500
  • bfe58a663f
    Merge branch 'release-13.0' into release-13.0 ibrahim halatci 2025-05-07 11:54:36 +0300
  • 6b165a2886
    Merge e089f906b1 into a4040ba5da Gürkan İndibay 2025-05-06 11:44:23 -0700
  • 7d20d7a07b
    Merge a375543ca8 into a4040ba5da eaydingol 2025-05-06 17:20:37 +0100
  • cd63872055 Add new test cases Alper Kocatas 2025-05-06 15:23:57 +0000
  • a0bcc02405 update expected test result Alper Kocatas 2025-05-06 09:08:13 +0000
  • f0b379e07c update multi_extension test expected output Alper Kocatas 2025-05-05 16:55:52 +0000
  • 7cce278f49 update multi_extension test expected output Alper Kocatas 2025-05-05 11:34:27 +0000
  • 45eb5cdf43 Fix downgrade script Alper Kocatas 2025-04-22 09:21:32 +0000
  • 4a4f2c2837 Add downgrade script Alper Kocatas 2025-04-22 08:44:20 +0000
  • e80a89ccc5 Fix whitespace Alper Kocatas 2025-04-22 07:39:16 +0000
  • e822d6c9e5 Add citus_nodes view Alper Kocatas 2025-04-22 07:16:01 +0000
  • a4040ba5da
    Planner: lift volatile target‑list items in `WrapSubquery` to coordinator (prevents sequence‑leap in distributed `INSERT … SELECT`) (#7976) Mehmet YILMAZ 2025-05-06 17:45:49 +0300
  • d7f58c1e91 review updates Mehmet Yilmaz 2025-05-06 14:27:18 +0000
  • a375543ca8 list case eaydingol 2025-05-06 16:45:17 +0300
  • 0fb3b6a725 Do not push down the left join for nested cases. eaydingol 2025-05-06 12:18:37 +0300
  • 742745e6e6 INSERT ... SELECT with CTE for schema-based and distributed tables Mehmet Yilmaz 2025-04-29 13:15:32 +0000
  • d4dd44e715
    Propagate SECURITY LABEL on tables and columns. (#7956) Colm 2025-04-30 18:03:52 +0100
  • 2ef91d4760 Propagate SECURITY LABEL ON COLUMN to all workers if the table is distributed. Also propagate security labels on distributed tables. Colm McHugh 2024-10-31 12:13:03 +0000
  • bfd80982dd Use has_privs_of_role instead of is_member_of_role in UserHasPermissionToViewStatsOf fix-priv-checks-for-stats Onur Tirtir 2025-03-05 20:52:56 +0300
  • 45d1979737 Refactor CTE handling in PrepareInsertSelectForCitusPlanner to unify and rename duplicate CTEs, improving clarity and functionality mehmet/issue_7784 Mehmet Yilmaz 2025-04-29 12:51:09 +0000
  • ea7aa6712d
    Move stat view implementations into a submodule (#7975) Onur Tirtir 2025-04-29 14:22:29 +0300
  • c8a0840d95 Move stat view implementations into a submodule Onur Tirtir 2025-04-29 12:52:46 +0300
  • c8aba9b6df
    Merge branch 'main' into fix-update-multi-attr-select ibrahim halatci 2025-04-29 13:24:23 +0300
  • 5c05af952f Check outer entry in left join. eaydingol 2025-04-29 12:00:49 +0300
  • 0dd1c1c00f
    Merge 4fec8e2138 into d2e6cf1de0 manaldush 2025-04-29 08:42:52 +0000
  • d2e6cf1de0
    Fix dev documentation for stat counters (#7974) Onur Tirtir 2025-04-29 09:35:58 +0300
  • e90adddf70 Fix dev documentation for stat counters Onur Tirtir 2025-04-28 23:09:08 +0300
  • 31b319d84f push down left join, wip eaydingol 2025-04-28 16:31:43 +0300
  • 3d61c4dc71
    Add citus_stat_counters view and citus_stat_counters_reset() function to reset it (#7917) Onur Tirtir 2025-04-28 15:23:52 +0300
  • abfc9a4982 fix 0x7f counter values after dropping a database, allow no params to reset udf Onur Tirtir 2025-04-28 14:24:54 +0300
  • 648602d939
    Merge d2fc258e62 into 37e23f44b4 Vinod Sridharan 2025-04-25 22:38:06 -0700
  • 8673bfc1b7
    Merge branch 'main' into conn-stats-counters Onur Tirtir 2025-04-26 01:14:50 +0300
  • 37e23f44b4
    Add Support for CASCADE/RESTRICT in REVOKE statements (#7958) ThomasC02 2025-04-25 18:13:41 -0400
  • edbf5cf407 fix one more test Onur Tirtir 2025-04-25 15:50:52 +0300
  • d7ae665749 use a shardid that's not used by any other tests Onur Tirtir 2025-04-25 15:36:05 +0300
  • 9cd5dc61c4 make flaky test detection job happy Onur Tirtir 2025-04-25 15:33:09 +0300
  • e940295202 AddressSanitizer: stack-use-after-scope on distributed_planner.c Maksim Melnikov 2025-04-18 16:11:15 +0300
  • 5ec2501e7b AddressSanitizer: stack-use-after-scope on distributed_planner.c Maksim Melnikov 2025-04-03 15:34:58 +0300
  • b81655d61e fix Onur Tirtir 2025-04-25 14:51:11 +0300
  • 824f5aea60 Merge remote-tracking branch 'origin/main' into HEAD Onur Tirtir 2025-04-25 14:37:18 +0300
  • 1c98be6ef1
    Merge branch 'release-13.0' into 7960_to_release-13.0 Onur Tirtir 2025-04-25 14:35:35 +0300
  • 1f7432db0a
    Merge branch 'release-12.1' into 7960_to_release12.1 Onur Tirtir 2025-04-25 14:35:32 +0300
  • faa10e3c24 Merge remote-tracking branch 'origin/main' into conn-stats-counters Onur Tirtir 2025-04-25 14:34:44 +0300
  • 1bac9cb0c1
    AddressSanitizer: stack-use-after-scope on address in CreateBackground(backport to release-12.1) (#7965) manaldush 2025-04-25 14:34:42 +0300
  • e5004814ac Revert "disable for tests to measure codecov" Onur Tirtir 2025-04-25 14:34:41 +0300
  • 0b6bd5dba7 fix a test Onur Tirtir 2025-04-25 14:32:23 +0300
  • 20a2d33f2a
    AddressSanitizer: stack-use-after-scope on address in CreateBackground(backport to release-13.0) (#7966) manaldush 2025-04-25 14:29:47 +0300
  • 84b2b924fb
    Merge branch 'release-12.1' into 7960_bug2_release-12.1 ibrahim halatci 2025-04-25 14:14:48 +0300
  • 51cc409867
    Merge branch 'release-13.0' into 7960_bug2_release-13.0 ibrahim halatci 2025-04-25 14:14:03 +0300
  • eb3ce0855e disable for tests to measure codecov Onur Tirtir 2025-04-25 14:09:16 +0300
  • a3448f2fd7 add more tests, improve query stat counters Onur Tirtir 2025-04-24 11:05:11 +0300
  • d23ebba56d
    Merge branch 'release-13.0' into 7960_to_release-13.0 Onur Tirtir 2025-04-25 11:16:27 +0300
  • 9d165c9c31
    Merge branch 'release-12.1' into 7960_to_release12.1 Onur Tirtir 2025-04-25 11:16:22 +0300
  • da6cab83d8
    update workflow base OS to ubutu-latest (#7970) ibrahim halatci 2025-04-25 11:14:28 +0300
  • 2d3bd5b3a3
    update workflow base OS (#7971) ibrahim halatci 2025-04-25 11:14:08 +0300
  • 1f28849d3d Merge branch 'main' of https://github.com/ThomasC02/citus into feature/revoke-cascade-support Added Support for CASCADE/RESTRICT in REVOKE statements updated testing Issue #7105 ThomasC02 2025-04-24 13:05:40 -0400
  • b233b0a2a6 updated expected files Tiago Silva 2025-04-24 11:58:35 -0400
  • 4bb8f89811 update workflow base OS Ibrahim Halatci 2025-04-24 12:32:16 +0000
  • e6f7ddff68 update base OS for workflow executions Ibrahim Halatci 2025-04-24 11:55:36 +0000
  • 48d89c9c1b
    Adjust max_prepared_transactions only when it is default (#7712) Karina 2025-04-24 14:11:49 +0300
  • c5d8c40e90
    Merge branch 'main' into 021_twophase-fix ibrahim halatci 2025-04-24 13:55:26 +0300
  • 3c6240639c add more tests, fix failed conn tracking and always enable the feat for tests Onur Tirtir 2025-04-22 12:26:50 +0300
  • 75fe86a0a5 v2 Onur Tirtir 2025-04-09 15:59:57 +0300
  • a5ba21d223 Revert "v1" Onur Tirtir 2025-04-14 11:06:41 +0300
  • 4efd6c6189 v1 Onur Tirtir 2025-04-14 11:04:38 +0300
  • bac123f369 partial changes Tiago Silva 2025-04-21 22:34:58 -0400
  • e03d69f21f fixed regression testing Tiago Silva 2025-04-21 22:08:20 -0400
  • a9b3c126d2 Adjust inline_cte_walker to examine RTEs before processing and remove redundant subquery check Mehmet Yilmaz 2025-04-21 07:35:34 +0000
  • 53b2e88d82 AddressSanitizer: stack-use-after-scope on address in CreateBackgroundJob Maksim Melnikov 2025-04-18 16:39:56 +0300
  • ca99c3f053 AddressSanitizer: stack-use-after-scope on address in CreateBackgroundJob Maksim Melnikov 2025-04-18 16:34:44 +0300
  • f94bd01d46 AddressSanitizer: stack-use-after-scope on distributed_planner.c Maksim Melnikov 2025-04-18 16:11:15 +0300
  • 53afae72ea AddressSanitizer: stack-use-after-scope on distributed_planner.c Maksim Melnikov 2025-04-03 15:34:58 +0300
  • f375a4e3b8 AddressSanitizer: stack-use-after-scope on distributed_planner.c Maksim Melnikov 2025-04-03 15:34:58 +0300
  • 7dd4c18935 Add CteNameExists function and improve CTE unification logic in PrepareInsertSelectForCitusPlanner Mehmet Yilmaz 2025-04-18 11:48:38 +0000
  • b1a38e0bca Refactor CTE level shifting logic in insert_select_planner.c to improve clarity and functionality Mehmet Yilmaz 2025-04-17 07:42:44 +0000
  • d7a78ed17c Refactor CTE level handling in insert_select_planner.c to shift every level (1→0, 2→1, 3→2, etc.) all in one pass Mehmet Yilmaz 2025-04-15 12:00:34 +0000
  • a7ca49c4bd Remove unused variable isWrapped in PrepareInsertSelectForCitusPlanner function Mehmet Yilmaz 2025-04-14 16:00:30 +0000
  • ac0084eb92 Refactor comments and formatting in insert_select_planner.c for clarity and consistency Mehmet Yilmaz 2025-04-14 15:53:37 +0000
  • 93ab49702d Add regression tests for INSERT ... SELECT with CTE for schema-based and distributed tables Mehmet Yilmaz 2025-04-14 15:46:40 +0000
  • 17e4801314
    Merge branch 'main' into feature/revoke-cascade-support Onur Tirtir 2025-04-18 11:14:57 +0300
  • bb9d90ecc3
    Update "Build & Test" workflow to use ubuntu-latest (#7959) Mehmet YILMAZ 2025-04-18 11:14:30 +0300
  • 0fa756b4f6 Update GitHub Actions workflow to use ubuntu-latest instead of ubuntu-20.04 Mehmet Yilmaz 2025-04-17 08:04:50 +0000
  • dcdaaaa88d WIP reorder target list Cédric Villemain 2025-03-02 08:00:02 +0100
  • 2a6b9ffd39 Check more carrefuly UPDATE SET ()=(SELECT) query Cédric Villemain 2025-02-26 10:09:47 +0100