Commit Graph

11 Commits (664782ee74ce5c02a35f22543451f957a84f043c)

Author SHA1 Message Date
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
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Tom Lane 0df7f493f8 Clean up possibly-uninitialized-variable warnings reported by gcc 4.x. 20 years ago
Tom Lane 8a65b820e2 Suppress signed-vs-unsigned-char warnings in contrib. 20 years ago
Bruce Momjian b492c3accc Add parentheses to macros when args are used in computations. Without 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
Neil Conway 1b3e769682 This patch makes some cleanups to contrib/ to silence some sparse 21 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 21 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 11864ab657 Win32 related patch by Darko Prenosil. Small correct by teodor 22 years ago
Teodor Sigaev 32580efafb Fix for word with several infinitives 22 years ago
Teodor Sigaev baeab89de6 Fixes about word with several infiniteve 22 years ago
Tom Lane 17d15ddf75 Fix incorrect pfree in to_tsquery_name(), per Nigel Andrews. 22 years ago
Teodor Sigaev 61366a9503 More accuracy works with stopwords in queries 22 years ago
Bruce Momjian 089003fb46 pgindent run. 22 years ago
Tom Lane 8fd5b3ed67 Error message editing in contrib (mostly by Joe Conway --- thanks Joe!) 22 years ago
Teodor Sigaev b88605337e tsearch2 module 22 years ago
Bruce Momjian 98b6f37e47 Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in 23 years ago
Tom Lane e4704001ea This patch fixes a bunch of spelling mistakes in comments throughout the 23 years ago
Tom Lane cab9437a43 Arrange to compile flex output files as inclusions into other files 23 years ago
Bruce Momjian e50f52a074 pgindent run. 23 years ago
Bruce Momjian 52ee800ed3 Patch resolve ERROR problem for non-goog query_txt. 23 years ago
Bruce Momjian 92288a1cf9 Change made to elog: 24 years ago