Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apache/cloudberry
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: apache/cloudberry
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: orca/string-stats-ordering
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 14 files changed
  • 1 contributor

Commits on May 14, 2026

  1. ORCA: order-preserving LINT mapping for string statistics

    Replace the hash-based LINT mapping used by ORCA's varchar/text/bpchar
    statistics with an order-preserving 7-byte locale sort-key prefix, so
    that single-column MCV and histogram estimates respect the column's
    collation order instead of collapsing to hash values.
    yjhjstz committed May 14, 2026
    Configuration menu
    Copy the full SHA
    56cb1fc View commit details
    Browse the repository at this point in the history

Commits on May 15, 2026

  1. PAX: fix pax_inject_fault flaky test

    Move the failing INSERT inside -- start_ignore so non-deterministic
    crash recovery messages (DETAIL/HINT/WARNING from postmaster killing
    other backends after a PANIC) are prefixed with GP_IGNORE: by
    atmsort.pm and ignored by the diff comparison.
    yjhjstz committed May 15, 2026
    Configuration menu
    Copy the full SHA
    ad0b69f View commit details
    Browse the repository at this point in the history
Loading