summaryrefslogtreecommitdiff
path: root/src/bin/psql/common.c
AgeCommit message (Expand)Author
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-04-02Allow psql variable substitution to occur in backtick command strings.Tom Lane
2017-03-30Support \if ... \elif ... \else ... \endif in psql scripting.Tom Lane
2017-03-13Add a "void *" passthrough pointer for psqlscan.l's callback functions.Tom Lane
2017-03-07psql: Add \gx commandStephen Frost
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-01-30Make psql reject attempts to set special variables to invalid values.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-09-03Improve readability of the output of psql's \timing command.Tom Lane
2016-08-16Fix assorted places in psql to print version numbers >= 10 in new style.Tom Lane
2016-06-03Suppress -Wunused-result warnings about write(), again.Tom Lane
2016-05-22psql: Message style improvementsPeter Eisentraut
2016-04-15Rethink \crosstabview's argument parsing logic.Tom Lane
2016-04-08Support \crosstabview in psqlAlvaro Herrera
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-18Decouple psqlscan.l from surrounding program.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-03Clean up some psql issues around handling of the query output file.Tom Lane
2015-12-02Fix behavior of printTable() and friends with externally-invoked pager.Tom Lane
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-22Remove the new UPSERT command tag and use INSERT instead.Andres Freund
2015-05-08Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund
2015-04-02psql: fix \connect with URIs and conninfo stringsAlvaro Herrera
2015-03-28Add a pager_min_lines setting to psqlAndrew Dunstan
2015-03-20psql: allow DROP INDEX CONCURRENTLY in AUTOCOMMIT off modeBruce Momjian
2015-01-06Update copyright for 2015Bruce Momjian
2014-10-23Remove the unused argument of PSQLexec().Fujii Masao
2014-09-04Allow \watch to display query execution time if \timing is enabled.Fujii Masao
2014-07-10Add new ECHO mode 'errors' that displays only failed commands in psql.Fujii Masao
2014-07-02Prevent psql from issuing BEGIN before ALTER SYSTEM when AUTOCOMMIT is off.Fujii Masao
2014-05-06pgindent run for 9.4Bruce Momjian
2014-03-13Allow psql to print COPY command status in more cases.Tom Lane
2014-03-10Fix tracking of psql script line numbers during \copy from another place.Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2013-10-22Replace pg_asprintf() with psprintf().Tom Lane
2013-10-13Add use of asprintf()Peter Eisentraut
2013-04-04psql: fix startup crash caused by PSQLRC containing a tildeBruce Momjian
2013-03-17Move pqsignal() to libpgport.Tom Lane
2013-02-12Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera
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-01Update copyrights for 2013Bruce Momjian
2012-12-14Provide Assert() for frontend code.Andrew Dunstan
2012-10-02Work around unportable behavior of malloc(0) and realloc(NULL, 0).Tom Lane
2012-10-02Standardize naming of malloc/realloc/strdup wrapper functions.Tom Lane
2012-08-26Use psql_error() for most psql error calls, per request from Magnus.Bruce Momjian
2012-07-02Assorted message style improvementsPeter Eisentraut
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian