Commit Graph

25620 Commits (dbaec70c153239224c0288d865b96c2f939fbdf5)
 

Author SHA1 Message Date
Tom Lane dbaec70c15 Rename and slightly redefine the default text search parser's "word" 18 years ago
Magnus Hagander 344d0cae64 Use snprintf instead of wsprintf, and use getenv("APPDATA") instead of 18 years ago
Tom Lane 12f25e70a6 Fix two-argument form of ts_rewrite() so it actually works for cases where 18 years ago
Tom Lane bb36c51fcd Fix several bugs in tsvectorin, including crash due to uninitialized field and 18 years ago
Tom Lane f551348417 Clarify example of planner cost computation, per a suggestion from 18 years ago
Tom Lane 3e17ef1cfa Adjust ts_debug's output as per my proposal of yesterday: show the 18 years ago
Tom Lane 7ec280e117 Be careful to get share lock on each page before computing its free space. 18 years ago
Tom Lane 88ae1bd3f2 Remove an Assert that's been obsoleted by recent changes in the parsetree 18 years ago
Magnus Hagander f04b8a8e2c Increase FD_SETSIZE on Win32 to allow for more than 54 clients. 18 years ago
Tom Lane 6088bfb8b6 Create a quick-and-dirty list of known migration issues for pre-8.3 18 years ago
Tom Lane f1c87830b5 Add a useless return statement to suppress a warning seen with some 18 years ago
Tom Lane 1ea47dd8cb Fix shared tsvector/tsquery input code so that we don't say "syntax error in 18 years ago
Tom Lane dfc6f130b4 Editorial overhaul for text search documentation. Organize the info 18 years ago
Bruce Momjian 6cb00e67ef Update Japanese FAQ. 18 years ago
Bruce Momjian b002af5698 More release note word-smithing. 18 years ago
Tom Lane 531ead8ab4 Adjust error message to agree with documentation. The tsearch documentation 18 years ago
Bruce Momjian 24f3a77112 Fix release tag spelling typo. 18 years ago
Bruce Momjian 1ba96ef04f More release note wording improvements. 18 years ago
Bruce Momjian 7b98f6be6e Update German FAQ. 18 years ago
Tom Lane 41a312a1f6 Add a note pointing out that you can't log to syslog without tweaking 18 years ago
Tom Lane 638bd34f89 Found another small glitch in tsearch API: the two versions of ts_lexize() 18 years ago
Tom Lane ba6b0bfd63 ts_rewrite() does not return a set, only one row; fix mislabeling in 18 years ago
Bruce Momjian 6fe5885cdf More indenting cleanup for release notes. 18 years ago
Bruce Momjian 35dab98e1b Consistently indent release notes for prior releases. 18 years ago
Bruce Momjian decff24fe2 More release wording adjustments. 18 years ago
Bruce Momjian 52c51a45e6 More indenting cleanup, tag additions. 18 years ago
Bruce Momjian f031610297 Move a few items into migration from the main changes section. Indent 18 years ago
Neil Conway 35342395c0 Minor fixes for the release notes. 18 years ago
Bruce Momjian 403b6fd9a9 Small changes to release note descriptions. 18 years ago
Bruce Momjian 62c99fc289 First pass over release documentation. I trimmed down some of the 18 years ago
Bruce Momjian 6bec963aa5 Re-add FAQ item: 18 years ago
Tom Lane 26cbf791ec Add missing entry for PG_WIN1250 encoding, per gripe from Pavel Stehule. 18 years ago
Tom Lane 6efae5bf2a Another round of editorialization on the text search documentation. 18 years ago
Bruce Momjian cb0d539d05 Mention Slony as just an example. 18 years ago
Magnus Hagander d8c5edae3b Fix the URL properly per Robert Treat. 18 years ago
Tom Lane 2011bebc89 Use 'token' not 'lexeme' to describe the output of a parser. 18 years ago
Tom Lane 56303abff0 Tweak toast-related logic in heapam.c so that the toaster is only invoked 18 years ago
Tom Lane 9a4b29d832 Teach pgxs.mk and Install.pm how to install files from a contrib module 18 years ago
Bruce Momjian 4fef90dfed Add doc clarifications for warm standby. 18 years ago
Magnus Hagander aad991b41b Update URLs to a couple of external projects 18 years ago
Magnus Hagander 699a0ef7bb Re-allow UTF8 encodings on win32. Since UTF8 is converted to 18 years ago
Peter Eisentraut 2d5b16bb10 Remove quotes around locale names in some places for consistency. 18 years ago
Bruce Momjian 59dc5d0e11 Slony switch is only seconds of downtime. 18 years ago
Bruce Momjian e61d252152 Add mention of Slony for in-place upgrades. 18 years ago
Tom Lane febd60bf5d Fix pg_wchar_table[] to match revised ordering of the encoding ID enum. 18 years ago
Tom Lane 4b21d1f09b Remove obsolete examples of add-on parsers and dictionary templates; 18 years ago
Tom Lane 5fcb079858 Add sample text search dictionary templates and parsers, to replace the 18 years ago
Tom Lane fb631dba2a Include NOLOGIN roles in the 'flat' password file. In the original 18 years ago
Tom Lane 7cf3ff109d make install is supposed to install everything under src/include/, 18 years ago
Tom Lane cd8e1f50dd Ooops, forgot about adding -DFRONTEND. 18 years ago