summaryrefslogtreecommitdiff
path: root/src/bin/psql/help.c
AgeCommit message (Expand)Author
2017-07-05psql documentation fixesPeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-14Put documentation of options and commands in more alphabetical orderPeter Eisentraut
2017-03-30Support \if ... \elif ... \else ... \endif in psql scripting.Tom Lane
2017-03-07psql: Add \gx commandStephen Frost
2017-02-25Remove useless duplicate inclusions of system header files.Tom Lane
2017-02-03Clean up psql's behavior for a few more control variables.Tom Lane
2017-01-20Logical replicationPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-08-18Update line count totals for psql help displays.Tom Lane
2016-07-12Put some things in a better order in psql helpPeter Eisentraut
2016-06-09pgindent run for 9.6Robert Haas
2016-06-07Fix loose ends for SQL ACCESS METHOD objectsAlvaro Herrera
2016-04-08Support \crosstabview in psqlAlvaro Herrera
2016-04-08Reserve the "pg_" namespace for rolesStephen Frost
2016-04-04Add a \gexec command to psql for evaluation of computed queries.Tom Lane
2016-04-03Add psql \errverbose command to see last server error at full verbosity.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-20psql: Review of new help output stringsPeter Eisentraut
2015-09-16Review program help output for wording and formattingPeter Eisentraut
2015-09-05Rearrange the handling of error context reports.Tom Lane
2015-07-03Add psql \ev and \sv commands for editing and showing view definitions.Tom Lane
2015-05-24pgindent run for 9.5Bruce Momjian
2015-04-02psql: fix \connect with URIs and conninfo stringsAlvaro Herrera
2015-04-02Revert "psql: fix \connect with URIs and conninfo strings"Robert Haas
2015-04-01psql: fix \connect with URIs and conninfo stringsAlvaro Herrera
2015-03-31psql: add asciidoc output formatBruce Momjian
2015-03-28Add a pager_min_lines setting to psqlAndrew Dunstan
2015-01-06Update copyright for 2015Bruce Momjian
2014-10-14psql: Fix \? output alignmentPeter Eisentraut
2014-09-23Add unicode_*_linestyle to \? variablesStephen Frost
2014-09-12Add unicode_{column|header|border}_style to psqlStephen Frost
2014-09-09Add new psql help topics, accessible to both --help and \?.Andres Freund
2014-07-10Add new ECHO mode 'errors' that displays only failed commands in psql.Fujii Masao
2014-04-16psql: update --help output for unaligned mode paramsBruce Momjian
2014-01-10Move username lookup functions from /port to /commonBruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-12-18Fix incorrect error message reported for non-existent usersBruce Momjian
2013-10-03psql: Make \pset without arguments show all settings.Robert Haas
2013-04-05Fix line count in slashUsage().Tom Lane
2013-04-04Add \watch [SEC] command to psql.Tom Lane
2013-03-04psql: Let \l accept a patternPeter Eisentraut
2013-03-04Add a materialized view relations.Kevin Grittner
2013-02-02Create a psql command \gset to store query results into psql variables.Tom Lane
2013-01-15Make \? help message more clear when not connected.Heikki Linnakangas
2013-01-15Don't pass NULL to fprintf, if not currently connected to a database.Heikki Linnakangas
2013-01-01Update copyrights for 2013Bruce Momjian
2012-08-09Make psql -1 < file behave as expected.Robert Haas
2012-07-18Syntax support and documentation for event triggers.Robert Haas