News
Choose a News item and you can browse, search, and post messages.
prefix 1.1.1
The code maintenance and release process now happens at github, please visit https://github.com/dimitri/prefix and get the release tarball from their Download interface, I've been pushing a git tag.
prefix 1.1.0 release
This release is a bugfix in the btree opclass, allowing to index prefix_range columns containing sub-ranges (like '1' and '12' e.g.). This is important for some PRIMARY KEY constraints.
prefix 1.0.0 release
Get it while it's hot! --- nothing changed from previous pre-releases except from gist_prefix_range_ops being now the default gist opclass for prefix range, saving some typing.
First prefix release
The prefix project first release allows you to make fast (GiST indexed) lookups on the longest prefix in a table, for example:

