| Age | Commit message (Expand) | Author |
| 2004-01-01 | Do an explicit fflush after writing a progress message with puts. | Tom Lane |
| 2003-12-23 | Supress non-temp schemas from psql \dn display. | Bruce Momjian |
| 2003-12-23 | Fix a number of places where reconfiguring with a different installation | Tom Lane |
| 2003-12-23 | Fix compile warning. | Tom Lane |
| 2003-12-19 | Forbid REVOKE on untrusted languages, and don't dump privileges of | Peter Eisentraut |
| 2003-12-19 | Add missing $(X). | Peter Eisentraut |
| 2003-12-17 | Remove pg_id. | Peter Eisentraut |
| 2003-12-11 | New translation | Peter Eisentraut |
| 2003-12-08 | Work around naming conflict between zlib and OpenSSL by tweaking inclusion | Tom Lane |
| 2003-12-07 | One more pass at reducing the cost of pg_dump's new implementation: | Tom Lane |
| 2003-12-07 | Speed up findObjectByCatalogId() to get rid of the other salient | Tom Lane |
| 2003-12-06 | Replace not-very-bright implementation of topological sort with a better | Tom Lane |
| 2003-12-06 | Massive overhaul of pg_dump: make use of dependency information from | Tom Lane |
| 2003-12-02 | Fix some small errors. | Peter Eisentraut |
| 2003-12-01 | Fix initdb use of mkdir_p(). | Bruce Momjian |
| 2003-12-01 | This makes help like this: | Bruce Momjian |
| 2003-12-01 | attached is a patch that adds display of the groups a user belongs to to | Bruce Momjian |
| 2003-12-01 | This patch reduces some unsightly #ifdefs, and fixes two typos in | Bruce Momjian |
| 2003-12-01 | This patch finishes off the work that I did with making view | Bruce Momjian |
| 2003-12-01 | This patch adds a new GUC var, "default_with_oids", which follows the | Bruce Momjian |
| 2003-11-29 | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon |
| 2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
| 2003-11-25 | New translation | Peter Eisentraut |
| 2003-11-25 | More adjustment of error messages | Peter Eisentraut |
| 2003-11-24 | Avoid using string literal with embedded newline. | Tom Lane |
| 2003-11-23 | Make the messages and the options parsing a bit more standard. | Peter Eisentraut |
| 2003-11-23 | Add maintainer-clean target. | Peter Eisentraut |
| 2003-11-23 | Add NLS support. | Peter Eisentraut |
| 2003-11-21 | COMMENT ON casts, conversions, languages, operator classes, and | Tom Lane |
| 2003-11-17 | Add FreeBSD mention for initdb.c. | Bruce Momjian |
| 2003-11-14 | Translation updates | Peter Eisentraut |
| 2003-11-14 | Try to improve error handling for failures of backend subprocess. | Tom Lane |
| 2003-11-14 | Add fflush() before popen() calls; avoids any possible problem with | Tom Lane |
| 2003-11-14 | Add missing logic to handle fixing permissions on an already-existing | Tom Lane |
| 2003-11-14 | Translation updates | Peter Eisentraut |
| 2003-11-13 | Preliminary code review for C version of initdb. Re-centralize handling | Tom Lane |
| 2003-11-13 | Silly to copy sprompt.c from src/port when we're linking libpgport anyway. | Tom Lane |
| 2003-11-13 | pgindent new initdb.c from Tom. | Bruce Momjian |
| 2003-11-13 | Add owner description to initdb C code. | Bruce Momjian |
| 2003-11-13 | Add fflush() calls so that I'm-about-to-do-this messages actually | Tom Lane |
| 2003-11-13 | Fix lack of optreset. | Tom Lane |
| 2003-11-12 | AcceptResult() was missing a case for PGRES_EMPTY_QUERY --- probably | Tom Lane |
| 2003-11-11 | Move system_views.sql into backend/catalog, per Tom. | Bruce Momjian |
| 2003-11-10 | Updated version of initdb with "rmdir/del" call on Win32. | Bruce Momjian |
| 2003-11-10 | Add C version of initdb, from Andrew Dunstan. | Bruce Momjian |
| 2003-11-08 | Allow tab completion for ALTER TABLE dbname <tab><tab> to show new | Bruce Momjian |
| 2003-11-06 | Implement isolation levels read uncommitted and repeatable read as acting | Peter Eisentraut |
| 2003-10-31 | Translation update | Peter Eisentraut |
| 2003-10-30 | Further work on tab completion code: arrange for system catalogs to be | Tom Lane |
| 2003-10-28 | Don't include "schema." in the set of possible tab completions once | Tom Lane |