Commit Graph

225 Commits (f21776185648537a7bb82dfdf89991fb2e0b9ca5)

Author SHA1 Message Date
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Tom Lane aa2ba50c2c Add CSV table output mode in psql. 7 years ago
Tom Lane 15be274601 Avoid misleading psql password prompt when username is multiply specified. 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Tom Lane 69835bc898 Add psql variables to track success/failure of SQL queries. 8 years ago
Tom Lane 9ae9d8c154 Add psql variables showing server version and psql version. 8 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 9 years ago
Tom Lane e3860ffa4d Initial pgindent run with pg_bsd_indent version 2.0. 9 years ago
Tom Lane e984ef5861 Support \if ... \elif ... \else ... \endif in psql scripting. 9 years ago
Tom Lane 9e3755ecb2 Remove useless duplicate inclusions of system header files. 9 years ago
Tom Lane fd6cd69803 Clean up psql's behavior for a few more control variables. 9 years ago
Tom Lane 86322dc7e0 Improve psql's behavior for \set and \unset of its control variables. 9 years ago
Tom Lane 511ae628f3 Make psql reject attempts to set special variables to invalid values. 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Tom Lane 9daec77e16 Simplify correct use of simple_prompt(). 9 years ago
Noah Misch 9d924e9a64 Introduce a psql "\connect -reuse-previous=on|off" option. 10 years ago
Tom Lane 3cc38ca7d2 Add psql \errverbose command to see last server error at full verbosity. 10 years ago
Tom Lane d65bea26a8 Move psql's print.c and mbprint.c into src/fe_utils. 10 years ago
Tom Lane 4e1d2a1708 Decouple psqlscan.l from surrounding program. 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Tom Lane fcbbf82d2b Code and docs review for multiple -c and -f options in psql. 10 years ago
Tom Lane 521f0458dc Make failure to open psql's --log-file fatal. 10 years ago
Robert Haas d5563d7df9 psql: Support multiple -c and -f options, and allow mixing them. 10 years ago
Tom Lane 344cdff2c1 Clean up some psql issues around handling of the query output file. 10 years ago
Tom Lane 0426f349ef Rearrange the handling of error context reports. 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 11 years ago
Andrew Dunstan 7655f4ccea Add a pager_min_lines setting to psql 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Tom Lane 28551797a4 Improve consistency of parsing of psql's magic variables. 11 years ago
Stephen Frost a2dabf0e1d Add unicode_{column|header|border}_style to psql 11 years ago
Andres Freund 07c8651dd9 Add new psql help topics, accessible to both --help and \?. 11 years ago
Fujii Masao 5b214c5dd1 Add new ECHO mode 'errors' that displays only failed commands in psql. 12 years ago
Tom Lane e85a5ffba8 Fix tracking of psql script line numbers during \copy from another place. 12 years ago
Stephen Frost b1aebbb6a8 Various Coverity-spotted fixes 12 years ago
Tom Lane 60ff2fdd99 Centralize getopt-related declarations in a new header file pg_getopt.h. 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Tom Lane 2c66f9924c Replace pg_asprintf() with psprintf(). 12 years ago
Peter Eisentraut 5b6d08cd29 Add use of asprintf() 12 years ago
Peter Eisentraut 9099e4afe0 psql: Set up cancel handler later 12 years ago
Bruce Momjian 06b804377c Remove undocumented -h (help) option 13 years ago
Peter Eisentraut c3c86ae2af psql: Re-allow -1 together with -c or -l 13 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 13 years ago
Bruce Momjian 48a2cd370e psql: fix startup crash caused by PSQLRC containing a tilde 13 years ago
Peter Eisentraut 0ea1f6e98f psql: Let \l accept a pattern 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Bruce Momjian 49ec613201 In our source code, make a copy of getopt's 'optarg' string arguments, 13 years ago
Tom Lane a563d94180 Standardize naming of malloc/realloc/strdup wrapper functions. 13 years ago
Robert Haas be690e291d Make psql -1 < file behave as expected. 14 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 14 years ago
Peter Eisentraut 8e497c731b psql: Remove notice about readline from --version output 14 years ago