Commit Graph

25314 Commits (57cafe79823dcd3653cf5e19cbdf58300cb1576c)
 

Author SHA1 Message Date
Bruce Momjian 99a01bfd1e In text search docs, properly use indexterm _zone_ only when we want an 18 years ago
Bruce Momjian 6e832b059e Fix docs so indexes can be built by commenting out GiST/GIN index 18 years ago
Tom Lane 79048ca1a4 Install check_stack_depth() protection in two recursive tsquery 18 years ago
Bruce Momjian ac20d3dfbe Add openjade warning -wfully-tagged to warn about missing close tags on 18 years ago
Tom Lane b4c806faa8 Rewrite make_outerjoininfo's construction of min_lefthand and min_righthand 18 years ago
Bruce Momjian 24cba4ee5c Make more logical index sections for text search. 18 years ago
Tom Lane e75d365633 Fix int8mul so that overflow check is applied correctly for INT64_IS_BUSTED 18 years ago
Tatsuo Ishii c9bfabe24d Fix broken markup. 18 years ago
Bruce Momjian 25188c4f7d Update tsearch documentation wording. 18 years ago
Bruce Momjian 09c29cc57b Text search documentation word improvements; move configuration section 18 years ago
Bruce Momjian bb8f629c7a Move full text search operators, functions, and data type sections into 18 years ago
Tom Lane 8bc225e799 Relax permissions checks on dbsize functions, per discussion. Revert out all 18 years ago
Tom Lane 3b5f5d9873 Fix aboriginal bug in _tarAddFile(): when complaining that the amount of data 18 years ago
Michael Meskes c7b6593042 Fixed bug in Informix define handling. 18 years ago
Bruce Momjian f145de27c3 Properly indent SGML in textsearch.sgml. 18 years ago
Tom Lane a52e4408b9 Add a debug logging message when a resource manager rejects an attempted 18 years ago
Tom Lane 89fefd9416 Reduce the permissions check needed to use pgrowlocks() to having 18 years ago
Tom Lane 24d4517b3b Improve behavior of log_lock_waits patch. Ensure that something gets logged 18 years ago
Bruce Momjian baf3a134d9 Mention configurations early in text search documentation to table/index 18 years ago
Bruce Momjian 56cbd29328 Please ignore. Fresh checkout to see if this fixes it. 18 years ago
Bruce Momjian 29412cc0a7 Commit test, please ignore. 18 years ago
Bruce Momjian 97a6d34ab1 CVS commit test, ignore. 18 years ago
Bruce Momjian b5187f1893 CVS commit test for TODO. Please ignore. 18 years ago
Bruce Momjian 0ba76faf79 Small commit test for TODO. 18 years ago
Bruce Momjian 69b1242775 Update TODO.html. 18 years ago
Bruce Momjian 76534c61b3 Update TODO with lost change, mostly completed items and whitespace 18 years ago
Bruce Momjian 28662b850c Batch of TODO updates, mostly completed item marking and whitespace 18 years ago
Magnus Hagander 69e86a5daf Exclude tsearch2 contrib tests in regression tests, 18 years ago
Magnus Hagander 90d9fc0aa9 Install stopword files 18 years ago
Magnus Hagander 3b1e04c3e9 Fix generation of snowball_create.sql on msvc builds. 18 years ago
Tom Lane 862861ee77 Fix a couple of misbehaviors rooted in the fact that the default creation 18 years ago
Tom Lane 6c96188cb5 Remove the 'not in' operator (!!=). This was a hangover from Berkeley 18 years ago
Tom Lane a41e46b261 Require SELECT privilege on a table to do dblink_get_pkey(). This is 18 years ago
Tom Lane cc26599b72 Restrict pg_relation_size to relation owner, pg_database_size to DB owner, 18 years ago
Tom Lane 741e952b54 Make currtid() functions require SELECT privileges on the target table. 18 years ago
Tom Lane 56f3fb3ba1 Restrict pgrowlocks function to superusers. (This might be too strict, 18 years ago
Tom Lane 38c75ecf83 Restrict pgstattuple functions to superusers. (This might be too strict, 18 years ago
Tom Lane 0effa088f5 Clean up usage of some deprecated APIs, particularly schema-unsafe 18 years ago
Tom Lane 08fc73c4c3 Code review for btreefuncs additions: restrict to superusers to avoid 18 years ago
Tom Lane 67bf7b919e Make ARRAY(SELECT ...) return an empty array, rather than a NULL, when the 18 years ago
Tom Lane 75d5f6fe79 Adjust with-system-tzdata patch to not attempt to install a symlink, 18 years ago
Tom Lane 75d091a0d7 Fix brain fade in DefineIndex(): it was continuing to access the table's 18 years ago
Tom Lane 21168267b9 Simplify implementation of ts_debug() function --- use a join instead 18 years ago
Tatsuo Ishii e4a52eca35 The upper limit for -c option of pgbench is now obtained from 18 years ago
Tom Lane 52a0830c40 Some more tsearch docs work --- sync names with CVS-tip reality, some 18 years ago
Tom Lane a13cefafb1 Fix synonym-dict breakage introduced in last patch :-(. 18 years ago
Tom Lane 93eab9312f Rename built-in Snowball stemmer dictionaries to be english_stem, 18 years ago
Tom Lane 7351b5fa17 Cleanup for some problems in tsearch patch: 18 years ago
Tom Lane b918bf86c6 Fix combo_decrypt() to throw an error for zero-length input when using a 18 years ago
Andrew Dunstan 44b5efbae6 Reduce memory requirements for writing CSVlogs, so it will work with about 18 years ago