Commit Graph

28 Commits (43a134f28b350c4b731db9dddf2f53c407a7077f)

Author SHA1 Message Date
Daniel Gustafsson 43a134f28b Replace unicode characters in comments with ascii 4 years ago
Tom Lane 42f94f56bf Fix incautious handling of possibly-miscoded strings in client code. 4 years ago
Alvaro Herrera 8d645a116e
psql: call clearerr() just before printing 5 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Tom Lane f90149e628 Don't use custom OID symbols in pg_type.dat, either. 5 years ago
Tom Lane c410af098c Mop up some no-longer-necessary hacks around printf %.*s format. 5 years ago
Thomas Munro aeec457de8 Add SQL type xid8 to expose FullTransactionId to users. 6 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Michael Paquier 5d43c3c54d Fix query cancellation handling in psql 6 years ago
Alvaro Herrera 3974c4a724 Remove useless "return;" lines 6 years ago
Amit Kapila dddf4cdc33 Make the order of the header file includes consistent in non-backend modules. 6 years ago
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 6 years ago
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