| Age | Commit message (Expand) | Author |
| 2004-06-09 | Support assignment to subfields of composite columns in UPDATE and INSERT. | Tom Lane |
| 2004-06-08 | Change PGETC to PGSYSCONFDIR and PGLOCALE to PGLOCALEDIR, per Peter. | Bruce Momjian |
| 2004-06-07 | Add start/stop times for pg_dump/pg_dumpall when verbose output is used. | Bruce Momjian |
| 2004-06-07 | Some preliminary documentation for composite-type stuff. | Tom Lane |
| 2004-06-06 | Infrastructure for I/O of composite types: arrange for the I/O routines | Tom Lane |
| 2004-06-04 | Remove dash in pg_ctl signal name. It broke with getopt_long dash | Bruce Momjian |
| 2004-06-03 | Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir) | Bruce Momjian |
| 2004-06-02 | Small patch that adds some documentation for the area() function. | Bruce Momjian |
| 2004-06-02 | Improve without cluster wording. | Bruce Momjian |
| 2004-06-02 | OK, here's the final version of ALTER TABLE ... SET WITHOUT CLUSTER. | Bruce Momjian |
| 2004-06-01 | Align GRANT/REVOKE behavior more closely with the SQL spec, per discussion | Tom Lane |
| 2004-05-31 | Update pg_dump -v comments to mention additional comments in dump file. | Bruce Momjian |
| 2004-05-27 | Document new pg_ctl 'kill' command, specificially for Win32. | Bruce Momjian |
| 2004-05-27 | Recommend ALTER TABLE ... TYPE as the best way to reclaim space occupied by d... | Tom Lane |
| 2004-05-27 | Add an index entry for "Performance Tips". Patch from Alvaro Herrera. | Neil Conway |
| 2004-05-26 | AIX doc addition: | Bruce Momjian |
| 2004-05-26 | *) inet_(client|server)_(addr|port)() and necessary documentation for | Bruce Momjian |
| 2004-05-26 | The added aggregates are: | Bruce Momjian |
| 2004-05-26 | The patch adresses the TODO list item "Allow external interfaces to | Bruce Momjian |
| 2004-05-26 | This patch implement the TODO [ALTER DATABASE foo OWNER TO bar]. | Bruce Momjian |
| 2004-05-24 | Clarify an entry in the 7.4 release notes. | Neil Conway |
| 2004-05-23 | Fix broken markup. | Tom Lane |
| 2004-05-22 | Fix a few more minor errors in the 7.4 release notes. | Neil Conway |
| 2004-05-22 | Fix typo in an entry in the 7.4 release notes. | Neil Conway |
| 2004-05-21 | Integrate src/timezone library for all platforms. There is more we can | Tom Lane |
| 2004-05-19 | Document &< and &> properly. | Bruce Momjian |
| 2004-05-19 | Clearify CHECK handling of unknown test values. | Bruce Momjian |
| 2004-05-18 | Trim down relocatable docs, per Peter. | Bruce Momjian |
| 2004-05-18 | Add some documentation on relocatable installs. | Bruce Momjian |
| 2004-05-17 | Add documentation that installations are relocatable unless configure | Bruce Momjian |
| 2004-05-17 | Reformat sgml doc paragraph. | Bruce Momjian |
| 2004-05-16 | Add documentation for the new "dollar quoting" feature, and update existing | Neil Conway |
| 2004-05-16 | Change ln(), log(), power(), and sqrt() to emit the correct SQLSTATE | Neil Conway |
| 2004-05-16 | Restore one mention of logrotate, per Peter. | Bruce Momjian |
| 2004-05-14 | Implement the width_bucket() function, per SQL2003. This commit only adds | Neil Conway |
| 2004-05-14 | Properly document rotatelogs, and add mention of it to pg_ctl manual page. | Bruce Momjian |
| 2004-05-14 | Improve documentation for SQLSTATE error codes, per recent thread on | Neil Conway |
| 2004-05-10 | Promote row expressions to full-fledged citizens of the expression syntax, | Tom Lane |
| 2004-05-10 | Fix typo. | Neil Conway |
| 2004-05-08 | Fix typo. | Bruce Momjian |
| 2004-05-06 | Erase MD5 user passwords when a user is renamed because the username is | Bruce Momjian |
| 2004-05-05 | Fix a typo in the documentation. | Neil Conway |
| 2004-05-05 | ALTER TABLE rewrite. New cool stuff: | Tom Lane |
| 2004-05-03 | Fix obscure typo in 7.4.0 release notes. | Neil Conway |
| 2004-04-29 | Minor copy-editing. | Tom Lane |
| 2004-04-24 | Fix typo in libpq docs. | Neil Conway |
| 2004-04-24 | Document that PQoidValue(), PQcmdTuples(), and PQoidStatus() now work | Neil Conway |
| 2004-04-24 | Add mention to run thread test program if user is experiencing problems | Bruce Momjian |
| 2004-04-23 | Add ceiling() as an alias for ceil(), and power() as an alias for pow(). | Neil Conway |
| 2004-04-22 | Make psql's \d+ command indicate whether the table in question | Neil Conway |