Skip to content

Tags: pganalyze/libpg_query

Tags

17-6.0.0

Toggle 17-6.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix cursor quoting in FetchStmt (#267)

* Fix cursor quoting in FetchStmt

Regression tests updated to test all cursor related statement with a name that
requires quoting.

* Test quoting in `deparse_tests.c`

---------

Co-authored-by: msepga <[email protected]>

16-5.2.0

Toggle 16-5.2.0's commit message
Fix cursor quoting in FetchStmt (#267)

* Fix cursor quoting in FetchStmt

Regression tests updated to test all cursor related statement with a name that
requires quoting.

* Test quoting in `deparse_tests.c`

---------

Co-authored-by: msepga <[email protected]>

16-5.1.0

Toggle 16-5.1.0's commit message
Release 16-5.1.0

16-5.0.0

Toggle 16-5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README, CHANGELOG for 16-5.0.0 release (#230)

* Update README, CHANGELOG for 16-5.0.0 release

* Bump library version to 5.0.0 in Makefile

15-4.2.4

Toggle 15-4.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update changelog, prepare `15-4.2.4` release (#227)

Co-authored-by: Lukas Fittl <[email protected]>

15-4.2.3

Toggle 15-4.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix builds on glibc >= 2.38 (#203)

* Fix builds on glibc >= 2.38

`glibc` now defines `strchrnul`, so we add a check to see if `glibc` is
being used, and instead import the symbol if so.

* Bump version to 4.2.3

* Add note about PR #199 in 4.2.3 changelog

15-4.2.2

Toggle 15-4.2.2's commit message
Release 15-4.2.2

15-4.2.1

Toggle 15-4.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release 15-4.2.1 (#190)

15-4.2.0

Toggle 15-4.2.0's commit message
Update CHANGELOG

15-4.1.0

Toggle 15-4.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Output Boolean nodes during fingerprinting (#170)

This PR updates the fingerprinting logic to output values for the new
Boolean nodes. A minor version bump to 15-4.1.0 is included. The
formatting in `testdata/fingerprint.json` was also flattened to make it
easier to view diffs of future changes.