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