aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/command.c
Commit message (Expand)AuthorAge
* Fix assorted places in psql to print version numbers >= 10 in new style.Tom Lane2016-08-16
* Obstruct shell, SQL, and conninfo injection via database and role names.Noah Misch2016-08-08
* Introduce a psql "\connect -reuse-previous=on|off" option.Noah Misch2016-08-08
* Widen buffer for headers in psql's \watch command.Tom Lane2016-06-15
* Clean up some psql issues around handling of the query output file.Tom Lane2015-12-03
* psql: Improve spellingPeter Eisentraut2015-12-03
* Be more paranoid about null return values from libpq status functions.Tom Lane2015-11-25
* Code + docs review for unicode linestyle patch.Tom Lane2015-11-03
* Message style improvementsPeter Eisentraut2015-10-28
* psql: print longtable as a possible \pset optionBruce Momjian2015-08-31
* Fix null pointer dereference in "\c" psql command.Noah Misch2015-07-08
* pgindent run for 9.5Bruce Momjian2015-05-23
* psql: fix \connect with URIs and conninfo stringsAlvaro Herrera2015-04-02
* Revert "psql: fix \connect with URIs and conninfo strings"Robert Haas2015-04-02
* psql: fix \connect with URIs and conninfo stringsAlvaro Herrera2015-04-01
* psql: add asciidoc output formatBruce Momjian2015-03-31
* Add a pager_min_lines setting to psqlAndrew Dunstan2015-03-28
* Add API functions to libpq to interrogate SSL related stuff.Heikki Linnakangas2015-02-03
* Update copyright for 2015Bruce Momjian2015-01-06
* Improve consistency of parsing of psql's magic variables.Tom Lane2014-12-31
* Reimplement 9f80f4835a55a1cbffcda5d23a617917f3286c14 with PQconninfo().Noah Misch2014-11-29
* Revert "Add libpq function PQhostaddr()."Noah Misch2014-11-29
* Make \watch respect the user's \pset null setting.Fujii Masao2014-11-28
* Fix memory leaks introduced by commit eca2b9bAndrew Dunstan2014-11-23
* Rework echo_hidden for \sf and \ef from commit e4d2817.Andrew Dunstan2014-11-22
* Make psql's \sf and \ef honor ECHO_HIDDEN.Andrew Dunstan2014-11-21
* Fix some bogus direct uses of realloc().Tom Lane2014-11-18
* Fix undersized result buffer in pset_quoted_string().Tom Lane2014-10-26
* Remove the unused argument of PSQLexec().Fujii Masao2014-10-23
* psql: Improve \pset without argumentsPeter Eisentraut2014-10-18
* Add unicode_{column|header|border}_style to psqlStephen Frost2014-09-12
* Add new psql help topics, accessible to both --help and \?.Andres Freund2014-09-10
* Fix psql \s to work with recent libedit, and add pager support.Tom Lane2014-09-08
* Allow \watch to display query execution time if \timing is enabled.Fujii Masao2014-09-04
* Assorted message improvementsPeter Eisentraut2014-08-29
* Break out OpenSSL-specific code to separate files.Heikki Linnakangas2014-08-11
* Small message fixesPeter Eisentraut2014-08-09
* Include SSL compression status in psql banner and connection loggingMagnus Hagander2014-07-15
* Misc message style and doc fixes.Heikki Linnakangas2014-05-15
* pgindent run for 9.4Bruce Momjian2014-05-06
* Replace SYSTEMQUOTEs with Windows-specific wrapper functions.Heikki Linnakangas2014-05-05
* Various Coverity-spotted fixesStephen Frost2014-03-01
* psql: Add C comment about gset_prefix being freed laterBruce Momjian2014-02-15
* Fix unsafe references to errno within error messaging logic.Tom Lane2014-01-29
* psql: Mention SSL protocol version in \conninfo.Noah Misch2014-01-24
* Add libpq function PQhostaddr().Fujii Masao2014-01-24
* Add display of oprcode (the underlying function's name) to psql's \do+.Tom Lane2014-01-16
* Update copyright for 2014Bruce Momjian2014-01-07
* Fix incorrect error message reported for non-existent usersBruce Momjian2013-12-18
* Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStrHeikki Linnakangas2013-11-18