aboutsummaryrefslogtreecommitdiff
path: root/src/fe_utils/print.c
Commit message (Expand)AuthorAge
* Update copyright for 2019Bruce Momjian2019-01-02
* Fix translation of special characters in psql's LaTeX output modes.Tom Lane2018-11-26
* Add CSV table output mode in psql.Tom Lane2018-11-26
* Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.Tom Lane2018-04-08
* Update copyright for 2018Bruce Momjian2018-01-02
* In psql, use PSQL_PAGER in preference to PAGER, if it's set.Tom Lane2017-09-05
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-25
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Restore psql's SIGPIPE setting if popen() fails.Tom Lane2016-12-07
* Handle empty or all-blank PAGER setting more sanely in psql.Tom Lane2016-12-07
* Support \crosstabview in psqlAlvaro Herrera2016-04-08
* Move psql's print.c and mbprint.c into src/fe_utils.Tom Lane2016-03-24