- Add handling for plpgsql LOOP and EXIT - Fix plpgsql WHILE handling - Add initial implemention for plpgsql ast traversal - Change severity of CREATE OR REPLACE FUNCTION
0.8.0
- Add flag to ignore specific procedural languages (185) - Support extschema:name placeholders introduced with PG16 - Warn about C security definer functions without search_path
0.7.1
- Fix handling of FOREACH IN ARRAY
0.7.0
- Update pglast to 6.1 which makes pgspot use the PostgreSQL 16 parser
0.6.0
- Ignore default values when comparing functions signatures 88 - Add --version flag 86
0.5.0
- Update pglast to 5.0 which makes pgspot use the PostgreSQL 15 parser 84