| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| squawk-linux-arm64 | 2026-06-27 | 21.6 MB | |
| squawk-linux-arm64-2.59.0.vsix | 2026-06-27 | 8.1 MB | |
| squawk-alpine-arm64-2.59.0.vsix | 2026-06-27 | 7.9 MB | |
| squawk-linux-musl-arm64 | 2026-06-27 | 20.9 MB | |
| squawk-alpine-x64-2.59.0.vsix | 2026-06-27 | 7.6 MB | |
| squawk-linux-musl-x64 | 2026-06-27 | 21.9 MB | |
| squawk-darwin-x64 | 2026-06-27 | 13.6 MB | |
| squawk-darwin-x64-2.59.0.vsix | 2026-06-27 | 5.2 MB | |
| squawk-win32-x64-2.59.0.vsix | 2026-06-27 | 4.6 MB | |
| squawk-windows-x64.exe | 2026-06-27 | 12.5 MB | |
| squawk-darwin-arm64 | 2026-06-27 | 13.3 MB | |
| squawk-darwin-arm64-2.59.0.vsix | 2026-06-27 | 5.0 MB | |
| squawk-linux-x64 | 2026-06-27 | 21.8 MB | |
| squawk-linux-x64-2.59.0.vsix | 2026-06-27 | 7.6 MB | |
| Postgres 19 Parser Support + Various Fixes to Parser _ Lexer source code.tar.gz | 2026-06-27 | 2.7 MB | |
| Postgres 19 Parser Support + Various Fixes to Parser _ Lexer source code.zip | 2026-06-27 | 3.3 MB | |
| README.md | 2026-06-27 | 552 Bytes | |
| Totals: 17 Items | 177.5 MB | 0 | |
Added
- parser: support pg19 null treatment in aggregates (#1210)
Fixed
- parser: codegen
COL_NAME_KEYWORD_FIRSTandTYPE_FUNC_NAME_KEYWORDS(#1209) - parser: fix
graph_tablenot parsing as a column name (#1208) - parser: remove dead code & fix panics (#1207, [#1206], [#1204])
- parser: fix invalid field accesses causing panics (#1205)
- parser/lexer: give national strings own type, support
$$quoted string err recovery (#1213, [#1211], [#1212]) - lexer: fix lexing
123$abc& string continuation validation (#1214)