index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
psql
/
common.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
1
-5
/
+4
*
Remove the new UPSERT command tag and use INSERT instead.
Andres Freund
2015-05-23
1
-4
/
+1
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
1
-1
/
+4
*
psql: fix \connect with URIs and conninfo strings
Alvaro Herrera
2015-04-02
1
-0
/
+41
*
Add a pager_min_lines setting to psql
Andrew Dunstan
2015-03-28
1
-1
/
+1
*
psql: allow DROP INDEX CONCURRENTLY in AUTOCOMMIT off mode
Bruce Momjian
2015-03-19
1
-0
/
+18
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
Remove the unused argument of PSQLexec().
Fujii Masao
2014-10-23
1
-20
/
+1
*
Allow \watch to display query execution time if \timing is enabled.
Fujii Masao
2014-09-04
1
-0
/
+96
*
Add new ECHO mode 'errors' that displays only failed commands in psql.
Fujii Masao
2014-07-10
1
-0
/
+3
*
Prevent psql from issuing BEGIN before ALTER SYSTEM when AUTOCOMMIT is off.
Fujii Masao
2014-07-02
1
-0
/
+17
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-1
/
+1
*
Allow psql to print COPY command status in more cases.
Tom Lane
2014-03-13
1
-15
/
+37
*
Fix tracking of psql script line numbers during \copy from another place.
Tom Lane
2014-03-10
1
-3
/
+18
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Replace pg_asprintf() with psprintf().
Tom Lane
2013-10-22
1
-2
/
+2
*
Add use of asprintf()
Peter Eisentraut
2013-10-13
1
-7
/
+2
*
psql: fix startup crash caused by PSQLRC containing a tilde
Bruce Momjian
2013-04-04
1
-3
/
+3
*
Move pqsignal() to libpgport.
Tom Lane
2013-03-17
1
-2
/
+0
*
Create libpgcommon, and move pg_malloc et al to it
Alvaro Herrera
2013-02-12
1
-50
/
+0
*
Create a psql command \gset to store query results into psql variables.
Tom Lane
2013-02-02
1
-9
/
+96
*
Prevent "\g filename" from affecting subsequent commands after an error.
Tom Lane
2013-02-02
1
-13
/
+19
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Provide Assert() for frontend code.
Andrew Dunstan
2012-12-14
1
-1
/
+1
*
Work around unportable behavior of malloc(0) and realloc(NULL, 0).
Tom Lane
2012-10-02
1
-0
/
+3
*
Standardize naming of malloc/realloc/strdup wrapper functions.
Tom Lane
2012-10-02
1
-16
/
+2
*
Use psql_error() for most psql error calls, per request from Magnus.
Bruce Momjian
2012-08-25
1
-6
/
+7
*
Assorted message style improvements
Peter Eisentraut
2012-07-02
1
-3
/
+3
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
1
-4
/
+5
*
Remove useless PGRES_COPY_BOTH "support" in psql.
Tom Lane
2012-04-04
1
-19
/
+5
*
psql: Avoid some spurious output if the server croaks.
Robert Haas
2012-03-07
1
-3
/
+5
*
Have \copy go through SendQuery
Alvaro Herrera
2012-01-25
1
-53
/
+152
*
Show psql timing output for failed queries as well as successful ones
Magnus Hagander
2012-01-18
1
-1
/
+1
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Suppress -Wunused-result warnings about write() and fwrite().
Tom Lane
2011-10-18
1
-3
/
+9
*
Add missing newlines at end of error messages
Peter Eisentraut
2011-07-26
1
-1
/
+1
*
Unify spelling of "canceled", "canceling", "cancellation"
Peter Eisentraut
2011-06-29
1
-1
/
+1
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
1
-1
/
+1
*
Fix another small oversight in command_no_begin patch.
Tom Lane
2010-09-28
1
-0
/
+2
*
Only DISCARD ALL should be in the command_no_begin list.
Itagaki Takahiro
2010-09-28
1
-1
/
+13
*
Add DISCARD to the command_no_begin list for AUTOCOMMIT=off.
Itagaki Takahiro
2010-09-28
1
-0
/
+3
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
1
-1
/
+1
*
Show psql timing output even in quiet mode
Peter Eisentraut
2010-07-28
1
-2
/
+2
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
1
-9
/
+9
*
Abort a FETCH_COUNT-controlled query if we observe any I/O error on the
Tom Lane
2010-05-28
1
-8
/
+22
*
Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.
Tom Lane
2010-02-16
1
-3
/
+8
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
1
-2
/
+2
*
Make string more alike other similar messages.
Alvaro Herrera
2009-04-11
1
-3
/
+3
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
1
-2
/
+2
*
Fix a couple of places where psql might fail to report a suitable error
Tom Lane
2008-08-16
1
-15
/
+26
[next]