| Age | Commit message (Expand) | Author |
| 2005-10-13 | The patch updates the documentation to reflect the fact that higher values | Bruce Momjian |
| 2005-10-13 | Go back to emitting path names with forward slashes on Windows. | Tom Lane |
| 2005-10-10 | Remove the DELETEs from pg_shadow and pg_group that pg_dumpall used to | Tom Lane |
| 2005-10-10 | Translation update | Peter Eisentraut |
| 2005-10-06 | pg_config should print an error message to stderr and exit if an | Peter Eisentraut |
| 2005-10-05 | Fix pgxs for spaces in file names on Win32 | Bruce Momjian |
| 2005-10-04 | Clean up some messages and fix missing translation support. Option --log | Peter Eisentraut |
| 2005-10-03 | Expand pg_control information so that we can verify that the database | Tom Lane |
| 2005-10-02 | Change nextval and other sequence functions to specify their sequence | Tom Lane |
| 2005-09-30 | Equalize wordings to avoid redundant translation work. | Peter Eisentraut |
| 2005-09-30 | Clean up the help displays. | Peter Eisentraut |
| 2005-09-30 | Change the option spelling to --connection-limit to be consistent with the | Peter Eisentraut |
| 2005-09-29 | Correct spelling | Peter Eisentraut |
| 2005-09-28 | Improve messages | Peter Eisentraut |
| 2005-09-27 | Fix problems with PGXS builds against an installation tree that was | Tom Lane |
| 2005-09-27 | Fix incorrect psql \x memory allocation for numericlocale. Redesign API | Bruce Momjian |
| 2005-09-26 | Rename variable for clarity. | Bruce Momjian |
| 2005-09-24 | Suppress signed-vs-unsigned-char warnings. | Tom Lane |
| 2005-09-22 | Fix psql \x by removing puts(). | Bruce Momjian |
| 2005-09-21 | Suppress database dump item when --table and/or --schema switch was | 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-11 | Fix some corner-case bugs in _sendSQLLine's parsing of SQL commands | Tom Lane |
| 2005-09-11 | Avoid changing stdin/stdout to binary mode on Windows unless that is | Tom Lane |
| 2005-09-05 | Implement a preliminary 'template' facility for procedural languages, | Tom Lane |
| 2005-09-05 | Clean up version comparison/display code, per gripe from Michael Fuhr. | Tom Lane |
| 2005-09-05 | Conditionally output the server version number in psql if it doesn't | Bruce Momjian |
| 2005-08-28 | Fix initdb quoting for Win32 paths in final examples, per Dave Page. | Bruce Momjian |
| 2005-08-28 | dumpUserConfig failed (in a pretty harmless way, but failed nonetheless) | Tom Lane |
| 2005-08-27 | Windows needs WSAStartup() before getaddrinfo() will work. Andrew Dunstan | Tom Lane |
| 2005-08-25 | Original assumption that our own getaddrinfo routine would never support | Tom Lane |
| 2005-08-23 | Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump to | Tom Lane |
| 2005-08-22 | Cause ALTER INDEX OWNER to generate a warning and do nothing, rather than | Tom Lane |
| 2005-08-22 | Use an initdb-time test to see if the local version of getaddrinfo() | Tom Lane |
| 2005-08-15 | Clean up recent patch for PL handler functions in pg_catalog: the patch | Tom Lane |
| 2005-08-15 | Make createlang and droplang proof against weird search_path settings | Tom Lane |
| 2005-08-15 | Clean up some stray remaining references to pg_shadow, pg_user, pg_group. | Tom Lane |
| 2005-08-15 | Change pg_dump to use pg_roles instead of pg_user on 8.1 and up, | Tom Lane |
| 2005-08-14 | Update the createuser utility for the ROLEs world. Alvaro Herrera | Tom Lane |
| 2005-08-14 | Fix psql's \d commands to use pg_roles instead of pg_user, so that | Tom Lane |
| 2005-08-14 | Fix up tab completion for ROLEs and add some more completion logic for | Tom Lane |
| 2005-08-12 | Solve the problem of OID collisions by probing for duplicate OIDs | Tom Lane |
| 2005-08-09 | Extend pg_config to be able to report the build-time values of CC, | Tom Lane |
| 2005-08-02 | Add ERROR_NO_MORE_FILES workaround to check_data_dir(). This may or | Tom Lane |
| 2005-07-31 | Add per-user and per-database connection limit options. | Tom Lane |
| 2005-07-30 | Add GUC variables to control keep-alive times for idle, interval, and | Bruce Momjian |
| 2005-07-29 | Move reindexdb from /contrib to /bin. | Bruce Momjian |
| 2005-07-28 | Add tab completion syntax for PREPARE 2-phase commit syntax. | Bruce Momjian |
| 2005-07-27 | Fix a few macro definitions to ensure that unary minus is enclosed in | Neil Conway |
| 2005-07-27 | Avoid crashing pg_dump if we can't connect to the database server, and | Neil Conway |