Skip to content

version 1.1.3

Compare
Choose a tag to compare
@rjuju rjuju released this 24 Nov 06:24
· 104 commits to master since this release

Miscellaneous

  • Add compatibility with PostgreSQL 12
  • add hypopg_reset_index() SQL function
  • Use a dedicated MemoryContext to store hypothetical objects
  • Fix compatibility on Windows (Godwottery)

Bugs fixes

  • Call previous explain_get_index_name_hook if it was setup
  • Don't leak client_encoding change after hypopg extension is created (Michael Kröll)