summaryrefslogtreecommitdiff
path: root/src/bin/psql/print.h
AgeCommit message (Expand)Author
2014-01-04Fix translatability markings in psql, and add defenses against future bugs.Tom Lane
2013-01-17Add a latex-longtable output format to psqlBruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
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-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-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-07-06pgindent run for 9.0, second runBruce Momjian
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-02Update copyright for the year 2010.Bruce Momjian
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-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-01-01Update copyright for 2009.Bruce Momjian
2008-07-14In psql, rename trans_* variables to translate_*, for clarity.Bruce Momjian
2008-05-12Improve psql's internal print.c code by introducing an actual print API.Alvaro Herrera
2008-05-08Add psql '\pset format wrapped' mode to wrap output to screen width, orBruce Momjian
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-12-12Improve the method of localizing column names and other fixed strings inTom Lane
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-08-29Create a FETCH_COUNT parameter that causes psql to execute SELECT-likeTom Lane
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-10-27Disable expanded mode only for \d tablename, not for all backslashBruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-07-18\pset numericsep -> numericlocale.Bruce Momjian
2005-07-14Change numericsep to a boolean, and make it locale-aware.Bruce Momjian
2005-07-10Add psql \pset numericsep to allow output numbers like 100,000.0 orBruce Momjian
2005-06-14Add -L option to psql to log sessions.Bruce Momjian
2005-06-13Per discussion on -hackers, this patch changes psql's "expanded" outputNeil Conway
2005-06-09I've created a patch which adds support for troff "-ms" output toBruce Momjian
2005-01-01Update copyrights that were missed.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-08-04Fix some copyright notices that weren't updated. Improve copyright toolTom Lane
2003-08-04pgindent run.Bruce Momjian
2003-06-12Attached is a patch that enhances the output of psql's HTML mode.Bruce Momjian
2003-03-18Make the printing code somewhat more independent by not relying onPeter Eisentraut
2002-11-08Here is a patch that does just that, while maintaining theBruce Momjian
2002-09-04pgindent run.Bruce Momjian
2002-07-15Fix \? and \pset pager handling. \? wasn't honoring pager before.Bruce Momjian
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-05-12Add command '\pset footer' to psql to turn off default "(x rows)" footer.Peter Eisentraut
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian