Age | Commit message (Expand) | Author |
2013-03-17 | Move pqsignal() to libpgport. | Tom Lane |
2013-02-09 | psql: Improve unaligned expanded output for zero rows | Peter Eisentraut |
2013-02-09 | psql: Improve expanded print output in tuples-only mode | Peter Eisentraut |
2013-01-18 | Rename new latex longtable function name, for consistency | Bruce Momjian |
2013-01-18 | psql latex fixes | Bruce Momjian |
2013-01-17 | Add a latex-longtable output format to psql | Bruce Momjian |
2013-01-01 | Update copyrights for 2013 | Bruce Momjian |
2012-10-02 | Standardize naming of malloc/realloc/strdup wrapper functions. | Tom Lane |
2012-06-10 | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian |
2012-05-01 | Tweak psql to print row counts when \x auto chooses non-expanded output. | Robert Haas |
2012-03-16 | psql: Remove inappropriate const qualifiers | Peter Eisentraut |
2012-03-08 | psql: Remove useless code | Peter Eisentraut |
2012-03-07 | psql: Fix memory leak | Peter Eisentraut |
2012-03-07 | psql: Fix invalid memory access | Peter Eisentraut |
2012-02-09 | psql: Support zero byte field and record separators | Peter Eisentraut |
2012-01-01 | Update copyright notices for year 2012. | Bruce Momjian |
2011-11-12 | Add psql expanded auto mode | Peter Eisentraut |
2011-09-11 | Remove many -Wcast-qual warnings | Peter Eisentraut |
2011-01-01 | Stamp copyrights for year 2011. | Bruce Momjian |
2010-11-14 | Cleanup various comparisons with the constant "true". | Robert Haas |
2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
2010-07-06 | pgindent run for 9.0, second run | Bruce Momjian |
2010-05-09 | Suppress signed-vs-unsigned-char warning. | Tom Lane |
2010-05-09 | Adjust comments about avoiding use of printf's %.*s. | Tom Lane |
2010-05-08 | Work around a subtle portability problem in use of printf %s format. | Tom Lane |
2010-03-01 | 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-02-26 | pgindent run for 9.0 | Bruce Momjian |
2010-01-30 | Fix memory leakage introduced into print_aligned_text by 8.4 changes | Tom Lane |
2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
2009-11-25 | Simplify psql's new linestyle behavior to default to linestyle=ascii all | Tom Lane |
2009-11-22 | Improve psql's tabular display of wrapped-around data by inserting markers | Tom Lane |
2009-10-13 | Add "\pset linestyle ascii/unicode" option to psql, allowing our traditional | Tom Lane |
2009-06-12 | Fix several places where a function was declared static and then defined | Tom Lane |
2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
2009-06-04 | Trivial code style cleanup around a couple of ngettext calls. | Tom Lane |
2009-05-27 | Fix to use the same format specifiers in both branches of a ngettext(). | Peter Eisentraut |
2009-04-11 | Message fix | Peter Eisentraut |
2009-03-26 | Gettext plural support | Peter Eisentraut |
2009-01-01 | Update copyright for 2009. | Bruce Momjian |
2008-07-14 | In psql, rename trans_* variables to translate_*, for clarity. | Bruce Momjian |
2008-05-21 | Fix function headers not matching prototype in header file, per | Magnus Hagander |
2008-05-18 | Remove old kluge put in to allow Windows regression tests to succeed, and now | Andrew Dunstan |
2008-05-17 | 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-16 | 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-13 | Fix a bug in the previous patch, which caused the title pointer to be used | Alvaro Herrera |
2008-05-12 | Improve psql's internal print.c code by introducing an actual print API. | Alvaro Herrera |