summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2006-02-12Update release notes.Tom Lane
2006-02-12Fix broken markup.Tom Lane
2006-02-12Update wording for 8.1.X, remove <only>:Bruce Momjian
2006-02-12> Actually, if you submit a patch that says either "SCROLL is theBruce Momjian
2006-02-12Fix release item ordering.Bruce Momjian
2006-02-12Update back branch release notes.Bruce Momjian
2006-02-12Fix release markup.Bruce Momjian
2006-02-12Update release notes for 8.1.3.Bruce Momjian
2006-02-09Reject out-of-range dates in date_in().Tom Lane
2006-02-05Fix typo in configuration docs.Bruce Momjian
2006-02-05Update PL/pgSQL trigger example to be clearer about how to "merge" dataBruce Momjian
2006-01-20Update EXPLAIN wording for GEQO usage.Bruce Momjian
2006-01-19Doc patch that adds an example of a correllated UPDATE.Bruce Momjian
2006-01-19Clarify STABLE function documentation to highlight how such functionsBruce Momjian
2006-01-18Clarify use of btree indexes for ILIKE and ~*.Bruce Momjian
2006-01-12Remove extraneous backslash from 'fixseq.sql' example --- mea culpaTom Lane
2006-01-06Release-note updates and copy editing.REL8_1_2Tom Lane
2006-01-05New pgcrypto item wording.Bruce Momjian
2006-01-05Wording improvements.Bruce Momjian
2006-01-05Improve markup.Bruce Momjian
2006-01-05Update release notes for 8.1.X, 8.0.X, 7.4.X, and 7.3.X.Bruce Momjian
2005-12-29Remove a space that incorrectly precedes a comma in the PL/pgSQLBruce Momjian
2005-12-28Update COPY CSV \. wording for externally created files.Bruce Momjian
2005-12-28Add regression tests for CSV and \., and add automatic quoting of aBruce Momjian
2005-12-22Update interval documenation to mention the storage system used.Bruce Momjian
2005-12-21Add documentation example of using interval multiplication with 'days'.Bruce Momjian
2005-12-21Add additional example for interval multiplication.Bruce Momjian
2005-12-09Add release notes for back branches (7.3 and up).Tom Lane
2005-12-09Add documentation about the behavior of BEFORE triggers and referentialBruce Momjian
2005-12-09Remove mention that history is _now_ automatically saved on exit. ItBruce Momjian
2005-12-09Fix broken markup.Tom Lane
2005-12-08Release note wording improvements.Bruce Momjian
2005-12-08Wrap UTF-8 paragraph.Bruce Momjian
2005-12-08Update wording of translation bug item.Bruce Momjian
2005-12-08Stamp 8.1.1.Bruce Momjian
2005-12-08Update release notes for 8.1.1.Bruce Momjian
2005-12-08there's a paragraph in the ALTER TABLE reference page that reads:Bruce Momjian
2005-12-08Remove empty heading row in error table.Bruce Momjian
2005-12-08Add "Constant" column to error code table.Bruce Momjian
2005-12-08Documentation fix: s/event_object_name/event_object_table/gPeter Eisentraut
2005-12-08Add documentation about the inability of plpsql to use parameter namesBruce Momjian
2005-12-07Fix incorrect SPI example, per Yoshihisa Nakano.Tom Lane
2005-12-07Improve lazy vacuum wording.Bruce Momjian
2005-12-07Clarify vacuum lazy can shrink a file under certain circumstances.Bruce Momjian
2005-12-06Update iconv wording, per Peter.Bruce Momjian
2005-12-06Highlight diff idea for iconv.Bruce Momjian
2005-12-06iconv uses UTF-8, not UTF8.Bruce Momjian
2005-12-06Document method of removing invalid UTF8 escape sequences from dumpBruce Momjian
2005-12-06Since my name has a non-ascii-letter in it, it's often spelled wrong. InBruce Momjian
2005-12-03Allow to_char(interval) and to_char(time) to use AM/PM specifications.Bruce Momjian