Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-24Move psql's print.c and mbprint.c into src/fe_utils.Tom Lane
2016-03-12Get rid of scribbling on a const variable in psql's print.c.Tom Lane
2016-02-02Remove printQueryOpt.quote field.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-03Clean up some psql issues around handling of the query output file.Tom Lane
2015-12-02Fix behavior of printTable() and friends with externally-invoked pager.Tom Lane
2015-05-24pgindent run for 9.5Bruce Momjian
2015-03-31psql: add asciidoc output formatBruce Momjian
2015-03-28Add a pager_min_lines setting to psqlAndrew Dunstan
2015-01-06Update copyright for 2015Bruce Momjian
2014-09-12Add unicode_{column|header|border}_style to psqlStephen Frost
2014-01-07Update copyright for 2014Bruce Momjian
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