index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
psql
/
common.c
Age
Commit message (
Expand
)
Author
2016-09-03
Improve readability of the output of psql's \timing command.
Tom Lane
2016-08-16
Fix assorted places in psql to print version numbers >= 10 in new style.
Tom Lane
2016-06-03
Suppress -Wunused-result warnings about write(), again.
Tom Lane
2016-05-22
psql: Message style improvements
Peter Eisentraut
2016-04-15
Rethink \crosstabview's argument parsing logic.
Tom Lane
2016-04-08
Support \crosstabview in psql
Alvaro Herrera
2016-04-04
Add a \gexec command to psql for evaluation of computed queries.
Tom Lane
2016-04-03
Add psql \errverbose command to see last server error at full verbosity.
Tom Lane
2016-03-24
Move psql's print.c and mbprint.c into src/fe_utils.
Tom Lane
2016-03-18
Decouple psqlscan.l from surrounding program.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-03
Clean up some psql issues around handling of the query output file.
Tom Lane
2015-12-02
Fix behavior of printTable() and friends with externally-invoked pager.
Tom Lane
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-22
Remove the new UPSERT command tag and use INSERT instead.
Andres Freund
2015-05-08
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-04-02
psql: fix \connect with URIs and conninfo strings
Alvaro Herrera
2015-03-28
Add a pager_min_lines setting to psql
Andrew Dunstan
2015-03-20
psql: allow DROP INDEX CONCURRENTLY in AUTOCOMMIT off mode
Bruce Momjian
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-10-23
Remove the unused argument of PSQLexec().
Fujii Masao
2014-09-04
Allow \watch to display query execution time if \timing is enabled.
Fujii Masao
2014-07-10
Add new ECHO mode 'errors' that displays only failed commands in psql.
Fujii Masao
2014-07-02
Prevent psql from issuing BEGIN before ALTER SYSTEM when AUTOCOMMIT is off.
Fujii Masao
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-03-13
Allow psql to print COPY command status in more cases.
Tom Lane
2014-03-10
Fix tracking of psql script line numbers during \copy from another place.
Tom Lane
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-10-22
Replace pg_asprintf() with psprintf().
Tom Lane
2013-10-13
Add use of asprintf()
Peter Eisentraut
2013-04-04
psql: fix startup crash caused by PSQLRC containing a tilde
Bruce Momjian
2013-03-17
Move pqsignal() to libpgport.
Tom Lane
2013-02-12
Create libpgcommon, and move pg_malloc et al to it
Alvaro Herrera
2013-02-02
Create a psql command \gset to store query results into psql variables.
Tom Lane
2013-02-02
Prevent "\g filename" from affecting subsequent commands after an error.
Tom Lane
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-14
Provide Assert() for frontend code.
Andrew Dunstan
2012-10-02
Work around unportable behavior of malloc(0) and realloc(NULL, 0).
Tom Lane
2012-10-02
Standardize naming of malloc/realloc/strdup wrapper functions.
Tom Lane
2012-08-26
Use psql_error() for most psql error calls, per request from Magnus.
Bruce Momjian
2012-07-02
Assorted message style improvements
Peter Eisentraut
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-04-04
Remove useless PGRES_COPY_BOTH "support" in psql.
Tom Lane
2012-03-07
psql: Avoid some spurious output if the server croaks.
Robert Haas
2012-01-25
Have \copy go through SendQuery
Alvaro Herrera
2012-01-18
Show psql timing output for failed queries as well as successful ones
Magnus Hagander
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-10-19
Suppress -Wunused-result warnings about write() and fwrite().
Tom Lane
2011-07-26
Add missing newlines at end of error messages
Peter Eisentraut
2011-06-29
Unify spelling of "canceled", "canceling", "cancellation"
Peter Eisentraut
[next]