aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql
Commit message (Expand)AuthorAge
* Revert patch so .psqlrc can suppress startup banner:Bruce Momjian2008-07-20
* In psql, run .psqlrc _after_ printing warnings and banner.Bruce Momjian2008-07-18
* Suppress compiler warning, and not incidentally make the code moreTom Lane2008-07-18
* Implement SQL-spec RETURNS TABLE syntax for functions.Tom Lane2008-07-18
* Support "variadic" functions, which can accept a variable number of argumentsTom Lane2008-07-16
* Addendum: psql sequence value display patch was originally written byBruce Momjian2008-07-15
* Have psql \d show the value of sequence columns.Bruce Momjian2008-07-15
* Add comment about literal strings in our syntax not being translated inBruce Momjian2008-07-14
* Add column storage type to psql \d+ display.Bruce Momjian2008-07-14
* In psql, rename trans_* variables to translate_*, for clarity.Bruce Momjian2008-07-14
* More replacements of binary compatible to binary coercible.Peter Eisentraut2008-07-12
* Don't print the name of the database in psql \z.Peter Eisentraut2008-07-03
* Fix psql's \d and allied commands to work with all server versions back to 7.4.Tom Lane2008-07-03
* Issue psql connection warnings on connection start and via \c, perBruce Momjian2008-07-01
* Use SYSTEMQUOTE as concatentation to strings, rather than %s printfBruce Momjian2008-06-26
* Update "help" output to reflect that \timing now takes an optional on/offHeikki Linnakangas2008-06-11
* Add optional on/off argument to \timing.Heikki Linnakangas2008-06-11
* Editorialization for the text emitted by the "help" psql command.Neil Conway2008-06-10
* Fix function headers not matching prototype in header file, perMagnus Hagander2008-05-21
* Remove old kluge put in to allow Windows regression tests to succeed, and nowAndrew Dunstan2008-05-18
* Use isatty() test for pager on Win32; not sure why it was disabled forBruce Momjian2008-05-17
* In psql, test for output to stdout when forcing pager for wide output.Bruce Momjian2008-05-17
* Fix utterly-bogus code for computing row heights. Per crashes onTom Lane2008-05-17
* Recent patch doesn't compile without <limits.h>Tom Lane2008-05-16
* Update psql startup banner to be shorter, suggest "help" for help.Bruce Momjian2008-05-16
* Add detection of psql pager to trigger on wide output. Also add pagerBruce Momjian2008-05-16
* Move the "instr_time" typedef and associated macros into a new headerTom Lane2008-05-14
* Reorgnize psql \? help output, to reduce the size of the "General"Bruce Momjian2008-05-14
* Change \du to use the new printTable API, improving the situation of very wideAlvaro Herrera2008-05-13
* Fix a bug in the previous patch, which caused the title pointer to be usedAlvaro Herrera2008-05-13
* Improve psql's internal print.c code by introducing an actual print API.Alvaro Herrera2008-05-12
* Restore psql's former behavior that padding spaces to the right of the lastTom Lane2008-05-10
* Add "%option noinput" to the scanners to avoid compiler warnings. GCC 4.3Peter Eisentraut2008-05-09
* Fix memory stomp that's turning the whole buildfarm pink: you can't hack upTom Lane2008-05-09
* Have psql output tab as the proper number of spaces, rather than \x09.Bruce Momjian2008-05-08
* Add psql '\pset format wrapped' mode to wrap output to screen width, orBruce Momjian2008-05-08
* Have boolean pset values checked against typical boolean values, ratherBruce Momjian2008-05-07
* Display ACLS using multiple lines for psql's \z. Brendan Jurd.Andrew Dunstan2008-05-05
* Show enum values in psql's \dt+. David Fetter.Andrew Dunstan2008-05-05
* Show relation size in verbose (e.g. \d+) output.Heikki Linnakangas2008-05-02
* One-letter backslash commands now need a space before the first argument.Peter Eisentraut2008-05-02
* Fix comment typo.Bruce Momjian2008-04-16
* Fix indentation in new REFERENCED BY psql output, per Brendan Jurd.Alvaro Herrera2008-04-14
* A small visit from the portability and localization police.Tom Lane2008-04-05
* 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
* Show database access privileges in psql's \l command. For \l+, also showTom Lane2008-03-30
* Display incoming as well as outgoing foreign-key constraints in psql'sTom Lane2008-03-30
* Improve description of \du and \dg, per suggestion fromTom Lane2008-03-29
* Improve psql's tab completion to handle completing attribute names in casesTom Lane2008-03-29