summaryrefslogtreecommitdiff
path: root/src/bin/psql/help.c
AgeCommit message (Expand)Author
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
2009-07-24Document \dg+ and \du+Peter Eisentraut
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-04-22Use brackets in psql \df \? help.Bruce Momjian
2009-04-21Merge psql \df options into a single \? line, and update docs.Bruce Momjian
2009-04-21Add agg/normal/trigger/window flags for psql \df and in \df output.Bruce Momjian
2009-04-11Message improvementPeter Eisentraut
2009-04-03Add missing help output for \ef option. Andrew GierthTom Lane
2009-03-25Update line count for \? output (obtained from wc -l)Peter Eisentraut
2009-03-25In the \? output, align the columns consistently.Peter Eisentraut
2009-03-24Fix my typoPeter Eisentraut