Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 9, 2025

Bumps pg_query from 4.2.3 to 6.1.0.

Changelog

Sourced from pg_query's changelog.

6.1.0 2025-04-02

  • Upgrade to libpg_query 17-6.1.0
    • Update to Postgres 17.4, and add recent patches scheduled for Postgres 17.5 (not yet released)
      • Notably, this pulls in support for macOS 15.4 which defines strchrnul in its standard library, fixing builds on up-to-date macOS versions.
    • Deparser improvements
      • Add parenthesis around AT LOCAL / AT TIMEZONE if needed
      • Correctness improvements related to expressions and function calls
  • Fixes to support newer Rubocop version linting of the codebase
  • Add support for OpenBSD

6.0.0 2024-11-26

  • Upgrade to libpg_query 17-6.0.0
    • Updates to the Postgres 17 parser
    • Deparser improvements:
      • Add support for deparsing JSON_TABLE, JSON_QUERY, JSON_EXISTS, JSON_VALUE
      • Add support for deparsing JSON, JSON_SCALAR, JSON_SERIALIZE
      • Add support for deparsing COPY ... FORCE_NULL(*)
      • Add support for deparsing ALTER COLUMN ... SET EXPRESSION AS
      • Add support for deparsing SET STATISTICS DEFAULT
      • Add support for deparsing SET ACCESS METHOD DEFAULT
      • Add support for deparsing ... AT LOCAL
      • Add support for deparsing merge_action()
      • Add support for deparsing MERGE ... RETURNING
      • Add support for deparsing NOT MATCHED [ BY TARGET ]
  • Improve treewalker performance by avoiding allocations [(#309)](pganalyze/pg_query_go#309)
  • Fix FreeBSD builds [(#313)](pganalyze/pg_query_go#313)

5.1.0 2024-01-09

  • Update to libpg_query 16-5.1.0
    • Add support for running on Windows
    • Add support for compiling on 32-bit systems
  • Treewalker: Allow passing a block with a single argument to walk!
  • PgQuery::Node: Add inner and inner= helpers to get/set inner object

5.0.0 2023-12-22

  • Upgrade to libpg_query 16-5.0.0
    • Updates to the Postgres 16 parser
    • Multiple deparser improvements
Commits
  • e1c98d3 Release 6.1.0 (#330)
  • e6a0f1b Update to libpg_query 17-6.1.0 (#329)
  • 5f7b21b Update rubocop to 1.71, rubocop-rspec to 3.4
  • 479d42e Move required development gems directly to Gemfile
  • 6805747 Gemfile: Use more idiomatic $LOAD_PATH code, add MFA requirement metadata
  • 757edb1 Various stylistic fixe to accomodate Rubocop
  • 63c5989 Truncate: Use "len" instead of "length" for PossibleTruncation struct
  • cd6b0b2 Parse: Drop stale "FIXME" for statements_and_cte_names_for_with_clause
  • 8ca98e3 Tests: Drop pending "ignores aliases referenced in query" fingerprint test
  • 9368306 Tests: Avoid using triple quote (''' or """) syntax
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [pg_query](https://github.com/pganalyze/pg_query) from 4.2.3 to 6.1.0.
- [Changelog](https://github.com/pganalyze/pg_query/blob/main/CHANGELOG.md)
- [Commits](pganalyze/pg_query@v4.2.3...v6.1.0)

---
updated-dependencies:
- dependency-name: pg_query
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 9, 2025

Milestone

The specified milestone could not be found on this repository. If you view a milestone, the final part of the page URL, after milestone, is the identifier. For example: https://github.com/<org>/<repo>/milestone/3.

Labels

The following labels could not be found: dependencies, ruby. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant