1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-11 20:28:21 +03:00
1. gist__int_ops is now without lossy
 2. added sort entry in picksplit

Oleg Bartunov
This commit is contained in:
Tom Lane
2001-09-30 16:16:44 +00:00
parent 5798ccc4a6
commit 14b0da2ac3
3 changed files with 158 additions and 201 deletions

View File

@ -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 )