index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
tsearch2
/
query.c
Age
Commit message (
Expand
)
Author
2007-11-13
Replace the now-incompatible-with-core contrib/tsearch2 module with a
Tom Lane
2007-02-28
Fix up several contrib modules that were using varlena datatypes in not-so-ob...
Tom Lane
2007-02-27
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
Tom Lane
2007-02-12
Fix backend crash in parsing incorrect tsquery.
Teodor Sigaev
2007-02-07
Use memcpy() instead of strncpy() for copying into varlena structures.
Peter Eisentraut
2006-10-04
Improve error messages from to_tsquery per yesterday's discussion:
Tom Lane
2006-10-04
pgindent run for 8.2.
Bruce Momjian
2006-09-02
Use '' rather than \' for literal single quotes in strings in
Bruce Momjian
2006-05-19
Back out \' change for tsearch2, broke regression tests.
Bruce Momjian
2006-05-19
Use SQL standard '' rather than \' in /contrib. Backpatch to 8.1.X.
Bruce Momjian
2006-03-01
This patch makes the error message strings throughout the backend
Neil Conway
2005-12-12
Improve support of multibyte encoding:
Teodor Sigaev
2005-11-22
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-21
Text parser rewritten:
Teodor Sigaev
2005-11-08
New features for tsearch2:
Teodor Sigaev
2005-11-07
R-tree is dead ... long live GiST.
Tom Lane
2005-10-28
1 Fix problem with lost precision in rank with OR-ed lexemes
Teodor Sigaev
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-09-24
Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.
Tom Lane
2005-09-24
Suppress signed-vs-unsigned-char warnings in contrib.
Tom Lane
2005-05-25
Add parentheses to macros when args are used in computations. Without
Bruce Momjian
2005-01-25
improve support of agglutinative languages (query with compound words).
Teodor Sigaev
2005-01-25
Change
Teodor Sigaev
2004-11-09
This patch makes some cleanups to contrib/ to silence some sparse
Neil Conway
2004-08-29
Pgindent run for 8.0.
Bruce Momjian
2004-05-31
1 add namespaces as Tom suggest http://www.pgsql.ru/db/mw/msg.html?mid=1987703
Teodor Sigaev
2004-05-31
Win32 related patch by Darko Prenosil. Small correct by teodor
Teodor Sigaev
2003-12-03
Fix for word with several infinitives
Teodor Sigaev
2003-11-27
Fixes about word with several infiniteve
Teodor Sigaev
2003-09-12
Fix incorrect pfree in to_tsquery_name(), per Nigel Andrews.
Tom Lane
2003-08-28
More accuracy works with stopwords in queries
Teodor Sigaev
2003-08-04
pgindent run.
Bruce Momjian
2003-07-24
Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)
Tom Lane
2003-07-21
tsearch2 module
Teodor Sigaev