Commit Graph

193 Commits (77a41e71a3550a438e579da170db86c61bd61e4b)

Author SHA1 Message Date
Tom Lane 3e23b68dac Support varlena fields with single-byte headers and unaligned storage. 19 years ago
Teodor Sigaev 9477f12ea8 Fix caching of unsuccessful initialization of parser or configuration. 19 years ago
Tom Lane 0565579c5b Fix uninitialized-variable bug. 19 years ago
Teodor Sigaev 66daeb074b Add checking of end of line in parsing stopword list. Thanks to sharp eyes of Tom lane 19 years ago
Teodor Sigaev debb3aa8e9 Fix stopword and synonym files parsing bug in MSVC build, per report from 19 years ago
Teodor Sigaev bb8998a475 Fix parser bug on Windows with UTF8 encoding and C locale, the reason was 19 years ago
Tom Lane 9f652d430f Fix up several contrib modules that were using varlena datatypes in not-so-obvious 19 years ago
Tom Lane 234a02b2a8 Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 19 years ago
Teodor Sigaev 44655290cc Fix backend crash in parsing incorrect tsquery. 19 years ago
Peter Eisentraut c138b966d4 Replace useless uses of := by = in makefiles. 19 years ago
Peter Eisentraut 086c189456 Normalize fgets() calls to use sizeof() for calculating the buffer size 19 years ago
Peter Eisentraut f11aa82d03 Use memcpy() instead of strncpy() for copying into varlena structures. 19 years ago
Bruce Momjian 8b4ff8b6a1 Wording cleanup for error messages. Also change can't -> cannot. 19 years ago
Teodor Sigaev d4c6da1527 Allow GIN's extractQuery method to signal that nothing can satisfy the query. 19 years ago
Neil Conway 8ff2bccee3 Squelch some VC++ compiler warnings. Mark float literals with the "f" 19 years ago
Teodor Sigaev f2a01b0d5a Fix localization support for multibyte encoding and C locale. 19 years ago
Tom Lane 859b8dd51a Add a defense to prevent core dumps if 8.2 version of rank_cd() is used with 19 years ago
Teodor Sigaev 49b64d346f Fix memory reallocation condition 19 years ago
Teodor Sigaev ca5bc1ae51 Fix convertion for 'PFX flag N num' 19 years ago
Teodor Sigaev 6cd9a58480 Fix core dump of ispell for case of non-successfull initialization. 19 years ago
Teodor Sigaev 3de2682a1e Fix lowercasing while parse OO dictionary 19 years ago
Teodor Sigaev 84151d0644 Avoid infinity calculations in rank_cd 19 years ago
Teodor Sigaev dd92a8c33f Fix type in return value 19 years ago
Teodor Sigaev 419fe7cd1b Fix bug http://archives.postgresql.org/pgsql-bugs/2006-10/msg00258.php. 19 years ago
Neil Conway 9d6f26325f Fix two typos. 19 years ago
Teodor Sigaev 092ed294fc New README, forgotten when docs was updated 19 years ago
Teodor Sigaev bf028fa8a6 Add description of new features 19 years ago
Tom Lane e378f82e00 Make use of qsort_arg in several places that were formerly using klugy 20 years ago
Tom Lane c48f2e3124 Improve error messages from to_tsquery per yesterday's discussion: 20 years ago
Bruce Momjian f99a569a2e pgindent run for 8.2. 20 years ago
Bruce Momjian 26ffa627ac Update tsearch2 README. 20 years ago
Tom Lane 41dcc65c0e Rename the uninstall scripts for contrib/lo and contrib/tsearch2 to 20 years ago
Tom Lane 684ad6a92f Rename contrib contains/contained-by operators to @> and <@, per discussion. 20 years ago
Bruce Momjian 0c4f2894f9 Use '' rather than \' for literal single quotes in strings in 20 years ago
Teodor Sigaev 72a3582522 Add description of tsvector type layout 20 years ago
Teodor Sigaev 3a214ab0f1 Remove pos comparison in silly_cmp_tsvector(): it is not a semantically significant 20 years ago
Teodor Sigaev 9711782628 Fix incorrect length of lexemes in silly_cmp_tsvector() 20 years ago
Teodor Sigaev 74dbba701f Fix regression tests: after changing comparing function 20 years ago
Teodor Sigaev 8f91e2b607 Fix compare bug for tsvector: problem was in aligment. Per Stefan Kaltenbrunner <stefan@kaltenbrunner.cc> and Phil Frost <indigo@bitglue.com> 20 years ago
Tom Lane a7143b3088 Fix some makefiles that fail to yield good results from 'make -qp'. 20 years ago
Tom Lane ae643747b1 Fix a passel of recently-committed violations of the rule 'thou shalt 20 years ago
Bruce Momjian 66c15dfda1 Adjust /contrib for new include file contents. 20 years ago
Bruce Momjian ac230e7431 Alphabetically order reference to include files, "S"-"Z". 20 years ago
Bruce Momjian 0ff3461bcc Alphabetically order reference to include files, "N" - "S". 20 years ago
Teodor Sigaev 234163649e GIN improvements 20 years ago
Bruce Momjian fa601357fb Sort reference of include files, "A" - "F". 20 years ago
Bruce Momjian c5133e5920 Allow /contrib include files to compile on their own. 20 years ago
Teodor Sigaev 1f7ef548ec Changes 20 years ago
Teodor Sigaev 04e9704b9e Now ispell dictionary can eat dictionaries in MySpell format, 20 years ago
Teodor Sigaev 92bcb5abe0 Allow do not lexize words in substitution. 20 years ago