Skip to content

version 0.0.3

Compare
Choose a tag to compare
@rjuju rjuju released this 05 Dec 15:00
· 198 commits to REL1_STABLE since this release
  • fix a bug when a regular query could fail after a hypothetical index have been created, and tested with explain.
  • hypopg_create_index() and hypopg_add_index() now returns the oid and index names.
  • add hypopg.enabled GUC. It allows disabling HypoPG globally or in a single backend. Thanks to Ronan Dunklau for the patch.