index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
tsearch2
Age
Commit message (
Expand
)
Author
2003-09-29
I've not changed any malloc/calloc to palloc. It looks to me that these memory
Bruce Momjian
2003-09-22
fix hlfinditem function. Thanks to "Stphane Bidoul" <stephane.bidoul@software...
Teodor Sigaev
2003-09-14
Persuade tsearch/tsearch2 to work (or at least pass their regression
Tom Lane
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-26
fix module name in MODULE_PATHNAME substitution
Teodor Sigaev
2003-08-23
Bring the makefiles up to our conventions.
Peter Eisentraut
2003-08-21
ISpell info updated
Teodor Sigaev
2003-08-15
Eliminate function start_parse_fh and macro YY_INPUT
Teodor Sigaev
2003-08-13
Correct error messages
Teodor Sigaev
2003-08-13
More accuracy work with MinWords option of headline function
Teodor Sigaev
2003-08-08
Another pgindent run with updated typedefs.
Bruce Momjian
2003-08-06
OpenFTS vs Tsearch2 comment
Teodor Sigaev
2003-08-06
Add documentation about ts_debug
Teodor Sigaev
2003-08-06
Add ts_debug function for debugging configurations
Teodor Sigaev
2003-08-04
Sub-Makefiles need to explicitly add CFLAGS_SL to CFLAGS, else their
Tom Lane
2003-08-04
Fix to build correctly outside source tree.
Tom Lane
2003-08-04
make sub-Makefiles in the sub-directories
Teodor Sigaev
2003-08-04
Docs fixes
Teodor Sigaev
2003-08-04
pgindent run.
Bruce Momjian
2003-08-01
Fix for Alpha portability.
Tom Lane
2003-08-01
Update contrib regression tests for recent error message editing.
Tom Lane
2003-07-28
A visit from the message-style police ...
Tom Lane
2003-07-27
elog mop-up.
Tom Lane
2003-07-27
elog mop-up.
Tom Lane
2003-07-24
Fix a few portability issues, adjust error messages.
Tom Lane
2003-07-24
Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)
Tom Lane
2003-07-21
Fix output to psql:tsearch2.sql:13: NOTICE: ... "pg_ts_dict_pkey"
Teodor Sigaev
2003-07-21
tsearch2 module
Teodor Sigaev