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