diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2001-03-20 03:08:12 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2001-03-20 03:08:12 +0000 |
commit | 2ef6e7ee18922c4e653dd8a0512c424453aba9df (patch) | |
tree | 270fe51686bcad8e3b6ac1f670f4573681fa403c /contrib/intarray/README.intarray | |
parent | 9e07c9a39cf7471f0d582f02d494572a2aec0409 (diff) | |
download | postgresql-2ef6e7ee18922c4e653dd8a0512c424453aba9df.tar.gz postgresql-2ef6e7ee18922c4e653dd8a0512c424453aba9df.zip |
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.
Diffstat (limited to 'contrib/intarray/README.intarray')
-rw-r--r-- | contrib/intarray/README.intarray | 6 |
1 files changed, 6 insertions, 0 deletions
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 |