Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix materialized CTE plan issue #11874

Merged
merged 16 commits into from
May 14, 2024
Merged

Fix materialized CTE plan issue #11874

merged 16 commits into from
May 14, 2024

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    b20894d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fcb18d View commit details
    Browse the repository at this point in the history
  3. Fix generated files

    kryonix committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    6970976 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    7d228ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfc812f View commit details
    Browse the repository at this point in the history
  3. Run generate storage version

    kryonix committed May 1, 2024
    Configuration menu
    Copy the full SHA
    5dcba3d View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Revert "Run generate storage version"

    This reverts commit 5dcba3d.
    kryonix committed May 2, 2024
    Configuration menu
    Copy the full SHA
    370dfb2 View commit details
    Browse the repository at this point in the history
  2. Add InsertionOrderPreservingMap for CTEs

    This commit adds an insertion order preserving map,
    while keeping the serialization format of a regular map.
    kryonix committed May 2, 2024
    Configuration menu
    Copy the full SHA
    55f3a7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    330ab3c View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Add proper interface to insertion order preserving map

    This commit simplifies usage of the insertion order preserving
    map massively. Instead of exposing the vector and map directly,
    only the necessary functions are exposed through an appropriate
    interface. This also hinders users to accidentally corrupt the map.
    kryonix committed May 3, 2024
    Configuration menu
    Copy the full SHA
    fdc7443 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ef2a1f View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Fix tidy-check

    kryonix committed May 8, 2024
    Configuration menu
    Copy the full SHA
    ef8b7b6 View commit details
    Browse the repository at this point in the history
  2. Fix format check

    kryonix committed May 8, 2024
    Configuration menu
    Copy the full SHA
    8e6349b View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    fa9f5ca View commit details
    Browse the repository at this point in the history
  2. Fix merge conflicts

    Mytherin committed May 14, 2024
    Configuration menu
    Copy the full SHA
    3b892a3 View commit details
    Browse the repository at this point in the history
  3. Fix merge conflicts

    Mytherin committed May 14, 2024
    Configuration menu
    Copy the full SHA
    c62035f View commit details
    Browse the repository at this point in the history