aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/psql-ref.sgml
Commit message (Expand)AuthorAge
* Fix psql's "\g target" meta-command to work with COPY TO STDOUT.Tom Lane2019-01-26
* Doc: remove claim that all \pset format options are unique in 1 letter.Tom Lane2018-11-14
* Document security implications of search_path and the public schema.Noah Misch2018-02-26
* psql documentation fixesPeter Eisentraut2018-01-29
* Fix materialized-view documentation oversights.Tom Lane2017-06-19
* Handle empty or all-blank PAGER setting more sanely in psql.Tom Lane2016-12-07
* Introduce a psql "\connect -reuse-previous=on|off" option.Noah Misch2016-08-08
* Docs: improve description of psql's %R prompt escape sequence.Tom Lane2016-06-19
* Fix typosMagnus Hagander2016-03-06
* Docs: document that psql's "\i -" means read from stdin.Tom Lane2015-12-13
* Code + docs review for unicode linestyle patch.Tom Lane2015-11-03
* doc: Spell checkingPeter Eisentraut2015-09-10
* 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
* Doc: fix syntax description for psql's \setenv.Tom Lane2015-02-02
* Fix documentation of psql's ECHO all mode.Tom Lane2015-01-31
* Improve consistency of parsing of psql's magic variables.Tom Lane2014-12-31
* Assorted minor fixes for psql metacommand docs.Tom Lane2014-12-29
* 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
* Fix psql \s to work with recent libedit, and add pager support.Tom Lane2014-09-08
* Add psql PROMPT variable showing which line of a statement is being edited.Andres Freund2014-09-02
* Add tab-completion for \unset and valid setting values of psql variables.Fujii Masao2014-08-12
* docs: Improve documentation of \pset without arguments.Robert Haas2014-07-24
* Add missing doc changes for ee80f043bc9bAlvaro Herrera2014-07-15
* Add new ECHO mode 'errors' that displays only failed commands in psql.Fujii Masao2014-07-10
* Fix whitespacePeter Eisentraut2014-07-08
* doc: Fix DocBook XML validityPeter Eisentraut2014-05-06
* docs: properly document psql auto encoding modeBruce Momjian2014-04-16
* psql: conditionally display oids and replication identityBruce Momjian2014-04-15
* docs: psql '--' comments are not passed to the serverBruce Momjian2014-04-10
* Allow psql to print COPY command status in more cases.Tom Lane2014-03-13
* doc: Improve DocBook XML validityPeter Eisentraut2014-02-23
* Suggest shell here-documents instead of psql -c for multiple commands.Tom Lane2014-02-14
* Add display of oprcode (the underlying function's name) to psql's \do+.Tom Lane2014-01-16
* Improve FILES section of psql reference page.Tom Lane2014-01-14
* psql: Make \pset without arguments show all settings.Robert Haas2013-10-03
* doc: Add \dm command to psql man pagePeter Eisentraut2013-05-14
* Add \watch [SEC] command to psql.Tom Lane2013-04-04
* psql: Let \l accept a patternPeter Eisentraut2013-03-04
* Add support for piping COPY to/from an external program.Heikki Linnakangas2013-02-27
* Add postgres_fdw contrib module.Tom Lane2013-02-21
* Create a psql command \gset to store query results into psql variables.Tom Lane2013-02-02
* Prevent "\g filename" from affecting subsequent commands after an error.Tom Lane2013-02-02
* Add prosecdef to \df+ output.Heikki Linnakangas2013-01-25
* psql latex fixesBruce Momjian2013-01-18
* Add a latex-longtable output format to psqlBruce Momjian2013-01-17