Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
a92d3b9
Movable DataBase Locales for Cloudberry
usernamedt Feb 13, 2023
8d4f94e
Merge pull request #2 from open-gpdb/AddMDBLocale
reshke Sep 19, 2025
75f734f
Extend multixact SLRU (#3)
reshke Sep 19, 2025
acdcacd
Delete src/test/regress/sql/misc.sql
reshke Sep 19, 2025
956a8ec
MDB admin patch & tests (#4)
reshke Sep 19, 2025
ea9e36f
Role mdb_superuser: feature and regress testsing (#5)
reshke Sep 30, 2025
f42e3e9
Merge branch 'apache:main' into main
leborchuk Oct 1, 2025
789969a
Movable DataBase Locales for Cloudberry
usernamedt Feb 13, 2023
a971dd5
Add branch protection for REL_2_STABLE in .asf.yaml
tuhaihe Jan 15, 2026
57517ea
CI: Add REL_2_STABLE support to GitHub workflows
tuhaihe Jan 14, 2026
7703647
ORCA: Fix memory leak in CWindowOids by adding destructor (#1533)
yjhjstz Jan 21, 2026
d5b806c
Do not initialize programm query string when unneeded. (#1536)
reshke Jan 22, 2026
be2a74f
Add answer file for high version perl
gfphoenix78 Oct 9, 2024
b245e4d
Set join_collapse_limit default value to 13 (#1525)
andr-sokolov Jan 22, 2026
103da7a
ORCA: Optimize CDatumSortedSet by checking IsSorted before sorting
yjhjstz Jan 23, 2026
017b06b
Fix and run gp_exttable_fdw tests
andr-sokolov Dec 30, 2025
8887fb5
Cherry-pick pg14.5 commit: Fix incorrect permissions-checking code fo…
reshke Jan 28, 2026
eb0f1cc
Devops: Remove pxf_fdw from default build (#1549)
ostinru Jan 29, 2026
6cab8f7
Fix typo name for support_io_uring
gfphoenix78 Jan 30, 2026
643e66e
Merge branch 'main' into AddMDBLocale
leborchuk Jan 30, 2026
9b98b82
CI: Add Rocky8 workflow with test matrix support
tuhaihe Dec 31, 2025
8d8a3f9
Fix: make motion_socket test Python 3.6 compatible
tuhaihe Jan 20, 2026
29019ad
Fix: pgcrypto regression test failures on Rocky 8
tuhaihe Jan 20, 2026
eeff10a
CI: remove pxf_fdw from CI workflow
tuhaihe Jan 31, 2026
2cc5674
Cherry-pick of CVE fix: Fix privilege checks in pg_stats_ext and pg_s…
reshke Feb 4, 2026
3da3697
Merge branch 'main' into AddMDBLocale
leborchuk Feb 4, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,18 @@ github:
# Require conversation threads to be resolved
required_conversation_resolution: true

# Branch protection for REL_2_STABLE release branch
REL_2_STABLE:
# Pull request review requirements
required_pull_request_reviews:
# Require new reviews when new commits are pushed
dismiss_stale_reviews: false
# Require at least 2 approving reviews
required_approving_review_count: 2

# Require conversation threads to be resolved
required_conversation_resolution: true

# Branch cleanup settings
# Don't automatically delete branches after merging
del_branch_on_merge: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/apache-rat-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ name: Apache Rat License Check

on:
push:
branches: [main]
branches: [main, REL_2_STABLE]
pull_request:
branches: [main]
branches: [main, REL_2_STABLE]
types: [opened, synchronize, reopened, edited]
workflow_dispatch:

Expand Down
Loading
Loading