summaryrefslogtreecommitdiff
path: root/src/bin/psql/help.c
AgeCommit message (Expand)Author
2018-01-29psql documentation fixesPeter Eisentraut
2015-04-01psql: fix \connect with URIs and conninfo stringsAlvaro Herrera
2014-10-13psql: Fix \? output alignmentPeter Eisentraut
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-04Fix 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-03Add 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
2012-07-06Run updated copyright.pl on HEAD and 9.2 trees, updating the psqlBruce Momjian
2012-06-18Make documentation of --help and --version options more consistentPeter Eisentraut
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-02-09psql: Support zero byte field and record separatorsPeter Eisentraut
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-04Add a \setenv command to psql.Andrew Dunstan
2011-11-12Add psql expanded auto modePeter Eisentraut
2011-08-11Change psql's \dd command to do something more useful.Robert Haas
2011-08-08Teach psql to display the comments on conversions and domains.Robert Haas
2011-08-04Teach psql to display comments on languages and casts.Robert Haas
2011-07-06Add \ir command to psql.Robert Haas
2011-02-12DDL support for collationsPeter Eisentraut
2011-02-08Core support for "extensions", which are packages of SQL objects.Tom Lane
2011-01-27Update psql's \copyright to match the text we have in the COPYRIGHT file.Heikki Linnakangas
2011-01-25Document the "S" option for psql's \dn command in the psql helpPeter Eisentraut
2011-01-20Add new psql command \dL to list languages.Robert Haas
2011-01-01Basic foreign table support.Robert Haas
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-10-28Make \? output of \dg and \du the samePeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-14Add a \sf (show function) command to psql, for those times when you need toTom Lane
2010-08-13Clean up failure to use ClosePager() where appropriate in help.c.Tom Lane
2010-08-12Extend psql's \e and \ef commands so that a line number can be specified,Tom Lane
2010-07-20Add \conninfo command to psql, to show current connection info.Robert Haas
2010-05-26Fix psql help: \da+ is same as \da, but \daS is not.Robert Haas
2010-05-08Work around a subtle portability problem in use of printf %s format.Tom Lane
2010-03-07Revert patch for --psqlrc=FILENAME in psql.Magnus Hagander
2010-03-06Add --psqlrc=FILENAME parameter to psql, to process an explicitly namedMagnus Hagander
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-10-08Add the new psql command \drds to the psql docs, help and tab completion.Alvaro Herrera
2009-10-05Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjustTom Lane
2009-09-18Easier to translate psql helpPeter Eisentraut