1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-13 07:41:39 +03:00

1. Implemented binary search in array

Oleg Bartunov
This commit is contained in:
Bruce Momjian
2001-10-04 15:41:14 +00:00
parent 720ca220a9
commit 7ff432c9ad
2 changed files with 20 additions and 24 deletions

View File

@ -12,6 +12,8 @@ for additional information.
CHANGES:
October 1, 2001
1. Change search method in array to binary
September 28, 2001
1. gist__int_ops now is without lossy
2. add sort entry in picksplit