Commit Graph

45 Commits (738dc233f4dcb51e9c969718b52f5579de252880)

Author SHA1 Message Date
Tom Lane 3f43446e36 Persuade tsearch/tsearch2 to work (or at least pass their regression 22 years ago
Teodor Sigaev d3fe721a40 Eliminate function start_parse_fh and macro YY_INPUT 22 years ago
Bruce Momjian 089003fb46 pgindent run. 22 years ago
Tom Lane 6ed071bca5 Update contrib regression tests for recent error message editing. 22 years ago
Tom Lane e8db9b26d0 elog mop-up. 22 years ago
Tom Lane 8fd5b3ed67 Error message editing in contrib (mostly by Joe Conway --- thanks Joe!) 22 years ago
Teodor Sigaev 11eb002c5b Remove link of tarball 22 years ago
Teodor Sigaev f5c0ef4dda Mark tsearch v1 as deprecated 22 years ago
Tom Lane 5666462f2e Ensure that in all flex lexers that are part of the backend, a 23 years ago
Bruce Momjian 98b6f37e47 Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in 23 years ago
Tom Lane f85f43dfb5 Backend support for autocommit removed, per recent discussions. The 23 years ago
Tom Lane e4704001ea This patch fixes a bunch of spelling mistakes in comments throughout the 23 years ago
Bruce Momjian 8358302ded This patch fixes minor bugs in dictionary generator in contrib/tsearch 23 years ago
Bruce Momjian a2bd3e2085 Thank you very much, you catch it :). This bug had a long life, because it 23 years ago
Tom Lane 3e8c4c7a73 Improve warning messages from tsearch trigger function; clean up some 23 years ago
Tom Lane 97915fcd14 Need -I. to build outside source tree. 23 years ago
Tom Lane cab9437a43 Arrange to compile flex output files as inclusions into other files 23 years ago
Tom Lane 1e970dcee8 Ooops, forgot to fix contrib regression tests for WARNING/NOTICE change. 23 years ago
Bruce Momjian e5cf1a8a26 SET autocommit no longer needed in /contrib because pg_regress.sh does 23 years ago
Bruce Momjian aa4c702eac Update /contrib for "autocommit TO 'on'". 23 years ago
Tom Lane 5d1c8a3b07 Fix compile errors. 23 years ago
Tom Lane 52c9d25933 Be careful to include postgres.h *before* any system headers, to ensure 23 years ago
Bruce Momjian e50f52a074 pgindent run. 23 years ago
Peter Eisentraut 77f7763b55 Remove all traces of multibyte and locale options. Clean up comments 23 years ago
Bruce Momjian 1761990e38 please apply small patch for README.tsearch. 23 years ago
Bruce Momjian 52ee800ed3 Patch resolve ERROR problem for non-goog query_txt. 23 years ago
Tom Lane ceb9e60e8e Update contrib regression tests for OPAQUE datatype changes. 23 years ago
Tom Lane b663f3443b Add a bunch of pseudo-types to replace the behavior formerly associated 23 years ago
Bruce Momjian 2860041bf0 August 13, 2002 23 years ago
Tom Lane 65b6868b13 Replace ad-hoc insertions into pg_opclass and friends with CREATE 23 years ago
Tom Lane 9f1fc1080e Since we're depending on %option noyywrap in the main scanner now, 23 years ago
Tom Lane 27a54ae282 Opclasses live in namespaces. I also took the opportunity to create 24 years ago
Bruce Momjian 14d542bc67 > > Users of contrib/tsearch needs after upgrading of module (compiling, installing) 24 years ago
Bruce Momjian 99c8581f5a > > Users of contrib/tsearch needs after upgrading of module (compiling, installing) 24 years ago
Bruce Momjian cdfe4bb64f Pleas apply it for 7.2.1 and current CVS. 24 years ago
Bruce Momjian 92288a1cf9 Change made to elog: 24 years ago
Bruce Momjian 8fdc7814d0 Please, apply attached patch for contrib/tsearch to 7.2.1 and current 24 years ago
Tom Lane fe1a9c3362 Repair some problems in GIST-index contrib modules. Patch from 24 years ago
Bruce Momjian c9483cb6e4 This patch mark datatype txtidx as 'extended' storage type. 24 years ago
Bruce Momjian ea08e6cd55 New pgindent run with fixes suggested by Tom. Patch manually reviewed, 24 years ago
Bruce Momjian 6783b2372e Another pgindent run. Fixes enum indenting, and improves #endif 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 24 years ago
Bruce Momjian fde8edaf53 Add do { ... } while (0) to more bad macros. 24 years ago
Tom Lane b261cb9fa1 Updated regression test for tsearch, from Teodor Sigaev. 24 years ago
Tom Lane b57705673d txtidx datatype for full text indexing with GiST. 24 years ago