summaryrefslogtreecommitdiff
path: root/src/bin/psql/common.c
Commit message (Expand)AuthorAgeFilesLines
* pgindent run for 9.5Bruce Momjian2015-05-231-5/+4
* Remove the new UPSERT command tag and use INSERT instead.Andres Freund2015-05-231-4/+1
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-081-1/+4
* psql: fix \connect with URIs and conninfo stringsAlvaro Herrera2015-04-021-0/+41
* Add a pager_min_lines setting to psqlAndrew Dunstan2015-03-281-1/+1
* psql: allow DROP INDEX CONCURRENTLY in AUTOCOMMIT off modeBruce Momjian2015-03-191-0/+18
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Remove the unused argument of PSQLexec().Fujii Masao2014-10-231-20/+1
* Allow \watch to display query execution time if \timing is enabled.Fujii Masao2014-09-041-0/+96
* Add new ECHO mode 'errors' that displays only failed commands in psql.Fujii Masao2014-07-101-0/+3
* Prevent psql from issuing BEGIN before ALTER SYSTEM when AUTOCOMMIT is off.Fujii Masao2014-07-021-0/+17
* pgindent run for 9.4Bruce Momjian2014-05-061-1/+1
* Allow psql to print COPY command status in more cases.Tom Lane2014-03-131-15/+37
* Fix tracking of psql script line numbers during \copy from another place.Tom Lane2014-03-101-3/+18
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Replace pg_asprintf() with psprintf().Tom Lane2013-10-221-2/+2
* Add use of asprintf()Peter Eisentraut2013-10-131-7/+2
* psql: fix startup crash caused by PSQLRC containing a tildeBruce Momjian2013-04-041-3/+3
* Move pqsignal() to libpgport.Tom Lane2013-03-171-2/+0
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-121-50/+0
* Create a psql command \gset to store query results into psql variables.Tom Lane2013-02-021-9/+96
* Prevent "\g filename" from affecting subsequent commands after an error.Tom Lane2013-02-021-13/+19
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Provide Assert() for frontend code.Andrew Dunstan2012-12-141-1/+1
* Work around unportable behavior of malloc(0) and realloc(NULL, 0).Tom Lane2012-10-021-0/+3
* Standardize naming of malloc/realloc/strdup wrapper functions.Tom Lane2012-10-021-16/+2
* Use psql_error() for most psql error calls, per request from Magnus.Bruce Momjian2012-08-251-6/+7
* Assorted message style improvementsPeter Eisentraut2012-07-021-3/+3
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-4/+5
* Remove useless PGRES_COPY_BOTH "support" in psql.Tom Lane2012-04-041-19/+5
* psql: Avoid some spurious output if the server croaks.Robert Haas2012-03-071-3/+5
* Have \copy go through SendQueryAlvaro Herrera2012-01-251-53/+152
* Show psql timing output for failed queries as well as successful onesMagnus Hagander2012-01-181-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Suppress -Wunused-result warnings about write() and fwrite().Tom Lane2011-10-181-3/+9
* Add missing newlines at end of error messagesPeter Eisentraut2011-07-261-1/+1
* Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut2011-06-291-1/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Fix another small oversight in command_no_begin patch.Tom Lane2010-09-281-0/+2
* Only DISCARD ALL should be in the command_no_begin list.Itagaki Takahiro2010-09-281-1/+13
* Add DISCARD to the command_no_begin list for AUTOCOMMIT=off.Itagaki Takahiro2010-09-281-0/+3
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Show psql timing output even in quiet modePeter Eisentraut2010-07-281-2/+2
* pgindent run for 9.0, second runBruce Momjian2010-07-061-9/+9
* Abort a FETCH_COUNT-controlled query if we observe any I/O error on theTom Lane2010-05-281-8/+22
* Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.Tom Lane2010-02-161-3/+8
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Make string more alike other similar messages.Alvaro Herrera2009-04-111-3/+3
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Fix a couple of places where psql might fail to report a suitable errorTom Lane2008-08-161-15/+26