hashtypes-aleksabl 0.1.3

This Release
hashtypes-aleksabl 0.1.3
Date
Status
Stable
Latest Stable
hashtypes-aleksabl 0.1.4 —
Other Releases
Abstract
Data types for sha{1,224,256,384,512}, md5 and crc32.
Description
Data types for hashtypes for optimal storage and performance. Support for indexes (normal btree as well as hash), comparision, min/max, binary export/import, etc. This project is a fork of https://pgxn.org/dist/hashtypes/.
Released By
aleksabl
License
PostgreSQL
Resources
Special Files
Tags

Extensions

hashtypes-aleksabl 0.1.3

README

Contents

This project is a fork of https://github.com/infofarmer/hashtypes. This fork provides the following enhancements:

* Support for BINARY export/import
* Support for aggregate functions (min/max)
* Fixed versioning with regards to PGXN
* Some performance enhancements