Skip to content

Releases: derkan/pg_party

Added time based partitioning

24 Nov 18:25
b63d384
Compare
Choose a tag to compare
  • Time based partition is added in format YYYYDDD_HH24MI
  • Checking if DB version is supported.
  • Added auto-upgrade mechanism for pg_party table and pg_party_date_partition function.
    solves #3 for normal partitioning

Stable release

25 Jul 06:13
6c0eb0e
Compare
Choose a tag to compare
  • Removed duplicate line while creating non-constraint indexes.