summaryrefslogtreecommitdiff
path: root/src/bin/psql/command.c
AgeCommit message (Expand)Author
2017-09-06Merge duplicative code for \sf/\sv, \ef/\ev in psql/command.c.Tom Lane
2017-09-05Add \gdesc psql command.Tom Lane
2017-09-05Add psql variables showing server version and psql version.Tom Lane
2017-08-15Fix up some misusage of appendStringInfo() and friendsPeter Eisentraut
2017-07-27Fix very minor memory leaks in psql's command.c.Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-05-03Add PQencryptPasswordConn function to libpq, use it in psql and createuser.Heikki Linnakangas
2017-04-11Remove support for bcc and msvc standalone libpq buildsMagnus Hagander
2017-04-02Fix behavior of psql's \p to agree with \g, \w, etc.Tom Lane
2017-03-30Support \if ... \elif ... \else ... \endif in psql scripting.Tom Lane
2017-03-09Fix hard-coded relkind constants in assorted src/bin files.Tom Lane
2017-03-07psql: Add \gx commandStephen Frost
2017-02-25Remove some configure header-file checks that we weren't really using.Tom Lane
2017-02-25Remove useless duplicate inclusions of system header files.Tom Lane
2017-01-30Make psql reject attempts to set special variables to invalid values.Tom Lane
2017-01-20Logical replicationPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-08-30Fix a bunch of places that called malloc and friends with no NULL check.Tom Lane
2016-08-30Simplify correct use of simple_prompt().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-15Use strftime("%c") to format timestamps in psql's \watch command.Tom Lane
2016-06-07Fix loose ends for SQL ACCESS METHOD objectsAlvaro Herrera
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