Commit Graph

217 Commits (fa6075e5515c6878b2c1fe1c6435dd7ed847857d)

Author SHA1 Message Date
Tom Lane 2bbe9112ae Add a \gexec command to psql for evaluation of computed queries. 10 years ago
Tom Lane 3cc38ca7d2 Add psql \errverbose command to see last server error at full verbosity. 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Peter Eisentraut 69e7c44fc6 psql: Review of new help output strings 10 years ago
Peter Eisentraut 5878a377ba Review program help output for wording and formatting 10 years ago
Tom Lane 0426f349ef Rearrange the handling of error context reports. 10 years ago
Tom Lane 8eb6407aae Add psql \ev and \sv commands for editing and showing view definitions. 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Alvaro Herrera e146ca6820 psql: fix \connect with URIs and conninfo strings 11 years ago
Robert Haas 4cd639baf4 Revert "psql: fix \connect with URIs and conninfo strings" 11 years ago
Alvaro Herrera fcef161729 psql: fix \connect with URIs and conninfo strings 11 years ago
Bruce Momjian 9d9991c84e psql: add asciidoc output format 11 years ago
Andrew Dunstan 7655f4ccea Add a pager_min_lines setting to psql 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Peter Eisentraut 7ce09e6148 psql: Fix \? output alignment 11 years ago
Stephen Frost a564307373 Add unicode_*_linestyle to \? variables 11 years ago
Stephen Frost a2dabf0e1d Add unicode_{column|header|border}_style to psql 11 years ago
Andres Freund 07c8651dd9 Add new psql help topics, accessible to both --help and \?. 11 years ago
Fujii Masao 5b214c5dd1 Add new ECHO mode 'errors' that displays only failed commands in psql. 11 years ago
Bruce Momjian 8c349ba5c0 psql: update --help output for unaligned mode params 12 years ago
Bruce Momjian 111022eac6 Move username lookup functions from /port to /common 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Bruce Momjian 613c6d26bd Fix incorrect error message reported for non-existent users 12 years ago
Robert Haas c64e68fd9f psql: Make \pset without arguments show all settings. 12 years ago
Tom Lane 927e1dc96c Fix line count in slashUsage(). 13 years ago
Tom Lane c6a3fce7dd Add \watch [SEC] command to psql. 13 years ago
Peter Eisentraut 0ea1f6e98f psql: Let \l accept a pattern 13 years ago
Kevin Grittner 3bf3ab8c56 Add a materialized view relations. 13 years ago
Tom Lane d2d153fdb0 Create a psql command \gset to store query results into psql variables. 13 years ago
Heikki Linnakangas 8606dd8190 Make \? help message more clear when not connected. 13 years ago
Heikki Linnakangas b04ce529fd Don't pass NULL to fprintf, if not currently connected to a database. 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Robert Haas be690e291d Make psql -1 < file behave as expected. 13 years ago
Robert Haas 3855968f32 Syntax support and documentation for event triggers. 13 years ago
Bruce Momjian 3c9b406420 Run updated copyright.pl on HEAD and 9.2 trees, updating the psql 13 years ago
Peter Eisentraut bb7520cc26 Make documentation of --help and --version options more consistent 13 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 13 years ago
Peter Eisentraut 169c8a9112 psql: Support zero byte field and record separators 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Andrew Dunstan e6d9e2106f Add a \setenv command to psql. 14 years ago
Peter Eisentraut 95d2af1646 Add psql expanded auto mode 14 years ago
Robert Haas 59414cdedb Change psql's \dd command to do something more useful. 14 years ago
Robert Haas c9ac00e6ec Teach psql to display the comments on conversions and domains. 14 years ago
Robert Haas 3b17efdfdd Teach psql to display comments on languages and casts. 14 years ago
Robert Haas c7f23494c1 Add \ir command to psql. 14 years ago
Peter Eisentraut b313bca0af DDL support for collations 15 years ago
Tom Lane d9572c4e3b Core support for "extensions", which are packages of SQL objects. 15 years ago
Heikki Linnakangas 1e4baa5c96 Update psql's \copyright to match the text we have in the COPYRIGHT file. 15 years ago
Peter Eisentraut 77ff840835 Document the "S" option for psql's \dn command in the psql help 15 years ago
Robert Haas 9c5e2c120b Add new psql command \dL to list languages. 15 years ago