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-03-11psql: Don't automatically use expanded format when there's 1 column.Robert Haas
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-12-01Further tweaking of print_aligned_vertical().Tom Lane
2015-12-01Further adjustment to psql's print_aligned_vertical() function.Tom Lane
2015-11-30Rework wrap-width calculation in psql's print_aligned_vertical() function.Tom Lane
2015-09-28Fix compiler warning for non-TIOCGWINSZ caseAndrew Dunstan
2015-09-25Further fix for psql's code for locale-aware formatting of numeric output.Tom Lane
2015-09-25Further fix for psql's code for locale-aware formatting of numeric output.Tom Lane
2015-09-25Fix psql's code for locale-aware formatting of numeric output.Tom Lane
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-20Fix more typos in comments.Heikki Linnakangas
2015-03-31psql: add asciidoc output formatBruce Momjian
2015-03-28Add a pager_min_lines setting to psqlAndrew Dunstan
2015-03-27Fix whitespacePeter Eisentraut
2015-03-25psql: show proper row count in \x mode for zero-column outputBruce Momjian
2015-01-06Update copyright for 2015Bruce Momjian
2014-11-21Fix an error in psql that overcounted output lines.Andrew Dunstan
2014-09-12Add unicode_{column|header|border}_style to psqlStephen Frost
2014-09-12Handle border = 3 in expanded modeStephen Frost
2014-08-22Fix whitespacePeter Eisentraut
2014-08-18Fix further concerns about psql wrapping in expanded mode havingGreg Stark
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-30Fix uninitialized-variable warnings induced by recent commit.Tom Lane
2014-04-30Fix whitespacePeter Eisentraut
2014-04-29Remove unnecessary cast causing a warningGreg Stark
2014-04-28Add support for wrapping to psql's "extended" mode. This makes it veryGreg Stark
2014-01-07Update copyright for 2014Bruce Momjian
2014-01-04Fix translatability markings in psql, and add defenses against future bugs.Tom Lane
2013-09-10psql: honor 'footer' option for expanded outputBruce Momjian
2013-05-29pgindent run for release 9.3Bruce Momjian
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