-CHANGES:
-
- To upgrade from 7.2 to 7.2.1 one needs to perform following sql
- (after compiling and installing contrib/tsearch):
-
- update pg_amop set amopreqcheck = true where amopclaid =
- (select oid from pg_opclass where opcname = 'gist_txtidx_ops');
-
-
IMPORTANT NOTICE:
This is a first step of our work on integration of OpenFTS
Fix pgaccess kanji-coversion key binding (Tatsuo)
Optimizer improvements (Tom)
cash I/O improvements (Tom)
-contrib/btree_gist improvements (Teodor Sigaev)
New Russian FAQ
Compile fix for missing AuthBlockSig (Heiko)
Additional time zones and time zone fixes (Thomas)
Allow COPY FROM to use 8-bit DELIMITERS (Tatsuo)
Fix bug in extract/date_part for milliseconds/microseconds (Tatsuo)
Improve handling of multiple UNIONs with different lengths (Tom)
-contrib/tsearch dictionary improvements (Thomas T. Thai, Teodor Sigaev)
+contrib/btree_gist improvements (Teodor Sigaev)
+contrib/tsearch dictionary improvements, see README.tsearch for
+ an additional installation step (Thomas T. Thai, Teodor Sigaev)
Fix for array subscripts handling (Tom)