summaryrefslogtreecommitdiff
path: root/src/bin/psql/command.c
AgeCommit message (Expand)Author
2016-05-21psql: Message style improvementsPeter Eisentraut
2016-05-06Fix psql's \ev and \sv commands so that they handle view reloptions.Dean Rasheed
2016-04-14Rethink \crosstabview's argument parsing logic.Tom Lane
2016-04-08Support \crosstabview in psqlAlvaro Herrera
2016-04-08Reserve the "pg_" namespace for rolesStephen Frost
2016-04-04Add a \gexec command to psql for evaluation of computed queries.Tom Lane
2016-04-03Add psql \errverbose command to see last server error at full verbosity.Tom Lane
2016-03-24Move psql's print.c and mbprint.c into src/fe_utils.Tom Lane
2016-03-24Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.Tom Lane
2016-03-21Allow the delay in psql's \watch command to be a fractional second.Tom Lane
2016-03-21Improve header output from psql's \watch command.Tom Lane
2016-03-19Split psql's lexer into two separate .l files for SQL and backslash cases.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-08psql: Support multiple -c and -f options, and allow mixing them.Robert Haas
2015-12-03Clean up some psql issues around handling of the query output file.Tom Lane
2015-12-03psql: Improve spellingPeter Eisentraut
2015-11-27Improve PQhost() to return useful data for default Unix-socket connections.Tom Lane
2015-11-25Be more paranoid about null return values from libpq status functions.Tom Lane
2015-11-03Code + docs review for unicode linestyle patch.Tom Lane
2015-10-28Message style improvementsPeter Eisentraut
2015-10-05psql: allow \pset C in setting the title, matches \CBruce Momjian
2015-09-05Rearrange the handling of error context reports.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-07-03Add psql \ev and \sv commands for editing and showing view definitions.Tom Lane
2015-05-23pgindent run for 9.5Bruce Momjian
2015-04-02psql: fix \connect with URIs and conninfo stringsAlvaro Herrera
2015-04-02Revert "psql: fix \connect with URIs and conninfo strings"Robert Haas
2015-04-01psql: fix \connect with URIs and conninfo stringsAlvaro Herrera
2015-03-31psql: add asciidoc output formatBruce Momjian
2015-03-28Add a pager_min_lines setting to psqlAndrew Dunstan
2015-02-03Add API functions to libpq to interrogate SSL related stuff.Heikki Linnakangas
2015-01-06Update copyright for 2015Bruce Momjian
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-23Fix memory leaks introduced by commit eca2b9bAndrew Dunstan
2014-11-22Rework echo_hidden for \sf and \ef from commit e4d2817.Andrew Dunstan
2014-11-21Make psql's \sf and \ef honor ECHO_HIDDEN.Andrew Dunstan
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-23Remove the unused argument of PSQLexec().Fujii Masao
2014-10-18psql: Improve \pset without argumentsPeter Eisentraut
2014-09-12Add unicode_{column|header|border}_style to psqlStephen Frost
2014-09-10Add new psql help topics, accessible to both --help and \?.Andres Freund
2014-09-08Fix psql \s to work with recent libedit, and add pager support.Tom Lane
2014-09-04Allow \watch to display query execution time if \timing is enabled.Fujii Masao
2014-08-29Assorted message improvementsPeter Eisentraut
2014-08-11Break out OpenSSL-specific code to separate files.Heikki Linnakangas