| Age | Commit message (Expand) | Author |
| 2006-06-21 | Move setup_cancel_handler() up near start of psql main(), where the | Tom Lane |
| 2006-06-21 | Clean up psql variable code a little: eliminate unnecessary tests in | Tom Lane |
| 2006-06-18 | Fix saveHistory() to not emit bogus complaint during psql exit when using | Tom Lane |
| 2006-06-18 | Merge postmaster and postgres command into just postgres. postmaster | Peter Eisentraut |
| 2006-06-16 | Document issues with non-default tablespaces and pg_dumpall restores. | Bruce Momjian |
| 2006-06-14 | Clean up psql's control-C handling to avoid longjmp'ing out of random | Tom Lane |
| 2006-06-11 | Code review for psql multiline history patch(es). Fix memory leak, | Tom Lane |
| 2006-06-09 | Repair remarkably-inefficient query for dumping large object comments: it | Tom Lane |
| 2006-06-07 | Prepare code to be built by MSVC: | Bruce Momjian |
| 2006-06-07 | For psql multi-line history, save backslash commands right away, rather | Bruce Momjian |
| 2006-06-06 | Update comment. | Bruce Momjian |
| 2006-06-06 | On Win32, return original patch if GetShortPathName() fails (no short | Bruce Momjian |
| 2006-06-05 | Avoid longjump/vfork warning about line_saved_in_history variable by | Bruce Momjian |
| 2006-06-05 | Have psql history save \e editor contents to history before query is | Bruce Momjian |
| 2006-06-04 | Fix psql so \r is separate in the history, rather than at the end of | Bruce Momjian |
| 2006-06-03 | Remove pg_resetxlog -r flag, feature has problems referenced here: | Bruce Momjian |
| 2006-06-01 | Respond to Jeremy Drake's original gripe that \copy needs to recognize | Tom Lane |
| 2006-06-01 | Fix up hack to suppress escape_string_warning so that it actually works | Tom Lane |
| 2006-05-31 | Fix seriously broken patch for psql '' ... per its comment, emit() is | Tom Lane |
| 2006-05-31 | Support '' for literal ' in psql single-quote strings, documentation update. | Bruce Momjian |
| 2006-05-31 | Escape processing patch: | Bruce Momjian |
| 2006-05-29 | Add PQclear() calls, for completeness (exits shortly anyway). | Bruce Momjian |
| 2006-05-28 | Fix up pg_dump to do string escaping fully correctly for client encoding | Tom Lane |
| 2006-05-28 | Don't call PQclear until the struct is really no longer going to be used. | Alvaro Herrera |
| 2006-05-28 | Remove traces of otherwise unused RELKIND_SPECIAL symbol. Leave the psql bits | Alvaro Herrera |
| 2006-05-27 | Fix initdb to properly escape quotes and backslashes in the supplied | Tom Lane |
| 2006-05-26 | Use E'' strings internally only when standard_conforming_strings = | Bruce Momjian |
| 2006-05-26 | Support binary COPY through psql. Also improve detection of write errors | Tom Lane |
| 2006-05-24 | Fix pg_restore to process BLOB COMMENT entries correctly; they aren't | Tom Lane |
| 2006-05-22 | Add strerror to pg_dump error messages where missing. | Peter Eisentraut |
| 2006-05-11 | Code review for standard_conforming_strings patch. Fix it so it does not | Tom Lane |
| 2006-04-30 | Code review for GRANT CONNECT patch. Spell the privilege as CONNECT not | Tom Lane |
| 2006-04-27 | Add SSL include needed for psql, after libpq adjustments. | Bruce Momjian |
| 2006-04-26 | Add tablespace display to psql \l+. | Bruce Momjian |
| 2006-04-26 | In pg_resetxlog.c, uint -> uint32, for Win32 port. | Bruce Momjian |
| 2006-04-26 | Add missing ControlFile.checkPointCopy.ThisTimeLineID line for 'guess' | Bruce Momjian |
| 2006-04-26 | Allow pg_resetxlog -f to reset pg_control counters using xlog | Bruce Momjian |
| 2006-04-19 | Fix a couple of rather-pointless-but-easily-fixed Coverity warnings. | Tom Lane |
| 2006-04-12 | Fix pg_restore -n option to do what the man page says it does. The | Tom Lane |
| 2006-04-07 | Fix pg_dumpall to do something sane when a pre-8.1 installation has | Tom Lane |
| 2006-04-05 | Add a field to the first page of each WAL file to indicate the | Tom Lane |
| 2006-04-04 | Don't use BLCKSZ for the physical length of the pg_control file, but | Tom Lane |
| 2006-04-03 | Define a separately configurable XLOG_BLCKSZ symbol for the page size | Tom Lane |
| 2006-04-02 | Rewrite much of psql's \connect code, for the sake of code clarity and | Neil Conway |
| 2006-04-02 | Add tab-completion for REASSIGN OWNED BY and DROP OWNED BY. Also fix some | Alvaro Herrera |
| 2006-03-30 | Fix bad SQL, per Stefan Kaltenbrunner. | Andrew Dunstan |
| 2006-03-21 | Merge the loading of shared object descriptions with regular descriptions, | Alvaro Herrera |
| 2006-03-21 | Fix psql history handling: | Bruce Momjian |
| 2006-03-14 | Improve parser so that we can show an error cursor position for errors | Tom Lane |
| 2006-03-11 | Add CVS tag lines to files that were lacking them. | Bruce Momjian |