mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
please apply attached patch to current CVS.
Changes: 1. Added support for boolean queries (indexable operator @@, looks like a @@ '1|(2&3)' 2. Some code cleanup and optimization Regards, Oleg
This commit is contained in:
@ -12,6 +12,10 @@ for additional information.
|
||||
|
||||
CHANGES:
|
||||
|
||||
September 21, 2001
|
||||
1. Added support for boolean query (indexable operator @@, looks like
|
||||
a @@ '1|(2&3)', perfomance is better in any case )
|
||||
2. Done some small optimizations
|
||||
March 19, 2001
|
||||
1. Added support for toastable keys
|
||||
2. Improved split algorithm for intbig (selection speedup is about 30%)
|
||||
|
Reference in New Issue
Block a user