summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
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
2007-10-05Remove some cross-references that don't seem to work in HISTORYTom Lane
2007-10-04Some desultory markup improvements in the new release notes.Tom Lane
2007-10-04Two fixes for the release notes from Guillaume Smet. In passing, makeNeil Conway
2007-10-04First pass at SGML-ifying the 8.3 release notes. Plenty of improvementsNeil Conway
2007-10-03Second pass at 8.3 release notes: put items in a bit more logical orderTom Lane
2007-10-03Various minor improvements to the 8.3 release notes.Neil Conway
2007-10-03Some editorial improvements for recently-added ALTER SEQUENCE/VIEWTom Lane
2007-10-03First cut at 8.3 release notes. SGML markup is nonexistent, andTom Lane
2007-10-01Add catalogs.sgml documentation for text search catalogs.Tom Lane
2007-10-01Add note warning against use of pre-8.4 multithreaded Tcl.Tom Lane
2007-09-30Add an extra header byte to TOAST-pointer datums to represent their sizeTom Lane
2007-09-29Make archive recovery always start a new timeline, rather than only when aTom Lane
2007-09-28Change initdb and CREATE DATABASE to actively reject attempts to createTom Lane
2007-09-27Add virtual transaction IDs to CSVLOG output, so that messages coming fromTom Lane
2007-09-26Minor improvements in backup and recovery:Tom Lane
2007-09-26Document that libpq's PQntuples() might overflow.Bruce Momjian
2007-09-25Just-in-time background writing strategy. This code avoids re-scanningTom Lane
2007-09-24Simplify and rename some GUC variables, per various recent discussions:Tom Lane
2007-09-24Remove "convert 'blah' using conversion_name" facility, because if itAndrew Dunstan
2007-09-22Document the translations from Postgres message severity levels toTom Lane
2007-09-21Improve handling of prune/no-prune decisions by storing a page's oldestTom Lane
2007-09-20HOT updates. When we update a tuple without changing any of its indexedTom Lane
2007-09-19Remove tabs from SGML file.Bruce Momjian
2007-09-18Close previously open holes for invalidly encoded data to enter theAndrew Dunstan
2007-09-16Update release notes for last-minute fix.Tom Lane
2007-09-14Fix markup that doesn't work in back branches.Tom Lane