aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Set read_only = TRUE while evaluating input queries for ts_rewrite()Tom Lane2007-10-24
* Remove the aggregate form of ts_rewrite(), since it doesn't work as desiredTom Lane2007-10-24
* Make configure probe for the location of the <uuid.h> header file.Tom Lane2007-10-23
* Rename and slightly redefine the default text search parser's "word"Tom Lane2007-10-23
* Use snprintf instead of wsprintf, and use getenv("APPDATA") instead ofMagnus Hagander2007-10-23
* Fix two-argument form of ts_rewrite() so it actually works for cases whereTom Lane2007-10-23
* Fix several bugs in tsvectorin, including crash due to uninitialized field andTom Lane2007-10-23
* Clarify example of planner cost computation, per a suggestion fromTom Lane2007-10-22
* Adjust ts_debug's output as per my proposal of yesterday: show theTom Lane2007-10-22
* Be careful to get share lock on each page before computing its free space.Tom Lane2007-10-22
* Remove an Assert that's been obsoleted by recent changes in the parsetreeTom Lane2007-10-22
* Increase FD_SETSIZE on Win32 to allow for more than 54 clients.Magnus Hagander2007-10-22
* Create a quick-and-dirty list of known migration issues for pre-8.3Tom Lane2007-10-22
* Add a useless return statement to suppress a warning seen with someTom Lane2007-10-22
* Fix shared tsvector/tsquery input code so that we don't say "syntax error inTom Lane2007-10-21
* Editorial overhaul for text search documentation. Organize the infoTom Lane2007-10-21
* Update Japanese FAQ.Bruce Momjian2007-10-20
* More release note word-smithing.Bruce Momjian2007-10-20
* Adjust error message to agree with documentation. The tsearch documentationTom Lane2007-10-20
* Fix release tag spelling typo.Bruce Momjian2007-10-20
* More release note wording improvements.Bruce Momjian2007-10-20
* Update German FAQ.Bruce Momjian2007-10-20
* Add a note pointing out that you can't log to syslog without tweakingTom Lane2007-10-20
* Found another small glitch in tsearch API: the two versions of ts_lexize()Tom Lane2007-10-19
* ts_rewrite() does not return a set, only one row; fix mislabeling inTom Lane2007-10-19
* More indenting cleanup for release notes.Bruce Momjian2007-10-19
* Consistently indent release notes for prior releases.Bruce Momjian2007-10-18
* More release wording adjustments.Bruce Momjian2007-10-18
* More indenting cleanup, tag additions.Bruce Momjian2007-10-18
* Move a few items into migration from the main changes section. IndentBruce Momjian2007-10-18
* Minor fixes for the release notes.Neil Conway2007-10-18
* Small changes to release note descriptions.Bruce Momjian2007-10-18
* First pass over release documentation. I trimmed down some of theBruce Momjian2007-10-18
* Re-add FAQ item:Bruce Momjian2007-10-17
* Add missing entry for PG_WIN1250 encoding, per gripe from Pavel Stehule.Tom Lane2007-10-17
* Another round of editorialization on the text search documentation.Tom Lane2007-10-17
* Mention Slony as just an example.Bruce Momjian2007-10-16
* Fix the URL properly per Robert Treat.Magnus Hagander2007-10-16
* Use 'token' not 'lexeme' to describe the output of a parser.Tom Lane2007-10-16
* Tweak toast-related logic in heapam.c so that the toaster is only invokedTom Lane2007-10-16
* Teach pgxs.mk and Install.pm how to install files from a contrib moduleTom Lane2007-10-16
* Add doc clarifications for warm standby.Bruce Momjian2007-10-16
* Update URLs to a couple of external projectsMagnus Hagander2007-10-16
* Re-allow UTF8 encodings on win32. Since UTF8 is converted toMagnus Hagander2007-10-16
* Remove quotes around locale names in some places for consistency.Peter Eisentraut2007-10-16
* Slony switch is only seconds of downtime.Bruce Momjian2007-10-16
* Add mention of Slony for in-place upgrades.Bruce Momjian2007-10-16
* Fix pg_wchar_table[] to match revised ordering of the encoding ID enum.Tom Lane2007-10-15
* Remove obsolete examples of add-on parsers and dictionary templates;Tom Lane2007-10-15
* Add sample text search dictionary templates and parsers, to replace theTom Lane2007-10-15