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