summaryrefslogtreecommitdiff
path: root/src/bin/psql/mbprint.h
AgeCommit message (Expand)Author
2016-03-24Move psql's print.c and mbprint.c into src/fe_utils.Tom Lane
2012-03-08Fix indentation of \d footers for non-ASCII cases.Tom Lane
2011-09-11Remove many -Wcast-qual warningsPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2009-11-25Simplify psql's new linestyle behavior to default to linestyle=ascii allTom Lane
2009-10-13Add "\pset linestyle ascii/unicode" option to psql, allowing our traditionalTom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2008-05-09Fix memory stomp that's turning the whole buildfarm pink: you can't hack upTom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian
2006-02-10Allow psql multi-line column values to align in the proper columnsBruce Momjian
2005-09-24Suppress signed-vs-unsigned-char warnings.Tom Lane
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-03-18Make the printing code somewhat more independent by not relying onPeter Eisentraut
2002-08-27Enable locale, so case conversion (identifier processing) and numberPeter Eisentraut
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-15Forgot to add this file...Tatsuo Ishii