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
/
src
/
include
/
tsearch
Age
Commit message (
Expand
)
Author
2008-04-21
Allow float8, int8, and related datatypes to be passed by value on machines
Tom Lane
2008-03-25
Simplify and standardize conversions between TEXT datums and ordinary C
Tom Lane
2008-01-21
Fix RS_isRegis() to agree exactly with RS_compile()'s idea of what's a valid
Tom Lane
2008-01-01
Update copyrights in source tree to 2008.
Bruce Momjian
2007-11-28
Adjust the names of a couple of tsearch index support functions that had
Tom Lane
2007-11-15
Re-run pgindent with updated list of typedefs. (Updated README should
Bruce Momjian
2007-11-15
pgindent run for 8.3.
Bruce Momjian
2007-11-13
Resurrect the code for the rewrite(ARRAY[...]) aggregate function,
Tom Lane
2007-11-09
Clean up ts_locale.h/.c. Fix broken and not-consistent-across-platforms
Tom Lane
2007-10-24
Remove the aggregate form of ts_rewrite(), since it doesn't work as desired
Tom Lane
2007-10-23
Fix two-argument form of ts_rewrite() so it actually works for cases where
Tom Lane
2007-10-21
Fix shared tsvector/tsquery input code so that we don't say "syntax error in
Tom Lane
2007-10-19
Found another small glitch in tsearch API: the two versions of ts_lexize()
Tom Lane
2007-09-11
Remove QueryOperand->istrue flag, it was used only in cover ranking
Teodor Sigaev
2007-09-11
Fix header's size of structs defines in ispell.
Teodor Sigaev
2007-09-11
Refactor from Heikki Linnakangas <heikki@enterprisedb.com>:
Teodor Sigaev
2007-09-10
Change void* opaque argument to Datum type, add argument's
Teodor Sigaev
2007-09-07
Improvements from Heikki Linnakangas <heikki@enterprisedb.com>
Teodor Sigaev
2007-09-07
Improving various checks by Heikki Linnakangas <heikki@enterprisedb.com>
Teodor Sigaev
2007-09-07
Refactoring by Heikki Linnakangas <heikki@enterprisedb.com> with
Teodor Sigaev
2007-08-25
Cleanup for some problems in tsearch patch:
Tom Lane
2007-08-22
Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating the
Tom Lane
2007-08-21
Tsearch2 functionality migrates to core. The bulk of this work is by
Tom Lane