aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/help.c
Commit message (Expand)AuthorAge
* Add psql variables to track success/failure of SQL queries.Tom Lane2017-09-12
* Add \gdesc psql command.Tom Lane2017-09-05
* In psql, use PSQL_PAGER in preference to PAGER, if it's set.Tom Lane2017-09-05
* Add psql variables showing server version and psql version.Tom Lane2017-09-05
* Reformat psql's --help=variables output.Tom Lane2017-09-05
* psql documentation fixesPeter Eisentraut2017-07-04
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Put documentation of options and commands in more alphabetical orderPeter Eisentraut2017-06-14
* Support \if ... \elif ... \else ... \endif in psql scripting.Tom Lane2017-03-30
* psql: Add \gx commandStephen Frost2017-03-07
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-25
* Clean up psql's behavior for a few more control variables.Tom Lane2017-02-02
* Logical replicationPeter Eisentraut2017-01-20
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Update line count totals for psql help displays.Tom Lane2016-08-18
* Put some things in a better order in psql helpPeter Eisentraut2016-07-12
* pgindent run for 9.6Robert Haas2016-06-09
* Fix loose ends for SQL ACCESS METHOD objectsAlvaro Herrera2016-06-07
* Support \crosstabview in psqlAlvaro Herrera2016-04-08
* Reserve the "pg_" namespace for rolesStephen Frost2016-04-08
* Add a \gexec command to psql for evaluation of computed queries.Tom Lane2016-04-04
* Add psql \errverbose command to see last server error at full verbosity.Tom Lane2016-04-03
* Update copyright for 2016Bruce Momjian2016-01-02
* psql: Review of new help output stringsPeter Eisentraut2015-12-20
* Review program help output for wording and formattingPeter Eisentraut2015-09-16
* Rearrange the handling of error context reports.Tom Lane2015-09-05
* Add psql \ev and \sv commands for editing and showing view definitions.Tom Lane2015-07-03
* pgindent run for 9.5Bruce Momjian2015-05-23
* psql: fix \connect with URIs and conninfo stringsAlvaro Herrera2015-04-02
* Revert "psql: fix \connect with URIs and conninfo strings"Robert Haas2015-04-02
* psql: fix \connect with URIs and conninfo stringsAlvaro Herrera2015-04-01
* psql: add asciidoc output formatBruce Momjian2015-03-31
* Add a pager_min_lines setting to psqlAndrew Dunstan2015-03-28
* Update copyright for 2015Bruce Momjian2015-01-06
* psql: Fix \? output alignmentPeter Eisentraut2014-10-13
* Add unicode_*_linestyle to \? variablesStephen Frost2014-09-22
* Add unicode_{column|header|border}_style to psqlStephen Frost2014-09-12
* Add new psql help topics, accessible to both --help and \?.Andres Freund2014-09-10
* Add new ECHO mode 'errors' that displays only failed commands in psql.Fujii Masao2014-07-10
* psql: update --help output for unaligned mode paramsBruce Momjian2014-04-16
* Move username lookup functions from /port to /commonBruce Momjian2014-01-10
* Update copyright for 2014Bruce Momjian2014-01-07
* Fix incorrect error message reported for non-existent usersBruce Momjian2013-12-18
* psql: Make \pset without arguments show all settings.Robert Haas2013-10-03
* Fix line count in slashUsage().Tom Lane2013-04-04
* Add \watch [SEC] command to psql.Tom Lane2013-04-04
* psql: Let \l accept a patternPeter Eisentraut2013-03-04
* Add a materialized view relations.Kevin Grittner2013-03-03
* Create a psql command \gset to store query results into psql variables.Tom Lane2013-02-02