- 16 Nov, 2007 3 commits
-
-
Tom Lane authored
-
Tom Lane authored
compatibility module. Needed to support loading of 8.1-era tsearch2 configuration data.
-
Bruce Momjian authored
for() body passed as a parameter, make the macros act as simple headers to code blocks. This allows pgindent to be run on these files.
-
- 15 Nov, 2007 20 commits
-
-
Bruce Momjian authored
same line; previous fix was only partial. Re-run pgindent on files that need it.
-
Bruce Momjian authored
avoid this problem in the future.)
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Peter Eisentraut authored
appear in the configuration file.
-
Bruce Momjian authored
-
Tom Lane authored
support the latter.
-
Tom Lane authored
-
Bruce Momjian authored
-
Peter Eisentraut authored
-
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 1 commit
-
-
Tom Lane authored
-