summaryrefslogtreecommitdiff
path: root/src/bin/psql/help.c
AgeCommit message (Expand)Author
2006-10-06Message style improvementsPeter Eisentraut
2006-07-15Fix some missing inclusions identified with new pgcheckdefines tool.Tom Lane
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian
2006-07-14Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane
2006-06-11Code review for psql multiline history patch(es). Fix memory leak,Tom Lane
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-02-12Add psql option:Bruce Momjian
2006-02-12Please find enclosed a patch that lets you use \c to connectBruce Momjian
2006-02-11o Improve psql's handling of multi-line statementsBruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-07-18\pset numericsep -> numericlocale.Bruce Momjian
2005-07-10Add psql \pset numericsep to allow output numbers like 100,000.0 orBruce Momjian
2005-07-06Attached is a patch that enhances the "\h" capability in psql. I oftenBruce Momjian
2005-06-14Add -L option to psql to log sessions.Bruce Momjian
2005-02-22Use _() macro consistently rather than gettext(). Add translationBruce Momjian
2005-01-08Consistently use geteuid() not getuid(); there were a few places deviatingTom Lane
2005-01-01Update copyrights that were missed.Bruce Momjian
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-11-24Trivial fix for a bug introduced in r1.94 of help.c: we want to onlyNeil Conway
2004-11-09Clarify some stringsPeter Eisentraut
2004-10-12Message style revisionsPeter Eisentraut
2004-10-06Suppress psql \s help display for platforms like Win32 that don'tBruce Momjian
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-08-07Ignore trailing spaces in psql \h.Bruce Momjian
2004-07-15Add permission display to \db+.Bruce Momjian
2004-07-13Have \dn+ show permissions and description for schemas.Bruce Momjian
2004-06-18Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane
2004-05-07Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane
2004-03-22I just noticed that \dp outputs "Table" to indicate relations (tables,Bruce Momjian
2004-01-09Have psql help show \w parameter as requied.Bruce Momjian
2003-12-01This makes help like this:Bruce Momjian
2003-12-01attached is a patch that adds display of the groups a user belongs to toBruce Momjian
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-10-02Add documentation about \pset footer to \?.Peter Eisentraut
2003-09-14Allow translation of SQL help in psql.Peter Eisentraut
2003-09-11seemed like a typo in one of the appendix tablesBruce Momjian
2003-09-10Update row count for \? output, used by pager.Bruce Momjian
2003-08-04Fix some copyright notices that weren't updated. Improve copyright toolTom Lane
2003-08-04pgindent run.Bruce Momjian
2003-07-25Update copyrights to 2003.Bruce Momjian
2003-07-23Apply message style guide to frontend programs.Peter Eisentraut
2003-06-11Document the -h client flag can use a socket directory as well as a hostBruce Momjian
2003-04-14Document file name as optional for \o in psql help (\h).Bruce Momjian
2003-03-18Make the printing code somewhat more independent by not relying onPeter Eisentraut
2003-03-10Cleanup up psql \connect and \pset pager setting display, DennisBruce Momjian
2003-01-07Apply the proper version of Christopher Kings-Lynne's describe patchTom Lane
2002-12-13Increment libpq major number for 7.3.1 and minor for 7.4.Bruce Momjian
2002-12-12TODO marked as done:Bruce Momjian
2002-12-11Move psql \? Formatting above Large Object/Copy.Bruce Momjian