aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/help.c
Commit message (Expand)AuthorAge
* psql: Let \l accept a patternPeter Eisentraut2013-03-04
* Add a materialized view relations.Kevin Grittner2013-03-03
* Create a psql command \gset to store query results into psql variables.Tom Lane2013-02-02
* Make \? help message more clear when not connected.Heikki Linnakangas2013-01-15
* Don't pass NULL to fprintf, if not currently connected to a database.Heikki Linnakangas2013-01-15
* Update copyrights for 2013Bruce Momjian2013-01-01
* Make psql -1 < file behave as expected.Robert Haas2012-08-09
* Syntax support and documentation for event triggers.Robert Haas2012-07-18
* Run updated copyright.pl on HEAD and 9.2 trees, updating the psqlBruce Momjian2012-07-06
* Make documentation of --help and --version options more consistentPeter Eisentraut2012-06-18
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* psql: Support zero byte field and record separatorsPeter Eisentraut2012-02-09
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Add a \setenv command to psql.Andrew Dunstan2011-12-04
* Add psql expanded auto modePeter Eisentraut2011-11-12
* Change psql's \dd command to do something more useful.Robert Haas2011-08-11
* Teach psql to display the comments on conversions and domains.Robert Haas2011-08-08
* Teach psql to display comments on languages and casts.Robert Haas2011-08-04
* Add \ir command to psql.Robert Haas2011-07-06
* DDL support for collationsPeter Eisentraut2011-02-12
* Core support for "extensions", which are packages of SQL objects.Tom Lane2011-02-08
* Update psql's \copyright to match the text we have in the COPYRIGHT file.Heikki Linnakangas2011-01-27
* Document the "S" option for psql's \dn command in the psql helpPeter Eisentraut2011-01-25
* Add new psql command \dL to list languages.Robert Haas2011-01-20
* Basic foreign table support.Robert Haas2011-01-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Make \? output of \dg and \du the samePeter Eisentraut2010-10-28
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Add a \sf (show function) command to psql, for those times when you need toTom Lane2010-08-14
* Clean up failure to use ClosePager() where appropriate in help.c.Tom Lane2010-08-13
* Extend psql's \e and \ef commands so that a line number can be specified,Tom Lane2010-08-12
* Add \conninfo command to psql, to show current connection info.Robert Haas2010-07-20
* Fix psql help: \da+ is same as \da, but \daS is not.Robert Haas2010-05-26
* Work around a subtle portability problem in use of printf %s format.Tom Lane2010-05-08
* Revert patch for --psqlrc=FILENAME in psql.Magnus Hagander2010-03-07
* Add --psqlrc=FILENAME parameter to psql, to process an explicitly namedMagnus Hagander2010-03-06
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Add the new psql command \drds to the psql docs, help and tab completion.Alvaro Herrera2009-10-08
* Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjustTom Lane2009-10-05
* Easier to translate psql helpPeter Eisentraut2009-09-18
* Document \dg+ and \du+Peter Eisentraut2009-07-24
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Use brackets in psql \df \? help.Bruce Momjian2009-04-22
* Merge psql \df options into a single \? line, and update docs.Bruce Momjian2009-04-21
* Add agg/normal/trigger/window flags for psql \df and in \df output.Bruce Momjian2009-04-21
* Message improvementPeter Eisentraut2009-04-11
* Add missing help output for \ef option. Andrew GierthTom Lane2009-04-03
* Update line count for \? output (obtained from wc -l)Peter Eisentraut2009-03-25
* In the \? output, align the columns consistently.Peter Eisentraut2009-03-25
* Fix my typoPeter Eisentraut2009-03-24