summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2007-12-09Fix up the PQconnectionUsedPassword mess: create a separateTom Lane
2007-12-08In the release notes, mention that the "Overview" items are listed inBruce Momjian
2007-12-07In release notes, mention "most" updates are improved with HOT.Bruce Momjian
2007-12-07Update HOT description to make index column changes clearer.Bruce Momjian
2007-12-07Change documentation, change "distributed" checkpoints to "smoothed"Bruce Momjian
2007-12-07Fix typo in pg_standby docs. Arul Shaji.Neil Conway
2007-12-06Add missing table entry for lastval(), per Jeff Davis.Tom Lane
2007-12-06Make an editorial pass over the newly SGML-ified contrib documentation.Tom Lane
2007-12-05Remove unused, occasionally confusing graphics building support.Peter Eisentraut
2007-12-03Entity-ify a passel of & < > characters. Per gripe from Devrim.Tom Lane
2007-12-03Add missing documentation for SSPI packets.Magnus Hagander
2007-12-03Improve partitioning example, per Itagaki Takahiro.Tom Lane
2007-12-03Add SGML documentation for contrib/spi and contrib/test_parser.Tom Lane
2007-12-03Update SGML contrib documentation to catch up with recent changes toTom Lane
2007-12-02Ensure that all <sect1> and <refentry> tags have IDs. This is neededTom Lane
2007-12-02Add SGML docs for contrib/dict_int and contrib/dict_xsyn.Tom Lane
2007-12-02Improve the manual's discussion of partitioning. Recommend using aTom Lane
2007-12-02Mention hash opclasses in 'System Dependencies on Operator Classes',Tom Lane
2007-12-02Sync release notes with CVS HEAD; various editorial improvements.Tom Lane
2007-11-30Update release notes to current CVS.Bruce Momjian
2007-11-28Add additional PITR documentation.Bruce Momjian
2007-11-28RETURN NEXT doc improvement, per Alvaro.Bruce Momjian
2007-11-28Update RETURN NEXT documentation for plpgsql.Bruce Momjian
2007-11-28Plpgsql doc cleanup.Bruce Momjian
2007-11-28spell checker runPeter Eisentraut
2007-11-28Add credit to Pavel Stehule for XML functionalityPeter Eisentraut
2007-11-28Fix column numberPeter Eisentraut
2007-11-28Add a few current_* variable index entries to the docs.Bruce Momjian
2007-11-28Add comments about VACUUM to free space map docs.Bruce Momjian
2007-11-27Add quote_literal(anyelement) to preserve (and, in fact, extend) aTom Lane
2007-11-27Add example of MONEY casting to numeric if locale is known.Bruce Momjian
2007-11-27Wording improvement for MONEY casting.Bruce Momjian
2007-11-27Add documentation about the issues of casting MONEY to/from numericBruce Momjian
2007-11-26Change index_name to name for consistency.Peter Eisentraut
2007-11-26Fix select_common_type() so that it can select a domain type, if all inputsTom Lane
2007-11-23Fix "Overall Page Layout" table. The second row should be ItemIdData, notTatsuo Ishii
2007-11-22Document that doc builds now build indexes by default, unless "draft" isBruce Momjian
2007-11-21Clarify the syntax rules for raw tsvector input.Tom Lane
2007-11-20Split release notes up into smaller sections; easier to read.Bruce Momjian
2007-11-20Fix some missed usages of 'HTML tag' and 'HTML entity'.Tom Lane
2007-11-20Make "contrib/" tag consistent.Bruce Momjian
2007-11-20Split out data types and function entries into separate sections in theBruce Momjian
2007-11-20Release note adjustments suggested by IRC users.Bruce Momjian
2007-11-20Reorder a few release notes items for consistency.Bruce Momjian
2007-11-20Trim down release section headings (no need for Changes).Bruce Momjian
2007-11-20Change descriptions of entity and tag objects to "XML entity" and "XML tag".Andrew Dunstan
2007-11-20Split "server changes" up into smaller sections in release notes.Bruce Momjian
2007-11-20Markup fix.Bruce Momjian
2007-11-20More release notes wording cleanups.Bruce Momjian
2007-11-19Improve description of implicit-text-casting compatibility issue.Tom Lane