summaryrefslogtreecommitdiff
path: root/src/bin/psql
AgeCommit message (Expand)Author
2008-05-16Update psql startup banner to be shorter, suggest "help" for help.Bruce Momjian
2008-05-16Add detection of psql pager to trigger on wide output. Also add pagerBruce Momjian
2008-05-14Move the "instr_time" typedef and associated macros into a new headerTom Lane
2008-05-14Reorgnize psql \? help output, to reduce the size of the "General"Bruce Momjian
2008-05-13Change \du to use the new printTable API, improving the situation of very wideAlvaro Herrera
2008-05-13Fix a bug in the previous patch, which caused the title pointer to be usedAlvaro Herrera
2008-05-12Improve psql's internal print.c code by introducing an actual print API.Alvaro Herrera
2008-05-10Restore psql's former behavior that padding spaces to the right of the lastTom Lane
2008-05-09Add "%option noinput" to the scanners to avoid compiler warnings. GCC 4.3Peter Eisentraut
2008-05-09Fix memory stomp that's turning the whole buildfarm pink: you can't hack upTom Lane
2008-05-08Have psql output tab as the proper number of spaces, rather than \x09.Bruce Momjian
2008-05-08Add psql '\pset format wrapped' mode to wrap output to screen width, orBruce Momjian
2008-05-07Have boolean pset values checked against typical boolean values, ratherBruce Momjian
2008-05-05Display ACLS using multiple lines for psql's \z. Brendan Jurd.Andrew Dunstan
2008-05-05Show enum values in psql's \dt+. David Fetter.Andrew Dunstan
2008-05-02Show relation size in verbose (e.g. \d+) output.Heikki Linnakangas
2008-05-02One-letter backslash commands now need a space before the first argument.Peter Eisentraut
2008-04-16Fix comment typo.Bruce Momjian
2008-04-14Fix indentation in new REFERENCED BY psql output, per Brendan Jurd.Alvaro Herrera
2008-04-05A small visit from the portability and localization police.Tom Lane
2008-04-04Have psql command 'help' suggest the use of \?, updated version.Bruce Momjian
2008-04-04Allow 'help' in psql to show \? help, for novice assistance.Bruce Momjian
2008-03-30Show database access privileges in psql's \l command. For \l+, also showTom Lane
2008-03-30Display incoming as well as outgoing foreign-key constraints in psql'sTom Lane
2008-03-29Improve description of \du and \dg, per suggestion fromTom Lane
2008-03-29Improve psql's tab completion to handle completing attribute names in casesTom Lane
2008-03-27Reduce the need for frontend programs to include "postgres.h" by refactoringTom Lane
2008-03-26Include \password in the psql help.Magnus Hagander
2008-03-11Prevent psql \copy from accepting multiple string parameters, e.g.Bruce Momjian
2008-01-31Translation updatesPeter Eisentraut
2008-01-30Translation updatesPeter Eisentraut
2008-01-20Fix psql \h output for case of no parameters (ie, list all the known commands)Tom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-12-12Improve the method of localizing column names and other fixed strings inTom Lane
2007-12-11Make documentation of -W options more accurate and uniform.Tom Lane
2007-12-11Remove the long-deprecated -u option from psql, since it does nothing veryTom Lane
2007-12-09Fix bogus prompt for password in -u case. Per gripe from Robert Treat.Tom Lane
2007-12-09Fix up the PQconnectionUsedPassword mess: create a separateTom Lane
2007-11-29Translation updatesPeter Eisentraut
2007-11-28Properly recognize and announce input errors.Peter Eisentraut
2007-11-22Add more comments about thousands separator handling.Bruce Momjian
2007-11-22Add comments about thousands separator logic.Bruce Momjian
2007-11-21When setting default thousands separator when locale has "", use logicBruce Momjian
2007-11-16Cleanup for new else/comment handling.Bruce Momjian
2007-11-15Fix pgindent to properly handle 'else' and single-line comments on theBruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-11-15Translation updatesPeter Eisentraut
2007-11-07Consistent capitalizationPeter Eisentraut
2007-10-27Translation updatesPeter Eisentraut
2007-10-16Use 'token' not 'lexeme' to describe the output of a parser.Tom Lane