github HypoPG/hypopg 0.0.4
version 0.0.4

latest releases: 1.4.1, debian/1.4.0-2, debian/1.4.0-1...
8 years ago

New features:

  • add support for BRIN indexes (for pg 9.5+ obviously).
  • handle index on predicate.
  • handle index storage parameters for supported index methods. For now, this means :
    • fillfactor for btree indexes
    • pages_per_range for brin indexes

Bug fixes or improvements:

  • check that number of column is suitable for a real index
  • free memory when hypothetical index creation fails
  • for btree indexes, check that the estimated average row size is small enough to allow a real index creation.
  • safer handling of locks.

Misc:

  • remove the simplified "hypopg_add_index()" function

Don't miss a new hypopg release

NewReleases is sending notifications on new releases.