aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/psql-ref.sgml
Commit message (Expand)AuthorAge
* 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
* Update syntax shown for \copy to match new syntax for COPY.Robert Haas2012-09-06
* psql: Reduce compatibility warningPeter Eisentraut2012-08-31
* Document clearly that psql \! parameter interpretation limitations areBruce Momjian2012-08-25
* Document that tab completation can interfere with some SQL commands.Bruce Momjian2012-08-16
* Add link from COPY ref page to psql \copy.Tom Lane2012-08-11
* Make psql -1 < file behave as expected.Robert Haas2012-08-09
* Document that, for psql -c, only the result of the last command isBruce Momjian2012-08-03
* Syntax support and documentation for event triggers.Robert Haas2012-07-18
* Documentation spell and markup checkingPeter Eisentraut2012-06-08
* Fix a whitespace issue with the man pagesPeter Eisentraut2012-05-15
* psql: Add variable to control keyword case in tab completionPeter Eisentraut2012-05-08
* Document that it is the pgsql version we are matching for psqlrcBruce Momjian2012-05-06
* Revert typo fix 768c3affd44d1dcb4e43e2e006c642524714c2a4; I was wrong.Bruce Momjian2012-05-06
* Fix psql doc typo.Bruce Momjian2012-05-05
* doc: Fix for too many brackets in command synopses on man pagesPeter Eisentraut2012-05-03
* Accept postgres:// URIs in libpq connection functionsAlvaro Herrera2012-04-11
* Tweak markup to avoid extra whitespace in man pagesPeter Eisentraut2012-03-28
* If a role has a password expiration date, show that in psql's \du output.Tom Lane2012-03-22
* Provide environment overrides for psql file locations.Andrew Dunstan2012-03-03
* psql: Support zero byte field and record separatorsPeter Eisentraut2012-02-09
* Add support for privileges on typesPeter Eisentraut2011-12-20