| Commit message (Expand) | Author | Age |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Add psql expanded auto mode | Peter Eisentraut | 2011-11-12 |
* | Remove many -Wcast-qual warnings | Peter Eisentraut | 2011-09-11 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Cleanup various comparisons with the constant "true". | Robert Haas | 2010-11-14 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | pgindent run for 9.0, second run | Bruce Momjian | 2010-07-06 |
* | Suppress signed-vs-unsigned-char warning. | Tom Lane | 2010-05-09 |
* | Adjust comments about avoiding use of printf's %.*s. | Tom Lane | 2010-05-09 |
* | Work around a subtle portability problem in use of printf %s format. | Tom Lane | 2010-05-08 |
* | Fix translation of strings in psql \d output (translation in headers worked, | Heikki Linnakangas | 2010-03-01 |
* | Fix numericlocale psql option when used with a null string and latex and troff | Heikki Linnakangas | 2010-03-01 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Fix memory leakage introduced into print_aligned_text by 8.4 changes | Tom Lane | 2010-01-30 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Simplify psql's new linestyle behavior to default to linestyle=ascii all | Tom Lane | 2009-11-25 |
* | Improve psql's tabular display of wrapped-around data by inserting markers | Tom Lane | 2009-11-22 |
* | Add "\pset linestyle ascii/unicode" option to psql, allowing our traditional | Tom Lane | 2009-10-13 |
* | Fix several places where a function was declared static and then defined | Tom Lane | 2009-06-12 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Trivial code style cleanup around a couple of ngettext calls. | Tom Lane | 2009-06-04 |
* | Fix to use the same format specifiers in both branches of a ngettext(). | Peter Eisentraut | 2009-05-27 |
* | Message fix | Peter Eisentraut | 2009-04-11 |
* | Gettext plural support | Peter Eisentraut | 2009-03-26 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | In psql, rename trans_* variables to translate_*, for clarity. | Bruce Momjian | 2008-07-14 |
* | Fix function headers not matching prototype in header file, per | Magnus Hagander | 2008-05-21 |
* | Remove old kluge put in to allow Windows regression tests to succeed, and now | Andrew Dunstan | 2008-05-18 |
* | Use isatty() test for pager on Win32; not sure why it was disabled for | Bruce Momjian | 2008-05-17 |
* | In psql, test for output to stdout when forcing pager for wide output. | Bruce Momjian | 2008-05-17 |
* | Fix utterly-bogus code for computing row heights. Per crashes on | Tom Lane | 2008-05-17 |
* | Recent patch doesn't compile without <limits.h> | Tom Lane | 2008-05-16 |
* | Add detection of psql pager to trigger on wide output. Also add pager | Bruce Momjian | 2008-05-16 |
* | Fix a bug in the previous patch, which caused the title pointer to be used | Alvaro Herrera | 2008-05-13 |
* | Improve psql's internal print.c code by introducing an actual print API. | Alvaro Herrera | 2008-05-12 |
* | Restore psql's former behavior that padding spaces to the right of the last | Tom Lane | 2008-05-10 |
* | Add psql '\pset format wrapped' mode to wrap output to screen width, or | Bruce Momjian | 2008-05-08 |
* | Reduce the need for frontend programs to include "postgres.h" by refactoring | Tom Lane | 2008-03-27 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Improve the method of localizing column names and other fixed strings in | Tom Lane | 2007-12-12 |
* | Add more comments about thousands separator handling. | Bruce Momjian | 2007-11-22 |
* | Add comments about thousands separator logic. | Bruce Momjian | 2007-11-22 |
* | When setting default thousands separator when locale has "", use logic | Bruce Momjian | 2007-11-21 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Create a FETCH_COUNT parameter that causes psql to execute SELECT-like | Tom Lane | 2006-08-29 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 |
* | Clean up psql's control-C handling to avoid longjmp'ing out of random | Tom Lane | 2006-06-14 |
* | Prepare code to be built by MSVC: | Bruce Momjian | 2006-06-07 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |