Skip to content

Releases: okbob/plpgsql_check

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

Release 1.0.6

26 Aug 17:38
Compare
Choose a tag to compare

no changes, fix environment

Release 1.0.5

25 Aug 08:15
Compare
Choose a tag to compare
  • PostgreSQL 9.6 support,
  • alerting write commands in immutable, stable functions

Release 1.0.3

08 Jan 10:21
Compare
Choose a tag to compare
  • fix false warnings of unused cursor variables - issue #19
  • checking CONTINUE/EXIT more precious

Release 1.0.2

09 Jul 06:11
Compare
Choose a tag to compare

few false alarms fixed

Release 1.0.1

04 Feb 07:46
Compare
Choose a tag to compare

With this release I moving to PostgreSQL typical cycle -- 4 times per year bugfix, new features once per year.