- 15 Nov, 2007 8 commits
-
-
Tom Lane authored
checkpoint. This guards against an unlikely data-loss scenario in which we re-use the relfilenode, then crash, then replay the deletion and recreation of the file. Even then we'd be OK if all insertions into the new relation had been WAL-logged ... but that's not guaranteed given all the no-WAL-logging optimizations that have recently been added. Patch by Heikki Linnakangas, per a discussion last month.
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
- 14 Nov, 2007 16 commits
-
-
Tom Lane authored
an index, per Simon.
-
Tom Lane authored
of this seems a bit marginal, if it's useful enough to be shown in the manual then we probably ought to support doing it without double evaluation of the ts_rank function. Per my proposal earlier today.
-
Tom Lane authored
-
Tom Lane authored
gives the old behavior; selecting false allows the dictionary to be used as a filter ahead of other dictionaries, because it will pass on rather than accept words that aren't in its stopword list. Jan Urbanski
-
Bruce Momjian authored
GSSAPI is industry-standard.
-
Magnus Hagander authored
per discussions (a long time ago). Documentation only, we keep full support in the code.
-
Bruce Momjian authored
-
Bruce Momjian authored
wrong.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
the division of material between here and the tsearch2 contrib page, but at least it's not obviously unfinished any more.
-
Tom Lane authored
Change title to Additional Supplied Modules. Improve discussion of how to build and install 'em.
-
Tom Lane authored
-
Tom Lane authored
-
Bruce Momjian authored
-
- 13 Nov, 2007 16 commits
-
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
and put it into contrib/tsearch2 compatibility module.
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
compatibility package. This supports importing dumps from past versions using tsearch2, and provides the old names and API for most functions that were changed. (rewrite(ARRAY[...]) is a glaring omission, though.) Pavel Stehule and Tom Lane
-
Bruce Momjian authored
-
Bruce Momjian authored
terms defined).
-
Bruce Momjian authored
-
Tom Lane authored
about best practice for including the module creation scripts: to wit that you should suppress NOTICE messages. This avoids creating regression failures by adding or removing comment lines in the module scripts.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
Remove setting of search_path in install/uninstall scripts, since unlike other contrib modules this one does not want to let you change the installation schema.
-
Bruce Momjian authored
-