Teodor Sigaev
|
4fc32d5891
|
Backpatch: Fix tsvector_out() and tsquery_out() to escape backslesh, add test of that.
Patch by Bruce Momjian <bruce@momjian.us>
|
2007-11-16 17:17:52 +00:00 |
|
Teodor Sigaev
|
76e114a458
|
Fix crash of to_tsvector() function on huge input: compareWORD()
function didn't return correct result for word position greate than
limit.
Per report from Stuart Bishop <stuart@stuartbishop.net>
|
2007-09-26 10:39:15 +00:00 |
|
Teodor Sigaev
|
da2010f40b
|
Fix various comparing functions
|
2005-03-31 15:10:48 +00:00 |
|
Bruce Momjian
|
15d3f9f6b7
|
Another pgindent run with lib typedefs added.
|
2004-08-30 02:54:42 +00:00 |
|
Bruce Momjian
|
b6b71b85bc
|
Pgindent run for 8.0.
|
2004-08-29 05:07:03 +00:00 |
|
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
|
2004-05-31 16:51:56 +00:00 |
|
Teodor Sigaev
|
11864ab657
|
Win32 related patch by Darko Prenosil. Small correct by teodor
|
2004-05-31 13:29:43 +00:00 |
|
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.
|
2004-05-30 23:40:41 +00:00 |
|
Tom Lane
|
89ee5b89a6
|
Fix some more compatibility issues (ctype.h macros must never be passed
signed chars...)
|
2004-04-02 00:41:18 +00:00 |
|
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).
|
2004-03-25 16:56:10 +00:00 |
|
Teodor Sigaev
|
baeab89de6
|
Fixes about word with several infiniteve
|
2003-11-27 16:04:40 +00:00 |
|
Bruce Momjian
|
089003fb46
|
pgindent run.
|
2003-08-04 00:43:34 +00:00 |
|
Tom Lane
|
81b5c8a136
|
A visit from the message-style police ...
|
2003-07-28 00:09:16 +00:00 |
|
Tom Lane
|
8fd5b3ed67
|
Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)
|
2003-07-24 17:52:50 +00:00 |
|
Teodor Sigaev
|
b88605337e
|
tsearch2 module
|
2003-07-21 10:27:44 +00:00 |
|