Skip to content

Releases: okbob/plpgsql_check

1.7.0

17 Apr 20:14
df9cd90

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

Choose a tag to compare

fix MSVC build
fix project metadata

Release 1.4.1

21 Dec 15:50

Choose a tag to compare

minor bugfixes of 1.4.0

1.4.0 - integrated profiler

Release 1.2.3

06 Jun 09:28

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

Choose a tag to compare

  • unread variables detection
  • fix check of MOVE command

Release 1.2.1

15 Sep 04:51

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

Choose a tag to compare

The extra warnings was implemented

  • unused arguments
  • unmodified OUT arguments

Release 1.0.6

26 Aug 17:38

Choose a tag to compare

no changes, fix environment

Release 1.0.5

25 Aug 08:15

Choose a tag to compare

  • PostgreSQL 9.6 support,
  • alerting write commands in immutable, stable functions

Release 1.0.3

08 Jan 10:21

Choose a tag to compare

  • fix false warnings of unused cursor variables - issue #19
  • checking CONTINUE/EXIT more precious