| Age | Commit message (Expand) | Author |
| 2005-09-28 | Repair planning bug introduced in 7.4: outer-join ON clauses that referenced | Tom Lane |
| 2005-09-28 | Improve messages | Peter Eisentraut |
| 2005-09-27 | Some marginal tweaks to make 'make installcheck' mostly work when | Tom Lane |
| 2005-09-27 | Fix problems with PGXS builds against an installation tree that was | Tom Lane |
| 2005-09-27 | Suppress FAQ and TODO changes in pgcvslog output. | Bruce Momjian |
| 2005-09-27 | PGXS should be set with := not =, as specified in the documentation, | Tom Lane |
| 2005-09-27 | Fix incorrect psql \x memory allocation for numericlocale. Redesign API | Bruce Momjian |
| 2005-09-27 | Fix our version of strdup() to adhere to the standard semantics for | Tom Lane |
| 2005-09-26 | Rename variable for clarity. | Bruce Momjian |
| 2005-09-26 | Don't need gettext calls around debug messages. | Peter Eisentraut |
| 2005-09-26 | Log protocol-excute fetch operatation as fetch, rather than execute, | Bruce Momjian |
| 2005-09-25 | The original patch to avoid building a hash join's hashtable when the | Tom Lane |
| 2005-09-24 | Clean up possibly-uninitialized-variable warnings reported by gcc 4.x. | Tom Lane |
| 2005-09-24 | Suppress signed-vs-unsigned-char warnings. | Tom Lane |
| 2005-09-24 | In a machine where INT64_IS_BUSTED, we can only support 32-bit values | Tom Lane |
| 2005-09-23 | Add comments explaining clauses used by CREATE ROLE but not ALTER. | Bruce Momjian |
| 2005-09-23 | Fix typo in comment. | Tom Lane |
| 2005-09-22 | Fix bug introduced into indexable_outerrelids() by an ill-considered | Tom Lane |
| 2005-09-22 | Add instructions. | Bruce Momjian |
| 2005-09-22 | Add "codelines" script to compute number of lines in a releaes. | Bruce Momjian |
| 2005-09-22 | pgindent new GIST index code, per request from Tom. | Bruce Momjian |
| 2005-09-22 | Adjust GiST error messages to conform to message style guidelines. | Tom Lane |
| 2005-09-22 | Take exclusive buffer lock in scan_heap() to eliminate some corner cases | Tom Lane |
| 2005-09-22 | This patch cleans up the access to members of ItemIdData. | Bruce Momjian |
| 2005-09-22 | Fix psql \x by removing puts(). | Bruce Momjian |
| 2005-09-22 | Suppress port number for unix domain sockets in log connect/disconnect | Bruce Momjian |
| 2005-09-22 | Remove some dead code. | Tom Lane |
| 2005-09-21 | Fix postgresql.conf lexer to accept doubled single quotes in literal | Tom Lane |
| 2005-09-21 | Suppress database dump item when --table and/or --schema switch was | Tom Lane |
| 2005-09-21 | optimize_minmax_aggregates() neglected to check for inherited tables. | Tom Lane |
| 2005-09-20 | Fix interaction between psql \set AUTOCOMMIT and "ON_ERROR_ROLLBACK" | Bruce Momjian |
| 2005-09-20 | Return proper value for psql -f filename failure if filename open fails. | Bruce Momjian |
| 2005-09-20 | autovacuum setting false -> off, for consistency | Bruce Momjian |
| 2005-09-19 | Print proper cause of statement cancel, user interaction or timeout. | Bruce Momjian |
| 2005-09-18 | Clarify some error messages | Peter Eisentraut |
| 2005-09-16 | Adjust regression for new cancel query message. | Bruce Momjian |
| 2005-09-16 | Update query cancel message: | Bruce Momjian |
| 2005-09-16 | Adjust bcc to work for thread changes. | Bruce Momjian |
| 2005-09-16 | This correction is required of nmake of Windows. | Bruce Momjian |
| 2005-09-16 | Small fixes | Teodor Sigaev |
| 2005-09-16 | Rename pg_complete_relation_size() to pg_total_relation_size(), for the | Neil Conway |
| 2005-09-16 | Update two comments to refer to use the new list API names. | Neil Conway |
| 2005-09-16 | Force the size and alignment of LWLock array entries to be either 16 or 32 | Tom Lane |
| 2005-09-15 | Copy-editing for GiST README. | Neil Conway |
| 2005-09-15 | Readme about GiST's algorithms | Teodor Sigaev |
| 2005-09-14 | Tweak the PL/PgSQL regression tests to catch the recently reported bug | Neil Conway |
| 2005-09-14 | Fix recent breakage of decl_cursor_arglist syntax, per Michael Paesold. | Tom Lane |
| 2005-09-13 | Fix make_tuple_from_row to support nested rowtypes, per gripe from | Tom Lane |
| 2005-09-12 | Ensure that any memory leaked during an error inside the bgwriter is | Tom Lane |
| 2005-09-12 | Fixed transaction command handling to not ignore savepoints and to correctly ... | Michael Meskes |