Commit Graph

25631 Commits (048efc25e46d95f6a6dad20d65f6d9dd10c640d4)
 

Author SHA1 Message Date
Tom Lane 048efc25e4 Disallow scrolling of FOR UPDATE/FOR SHARE cursors, so as to avoid problems 18 years ago
Tom Lane 8a35b07e18 Remove obsolete statement that you can't update through a cursor. 18 years ago
Alvaro Herrera 745c1b2c2a Rearrange vacuum-related bits in PGPROC as a bitmask, to better support 18 years ago
Tom Lane 3ef18797b8 Fix an error in make_outerjoininfo introduced by my patch of 30-Aug: the code 18 years ago
Alvaro Herrera 5c4249c353 Danish_Danmark -> Danish_Denmark 18 years ago
Alvaro Herrera 2627c83561 Minor changes to autovacuum worker: change error handling so that it continues 18 years ago
Tom Lane c29a9c37bf Fix UPDATE/DELETE WHERE CURRENT OF to support repeated update and update- 18 years ago
Tom Lane 9226ba817b Keep heap_page_prune from marking the buffer dirty when it didn't 18 years ago
Tom Lane 1c92724985 Set read_only = TRUE while evaluating input queries for ts_rewrite() 18 years ago
Tom Lane 592c88a0d2 Remove the aggregate form of ts_rewrite(), since it doesn't work as desired 18 years ago
Tom Lane 07d0a370c1 Make configure probe for the location of the <uuid.h> header file. 18 years ago
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