Commit Graph

106 Commits (15516c5f0b8c8209e23f36aa6e204e21bea19e6c)

Author SHA1 Message Date
Tom Lane 4977c2b31b Replace bitwise looping with bytewise looping in hemdistsign and 20 years ago
Teodor Sigaev dacf7e774d Fix word's length in pg_regexec call 20 years ago
Bruce Momjian bef7764835 Re-run pgindent, fixing a problem where comment lines after a blank 20 years ago
Teodor Sigaev 6812abb673 Fix incorrect header size macros 20 years ago
Teodor Sigaev 1dd6bd19fa Add sanity check of query 20 years ago
Teodor Sigaev 21b748e76a 1 Fix problem with lost precision in rank with OR-ed lexemes 20 years ago
Tom Lane c62b29a603 Fix several contrib makefiles that failed in VPATH builds, particularly 20 years ago
Tom Lane ad148c4154 Suppress warnings on platforms where fprintf is a macro (eg, recent 20 years ago
Tom Lane b562639561 Fix bogus error test in get_ti_Oid(). 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Tom Lane 0b36cb83dc PGXS should be set with := not =, as specified in the documentation, 21 years ago
Tom Lane 0df7f493f8 Clean up possibly-uninitialized-variable warnings reported by gcc 4.x. 21 years ago
Tom Lane 8a65b820e2 Suppress signed-vs-unsigned-char warnings in contrib. 21 years ago
Teodor Sigaev f82b853b47 1 Update Snowball sources 21 years ago
Tom Lane ac652466ec Partial fixes for contrib build on AIX: include -lm where needed. 21 years ago
Bruce Momjian 21634e513f Add extra argument for new pg_regexec API. 21 years ago
Bruce Momjian bb3cce4ec9 Add E'' syntax so eventually normal strings can treat backslashes 21 years ago
Tom Lane 368739dca8 Fix bogus assumption that sizeof() produces an int-sized result. 21 years ago
Teodor Sigaev 7148de1fa8 Prevent to divide by zero and range out of 0..1 21 years ago
Tom Lane 978129f28e Document get_call_result_type() and friends; mark TypeGetTupleDesc() 21 years ago
Bruce Momjian b492c3accc Add parentheses to macros when args are used in computations. Without 21 years ago
Neil Conway 36ab600511 Cleanup of GiST extensions in contrib/: now that we always invoke GiST 21 years ago
Tom Lane 278bd0cc22 For some reason access/tupmacs.h has been #including utils/memutils.h, 21 years ago
Tom Lane 177af51c04 Change tsearch2 to not use the unsafe practice of creating functions 21 years ago
Teodor Sigaev 04ce41ca62 Add comment about permissions on pg_ts* tables 21 years ago
Teodor Sigaev fb13881f42 1 fix various comparing functions 21 years ago
Teodor Sigaev 31b6d840f6 Prevent rank change in case of duplicate search terms 21 years ago
Tom Lane c0e0d3e2e9 Avoid unnecessary dependence on u_int16_t, per buildfarm failure. 21 years ago
Teodor Sigaev 324300bc7c improve support of agglutinative languages (query with compound words). 21 years ago
Teodor Sigaev fe30edbab8 Change 21 years ago
Teodor Sigaev 5b354d2c7e Fixes: 21 years ago
Neil Conway 1b3e769682 This patch makes some cleanups to contrib/ to silence some sparse 21 years ago
Tom Lane 0636d55843 Fix some more 'old-style parameter declaration' warnings. 21 years ago
Tom Lane 3fdd33ab99 Avoid macro-redefinition warnings on Windows, per Andrew Dunstan. 21 years ago
Tom Lane 380bd04c16 Standardize on using the Min, Max, and Abs macros that are in our c.h file, 21 years ago
Tom Lane d3e36da789 Make the standard stopword files be sought relative to share_dir, so 21 years ago
Tom Lane b04e70b11e Adjust tsearch2.sql to avoid use of COPY FROM STDIN, so as to 22 years ago
Tom Lane b2c4071299 Redesign query-snapshot timing so that volatile functions in READ COMMITTED 22 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
Bruce Momjian ee85595d46 > Please find enclose a submission to fix these problems. 22 years ago
Tom Lane fcbc438727 Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments 22 years ago
Tom Lane 959b353db2 Fix misspellings: langauge -> language. 22 years ago
Teodor Sigaev bb89237531 1 Eliminate duplicate field HLWORD->skip 22 years ago
Teodor Sigaev df9d87f608 Previous commit wasnt full... 22 years ago
Teodor Sigaev de55c0cef6 1 Fix affixes with void replacement (AFAIK, it's only russian) 22 years ago
Teodor Sigaev 09bc52fe73 Fix stupid bug in installcheck 22 years ago
Teodor Sigaev f35e8d8431 Fix silly bug 22 years ago
Teodor Sigaev 553bc41633 1 add namespaces as Tom suggest http://www.pgsql.ru/db/mw/msg.html?mid=1987703 22 years ago
Teodor Sigaev 7cb55d21ed Fix memory leak with pg_regexec 22 years ago