Skip to content

Releases: okbob/plpgsql_check

1.7.3

24 Jul 13:03
Compare
Choose a tag to compare

fix some profiler bugs

1.7.2

21 May 05:20
Compare
Choose a tag to compare

I fixed few profiler's issues - the profiler didn't work on longer functions

1.7.1

26 Apr 04:38
Compare
Choose a tag to compare

bugfixes

1.7.0

17 Apr 20:14
df9cd90
Compare
Choose a tag to compare
  • lot of fixes
  • transition tables support (triggers)
  • sql injection vulnerability
  • better support for dynamic ddl (when expr is constant)

Release 1.4.2

23 Dec 06:16
Compare
Choose a tag to compare

fix MSVC build
fix project metadata

Release 1.4.1

21 Dec 15:50
Compare
Choose a tag to compare

minor bugfixes of 1.4.0

1.4.0 - integrated profiler

Release 1.2.3

06 Jun 09:28
Compare
Choose a tag to compare
  • detection unwanted hidden casts in queries - can be reason, why planner cannot use index.
  • fixes some false alarms

Release 1.2.2

26 Oct 17:13
Compare
Choose a tag to compare
  • unread variables detection
  • fix check of MOVE command

Release 1.2.1

15 Sep 04:51
Compare
Choose a tag to compare
  • Prepared for PostgreSQL 10
  • fix some false alarms
  • detection of missing RETURN command

Release 1.2

31 May 04:24
Compare
Choose a tag to compare

The extra warnings was implemented

  • unused arguments
  • unmodified OUT arguments