index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
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
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-04-02
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-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
[next]