Skip to content

Releases: ValkDB/postgresparser

v1.3.2

Choose a tag to compare

@eitamring eitamring released this 16 Jul 01:12
f26a09f

What's Changed

  • fix(ir): record leading set-op branch WHERE usage once by @eitamring in #87
  • fix(ir): stop duplicating leading set-op FROM subqueries by @eitamring in #88

Full Changelog: v1.3.1...v1.3.2

v1.3.1

Choose a tag to compare

@eitamring eitamring released this 03 Jul 04:22
bed2558

What's Changed

  • fix(ir): record INTERSECT right-hand WHERE column usage by @eitamring in #86

Full Changelog: v1.3.0...v1.3.1

v1.3.0

Choose a tag to compare

@eitamring eitamring released this 30 Jun 13:13
49990cf

What's Changed

  • feat(analysis): resolve unqualified WHERE columns against CTEs and derived tables by @eitamring in #84

Full Changelog: v1.2.9...v1.3.0

v1.2.9

Choose a tag to compare

@eitamring eitamring released this 24 Jun 00:33
1fe3926

What's Changed

  • feat(ir): tag subqueries with the clause they appear in by @eitamring in #82
  • chore(deps): bump actions/checkout from 6 to 7 by @dependabot[bot] in #83

Full Changelog: v1.2.8...v1.2.9

v1.2.8

Choose a tag to compare

@eitamring eitamring released this 13 Jun 01:52
e2afa8f

What's Changed

  • fix(analysis): split IN values on top-level commas only by @eitamring in #81

Full Changelog: v1.2.7...v1.2.8

v1.2.7

Choose a tag to compare

@eitamring eitamring released this 11 Jun 21:50
76b086c

What's Changed

  • feat(analysis): add ExtractWhereConditionsWithSchema for unqualified column resolution by @eitamring in #76

Full Changelog: v1.2.6...v1.2.7

v1.2.6

Choose a tag to compare

@eitamring eitamring released this 05 Jun 02:33
58eb7b3

What's Changed

  • feat(ddl): capture CREATE INDEX INCLUDE columns and partial WHERE predicate by @eitamring in #73

Full Changelog: v1.2.5...v1.2.6

v1.2.5

Choose a tag to compare

@eitamring eitamring released this 30 May 01:35
c336b1c

What's Changed

  • fix(analysis): JSONB extraction handles quoted identifiers and complex casts by @eitamring in #72

Full Changelog: v1.2.4...v1.2.5

v1.2.4

Choose a tag to compare

@eitamring eitamring released this 29 May 18:04
896527c

What's Changed

  • feat(errors): show source line with caret in parse diagnostics by @eitamring in #71

Full Changelog: v1.2.3...v1.2.4

v1.2.3

Choose a tag to compare

@eitamring eitamring released this 15 May 18:06
5d9314a

What's Changed

  • refactor(parser): extract trimmed text helper by @eitamring in #67

Full Changelog: v1.2.2...v1.2.3