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
/
startup.c
Age
Commit message (
Expand
)
Author
2017-06-27
Merge PG10 master branch into xl10devel
Pavan Deolasee
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2017-03-30
Support \if ... \elif ... \else ... \endif in psql scripting.
Tom Lane
2017-02-25
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-03
Clean up psql's behavior for a few more control variables.
Tom Lane
2017-02-01
Improve psql's behavior for \set and \unset of its control variables.
Tom Lane
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-10-27
Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'
Pavan Deolasee
2016-08-30
Simplify correct use of simple_prompt().
Tom Lane
2016-08-08
Introduce a psql "\connect -reuse-previous=on|off" option.
Noah Misch
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-13
Code and docs review for multiple -c and -f options in psql.
Tom Lane
2015-12-08
Make failure to open psql's --log-file fatal.
Tom Lane
2015-12-08
psql: Support multiple -c and -f options, and allow mixing them.
Robert Haas
2015-12-03
Clean up some psql issues around handling of the query output file.
Tom Lane
2015-11-13
Remove a lot of XC-specific code from the repo.
Pavan Deolasee
2015-09-05
Rearrange the handling of error context reports.
Tom Lane
2015-06-05
Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTER
Pavan Deolasee
2015-06-04
Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTER
Pavan Deolasee
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-04-27
Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4
Pavan Deolasee
2015-03-28
Add a pager_min_lines setting to psql
Andrew Dunstan
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-31
Improve consistency of parsing of psql's magic variables.
Tom Lane
2014-09-12
Add unicode_{column|header|border}_style to psql
Stephen Frost
2014-09-09
Add new psql help topics, accessible to both --help and \?.
Andres Freund
2014-09-01
The Postgres-XL functionality includes MPP parallelism with
Pavan Deolasee
2014-07-10
Add new ECHO mode 'errors' that displays only failed commands in psql.
Fujii Masao
2014-03-10
Fix tracking of psql script line numbers during \copy from another place.
Tom Lane
2014-03-02
Various Coverity-spotted fixes
Stephen Frost
2014-02-15
Centralize getopt-related declarations in a new header file pg_getopt.h.
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-10-03
psql: Set up cancel handler later
Peter Eisentraut
2013-07-01
Remove undocumented -h (help) option
Bruce Momjian
2013-06-18
psql: Re-allow -1 together with -c or -l
Peter Eisentraut
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-04-04
psql: fix startup crash caused by PSQLRC containing a tilde
Bruce Momjian
2013-03-04
psql: Let \l accept a pattern
Peter Eisentraut
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-10-12
In our source code, make a copy of getopt's 'optarg' string arguments,
Bruce Momjian
2012-10-02
Standardize naming of malloc/realloc/strdup wrapper functions.
Tom Lane
2012-08-09
Make psql -1 < file behave as expected.
Robert Haas
[next]