Bruce Momjian
19892feb3c
Back out \' change for tsearch2, broke regression tests.
20 years ago
Bruce Momjian
cc84163fa9
Use SQL standard '' rather than \' in /contrib. Backpatch to 8.1.X.
20 years ago
Neil Conway
8e5a10d46c
This patch makes the error message strings throughout the backend
...
more compliant with the error message style guide. In particular,
errdetail should begin with a capital letter and end with a period,
whereas errmsg should not. I also fixed a few related issues in
passing, such as fixing the repeated misspelling of "lexeme" in
contrib/tsearch2 (per Tom's suggestion).
20 years ago
Teodor Sigaev
cb4ea994c6
Improve support of multibyte encoding:
...
- tsvector_(in|out)
- tsquery_(in|out)
- to_tsvector
- to_tsquery, plainto_tsquery
- 'simple' dictionary
20 years ago
Bruce Momjian
1dc3498251
Standard pgindent run for 8.1.
20 years ago
Teodor Sigaev
fb13881f42
1 fix various comparing functions
...
2 implement gtsvector_out for use with gevel module (debug GiST indexes, http://www.sai.msu.su/~megera/postgres/gist/gevel/ )
21 years ago
Teodor Sigaev
fe30edbab8
Change
...
typedef struct {} WordEntryPos;
to
typedef uint16 WordEntryPos
according to http://www.pgsql.ru/db/mw/msg.html?mid=2035188
Require re-fill all tsvector fields and reindex tsvector indexes.
21 years ago
Bruce Momjian
15d3f9f6b7
Another pgindent run with lib typedefs added.
22 years ago
Bruce Momjian
b6b71b85bc
Pgindent run for 8.0.
22 years ago
Teodor Sigaev
553bc41633
1 add namespaces as Tom suggest http://www.pgsql.ru/db/mw/msg.html?mid=1987703
...
2 remove select qeury in inserts
22 years ago
Teodor Sigaev
11864ab657
Win32 related patch by Darko Prenosil. Small correct by teodor
22 years ago
Neil Conway
72b6ad6313
Use the new List API function names throughout the backend, and disable the
...
list compatibility API by default. While doing this, I decided to keep
the llast() macro around and introduce llast_int() and llast_oid() variants.
22 years ago
Tom Lane
89ee5b89a6
Fix some more compatibility issues (ctype.h macros must never be passed
...
signed chars...)
22 years ago
Teodor Sigaev
eebdfcdbe6
1 Minimize memory allocation for void (but not null) value.
...
2 Add silly ordering for ts_vector to aim grouping, union, except etc. Don't use BTree opclass (tsvector_ops).
22 years ago
Teodor Sigaev
baeab89de6
Fixes about word with several infiniteve
22 years ago
Bruce Momjian
089003fb46
pgindent run.
23 years ago
Tom Lane
81b5c8a136
A visit from the message-style police ...
23 years ago
Tom Lane
8fd5b3ed67
Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)
23 years ago
Teodor Sigaev
b88605337e
tsearch2 module
23 years ago