Releases: pganalyze/libpg_query
Releases · pganalyze/libpg_query
9.5-1.3.0
- Extract source code using LLVM instead of manually compiling the right objects
- This speeds up build times considerably since we don't download the Postgres
source anymore, instead shipping a partial copy created as part of a release.
- Experimental support for parsing PL/pgSQL source code (output format subject to change)
9.5-1.2.1
- Make sure we encode special characters correctly in JSON output (@zhm #11)
9.5-1.2.0
- Fix stack overflow when parsing CREATE FOREIGN TABLE (#9)
- Update to PostgreSQL 9.5.3
9.5-1.1.0
- Add pg_query_fingerprint() method that uniquely identifies SQL queries,
whilst ignoring formatting and individual constant values
- Update to PostgreSQL 9.5.2
9.5-1.0.0
- First release based on PostgreSQL 9.5.1
- Make JSON_OUTPUT_V2 the default and remove outfuncs patch
- NOTE: This is a backwards incompatible change in the output parsetree format!
9.4-1.0.0
- First tagged release based on PostgreSQL 9.4.5