aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/help.c
Commit message (Expand)AuthorAge
* 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
* Add the long options to the psql --help display, where they were curiouslyPeter Eisentraut2009-02-27
* Add a -w/--no-password option that prevents all password prompts to allPeter Eisentraut2009-02-26
* Sort the output of --help mostly alphabetical, make it align better, makePeter Eisentraut2009-02-25
* Removeduplicate \dd psql help mention.Bruce Momjian2009-01-07
* Add spaces around psql \d* columns, per idea from Joshua Drake.Bruce Momjian2009-01-07
* Improve \z psql \? help display.Bruce Momjian2009-01-06
* Add documentation for new \d*S* patch, and clean up some of the docs.Bruce Momjian2009-01-06
* This makes all the \dX commands (most importantly to most: \df) workBruce Momjian2009-01-06
* Update copyright for 2009.Bruce Momjian2009-01-01
* SQL/MED catalog manipulation facilitiesPeter Eisentraut2008-12-19
* Improve psql's \dC command to take a pattern parameter. Casts are shownTom Lane2008-11-06
* Document that \t and \x are now settable.Alvaro Herrera2008-08-29
* Update "help" output to reflect that \timing now takes an optional on/offHeikki Linnakangas2008-06-11
* Update psql startup banner to be shorter, suggest "help" for help.Bruce Momjian2008-05-16
* Reorgnize psql \? help output, to reduce the size of the "General"Bruce Momjian2008-05-14
* Have psql command 'help' suggest the use of \?, updated version.Bruce Momjian2008-04-04
* Allow 'help' in psql to show \? help, for novice assistance.Bruce Momjian2008-04-04
* Improve description of \du and \dg, per suggestion fromTom Lane2008-03-29
* Include \password in the psql help.Magnus Hagander2008-03-26
* Fix psql \h output for case of no parameters (ie, list all the known commands)Tom Lane2008-01-20
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Make documentation of -W options more accurate and uniform.Tom Lane2007-12-11
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-21
* Add psql \prompt capability.Bruce Momjian2007-02-23
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Message style improvementsPeter Eisentraut2006-10-06
* Fix some missing inclusions identified with new pgcheckdefines tool.Tom Lane2006-07-15
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-14
* Code review for psql multiline history patch(es). Fix memory leak,Tom Lane2006-06-11
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Add psql option:Bruce Momjian2006-02-12
* Please find enclosed a patch that lets you use \c to connectBruce Momjian2006-02-12
* o Improve psql's handling of multi-line statementsBruce Momjian2006-02-11
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* \pset numericsep -> numericlocale.Bruce Momjian2005-07-18
* Add psql \pset numericsep to allow output numbers like 100,000.0 orBruce Momjian2005-07-10
* Attached is a patch that enhances the "\h" capability in psql. I oftenBruce Momjian2005-07-06
* Add -L option to psql to log sessions.Bruce Momjian2005-06-14