aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/command.c
Commit message (Expand)AuthorAge
* Remove no-longer-appropriate special case in psql's \conninfo code.Tom Lane2018-08-03
* psql: Add option for procedures to \dfPeter Eisentraut2018-07-24
* Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.Tom Lane2018-04-08
* Avoid misleading psql password prompt when username is multiply specified.Tom Lane2018-01-29
* Update copyright for 2018Bruce Momjian2018-01-02
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Merge duplicative code for \sf/\sv, \ef/\ev in psql/command.c.Tom Lane2017-09-06
* Add \gdesc psql command.Tom Lane2017-09-05
* Add psql variables showing server version and psql version.Tom Lane2017-09-05
* Fix up some misusage of appendStringInfo() and friendsPeter Eisentraut2017-08-15
* Fix very minor memory leaks in psql's command.c.Tom Lane2017-07-27
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Add PQencryptPasswordConn function to libpq, use it in psql and createuser.Heikki Linnakangas2017-05-03
* Remove support for bcc and msvc standalone libpq buildsMagnus Hagander2017-04-11
* Fix behavior of psql's \p to agree with \g, \w, etc.Tom Lane2017-04-02
* Support \if ... \elif ... \else ... \endif in psql scripting.Tom Lane2017-03-30
* Fix hard-coded relkind constants in assorted src/bin files.Tom Lane2017-03-09
* psql: Add \gx commandStephen Frost2017-03-07
* Remove some configure header-file checks that we weren't really using.Tom Lane2017-02-25
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-25
* Make psql reject attempts to set special variables to invalid values.Tom Lane2017-01-30
* Logical replicationPeter Eisentraut2017-01-20
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Fix a bunch of places that called malloc and friends with no NULL check.Tom Lane2016-08-30
* Simplify correct use of simple_prompt().Tom Lane2016-08-30
* 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
* Use strftime("%c") to format timestamps in psql's \watch command.Tom Lane2016-06-15
* Fix loose ends for SQL ACCESS METHOD objectsAlvaro Herrera2016-06-07
* psql: Message style improvementsPeter Eisentraut2016-05-21
* Fix psql's \ev and \sv commands so that they handle view reloptions.Dean Rasheed2016-05-06
* Rethink \crosstabview's argument parsing logic.Tom Lane2016-04-14
* Support \crosstabview in psqlAlvaro Herrera2016-04-08
* Reserve the "pg_" namespace for rolesStephen Frost2016-04-08
* Add a \gexec command to psql for evaluation of computed queries.Tom Lane2016-04-04
* Add psql \errverbose command to see last server error at full verbosity.Tom Lane2016-04-03
* Move psql's print.c and mbprint.c into src/fe_utils.Tom Lane2016-03-24
* Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.Tom Lane2016-03-24
* Allow the delay in psql's \watch command to be a fractional second.Tom Lane2016-03-21
* Improve header output from psql's \watch command.Tom Lane2016-03-21
* Split psql's lexer into two separate .l files for SQL and backslash cases.Tom Lane2016-03-19
* Update copyright for 2016Bruce Momjian2016-01-02
* psql: Support multiple -c and -f options, and allow mixing them.Robert Haas2015-12-08
* Clean up some psql issues around handling of the query output file.Tom Lane2015-12-03
* psql: Improve spellingPeter Eisentraut2015-12-03
* Improve PQhost() to return useful data for default Unix-socket connections.Tom Lane2015-11-27
* 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