From e7e73980e271bcb356e518d9389bec32e5c25d14 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 5 Aug 2003 05:07:50 +0000 Subject: [PATCH] Add tsearch2 mention. --- HISTORY | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/HISTORY b/HISTORY index 8f8314841eb..776deabc7b8 100644 --- a/HISTORY +++ b/HISTORY @@ -316,11 +316,12 @@ Change dbmirror license to BSD Improve earthdistance (Bruno Wolff III) Portability improvements to pgcrypto (Marko Kreen) Prevent xml crash (John Gray, Michael Richards) -Upgrade oracle -Upgrade mysql +Update oracle +Update mysql Update cube (Bruno Wolff III) Update earthdistance to use cube (Bruno Wolff III) Update btree_gist (Oleg) +New tsearch2 full-text search module (Oleg) Add hashed based crosstab function to tablefuncs (Joe) Add serial column to order connectby() siblings in tablefuncs (Nabil Sayegh,Joe) Add named persistent connections to dblink (Shridhar Daithanka)