| Commit message (Expand) | Author | Age | Files | Lines |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -45/+42 |
| * | Invent an assign-hook mechanism for psql variables similar to the one | Tom Lane | 2006-08-29 | 1 | -53/+19 |
| * | Mark a few functions as static or NOT_USED. | Bruce Momjian | 2006-07-18 | 1 | -2/+4 |
| * | Code review for psql multiline history patch(es). Fix memory leak, | Tom Lane | 2006-06-11 | 1 | -10/+2 |
| * | Prepare code to be built by MSVC: | Bruce Momjian | 2006-06-07 | 1 | -13/+2 |
| * | Fix up hack to suppress escape_string_warning so that it actually works | Tom Lane | 2006-06-01 | 1 | -4/+4 |
| * | Escape processing patch: | Bruce Momjian | 2006-05-31 | 1 | -3/+4 |
| * | Rewrite much of psql's \connect code, for the sake of code clarity and | Neil Conway | 2006-04-02 | 1 | -202/+188 |
| * | Fix psql history handling: | Bruce Momjian | 2006-03-21 | 1 | -2/+2 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty. | Bruce Momjian | 2006-03-04 | 1 | -6/+2 |
| * | Avoid trying to open /dev/tty on Win32. Some Win32 systems have | Bruce Momjian | 2006-03-03 | 1 | -2/+5 |
| * | Add psql option: | Bruce Momjian | 2006-02-12 | 1 | -3/+10 |
| * | I've created a new shared catalog table pg_shdescription to store | Bruce Momjian | 2006-02-12 | 1 | -3/+3 |
| * | Please find enclosed a patch that lets you use \c to connect | Bruce Momjian | 2006-02-12 | 1 | -23/+87 |
| * | Rename pg_make_encrypted_password to PQencryptPassword. | Peter Eisentraut | 2005-12-26 | 1 | -2/+2 |
| * | Add an officially exported libpq function to encrypt passwords, and | Tom Lane | 2005-12-23 | 1 | -6/+7 |
| * | Add new psql command \password for changing role password with client-side | Peter Eisentraut | 2005-12-18 | 1 | -17/+70 |
| * | Add missing translation marker | Peter Eisentraut | 2005-12-08 | 1 | -3/+3 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -43/+42 |
| * | Return proper value for psql -f filename failure if filename open fails. | Bruce Momjian | 2005-09-20 | 1 | -4/+5 |
| * | Fix up tab completion for ROLEs and add some more completion logic for | Tom Lane | 2005-08-14 | 1 | -3/+4 |
| * | Add username for psql password prompt, if the username was specified. | Bruce Momjian | 2005-07-25 | 1 | -3/+14 |
| * | \pset numericsep -> numericlocale. | Bruce Momjian | 2005-07-18 | 1 | -7/+7 |
| * | Change numericsep to a boolean, and make it locale-aware. | Bruce Momjian | 2005-07-14 | 1 | -6/+8 |
| * | barebones variable name -> tuples_only, for consistency. | Bruce Momjian | 2005-07-14 | 1 | -2/+2 |
| * | Add psql \pset numericsep to allow output numbers like 100,000.0 or | Bruce Momjian | 2005-07-10 | 1 | -2/+12 |
| * | Per discussion on -hackers, this patch changes psql's "expanded" output | Neil Conway | 2005-06-13 | 1 | -6/+1 |
| * | This patch shows the full path name when doing a \s in psql, | Bruce Momjian | 2005-06-09 | 1 | -2/+8 |
| * | I've created a patch which adds support for troff "-ms" output to | Bruce Momjian | 2005-06-09 | 1 | -2/+7 |
| * | Backpatch BCC compile changes to 8.0.X for psql. | Bruce Momjian | 2005-04-29 | 1 | -1/+5 |
| * | Add sprintf support, that were were missing. | Bruce Momjian | 2005-03-16 | 1 | -2/+4 |
| * | Define snprintf() to call pg_snprintf() so our own snprintf-like | Bruce Momjian | 2005-03-11 | 1 | -5/+5 |
| * | Use _() macro consistently rather than gettext(). Add translation | Bruce Momjian | 2005-02-22 | 1 | -30/+30 |
| * | Update copyrights that were missed. | Bruce Momjian | 2005-01-01 | 1 | -2/+2 |
| * | Prevent evaluation of backticks while discarding unwanted arguments | Tom Lane | 2004-12-19 | 1 | -6/+16 |
| * | Add \n to end of output for psql \s with no history file name. | Bruce Momjian | 2004-11-30 | 1 | -1/+3 |
| * | Quote SHELL arguments only on Win32. | Bruce Momjian | 2004-11-30 | 1 | -3/+5 |
| * | Don't quote the value of EDITOR on Unix, only on Windows. Per discussion. | Tom Lane | 2004-11-15 | 1 | -4/+12 |
| * | Clarify some strings | Peter Eisentraut | 2004-11-09 | 1 | -2/+2 |
| * | Remove directory from cmd.exe default shell. | Bruce Momjian | 2004-11-06 | 1 | -2/+6 |
| * | Variable initializer no longer necessary. | Bruce Momjian | 2004-11-06 | 1 | -2/+2 |
| * | Tests for COMSPEC in the right place and supply a reasonable shell | Bruce Momjian | 2004-11-06 | 1 | -4/+8 |
| * | Fix psql \e and \! for Win32. | Bruce Momjian | 2004-11-04 | 1 | -12/+42 |
| * | Allow pg_ctl to determine the server is up when getting a request for a | Bruce Momjian | 2004-10-16 | 1 | -2/+2 |
| * | Add 'int' cast for getpid() because some Solaris releases return long | Bruce Momjian | 2004-10-14 | 1 | -2/+2 |
| * | Make getpid() use %d consistently for printing. | Bruce Momjian | 2004-10-09 | 1 | -4/+3 |
| * | Adjust comments previously moved to column 1 by pgident. | Bruce Momjian | 2004-10-07 | 1 | -2/+2 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -14/+14 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |