summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2006-10-08Update multi-line editing wording in release notes.Bruce Momjian
2006-10-08In release notes, mention that multi-line history saving does not workBruce Momjian
2006-10-07Simplify <link> regex cleanup code.Bruce Momjian
2006-10-07Allow HISTORY/history.html to be generated by removing <link> elements,Bruce Momjian
2006-10-07In release notes, always use </link> rather than </>.Bruce Momjian
2006-10-07The -X option in pg_dump was supposed to be a workaround for the lack ofPeter Eisentraut
2006-10-07On platforms that have getrlimit(RLIMIT_STACK), use it to ensure thatTom Lane
2006-10-07Remove tabs added accidentally.Bruce Momjian
2006-10-07Fix a typo.Neil Conway
2006-10-07Add main documentation link tags to the release notes.Bruce Momjian
2006-10-05Update DB2X texinfo example code.Bruce Momjian
2006-10-03Improve readline psql prompt suggestion.Bruce Momjian
2006-10-03Add experimental support for db2x texinfoBruce Momjian
2006-10-03This patch fixes a small typo in information_schema.sgml.Bruce Momjian
2006-10-03Add URL for strlcpy():Bruce Momjian
2006-10-03Add:Bruce Momjian
2006-10-02Update wording:Bruce Momjian
2006-10-02Add:Bruce Momjian
2006-10-02Update recovery documentation.Bruce Momjian
2006-10-02Add URL for cached copy of paper as SGML comment.Bruce Momjian
2006-10-02Add release note item:Bruce Momjian
2006-10-02Move "Exotic Features" to the bottom of TODO.Bruce Momjian
2006-10-01Improve documentation of configure's readline/libedit switches.Tom Lane
2006-10-01date_trunc also accepts 'quarter'. Noted by Yoshihisa Nakano.Tom Lane
2006-09-30Add:Bruce Momjian
2006-09-30Add MONEY URL:Bruce Momjian
2006-09-29Allow assignment to array elements not contiguous with those alreadyTom Lane
2006-09-29Remove duplicate (and now incorrect) documentation for row-wise IS [NOT]Tom Lane
2006-09-28Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform toTom Lane
2006-09-28Add URL for client_encoding being set by client:Bruce Momjian
2006-09-27GiST stands for "Generalized Search Tree", and therefore should not beNeil Conway
2006-09-26Update wording of inheritance major release item.Bruce Momjian
2006-09-26Split out inheritance major feature item in release notes.Bruce Momjian
2006-09-26Done:Bruce Momjian
2006-09-25Increase default value of effective_cache_size to 128MB, per discussion.Tom Lane
2006-09-25More incremental improvements for the release notes.Neil Conway
2006-09-25no-data-for-failed-tables is a pg_restore option, not a pg_dump option.Tom Lane
2006-09-25Fix name, "Laurenz Albe" at request of author.Bruce Momjian
2006-09-24Minor incremental improvements to the release notes.Neil Conway
2006-09-22Fix pg_locks view to call advisory locks advisory locks, while preservingTom Lane
2006-09-22Add to major release notes items, per Simon.Bruce Momjian
2006-09-22Move incorrectly-located indexterm entry.Tom Lane
2006-09-22Update timezone documentation to reflect current reality: instead ofTom Lane
2006-09-22Update release notes to only use HTML4 entities.Bruce Momjian
2006-09-22We're going to have to spell dotless i as plain i, because dotless i isTom Lane
2006-09-22Fix a lot of broken markup.Tom Lane
2006-09-22Update release notes to be current as of CVS today.Bruce Momjian
2006-09-22Update major release note items.Bruce Momjian
2006-09-22First try at a major features list for 8.2.Bruce Momjian
2006-09-21Add comments about STORAGE option for GINTeodor Sigaev