| Age | Commit message (Expand) | Author |
| 2005-05-26 | Document that utility commands such as DROP FUNCTION allow argument names | Tom Lane |
| 2005-05-26 | Back out SQLSTATE and SQLERRM support. | Bruce Momjian |
| 2005-05-26 | Add PL/pgSQL SQLSTATE and SQLERRM support which sets these values on | Bruce Momjian |
| 2005-05-25 | Editing for the new "Encryption Options" section of the manual. | Neil Conway |
| 2005-05-23 | Remove some verbiage describing how min() and max() are slow when applied | Neil Conway |
| 2005-05-23 | Consistently do not include a terminating period in single-sentence | Neil Conway |
| 2005-05-20 | Add support for wal_fsync_writethrough for Darwin, and restructure the | Bruce Momjian |
| 2005-05-20 | Fix typo in ECPG docs, per Andreas Seltenreich. | Neil Conway |
| 2005-05-20 | Add some links to the CREATE FUNCTION reference page when describing | Neil Conway |
| 2005-05-20 | Make the CREATE RULE syntax description in rules.sgml more consistent | Neil Conway |
| 2005-05-20 | Implement md5(bytea), update regression tests and documentation. Patch | Neil Conway |
| 2005-05-17 | Extend the pg_locks system view so that it can fully display all lock | Tom Lane |
| 2005-05-17 | GiST improvements: | Neil Conway |
| 2005-05-15 | Rename Rendezvous to Bonjour to match OS/X renaming. | Bruce Momjian |
| 2005-05-13 | Add missing quote, per Dave Page. | Tom Lane |
| 2005-05-13 | Update createuser examples to match the current program behavior, | Tom Lane |
| 2005-05-13 | Fix broken markup. | Tom Lane |
| 2005-05-11 | Document where to download free Microsoft and Borland development tools. | Bruce Momjian |
| 2005-05-11 | Document that bcc compiles now need the -N flag, backpatch to 8.0.X. | Bruce Momjian |
| 2005-05-11 | Fix newly introduced spelling error. | Neil Conway |
| 2005-05-11 | Add mention that not all functions are listed. | Bruce Momjian |
| 2005-05-10 | Back out check for unreferenced files. | Bruce Momjian |
| 2005-05-09 | Rename encryption section. | Bruce Momjian |
| 2005-05-09 | Improve wording of new documentation section on encryption, and move it | Bruce Momjian |
| 2005-05-09 | Complete the following TODO items: | Neil Conway |
| 2005-05-09 | Update release notes for upcoming re-releases. | Tom Lane |
| 2005-05-08 | Add encryption section to documentation. | Bruce Momjian |
| 2005-05-08 | Documentation adjustments. | Bruce Momjian |
| 2005-05-07 | Add COPY WITH CVS HEADER to allow a heading line as the first line in | Bruce Momjian |
| 2005-05-06 | Update misleading comment about the use of lanpltrusted ... it is | Tom Lane |
| 2005-05-06 | Remove documentation that CSV didn't handle carriage returns and line | Bruce Momjian |
| 2005-05-05 | Per core discussion, we should push out a 7.2.* release too while | Tom Lane |
| 2005-05-04 | Preliminary release notes for 8.0.3, 7.4.8, 7.3.10. | Tom Lane |
| 2005-05-03 | Alter the signature for encoding conversion functions to declare the | Tom Lane |
| 2005-05-02 | Check the file system on postmaster startup and report any unreferenced | Bruce Momjian |
| 2005-05-02 | Add some missing "See Also" entries to the domain-related SQL reference | Neil Conway |
| 2005-05-02 | Change SPI functions to use a `long' when specifying the number of tuples | Neil Conway |
| 2005-05-01 | Change CREATE TYPE to require datatype output and send functions to have | Tom Lane |
| 2005-05-01 | Fix incorrect backslashing in regexp example, per Robert Treat. | Tom Lane |
| 2005-05-01 | Mention the actual stored size of NUMERIC values, per David Fetter. | Tom Lane |
| 2005-04-28 | Implement sharable row-level locks, and use them for foreign key references | Tom Lane |
| 2005-04-28 | Add psql \set ON_ERROR_ROLLBACK to allow statements in a transaction to | Bruce Momjian |
| 2005-04-27 | Wording improvement. | Bruce Momjian |
| 2005-04-27 | Update PAM documentation, per Alvaro. | Bruce Momjian |
| 2005-04-26 | Mention that PAM requires the user already exist in the database, per | Bruce Momjian |
| 2005-04-23 | Add documentation stating how to determine if FSM settings are too low | Bruce Momjian |
| 2005-04-22 | Typo fix. Alvaro. | Bruce Momjian |
| 2005-04-22 | Remove pre-7.3 mention that FOR UPDATE can be before LIMIT. | Bruce Momjian |
| 2005-04-22 | Clarify that only crypt can't use md5 pg_shadow passwords. | Bruce Momjian |
| 2005-04-21 | Clarify use of MD5 authentication and pg_shadow encryption. | Bruce Momjian |