Skip to content

Release 6.2.1#344

Merged
lfittl merged 4 commits intomainfrom
release-6.2.1
Jan 21, 2026
Merged

Release 6.2.1#344
lfittl merged 4 commits intomainfrom
release-6.2.1

Conversation

@keiko713
Copy link
Copy Markdown
Contributor

No description provided.

Comment thread README.md

* CRuby 2.7
* CRuby 3.0
* CRuby 3.1
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3.0 and 3.1 is EOL, maybe in the next release, we can retire them and support 4

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think technically 4.0 is supported now, but its not running in CI.

Copy link
Copy Markdown
Member

@lfittl lfittl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Comment thread CHANGELOG.md Outdated
Comment on lines +12 to +13
- Add missing top-level postgres_deparse.h in Makefile install step
- This was an oversight from the previous 6.2.0 release
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can skip this, its not relevant to pg_query users.

Comment thread CHANGELOG.md Outdated
Comment on lines +14 to +17
- Improve pg_query_summary function:
- Speed up summary truncate replacement logic
- Correctly handle `GRANT .. ON ALL TABLES IN SCHEMA` statements
- Correctly handle schema qualified filter columns
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could probably omit these, since the main news here is the addition of pg_query_summary - although that is not yet exposed in the Ruby API.

@lfittl lfittl merged commit 60de0ee into main Jan 21, 2026
10 checks passed
Comment thread CHANGELOG.md
* Upgrade to libpg_query 17-6.2.1
- Add pg_query_is_utility_stmt function to determine if query text contains utility statements [#313](https://github.com/pganalyze/libpg_query/pull/313)
- This is a fast check for callers that don't actually need the parse tree itself
- Add fast summary information function (pg_query_summary)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that the Ruby bindings for pg_query_summary and pg_query_is_utility_stmt are still missing, so it's not really correct to include these in the changelog

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah good point (also re: pganalyze/pg_query_go#145 (comment)).
If we removed #344 (comment), I guess we should also have removed them 🤔

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, that's fair, we can amend the changelog to clarify this.

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.

3 participants