summaryrefslogtreecommitdiff
path: root/src/bin/psql/command.c
AgeCommit message (Expand)Author
2022-07-10Fix \watch's interaction with libedit on ^C.Thomas Munro
2021-11-12Make psql's \password default to CURRENT_USER, not PQuser(conn).Tom Lane
2021-03-23Fix psql's \connect command some more.Tom Lane
2021-03-12Fix race condition in psql \e's detection of file modification.Tom Lane
2020-11-29Fix recently-introduced breakage in psql's \connect command.Tom Lane
2020-10-21Fix connection string handling in psql's \connect command.Tom Lane
2020-04-01Fix crash in psql when attempting to reuse old connectionMichael Paquier
2019-09-06Message style fixesPeter Eisentraut
2019-09-02Handle corner cases correctly in psql's reconnection logic.Tom Lane
2019-06-14Tweak libpq's PQhost, PQhostaddr, and psql's \connectAlvaro Herrera
2019-06-03Fix typos in various placesMichael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-05-14Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane
2019-04-07psql \dP: list partitioned tables and indexesAlvaro Herrera
2019-04-03GSSAPI encryption supportStephen Frost
2019-04-01Unified logging system for command-line programsPeter Eisentraut
2019-01-23Fix misc typos in comments.Heikki Linnakangas
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-29Remove redundant translation markersPeter Eisentraut
2018-12-03Add some missing schema qualificationsMichael Paquier
2018-11-26Add CSV table output mode in psql.Tom Lane
2018-11-26Fix breakage of "\pset format latex".Tom Lane
2018-11-19psql: Show IP address in \conninfoAlvaro Herrera
2018-11-14Make psql's "\pset format" command reject non-unique abbreviations.Tom Lane
2018-11-06Reorganize format options of psql in alphabetical orderMichael Paquier
2018-08-03Remove no-longer-appropriate special case in psql's \conninfo code.Tom Lane
2018-07-24psql: Add option for procedures to \dfPeter Eisentraut
2018-04-08Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.Tom Lane
2018-01-29Avoid misleading psql password prompt when username is multiply specified.Tom Lane
2018-01-02Update copyright for 2018Bruce Momjian
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
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