index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
psql
/
common.c
Age
Commit message (
Expand
)
Author
2017-09-12
Add psql variables to track success/failure of SQL queries.
Tom Lane
2017-09-05
Add \gdesc psql command.
Tom Lane
2017-08-24
psql: Fix \gx when FETCH_COUNT is used
Stephen Frost
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-04-01
Allow psql variable substitution to occur in backtick command strings.
Tom Lane
2017-03-30
Support \if ... \elif ... \else ... \endif in psql scripting.
Tom Lane
2017-03-13
Add a "void *" passthrough pointer for psqlscan.l's callback functions.
Tom Lane
2017-03-07
psql: Add \gx command
Stephen Frost
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-01-30
Make psql reject attempts to set special variables to invalid values.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
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-21
psql: Message style improvements
Peter Eisentraut
2016-04-14
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-23
pgindent run for 9.5
Bruce Momjian
2015-05-23
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-19
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
[next]