Commits

DateSubjectAuthorReleases
2010-05-09 Adjust comments about avoiding use of printf's %.*s. Tom Lane 9.0.0
2010-05-08 Work around a subtle portability problem in use of printf %s format. Tom Lane 8.4.4
2010-05-08 Work around a subtle portability problem in use of printf %s format. Tom Lane 9.0.0
2010-01-30 Fix memory leakage introduced into print_aligned_text by 8.4 changes Tom Lane 8.4.3
2010-01-30 Fix memory leakage introduced into print_aligned_text by 8.4 changes Tom Lane 9.0.0
2009-11-25 Simplify psql's new linestyle behavior to default to linestyle=ascii all Tom Lane 9.0.0
2009-11-22 Improve psql's tabular display of wrapped-around data by inserting markers Tom Lane 9.0.0
2009-10-13 Add "\pset linestyle ascii/unicode" option to psql, allowing our traditional Tom Lane 9.0.0
2009-06-12 Fix several places where a function was declared static and then defined Tom Lane 8.4.0
2009-06-04 Trivial code style cleanup around a couple of ngettext calls. Tom Lane 8.4.0
2008-05-17 Fix utterly-bogus code for computing row heights. Per crashes on Tom Lane 8.4.0
2008-05-16 Recent patch doesn't compile without <limits.h> Tom Lane 8.4.0
2008-05-10 Restore psql's former behavior that padding spaces to the right of the last Tom Lane 8.4.0
2008-03-27 Reduce the need for frontend programs to include "postgres.h" by refactoring Tom Lane 8.4.0
2007-12-12 Improve the method of localizing column names and other fixed strings in Tom Lane 8.3.0
2006-08-29 Create a FETCH_COUNT parameter that causes psql to execute SELECT-like Tom Lane 8.2.0
2006-06-14 Clean up psql's control-C handling to avoid longjmp'ing out of random Tom Lane 8.2.0
2006-02-12 Restore previous psql behavior of not printing useless trailing spaces Tom Lane 8.2.0
2006-02-10 Clean up signedness warnings and 64-bit bugs in recent psql printing Tom Lane 8.2.0
2005-09-24 Suppress signed-vs-unsigned-char warnings. Tom Lane 8.1.0
2003-08-14 Someone moved PageOutput here from common.c, but forgot to move all Tom Lane 7.4.1
2003-08-04 Fix some copyright notices that weren't updated. Improve copyright tool Tom Lane 7.4.1
2003-04-04 Fix some signed-vs-unsigned-int issues; make print_aligned_vertical Tom Lane 7.4.1
2002-11-01 Avoid malloc(0) when printing a table of no columns. On some platforms Tom Lane 7.3.1
2002-04-24 Don't dump core on empty table. Tom Lane 7.3.1