Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2ef6e7e

Browse files
committed
Repair intarray's problems with TOASTed input, avoid scribbling on
source data, improve split algorithm for intbig_ops. Oleg Bartunov with some kibitzing from Tom Lane.
1 parent 9e07c9a commit 2ef6e7e

File tree

4 files changed

+2210
-186
lines changed

4 files changed

+2210
-186
lines changed

contrib/intarray/README.intarray

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ All work was done by Teodor Sigaev (teodor@stack.net) and Oleg Bartunov
1010
(oleg@sai.msu.su). See http://www.sai.msu.su/~megera/postgres/gist
1111
for additional information.
1212

13+
CHANGES:
14+
15+
March 19, 2001
16+
1. Added support for toastable keys
17+
2. Improved split algorithm for intbig (selection speedup is about 30%)
18+
1319
INSTALLATION:
1420

1521
gmake

0 commit comments

Comments
 (0)