| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix translation of strings in psql \d output (translation in headers worked, | Heikki Linnakangas | 2010-03-01 | 1 | -2/+3 |
| * | Fix numericlocale psql option when used with a null string and latex and troff | Heikki Linnakangas | 2010-03-01 | 1 | -128/+49 |
| * | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 | 1 | -24/+24 |
| * | Fix memory leakage introduced into print_aligned_text by 8.4 changes | Tom Lane | 2010-01-30 | 1 | -4/+8 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | Simplify psql's new linestyle behavior to default to linestyle=ascii all | Tom Lane | 2009-11-25 | 1 | -3/+6 |
| * | Improve psql's tabular display of wrapped-around data by inserting markers | Tom Lane | 2009-11-22 | 1 | -47/+118 |
| * | Add "\pset linestyle ascii/unicode" option to psql, allowing our traditional | Tom Lane | 2009-10-13 | 1 | -75/+175 |
| * | Fix several places where a function was declared static and then defined | Tom Lane | 2009-06-12 | 1 | -2/+2 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -64/+65 |
| * | Trivial code style cleanup around a couple of ngettext calls. | Tom Lane | 2009-06-04 | 1 | -2/+4 |
| * | Fix to use the same format specifiers in both branches of a ngettext(). | Peter Eisentraut | 2009-05-27 | 1 | -2/+2 |
| * | Message fix | Peter Eisentraut | 2009-04-11 | 1 | -2/+2 |
| * | Gettext plural support | Peter Eisentraut | 2009-03-26 | 1 | -5/+2 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | In psql, rename trans_* variables to translate_*, for clarity. | Bruce Momjian | 2008-07-14 | 1 | -3/+3 |
| * | Fix function headers not matching prototype in header file, per | Magnus Hagander | 2008-05-21 | 1 | -5/+5 |
| * | Remove old kluge put in to allow Windows regression tests to succeed, and now | Andrew Dunstan | 2008-05-18 | 1 | -7/+1 |
| * | Use isatty() test for pager on Win32; not sure why it was disabled for | Bruce Momjian | 2008-05-17 | 1 | -8/+2 |
| * | In psql, test for output to stdout when forcing pager for wide output. | Bruce Momjian | 2008-05-17 | 1 | -2/+2 |
| * | Fix utterly-bogus code for computing row heights. Per crashes on | Tom Lane | 2008-05-17 | 1 | -11/+17 |
| * | Recent patch doesn't compile without <limits.h> | Tom Lane | 2008-05-16 | 1 | -1/+2 |
| * | Add detection of psql pager to trigger on wide output. Also add pager | Bruce Momjian | 2008-05-16 | 1 | -49/+119 |
| * | Fix a bug in the previous patch, which caused the title pointer to be used | Alvaro Herrera | 2008-05-13 | 1 | -2/+4 |
| * | Improve psql's internal print.c code by introducing an actual print API. | Alvaro Herrera | 2008-05-12 | 1 | -441/+528 |
| * | Restore psql's former behavior that padding spaces to the right of the last | Tom Lane | 2008-05-10 | 1 | -55/+73 |
| * | Add psql '\pset format wrapped' mode to wrap output to screen width, or | Bruce Momjian | 2008-05-08 | 1 | -181/+364 |
| * | Reduce the need for frontend programs to include "postgres.h" by refactoring | Tom Lane | 2008-03-27 | 1 | -5/+3 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | Improve the method of localizing column names and other fixed strings in | Tom Lane | 2007-12-12 | 1 | -12/+33 |
| * | Add more comments about thousands separator handling. | Bruce Momjian | 2007-11-22 | 1 | -1/+3 |
| * | Add comments about thousands separator logic. | Bruce Momjian | 2007-11-22 | 1 | -1/+2 |
| * | When setting default thousands separator when locale has "", use logic | Bruce Momjian | 2007-11-21 | 1 | -2/+2 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -137/+157 |
| * | Create a FETCH_COUNT parameter that causes psql to execute SELECT-like | Tom Lane | 2006-08-29 | 1 | -454/+538 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -3/+1 |
| * | Clean up psql's control-C handling to avoid longjmp'ing out of random | Tom Lane | 2006-06-14 | 1 | -28/+120 |
| * | Prepare code to be built by MSVC: | Bruce Momjian | 2006-06-07 | 1 | -6/+3 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | ' is not valid HTML 4.01, so print the plain character instead. | Peter Eisentraut | 2006-02-18 | 1 | -4/+1 |
| * | Restore previous psql behavior of not printing useless trailing spaces | Tom Lane | 2006-02-12 | 1 | -4/+8 |
| * | Clean up signedness warnings and 64-bit bugs in recent psql printing | Tom Lane | 2006-02-10 | 1 | -14/+23 |
| * | Fix psql after newline patch for calloc(0). | Bruce Momjian | 2006-02-10 | 1 | -1/+4 |
| * | Allow psql multi-line column values to align in the proper columns | Bruce Momjian | 2006-02-10 | 1 | -184/+298 |
| * | Disable expanded mode only for \d tablename, not for all backslash | Bruce Momjian | 2005-10-27 | 1 | -2/+2 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -111/+113 |
| * | Clean up some messages and fix missing translation support. Option --log | Peter Eisentraut | 2005-10-04 | 1 | -2/+2 |
| * | Fix incorrect psql \x memory allocation for numericlocale. Redesign API | Bruce Momjian | 2005-09-27 | 1 | -51/+41 |
| * | Rename variable for clarity. | Bruce Momjian | 2005-09-26 | 1 | -9/+9 |