- 20 Nov, 2007 2 commits
-
-
Tom Lane authored
-
Andrew Dunstan authored
Allow tag and entity names that follow XML rules. Provide for hexadecimal as well as decimal numeric entities. Adjust code names to coincide with new descriptions.
-
- 16 Nov, 2007 1 commit
-
-
Tom Lane authored
sensitive to maintenance_work_mem (something I just learned the hard way).
-
- 14 Nov, 2007 4 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
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
-
Tom Lane authored
the division of material between here and the tsearch2 contrib page, but at least it's not obviously unfinished any more.
-
- 10 Nov, 2007 1 commit
-
-
Bruce Momjian authored
Throw an error for actual stop words, rather than a warning. This fixes problems with cache reloading causing warning messages. Re-enable stop words in regression tests; was disabled by Tom. Document "?" as API change.
-
- 05 Nov, 2007 1 commit
-
-
Magnus Hagander authored
Guillaume Lelarge
-
- 29 Oct, 2007 1 commit
-
-
Tom Lane authored
excerpts of a document. That's clearly desirable, but the functionality is not there yet.
-
- 27 Oct, 2007 2 commits
- 25 Oct, 2007 1 commit
-
-
Alvaro Herrera authored
-
- 24 Oct, 2007 1 commit
-
-
Tom Lane authored
if there are zero rows to aggregate over, and the API seems both conceptually and notationally ugly anyway. We should look for something that improves on the tsquery-and-text-SELECT version (which is also pretty ugly but at least it works...), but it seems that will take query infrastructure that doesn't exist today. (Hm, I wonder if there's anything in or near SQL2003 window functions that would help?) Per discussion.
-
- 23 Oct, 2007 1 commit
-
-
Tom Lane authored
categories, as per discussion. asciiword (formerly lword) is still ASCII-letters-only, and numword (formerly word) is still the most general mixed-alpha-and-digits case. But word (formerly nlword) is now any-group-of-letters-with-at-least-one-non-ASCII, rather than all-non-ASCII as before. This is no worse than before for parsing mixed Russian/English text, which seems to have been the design center for the original coding; and it should simplify matters for parsing most European languages. In particular it will not be necessary for any language to accept strings containing digits as being regular "words". The hyphenated-word categories are adjusted similarly.
-
- 22 Oct, 2007 2 commits
-
-
Tom Lane authored
active dictionary and its output lexemes as separate columns, instead of smashing them into one text column, and lowercase the column names. Also, define the output rowtype using OUT parameters instead of a composite type, to be consistent with the other built-in functions.
-
Tom Lane authored
users of tsearch. This isn't meant to be permanent documentation, but to call out the areas that need either fixing or real documentation.
-
- 21 Oct, 2007 1 commit
-
-
Tom Lane authored
more clearly, improve a lot of unclear descriptions, add some missing material. We still need a migration guide though.
-
- 17 Oct, 2007 1 commit
-
-
Tom Lane authored
Notably, standardize on using "token" for the strings output by a parser, while "lexeme" is reserved for the normalized strings produced by a dictionary.
-
- 15 Oct, 2007 1 commit
-
-
Tom Lane authored
these are more easily and usefully maintained as contrib modules. Various other wordsmithing, markup improvement, etc.
-
- 10 Oct, 2007 1 commit
-
-
Neil Conway authored
Heikki Linnakangas.
-
- 14 Sep, 2007 1 commit
-
-
Bruce Momjian authored
Oleg.
-
- 04 Sep, 2007 1 commit
-
-
Tom Lane authored
Random other wordsmithing.
-
- 31 Aug, 2007 5 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
"index" entries for GIN/GiST.
-
Bruce Momjian authored
-
Bruce Momjian authored
entire section, per Peter.
-
Bruce Momjian authored
entries in textsearch.sgml.
-
- 30 Aug, 2007 2 commits
-
-
Bruce Momjian authored
-
Tatsuo Ishii authored
-
- 29 Aug, 2007 4 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
to be more logical.
-
Bruce Momjian authored
the main documentation, out of its own text search chapter.
-
Bruce Momjian authored
-
- 28 Aug, 2007 1 commit
-
-
Bruce Momjian authored
section makes a little more sense.
-
- 25 Aug, 2007 1 commit
-
-
Tom Lane authored
minor rewording, some markup fixups. Lots left to do here ...
-
- 22 Aug, 2007 1 commit
-
-
Tom Lane authored
syncing the existing docs with the final syntax decisions.
-
- 21 Aug, 2007 1 commit
-
-
Tom Lane authored
pages for the new SQL commands. I also committed Bruce's text search introductory chapter, as-is except for fixing some markup errors, so that there would be a place for the reference pages to link to.
-