Commit Graph

25244 Commits (29412cc0a78be54ec555e95aa65eada6ff8dd7df)
 

Author SHA1 Message Date
Bruce Momjian 29412cc0a7 Commit test, please ignore. 19 years ago
Bruce Momjian 97a6d34ab1 CVS commit test, ignore. 19 years ago
Bruce Momjian b5187f1893 CVS commit test for TODO. Please ignore. 19 years ago
Bruce Momjian 0ba76faf79 Small commit test for TODO. 19 years ago
Bruce Momjian 69b1242775 Update TODO.html. 19 years ago
Bruce Momjian 76534c61b3 Update TODO with lost change, mostly completed items and whitespace 19 years ago
Bruce Momjian 28662b850c Batch of TODO updates, mostly completed item marking and whitespace 19 years ago
Magnus Hagander 69e86a5daf Exclude tsearch2 contrib tests in regression tests, 19 years ago
Magnus Hagander 90d9fc0aa9 Install stopword files 19 years ago
Magnus Hagander 3b1e04c3e9 Fix generation of snowball_create.sql on msvc builds. 19 years ago
Tom Lane 862861ee77 Fix a couple of misbehaviors rooted in the fact that the default creation 19 years ago
Tom Lane 6c96188cb5 Remove the 'not in' operator (!!=). This was a hangover from Berkeley 19 years ago
Tom Lane a41e46b261 Require SELECT privilege on a table to do dblink_get_pkey(). This is 19 years ago
Tom Lane cc26599b72 Restrict pg_relation_size to relation owner, pg_database_size to DB owner, 19 years ago
Tom Lane 741e952b54 Make currtid() functions require SELECT privileges on the target table. 19 years ago
Tom Lane 56f3fb3ba1 Restrict pgrowlocks function to superusers. (This might be too strict, 19 years ago
Tom Lane 38c75ecf83 Restrict pgstattuple functions to superusers. (This might be too strict, 19 years ago
Tom Lane 0effa088f5 Clean up usage of some deprecated APIs, particularly schema-unsafe 19 years ago
Tom Lane 08fc73c4c3 Code review for btreefuncs additions: restrict to superusers to avoid 19 years ago
Tom Lane 67bf7b919e Make ARRAY(SELECT ...) return an empty array, rather than a NULL, when the 19 years ago
Tom Lane 75d5f6fe79 Adjust with-system-tzdata patch to not attempt to install a symlink, 19 years ago
Tom Lane 75d091a0d7 Fix brain fade in DefineIndex(): it was continuing to access the table's 19 years ago
Tom Lane 21168267b9 Simplify implementation of ts_debug() function --- use a join instead 19 years ago
Tatsuo Ishii e4a52eca35 The upper limit for -c option of pgbench is now obtained from 19 years ago
Tom Lane 52a0830c40 Some more tsearch docs work --- sync names with CVS-tip reality, some 19 years ago
Tom Lane a13cefafb1 Fix synonym-dict breakage introduced in last patch :-(. 19 years ago
Tom Lane 93eab9312f Rename built-in Snowball stemmer dictionaries to be english_stem, 19 years ago
Tom Lane 7351b5fa17 Cleanup for some problems in tsearch patch: 19 years ago
Tom Lane b918bf86c6 Fix combo_decrypt() to throw an error for zero-length input when using a 19 years ago
Andrew Dunstan 44b5efbae6 Reduce memory requirements for writing CSVlogs, so it will work with about 19 years ago
Andrew Dunstan 1535f26c70 unbreak ECPG tests for VPATH builds. 19 years ago
Bruce Momjian 2ae8825a8e Fix typo in FAQ_DEV. 19 years ago
Bruce Momjian ef74900704 Add book to FAQ_DEV: 19 years ago
Tom Lane d097534219 Fix possible core dump from pgbench -d option. Julius Stroffek 19 years ago
Tom Lane 11fee4e3b5 Suppress testing the options of CREATE TEXT SEARCH DICTIONARY during 19 years ago
Michael Meskes fefe7034e2 More cleaning up and removed some duplicates. 19 years ago
Tom Lane 34dc9abd6b Propagate Magnus' fix for Windows snowball build into Makefile.cygwin. 19 years ago
Tom Lane 9f28588b42 Fix cut-n-paste-o. 19 years ago
Tom Lane f4ccdb3a17 Fix VPATH-build problem in new tsearch makefile, per Chad Wagner. 19 years ago
Tom Lane 8a5592daf1 Remove option to change parser of an existing text search configuration. 19 years ago
Tom Lane 40c1d7c10e Text search doc updates --- first cut at 19 years ago
Tom Lane b77c6c7311 Whoops, missed updating dsynonym_init for new dictionary parameter method. 19 years ago
Tom Lane b2a52b3b80 Make \dFt and \dFt+ do something different --- omitting the function 19 years ago
Tom Lane d321421d0a Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating the 19 years ago
Tom Lane fd33d90a23 Simplify CREATE TEXT SEARCH CONFIGURATION by eliminating the separate 19 years ago
Tom Lane 3e3bb36ee9 First rough cut at text search documentation: bare bones reference 19 years ago
Tom Lane 5c681ab1cb Exclude snowball/libstemmer/ files from the set processed by pgindent. 19 years ago
Bruce Momjian 1c36de33b0 Uppercase keywords in regression tsearch test scripts. 19 years ago
Tom Lane a4be395364 Avoid using TEXT as a Bison symbol, since this provokes warnings on 19 years ago
Bruce Momjian bbde090330 Remove tabs from SGML files. 19 years ago