diff options
author | Tom Lane | 2001-09-30 16:16:44 +0000 |
---|---|---|
committer | Tom Lane | 2001-09-30 16:16:44 +0000 |
commit | 14b0da2ac39ea1a267af181504344fe47c14ea4a (patch) | |
tree | 32017b154bbe099ac0acd82cb90bf8c16d79190d /contrib/intarray/README.intarray | |
parent | 5798ccc4a64a564935cf96c1bfa6d64e7e77f19d (diff) |
Changes:
1. gist__int_ops is now without lossy
2. added sort entry in picksplit
Oleg Bartunov
Diffstat (limited to 'contrib/intarray/README.intarray')
-rw-r--r-- | contrib/intarray/README.intarray | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/intarray/README.intarray b/contrib/intarray/README.intarray index 7acff125a50..9f0374aca5f 100644 --- a/contrib/intarray/README.intarray +++ b/contrib/intarray/README.intarray @@ -12,6 +12,9 @@ for additional information. CHANGES: +September 28, 2001 + 1. gist__int_ops now is without lossy + 2. add sort entry in picksplit September 21, 2001 1. Added support for boolean query (indexable operator @@, looks like a @@ '1|(2&3)', perfomance is better in any case ) |