Releases: okbob/plpgsql_check
Releases · okbob/plpgsql_check
1.7.3
1.7.2
1.7.1
1.7.0
Release 1.4.2
fix MSVC build
fix project metadata
Release 1.4.1
minor bugfixes of 1.4.0
1.4.0 - integrated profiler
Release 1.2.3
- detection unwanted hidden casts in queries - can be reason, why planner cannot use index.
- fixes some false alarms
Release 1.2.2
- unread variables detection
- fix check of MOVE command
Release 1.2.1
- Prepared for PostgreSQL 10
- fix some false alarms
- detection of missing RETURN command
Release 1.2
The extra warnings was implemented
- unused arguments
- unmodified OUT arguments