github pganalyze/libpg_query 13-2.2.0

latest releases: 16-5.1.0, 16-5.0.0, 15-4.2.4...
23 months ago
  • Update to Postgres 13.8 patch release #156
  • Backport Xcode 14.1 build fix from upcoming 13.9 release #156
  • Fingerprinting version 3.1 #155
    • Fixes issue with "SELECT DISTINCT" having the same fingerprint as "SELECT"
      (fingerprints for "SELECT DISTINCT" will change with this revision)
    • Group additional DDL statements together that otherwise generate a lot of
      unique fingerprints (ListenStmt, UnlistenStmt, NotifyStmt, CreateFunctionStmt,
      FunctionParameter and DoStmt)
  • Normalize additional DDL statements #155
    • Normalizes arguments to CreateFunctionStmt, DoStmt,
      CreateSubscriptionStmt, AlterSubscriptionStmt, CreateUserMapping and
      AlterUserMapping.
    • Note that this is different from pg_stat_statements itself, which does
      not normalize utility statements at all today.
$ shasum -a 256 libpg_query-13-2.2.0.* 
07916be1a2b780dee6feed936aaa04ccee2a3afde8570a6920c3a839c87539c6  libpg_query-13-2.2.0.tar.gz
6aa05d5ca983be6e2c797bf53e629f33c7fc229e6afda496235e43efd6296232  libpg_query-13-2.2.0.zip

Don't miss a new libpg_query release

NewReleases is sending notifications on new releases.