summaryrefslogtreecommitdiff
path: root/src/bin/psql/startup.c
AgeCommit message (Expand)Author
2017-06-27Merge PG10 master branch into xl10develPavan Deolasee
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-03-30Support \if ... \elif ... \else ... \endif in psql scripting.Tom Lane
2017-02-25Remove useless duplicate inclusions of system header files.Tom Lane
2017-02-03Clean up psql's behavior for a few more control variables.Tom Lane
2017-02-01Improve psql's behavior for \set and \unset of its control variables.Tom Lane
2017-01-30Make psql reject attempts to set special variables to invalid values.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-10-27Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'Pavan Deolasee
2016-08-30Simplify correct use of simple_prompt().Tom Lane
2016-08-08Introduce a psql "\connect -reuse-previous=on|off" option.Noah Misch
2016-04-03Add psql \errverbose command to see last server error at full verbosity.Tom Lane
2016-03-24Move psql's print.c and mbprint.c into src/fe_utils.Tom Lane
2016-03-18Decouple psqlscan.l from surrounding program.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-13Code and docs review for multiple -c and -f options in psql.Tom Lane
2015-12-08Make failure to open psql's --log-file fatal.Tom Lane
2015-12-08psql: Support multiple -c and -f options, and allow mixing them.Robert Haas
2015-12-03Clean up some psql issues around handling of the query output file.Tom Lane
2015-11-13Remove a lot of XC-specific code from the repo.Pavan Deolasee
2015-09-05Rearrange the handling of error context reports.Tom Lane
2015-06-05Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-06-04Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-05-24pgindent run for 9.5Bruce Momjian
2015-04-27Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4Pavan Deolasee
2015-03-28Add a pager_min_lines setting to psqlAndrew Dunstan
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-31Improve consistency of parsing of psql's magic variables.Tom Lane
2014-09-12Add unicode_{column|header|border}_style to psqlStephen Frost
2014-09-09Add new psql help topics, accessible to both --help and \?.Andres Freund
2014-09-01The Postgres-XL functionality includes MPP parallelism withPavan Deolasee
2014-07-10Add new ECHO mode 'errors' that displays only failed commands in psql.Fujii Masao
2014-03-10Fix tracking of psql script line numbers during \copy from another place.Tom Lane
2014-03-02Various Coverity-spotted fixesStephen Frost
2014-02-15Centralize getopt-related declarations in a new header file pg_getopt.h.Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2013-10-22Replace pg_asprintf() with psprintf().Tom Lane
2013-10-13Add use of asprintf()Peter Eisentraut
2013-10-03psql: Set up cancel handler laterPeter Eisentraut
2013-07-01Remove undocumented -h (help) optionBruce Momjian
2013-06-18psql: Re-allow -1 together with -c or -lPeter Eisentraut
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-04-04psql: fix startup crash caused by PSQLRC containing a tildeBruce Momjian
2013-03-04psql: Let \l accept a patternPeter Eisentraut
2013-01-01Update copyrights for 2013Bruce Momjian
2012-10-12In our source code, make a copy of getopt's 'optarg' string arguments,Bruce Momjian
2012-10-02Standardize naming of malloc/realloc/strdup wrapper functions.Tom Lane
2012-08-09Make psql -1 < file behave as expected.Robert Haas