Commit Graph

34 Commits (0f565c074311d202f4524d1fd104b28c5a6adaf2)

Author SHA1 Message Date
Robert Haas 0f565c0743 Fix typos. 11 years ago
Noah Misch 31400a6733 Predict integer overflow to avoid buffer overruns. 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Peter Eisentraut dd16f9480a Remove unreachable code 13 years ago
Peter Eisentraut b8b2e3b2de Replace int2/int4 in C code with int16/int32 13 years ago
Heikki Linnakangas f15c2eae9c Remove unnecessary pg_verifymbstr() calls from tsvector/query in functions. 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Bruce Momjian 6416a82a62 Remove unnecessary #include references, per pgrminclude script. 14 years ago
Bruce Momjian 5d950e3b0c Stamp copyrights for year 2011. 15 years ago
Tom Lane abc1026269 Fix erroneous parsing of tsquery input "... & !(subexpression) | ..." 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Bruce Momjian 0239800893 Update copyright for the year 2010. 16 years ago
Peter Eisentraut de160e2c00 Make backend header files C++ safe 16 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 16 years ago
Bruce Momjian 511db38ace Update copyright for 2009. 17 years ago
Tom Lane e6dbcb72fa Extend GIN to support partial-match searches, and extend tsquery to support 18 years ago
Tom Lane c846f7ca8a Fix several datatype input functions that were allowing unused bytes in their 18 years ago
Tom Lane 220db7ccd8 Simplify and standardize conversions between TEXT datums and ordinary C 18 years ago
Tom Lane 8c71752ae4 Remove unnecessary comma in enum definition ... some C compilers don't 18 years ago
Bruce Momjian 9098ab9e32 Update copyrights in source tree to 2008. 18 years ago
Peter Eisentraut f5f1355dc4 Wording improvements 18 years ago
Tom Lane bb0e3011f8 Make a cleanup pass over error reports in tsearch code. Use ereport 18 years ago
Teodor Sigaev a867b40cf4 Fix tsvectorout() and tsqueryout() to escape backslesh, add test of that. 18 years ago
Bruce Momjian f6e8730d11 Re-run pgindent with updated list of typedefs. (Updated README should 18 years ago
Bruce Momjian fdf5a5efb7 pgindent run for 8.3. 18 years ago
Tom Lane 1ea47dd8cb Fix shared tsvector/tsquery input code so that we don't say "syntax error in 18 years ago
Teodor Sigaev 476045a21b Remove QueryOperand->istrue flag, it was used only in cover ranking 18 years ago
Teodor Sigaev d982daae0b Change void* opaque argument to Datum type, add argument's 18 years ago
Teodor Sigaev 978de9d06d Improvements from Heikki Linnakangas <heikki@enterprisedb.com> 18 years ago
Teodor Sigaev 8983852e34 Improving various checks by Heikki Linnakangas <heikki@enterprisedb.com> 18 years ago
Teodor Sigaev e5be89981f Refactoring by Heikki Linnakangas <heikki@enterprisedb.com> with 18 years ago
Tom Lane 79048ca1a4 Install check_stack_depth() protection in two recursive tsquery 18 years ago
Tom Lane 140d4ebcb4 Tsearch2 functionality migrates to core. The bulk of this work is by 18 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 f11aa82d03 Use memcpy() instead of strncpy() for copying into varlena structures. 19 years ago
Tom Lane c48f2e3124 Improve error messages from to_tsquery per yesterday's discussion: 19 years ago
Bruce Momjian f99a569a2e pgindent run for 8.2. 19 years ago
Bruce Momjian 0c4f2894f9 Use '' rather than \' for literal single quotes in strings in 19 years ago
Bruce Momjian 19892feb3c Back out \' change for tsearch2, broke regression tests. 20 years ago
Bruce Momjian cc84163fa9 Use SQL standard '' rather than \' in /contrib. Backpatch to 8.1.X. 20 years ago
Neil Conway 8e5a10d46c This patch makes the error message strings throughout the backend 20 years ago
Teodor Sigaev cb4ea994c6 Improve support of multibyte encoding: 20 years ago
Bruce Momjian 436a2956d8 Re-run pgindent, fixing a problem where comment lines after a blank 20 years ago
Teodor Sigaev c52795d18a Text parser rewritten: 20 years ago
Teodor Sigaev 0645663e6c New features for tsearch2: 20 years ago
Tom Lane 2a8d3d83ef R-tree is dead ... long live GiST. 20 years ago
Teodor Sigaev 21b748e76a 1 Fix problem with lost precision in rank with OR-ed lexemes 20 years ago