aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/common.c
Commit message (Expand)AuthorAge
* Fix assorted places in psql to print version numbers >= 10 in new style.Tom Lane2016-08-16
* Suppress -Wunused-result warnings about write(), again.Tom Lane2016-06-03
* psql: Message style improvementsPeter Eisentraut2016-05-21
* Rethink \crosstabview's argument parsing logic.Tom Lane2016-04-14
* Support \crosstabview in psqlAlvaro Herrera2016-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
* Decouple psqlscan.l from surrounding program.Tom Lane2016-03-18
* Update copyright for 2016Bruce Momjian2016-01-02
* Clean up some psql issues around handling of the query output file.Tom Lane2015-12-03
* Fix behavior of printTable() and friends with externally-invoked pager.Tom Lane2015-12-02
* pgindent run for 9.5Bruce Momjian2015-05-23
* Remove the new UPSERT command tag and use INSERT instead.Andres Freund2015-05-23
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* psql: fix \connect with URIs and conninfo stringsAlvaro Herrera2015-04-02
* Add a pager_min_lines setting to psqlAndrew Dunstan2015-03-28
* psql: allow DROP INDEX CONCURRENTLY in AUTOCOMMIT off modeBruce Momjian2015-03-19
* Update copyright for 2015Bruce Momjian2015-01-06
* Remove the unused argument of PSQLexec().Fujii Masao2014-10-23
* Allow \watch to display query execution time if \timing is enabled.Fujii Masao2014-09-04
* Add new ECHO mode 'errors' that displays only failed commands in psql.Fujii Masao2014-07-10
* Prevent psql from issuing BEGIN before ALTER SYSTEM when AUTOCOMMIT is off.Fujii Masao2014-07-02
* pgindent run for 9.4Bruce Momjian2014-05-06
* Allow psql to print COPY command status in more cases.Tom Lane2014-03-13
* Fix tracking of psql script line numbers during \copy from another place.Tom Lane2014-03-10
* Update copyright for 2014Bruce Momjian2014-01-07
* Replace pg_asprintf() with psprintf().Tom Lane2013-10-22
* Add use of asprintf()Peter Eisentraut2013-10-13
* psql: fix startup crash caused by PSQLRC containing a tildeBruce Momjian2013-04-04
* Move pqsignal() to libpgport.Tom Lane2013-03-17
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-12
* Create a psql command \gset to store query results into psql variables.Tom Lane2013-02-02
* Prevent "\g filename" from affecting subsequent commands after an error.Tom Lane2013-02-02
* Update copyrights for 2013Bruce Momjian2013-01-01
* Provide Assert() for frontend code.Andrew Dunstan2012-12-14
* Work around unportable behavior of malloc(0) and realloc(NULL, 0).Tom Lane2012-10-02
* Standardize naming of malloc/realloc/strdup wrapper functions.Tom Lane2012-10-02
* Use psql_error() for most psql error calls, per request from Magnus.Bruce Momjian2012-08-25
* Assorted message style improvementsPeter Eisentraut2012-07-02
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Remove useless PGRES_COPY_BOTH "support" in psql.Tom Lane2012-04-04
* psql: Avoid some spurious output if the server croaks.Robert Haas2012-03-07
* Have \copy go through SendQueryAlvaro Herrera2012-01-25
* Show psql timing output for failed queries as well as successful onesMagnus Hagander2012-01-18
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Suppress -Wunused-result warnings about write() and fwrite().Tom Lane2011-10-18
* Add missing newlines at end of error messagesPeter Eisentraut2011-07-26
* Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut2011-06-29
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01