summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2007-10-27Rename default text search parser's "uri" token type to "url_path",Tom Lane
2007-10-27Minor wording improvements per suggestion from Jeff Davis. Also tweakTom Lane
2007-10-26Add plpgsql doc example of RETURN NEXT.Bruce Momjian
2007-10-25Fix ALTER SEQUENCE so that it does not affect the value of currval() forTom Lane
2007-10-25Use more real-world examples in the text search parser documentation.Alvaro Herrera
2007-10-25Update release notes to current CVS.Bruce Momjian
2007-10-24Disallow scrolling of FOR UPDATE/FOR SHARE cursors, so as to avoid problemsTom Lane
2007-10-24Remove obsolete statement that you can't update through a cursor.Tom Lane
2007-10-24Remove the aggregate form of ts_rewrite(), since it doesn't work as desiredTom Lane
2007-10-23Rename and slightly redefine the default text search parser's "word"Tom Lane
2007-10-22Clarify example of planner cost computation, per a suggestion fromTom Lane
2007-10-22Adjust ts_debug's output as per my proposal of yesterday: show theTom Lane
2007-10-22Create a quick-and-dirty list of known migration issues for pre-8.3Tom Lane
2007-10-21Editorial overhaul for text search documentation. Organize the infoTom Lane
2007-10-20More release note word-smithing.Bruce Momjian
2007-10-20Fix release tag spelling typo.Bruce Momjian
2007-10-20More release note wording improvements.Bruce Momjian
2007-10-20Add a note pointing out that you can't log to syslog without tweakingTom Lane
2007-10-19More indenting cleanup for release notes.Bruce Momjian
2007-10-18Consistently indent release notes for prior releases.Bruce Momjian
2007-10-18More release wording adjustments.Bruce Momjian
2007-10-18More indenting cleanup, tag additions.Bruce Momjian
2007-10-18Move a few items into migration from the main changes section. IndentBruce Momjian
2007-10-18Minor fixes for the release notes.Neil Conway
2007-10-18Small changes to release note descriptions.Bruce Momjian
2007-10-18First pass over release documentation. I trimmed down some of theBruce Momjian
2007-10-17Another round of editorialization on the text search documentation.Tom Lane
2007-10-16Mention Slony as just an example.Bruce Momjian
2007-10-16Fix the URL properly per Robert Treat.Magnus Hagander
2007-10-16Add doc clarifications for warm standby.Bruce Momjian
2007-10-16Update URLs to a couple of external projectsMagnus Hagander
2007-10-16Slony switch is only seconds of downtime.Bruce Momjian
2007-10-16Add mention of Slony for in-place upgrades.Bruce Momjian
2007-10-15Remove obsolete examples of add-on parsers and dictionary templates;Tom Lane
2007-10-13Migrate the former contrib/txid module into core. This will make it easierTom Lane
2007-10-11Add missing word.Bruce Momjian
2007-10-11Add missing word.Bruce Momjian
2007-10-11Update release notes in "major" and "migration" sections. Still haveBruce Momjian
2007-10-11Whitespace cleanup.Bruce Momjian
2007-10-10Minor correction for full-text search limitations docs.Neil Conway
2007-10-10Fix typo in REVOKE reference page. Guillaume Lelarge.Neil Conway
2007-10-10Back out release changes that weren't ready for commit.Bruce Momjian
2007-10-10Update Japanese FAQ.Bruce Momjian
2007-10-09Replace a reference to "start_log_collector" with "logging_collector",Neil Conway
2007-10-07A few improvements to analyze and vacuum sections in documentation: add "seeAlvaro Herrera
2007-10-07Change π to plain "pi" in index entry, to avoid double escaping issues.Alvaro Herrera
2007-10-07Clean up the doc makefile for draft HTML generation. It no longer worksAlvaro Herrera
2007-10-07Remove stylesheet.css file on "make clean", created only on VPATH builds.Alvaro Herrera
2007-10-06Fix missing parenthesis, per Guillaume Lelarge.Alvaro Herrera
2007-10-06Fix SGML markup, from Guillaume Lelarge.Alvaro Herrera