| Age | Commit message (Expand) | Author |
| 2005-03-10 | Make the behavior of HAVING without GROUP BY conform to the SQL spec. | Tom Lane |
| 2005-03-07 | Rename canonical encodings, per Peter: | Bruce Momjian |
| 2005-03-07 | Add a note that regression test row ordering differences can be caused | Tom Lane |
| 2005-03-04 | Replace the BufMgrLock with separate locks on the lookup hashtable and | Tom Lane |
| 2005-03-02 | Fix misspelling of sysctl, per Stefan Hans. | Tom Lane |
| 2005-03-01 | SGML improvements to the DML chapter. | Neil Conway |
| 2005-02-28 | Implement max() and min() aggregates for array types. Patch from Koju | Neil Conway |
| 2005-02-27 | Rename planner stats detail to avoid label confict. | Bruce Momjian |
| 2005-02-27 | Add documentation on how statistics are used by the planner. | Bruce Momjian |
| 2005-02-26 | Adjust OS-specific kernel settings to mention old and new BSD methods of | Bruce Momjian |
| 2005-02-26 | Clarify PGPASSWORD usage: | Bruce Momjian |
| 2005-02-26 | Correct overstatement in locking docs: we said ExclusiveLock is never | Tom Lane |
| 2005-02-26 | State PGPASSWORD is "not recommended" rather than "depricated". | Bruce Momjian |
| 2005-02-25 | Please find enclosed a patch, per Dennis Bj<C3><B6>rklund, that uses -f | Bruce Momjian |
| 2005-02-25 | Clarify object ownership language to prevent confusion with database | Bruce Momjian |
| 2005-02-22 | Document that only a table's owner may TRUNCATE it. Per Keith Worthington. | Tom Lane |
| 2005-02-22 | Update initdb locale/encoding documentation description. Backpatch to | Bruce Momjian |
| 2005-02-21 | Fix two typos, per report from Hashem Masoud. | Neil Conway |
| 2005-02-21 | Updates to the bibliography. Patch from Michael Fuhr. | Neil Conway |
| 2005-02-21 | Document the "register" and "unregister" pg_ctl subcommands, for use on | Neil Conway |
| 2005-02-20 | Add code to prevent transaction ID wraparound by enforcing a safe limit | Tom Lane |
| 2005-02-19 | Fix typo in SGML. | Bruce Momjian |
| 2005-02-19 | Add reference to the NewbieDoc Docbook Guide. | Bruce Momjian |
| 2005-02-14 | Minor consistency improvement. | Neil Conway |
| 2005-02-13 | Write some real documentation about the index access method API. | Tom Lane |
| 2005-02-11 | Make clearer warning about using 'now' with DEFAULT: | Bruce Momjian |
| 2005-02-11 | Mention that some psql environment variables come from libpq and note | Bruce Momjian |
| 2005-02-10 | Add some index entries for RAISE and exception handling in PL/PgSQL. Per | Neil Conway |
| 2005-02-10 | Improvements to documentation of shared memory configuration under | Neil Conway |
| 2005-02-10 | Use now() rather than 'now' in an example in the PL/PgSQL docs. From David | Neil Conway |
| 2005-02-10 | Update pginstaller URL to http://www.postgresql.org/ftp/win32/. | Bruce Momjian |
| 2005-02-06 | Better late than never: document that the GiST API changed in 8.0 in the | Neil Conway |
| 2005-02-06 | Document array behavior for out-of-range subscripts. | Tom Lane |
| 2005-02-03 | Minor SGML improvements. | Neil Conway |
| 2005-02-02 | Improve wording of to_char() change in 8.1: | Bruce Momjian |
| 2005-02-02 | Add support for temporary views, including documentation and regression | Neil Conway |
| 2005-01-30 | Recommend security@postgresql.org as the contact point for security-related b... | Tom Lane |
| 2005-01-30 | Preliminary release notes for 8.0.1, 7.4.7, 7.3.9, 7.2.7. | Tom Lane |
| 2005-01-29 | We haven't had a fixed limit on rule recursion depth since 7.3 ... | Tom Lane |
| 2005-01-28 | Add documentation for format_type(), which somehow escaped it before. | Tom Lane |
| 2005-01-28 | Add note cautioning that you can't use an encrypting IDENT server | Tom Lane |
| 2005-01-27 | Generalize TRUNCATE to support truncating multiple tables in one | Tom Lane |
| 2005-01-26 | Close all cursors created during a failed subtransaction. This is needed | Tom Lane |
| 2005-01-26 | Add docs for a couple of formerly-undocumented geometric conversion functions. | Tom Lane |
| 2005-01-23 | Add tools/find_gt_lt to find < and > in SGML source. | Bruce Momjian |
| 2005-01-22 | More < and > changes to ampersands. | Bruce Momjian |
| 2005-01-22 | More < and > cleanups converted to ampersands. | Bruce Momjian |
| 2005-01-22 | More fixes for => and ->, use proper ampersand markups. | Bruce Momjian |
| 2005-01-22 | Change -> and <- to use proper ampersand markups. | Bruce Momjian |
| 2005-01-17 | Clarify that the --enable-integer-datetimes switch affects the time and | Tom Lane |