summaryrefslogtreecommitdiff
path: root/src/bin/psql/command.c
AgeCommit message (Expand)Author
2019-09-02Handle corner cases correctly in psql's reconnection logic.Tom Lane
2016-08-16Fix assorted places in psql to print version numbers >= 10 in new style.Tom Lane
2016-08-08Obstruct shell, SQL, and conninfo injection via database and role names.Noah Misch
2016-08-08Introduce a psql "\connect -reuse-previous=on|off" option.Noah Misch
2016-06-15Widen buffer for headers in psql's \watch command.Tom Lane
2015-11-25Be more paranoid about null return values from libpq status functions.Tom Lane
2015-08-31psql: print longtable as a possible \pset optionBruce Momjian
2015-07-08Fix null pointer dereference in "\c" psql command.Noah Misch
2015-04-01psql: fix \connect with URIs and conninfo stringsAlvaro Herrera
2014-12-31Improve consistency of parsing of psql's magic variables.Tom Lane
2014-11-29Reimplement 9f80f4835a55a1cbffcda5d23a617917f3286c14 with PQconninfo().Noah Misch
2014-11-29Revert "Add libpq function PQhostaddr()."Noah Misch
2014-11-28Make \watch respect the user's \pset null setting.Fujii Masao
2014-11-18Fix some bogus direct uses of realloc().Tom Lane
2014-10-26Fix undersized result buffer in pset_quoted_string().Tom Lane
2014-10-18psql: Improve \pset without argumentsPeter Eisentraut
2014-09-08Fix psql \s to work with recent libedit, and add pager support.Tom Lane
2014-08-29Assorted message improvementsPeter Eisentraut
2014-08-09Small message fixesPeter Eisentraut
2014-07-15Include SSL compression status in psql banner and connection loggingMagnus Hagander
2014-05-15Misc message style and doc fixes.Heikki Linnakangas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-05-05Replace SYSTEMQUOTEs with Windows-specific wrapper functions.Heikki Linnakangas
2014-03-01Various Coverity-spotted fixesStephen Frost
2014-02-15psql: Add C comment about gset_prefix being freed laterBruce Momjian
2014-01-29Fix unsafe references to errno within error messaging logic.Tom Lane
2014-01-24psql: Mention SSL protocol version in \conninfo.Noah Misch
2014-01-24Add libpq function PQhostaddr().Fujii Masao
2014-01-16Add display of oprcode (the underlying function's name) to psql's \do+.Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2013-12-18Fix incorrect error message reported for non-existent usersBruce Momjian
2013-11-18Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStrHeikki Linnakangas
2013-11-10Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut
2013-11-05Revert commit 0725065b37b8b0e9074a624a8d3e3ac1844fc820.Tom Lane
2013-10-22Replace pg_asprintf() with psprintf().Tom Lane
2013-10-13Add use of asprintf()Peter Eisentraut
2013-10-03psql: Make \pset without arguments show all settings.Robert Haas
2013-09-19Fix typo in comment.Fujii Masao
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-05-04Improve behavior of \watch with non-tuple-returning commands.Tom Lane
2013-04-24Add missing #include.Heikki Linnakangas
2013-04-04Add \watch [SEC] command to psql.Tom Lane
2013-03-26Get rid of obsolete parse_version helper function.Heikki Linnakangas
2013-03-04psql: Let \l accept a patternPeter Eisentraut
2013-03-03Add a materialized view relations.Kevin Grittner
2013-02-02Create a psql command \gset to store query results into psql variables.Tom Lane
2013-02-02Prevent "\g filename" from affecting subsequent commands after an error.Tom Lane
2013-01-24Use correct output device for Windows prompts.Andrew Dunstan
2013-01-17Add a latex-longtable output format to psqlBruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian