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: pganalyze/pg_query_go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.0
Choose a base ref
...
head repository: pganalyze/pg_query_go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.1.0
Choose a head ref
  • 4 commits
  • 81 files changed
  • 2 contributors

Commits on Apr 3, 2025

  1. Allow "go mod vendor" to work correctly

    This adds extra `gokeep.go` files into each directory that only contains C source code, to ensure Go's "go mod vendor" command retains the source files correctly. Previously this required use of other vendor tools like modvendor, which are now no longer required.
    cmgsj authored Apr 3, 2025
    Configuration menu
    Copy the full SHA
    00b50ee View commit details
    Browse the repository at this point in the history
  2. Update to libpg_query 17-6.1.0

    This fixes strchrnul compatibility on macOS 15.4+
    lfittl committed Apr 3, 2025
    Configuration menu
    Copy the full SHA
    370a27c View commit details
    Browse the repository at this point in the history
  3. Manually remove comment from testdata file

    This fails the build and needs to be adjusted in libpg_query, but for now
    just remove it manually.
    lfittl committed Apr 3, 2025
    Configuration menu
    Copy the full SHA
    12ef5f2 View commit details
    Browse the repository at this point in the history
  4. Release 6.1.0

    lfittl committed Apr 3, 2025
    Configuration menu
    Copy the full SHA
    43a49d3 View commit details
    Browse the repository at this point in the history
Loading