summaryrefslogtreecommitdiff
path: root/src/bin/psql/help.c
AgeCommit message (Expand)Author
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-24Document 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-02Basic 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
2009-02-27Add the long options to the psql --help display, where they were curiouslyPeter Eisentraut
2009-02-26Add a -w/--no-password option that prevents all password prompts to allPeter Eisentraut
2009-02-25Sort the output of --help mostly alphabetical, make it align better, makePeter Eisentraut
2009-01-07Removeduplicate \dd psql help mention.Bruce Momjian
2009-01-07Add spaces around psql \d* columns, per idea from Joshua Drake.Bruce Momjian
2009-01-06Improve \z psql \? help display.Bruce Momjian
2009-01-06Add documentation for new \d*S* patch, and clean up some of the docs.Bruce Momjian
2009-01-06This makes all the \dX commands (most importantly to most: \df) workBruce Momjian
2009-01-01Update copyright for 2009.Bruce Momjian
2008-12-19SQL/MED catalog manipulation facilitiesPeter Eisentraut
2008-11-06Improve psql's \dC command to take a pattern parameter. Casts are shownTom Lane