| Age | Commit message (Expand) | Author |
| 2003-03-25 | Use PQfreemem() consistently, and document its use for Notify. | Bruce Momjian |
| 2003-03-20 | Remove compile warning. | Bruce Momjian |
| 2003-03-20 | I'm continuing to work on cleaning up code in psql. As things appear | Bruce Momjian |
| 2003-03-20 | Here's some changes I made last night to psql's common.c (as found in | Bruce Momjian |
| 2003-03-20 | > Mph. It fails for me too when I use --enable-integer-datetimes. Looks | Bruce Momjian |
| 2003-03-18 | Make the printing code somewhat more independent by not relying on | Peter Eisentraut |
| 2003-03-10 | This patch fixes a bunch of spelling mistakes in comments throughout the | Tom Lane |
| 2003-02-21 | Revert patch that broke \d commands, until it can be fixed. | Tom Lane |
| 2003-02-19 | Here's some changes I made last night to psql's common.c (as found in | Bruce Momjian |
| 2003-01-07 | Fix various places where global s/NOTICE/WARNING/ was applied with too | Tom Lane |
| 2002-11-08 | Here is a patch that does just that, while maintaining the | Bruce Momjian |
| 2002-10-29 | Add popen/pclose -> _popen/_pclose() mapping for Win32. | Bruce Momjian |
| 2002-10-24 | Fix include files for new PageOutput call. | Bruce Momjian |
| 2002-10-23 | Page \h output and centralize psql paging code in PageOutput(). | Bruce Momjian |
| 2002-10-15 | Fix unintentional breakage of COPY TO/FROM stdin. Mea culpa. | Tom Lane |
| 2002-10-15 | Fix psql to cope with autocommit off, at least during startup. | Tom Lane |
| 2002-10-03 | The attached patch fixes a number of issues related to compiling the | Bruce Momjian |
| 2002-09-14 | Avoid overflow for large elapsed times in \timing output. Per | Tom Lane |
| 2002-09-04 | pgindent run. | Bruce Momjian |
| 2002-08-27 | Enable locale, so case conversion (identifier processing) and number | Peter Eisentraut |
| 2002-08-10 | psql prints its version number in its startup message, per recent | Tom Lane |
| 2002-07-06 | Move simple_prompt() into its own file to be shared with psql and pg_dump. | Bruce Momjian |
| 2002-03-06 | Change made to elog: | Bruce Momjian |
| 2002-03-05 | Add \timing patch to psql. Times all queries. | Bruce Momjian |
| 2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian |
| 2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
| 2001-10-18 | Fix several problems with simple_prompt() --- the nastiest being that | Tom Lane |
| 2001-10-15 | Prompt for password from /dev/tty and fall back to stdin/stderr. | Bruce Momjian |
| 2001-06-08 | Finish German translation, edit (original) messages a bit. | Peter Eisentraut |
| 2001-06-02 | Native Language Support (NLS) | Peter Eisentraut |
| 2001-04-15 | If the password prompt goes to stderr, then the trailing newline should | Peter Eisentraut |
| 2001-03-01 | Ensure previous setting of pset.queryFout is restored after a failed | Tom Lane |
| 2001-02-10 | Restructure the key include files per recent pghackers discussion: there | Tom Lane |
| 2000-12-18 | Ensure that 'errno' is saved and restored by all signal handlers that | Tom Lane |
| 2000-12-15 | Print the error message before attempting to reset the connection after a | Peter Eisentraut |
| 2000-11-27 | Pay attention to failure returns from fgets() in all cases. | Tom Lane |
| 2000-11-27 | Prevent simple_prompt() from locking up in a tight loop at stdin EOF. | Tom Lane |
| 2000-11-13 | Remove -k unix socketpath option from client side, allow hostname with | Bruce Momjian |
| 2000-11-13 | UUNET is looking into offering PostgreSQL as a part of a managed web | Bruce Momjian |
| 2000-08-29 | Revert removal of signed, volatile, and signal handler arg type tests. | Peter Eisentraut |
| 2000-08-27 | Remove configure tests for `signed', `volatile', and signal handler args; | Peter Eisentraut |
| 2000-07-02 | Version number now set in configure, available through Makefile.global | Peter Eisentraut |
| 2000-04-12 | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian |
| 2000-03-05 | Added configure test for readline's filename_completion_function | Peter Eisentraut |
| 2000-03-01 | More fixes for psql ^C handling, especially during copy. Still doesn't | Peter Eisentraut |
| 2000-02-21 | Fixed psql's Control-C handling when COPY in progress | Peter Eisentraut |
| 2000-02-20 | Moved psql \eset and \eshow to \encoding | Peter Eisentraut |
| 2000-02-20 | Fix missing \n in some psql_error calls. | Tom Lane |
| 2000-02-16 | Clean up include files use in psql. | Bruce Momjian |
| 2000-02-13 | Adjusted psql echoing options (-a and -e) | Peter Eisentraut |