Commit Graph

16 Commits (37d9916020286caec810f4de61fbd0de3568454d)

Author SHA1 Message Date
Peter Eisentraut 37d9916020 More unconstify use 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Tom Lane 70d7e507ef Fix translation of special characters in psql's LaTeX output modes. 7 years ago
Tom Lane aa2ba50c2c Add CSV table output mode in psql. 7 years ago
Tom Lane 9c0a0de4c9 Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h. 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Tom Lane 5e8304fdce In psql, use PSQL_PAGER in preference to PAGER, if it's set. 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 8 years ago
Tom Lane e3860ffa4d Initial pgindent run with pg_bsd_indent version 2.0. 8 years ago
Tom Lane 9e3755ecb2 Remove useless duplicate inclusions of system header files. 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Tom Lane b7e1ae2328 Restore psql's SIGPIPE setting if popen() fails. 9 years ago
Tom Lane 18f8f784cb Handle empty or all-blank PAGER setting more sanely in psql. 9 years ago
Alvaro Herrera c09b18f21c Support \crosstabview in psql 10 years ago
Tom Lane d65bea26a8 Move psql's print.c and mbprint.c into src/fe_utils. 10 years ago
Tom Lane fc7a9dfddb Get rid of scribbling on a const variable in psql's print.c. 10 years ago
Robert Haas 69ab7b9d6c psql: Don't automatically use expanded format when there's 1 column. 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Tom Lane 344cdff2c1 Clean up some psql issues around handling of the query output file. 10 years ago
Tom Lane d8ff060ecd Fix behavior of printTable() and friends with externally-invoked pager. 10 years ago
Tom Lane 95708e1d8e Further tweaking of print_aligned_vertical(). 10 years ago
Tom Lane 2287b87454 Further adjustment to psql's print_aligned_vertical() function. 10 years ago
Tom Lane 0e0776bc99 Rework wrap-width calculation in psql's print_aligned_vertical() function. 10 years ago
Andrew Dunstan 0557dc276f Fix compiler warning for non-TIOCGWINSZ case 10 years ago
Tom Lane 77130fc148 Further fix for psql's code for locale-aware formatting of numeric output. 10 years ago
Tom Lane 6325527d84 Further fix for psql's code for locale-aware formatting of numeric output. 10 years ago
Tom Lane 4778a0bdaa Fix psql's code for locale-aware formatting of numeric output. 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Heikki Linnakangas fa60fb63e5 Fix more typos in comments. 10 years ago
Bruce Momjian 9d9991c84e psql: add asciidoc output format 11 years ago
Andrew Dunstan 7655f4ccea Add a pager_min_lines setting to psql 11 years ago
Peter Eisentraut 16bbb96a2b Fix whitespace 11 years ago
Bruce Momjian 376a0c4547 psql: show proper row count in \x mode for zero-column output 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Andrew Dunstan 4077fb4d1d Fix an error in psql that overcounted output lines. 11 years ago
Stephen Frost a2dabf0e1d Add unicode_{column|header|border}_style to psql 11 years ago
Stephen Frost 82962838d4 Handle border = 3 in expanded mode 11 years ago
Peter Eisentraut 3feda1bcbb Fix whitespace 11 years ago
Greg Stark 458ef6bad1 Fix further concerns about psql wrapping in expanded mode having 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Tom Lane 5358bfdc98 Fix uninitialized-variable warnings induced by recent commit. 12 years ago
Peter Eisentraut 322173eb0a Fix whitespace 12 years ago
Greg Stark dbe31616c9 Remove unnecessary cast causing a warning 12 years ago
Greg Stark 6513633b94 Add support for wrapping to psql's "extended" mode. This makes it very 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Tom Lane 92459e7a7f Fix translatability markings in psql, and add defenses against future bugs. 12 years ago
Bruce Momjian 601f48076f psql: honor 'footer' option for expanded output 12 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 12 years ago
Tom Lane da5aeccf64 Move pqsignal() to libpgport. 13 years ago