summaryrefslogtreecommitdiff
path: root/src/bin/psql/print.c
AgeCommit message (Expand)Author
2013-03-17Move pqsignal() to libpgport.Tom Lane
2013-02-09psql: Improve unaligned expanded output for zero rowsPeter Eisentraut
2013-02-09psql: Improve expanded print output in tuples-only modePeter Eisentraut
2013-01-18Rename new latex longtable function name, for consistencyBruce Momjian
2013-01-18psql latex fixesBruce Momjian
2013-01-17Add a latex-longtable output format to psqlBruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-10-02Standardize naming of malloc/realloc/strdup wrapper functions.Tom Lane
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-05-01Tweak psql to print row counts when \x auto chooses non-expanded output.Robert Haas
2012-03-16psql: Remove inappropriate const qualifiersPeter Eisentraut
2012-03-08psql: Remove useless codePeter Eisentraut
2012-03-07psql: Fix memory leakPeter Eisentraut
2012-03-07psql: Fix invalid memory accessPeter Eisentraut
2012-02-09psql: Support zero byte field and record separatorsPeter Eisentraut
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-11-12Add psql expanded auto modePeter Eisentraut
2011-09-11Remove many -Wcast-qual warningsPeter Eisentraut
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-11-14Cleanup various comparisons with the constant "true".Robert Haas
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-05-09Suppress signed-vs-unsigned-char warning.Tom Lane
2010-05-09Adjust comments about avoiding use of printf's %.*s.Tom Lane
2010-05-08Work around a subtle portability problem in use of printf %s format.Tom Lane
2010-03-01Fix translation of strings in psql \d output (translation in headers worked,Heikki Linnakangas
2010-03-01Fix numericlocale psql option when used with a null string and latex and troffHeikki Linnakangas
2010-02-26pgindent run for 9.0Bruce Momjian
2010-01-30Fix memory leakage introduced into print_aligned_text by 8.4 changesTom Lane
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-11-25Simplify psql's new linestyle behavior to default to linestyle=ascii allTom Lane
2009-11-22Improve psql's tabular display of wrapped-around data by inserting markersTom Lane
2009-10-13Add "\pset linestyle ascii/unicode" option to psql, allowing our traditionalTom Lane
2009-06-12Fix several places where a function was declared static and then definedTom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-06-04Trivial code style cleanup around a couple of ngettext calls.Tom Lane
2009-05-27Fix to use the same format specifiers in both branches of a ngettext().Peter Eisentraut
2009-04-11Message fixPeter Eisentraut
2009-03-26Gettext plural supportPeter Eisentraut
2009-01-01Update copyright for 2009.Bruce Momjian
2008-07-14In psql, rename trans_* variables to translate_*, for clarity.Bruce Momjian
2008-05-21Fix function headers not matching prototype in header file, perMagnus Hagander
2008-05-18Remove old kluge put in to allow Windows regression tests to succeed, and nowAndrew Dunstan
2008-05-17Use isatty() test for pager on Win32; not sure why it was disabled forBruce Momjian
2008-05-17In psql, test for output to stdout when forcing pager for wide output.Bruce Momjian
2008-05-17Fix utterly-bogus code for computing row heights. Per crashes onTom Lane
2008-05-16Recent patch doesn't compile without <limits.h>Tom Lane
2008-05-16Add detection of psql pager to trigger on wide output. Also add pagerBruce Momjian
2008-05-13Fix a bug in the previous patch, which caused the title pointer to be usedAlvaro Herrera
2008-05-12Improve psql's internal print.c code by introducing an actual print API.Alvaro Herrera