| Age | Commit message (Expand) | Author |
| 2004-10-11 | Fix pg_indexes view so that it shows the index's tablespace not the | Tom Lane |
| 2004-10-09 | Adjust configuration-files GUC behavior as per my recent proposal. | Tom Lane |
| 2004-10-08 | Include schema name in pg_restore -l output, per request from Phil Endecott. | Tom Lane |
| 2004-10-08 | Whack some sense into the configuration-file-location patch. | Tom Lane |
| 2004-10-06 | Suppress psql \s help display for platforms like Win32 that don't | Bruce Momjian |
| 2004-10-06 | please find attached an alternate submission which addresses open item | Bruce Momjian |
| 2004-10-04 | Remove arithmetic operators on the 1-byte-char datatype, as per proposals | Tom Lane |
| 2004-10-04 | Detect overflow in integer arithmetic operators (integer, smallint, and | Tom Lane |
| 2004-10-04 | Fix error in setseed() docs: "int32" is not a (SQL) type, but "integer" is. | Neil Conway |
| 2004-10-04 | Document that the semicolon following the final "END" in a function body | Neil Conway |
| 2004-10-01 | Don't assume PQdb() will return a valid result from a failed connection. | Tom Lane |
| 2004-10-01 | Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keyword | Tom Lane |
| 2004-10-01 | Remove more traces of libpgtcl from the source tree. Also, make some | Neil Conway |
| 2004-09-30 | Add a note suggesting that users should use the newer version of pg_dump | Neil Conway |
| 2004-09-30 | Add more index entries for reference pages related to prepare queries. | Neil Conway |
| 2004-09-30 | Add an index entry for tablespaces. From Kris Jurka. | Neil Conway |
| 2004-09-29 | Minor documentation improvement. | Neil Conway |
| 2004-09-28 | Fix typo in docs. | Neil Conway |
| 2004-09-27 | Update docs for Borland CC build. | Bruce Momjian |
| 2004-09-27 | Addition to documentation about cvsup. From Andrew Dunstan, minor SGML | Neil Conway |
| 2004-09-26 | Fix misstatement in docs: CREATE TABLE AS is now part of the standard. | Neil Conway |
| 2004-09-26 | Fix multiple breakages in our support for SSL certificates. | Tom Lane |
| 2004-09-24 | Fix slightly misleading description of PERFORM syntax. | Tom Lane |
| 2004-09-24 | Minor improvements to the release notes. | Neil Conway |
| 2004-09-23 | Improve description of Execute message behavior, per Oliver Jowett. | Tom Lane |
| 2004-09-23 | This patch attempts to outline the supported level of SSL within libpq. | Bruce Momjian |
| 2004-09-23 | This patch attempts to note the use of the root.crt file in the server. | Bruce Momjian |
| 2004-09-23 | Update CREATE TABLE AS docs to reflect the fact that CREATE TABLE AS was | Neil Conway |
| 2004-09-23 | Update installation docs for PL/Python to note that distutils is now | Neil Conway |
| 2004-09-22 | This patch from Alvaro Herrera adds transaction ID to the list of | Neil Conway |
| 2004-09-20 | Some editorializing on the docs for the dollar-quoting feature: fix | Tom Lane |
| 2004-09-20 | Fix some shortcomings in psql's autocommit-off mode concerning detection | Tom Lane |
| 2004-09-20 | Now that I look, table 8-1 has some other marginal misstatements in it. | Tom Lane |
| 2004-09-20 | Minor documentation cleanup and improvement. | Neil Conway |
| 2004-09-18 | Put the brackets in the right places in timestamp entries in table 8-1. | Tom Lane |
| 2004-09-17 | Improve documentation of log rotation options, per Ed L. | Tom Lane |
| 2004-09-17 | Allow WIN1250 as server encoding. | Peter Eisentraut |
| 2004-09-17 | Hyperlink a reference to DROP CAST in the CREATE CAST reference page. | Neil Conway |
| 2004-09-16 | Minor doc tweak: mention that function names can be optionally schema- | Neil Conway |
| 2004-09-13 | Redesign query-snapshot timing so that volatile functions in READ COMMITTED | Tom Lane |
| 2004-09-10 | Fire non-deferred AFTER triggers immediately upon query completion, | Tom Lane |
| 2004-09-08 | Clarify description of SET CONSTRAINTS. Point out that it is still | Tom Lane |
| 2004-09-01 | Remove a stray reference to sequences as having tablespaces. | Tom Lane |
| 2004-09-01 | Add a note about the difference between Postgres' treatment of the rights | Tom Lane |
| 2004-08-31 | Replace log_filename_prefix with more general log_filename parameter, | Tom Lane |
| 2004-08-30 | Avoid ambiguity, as per suggestion from Peter Stricker. | Tom Lane |
| 2004-08-30 | Rather than referring to src/tutorial/README, put the build instructions | Tom Lane |
| 2004-08-30 | Add note that contrib/rserv is gone. | Tom Lane |
| 2004-08-30 | Add explicit note that empty-string array element values now have to | Tom Lane |
| 2004-08-29 | Add WAL logging for CREATE/DROP DATABASE and CREATE/DROP TABLESPACE. | Tom Lane |