From 2ef6e7ee18922c4e653dd8a0512c424453aba9df Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Tue, 20 Mar 2001 03:08:12 +0000 Subject: 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. --- contrib/intarray/README.intarray | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'contrib/intarray/README.intarray') diff --git a/contrib/intarray/README.intarray b/contrib/intarray/README.intarray index dc7cc9a88d2..26cb082e3a7 100644 --- a/contrib/intarray/README.intarray +++ b/contrib/intarray/README.intarray @@ -10,6 +10,12 @@ All work was done by Teodor Sigaev (teodor@stack.net) and Oleg Bartunov (oleg@sai.msu.su). See http://www.sai.msu.su/~megera/postgres/gist for additional information. +CHANGES: + +March 19, 2001 + 1. Added support for toastable keys + 2. Improved split algorithm for intbig (selection speedup is about 30%) + INSTALLATION: gmake -- cgit v1.2.3