Commit Graph

199 Commits (e1623c3959aac707732d7a6ad09adfb5751763b3)

Author SHA1 Message Date
Peter Eisentraut a50b605aa4 psql: Message style improvements 9 years ago
Tom Lane 6f0d6a5078 Rethink \crosstabview's argument parsing logic. 9 years ago
Alvaro Herrera c09b18f21c Support \crosstabview in psql 9 years ago
Tom Lane 2bbe9112ae Add a \gexec command to psql for evaluation of computed queries. 9 years ago
Tom Lane 3cc38ca7d2 Add psql \errverbose command to see last server error at full verbosity. 9 years ago
Tom Lane d65bea26a8 Move psql's print.c and mbprint.c into src/fe_utils. 9 years ago
Tom Lane 4e1d2a1708 Decouple psqlscan.l from surrounding program. 9 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Tom Lane 344cdff2c1 Clean up some psql issues around handling of the query output file. 10 years ago
Tom Lane d8ff060ecd Fix behavior of printTable() and friends with externally-invoked pager. 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Andres Freund 631d749007 Remove the new UPSERT command tag and use INSERT instead. 10 years ago
Andres Freund 168d5805e4 Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. 10 years ago
Alvaro Herrera e146ca6820 psql: fix \connect with URIs and conninfo strings 10 years ago
Andrew Dunstan 7655f4ccea Add a pager_min_lines setting to psql 10 years ago
Bruce Momjian 788e799ed4 psql: allow DROP INDEX CONCURRENTLY in AUTOCOMMIT off mode 10 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Fujii Masao efbbbbc8b5 Remove the unused argument of PSQLexec(). 11 years ago
Fujii Masao f6f654ff12 Allow \watch to display query execution time if \timing is enabled. 11 years ago
Fujii Masao 5b214c5dd1 Add new ECHO mode 'errors' that displays only failed commands in psql. 11 years ago
Fujii Masao d97e98e833 Prevent psql from issuing BEGIN before ALTER SYSTEM when AUTOCOMMIT is off. 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 11 years ago
Tom Lane f70a78bc1f Allow psql to print COPY command status in more cases. 11 years ago
Tom Lane e85a5ffba8 Fix tracking of psql script line numbers during \copy from another place. 11 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
Bruce Momjian 48a2cd370e psql: fix startup crash caused by PSQLRC containing a tilde 12 years ago
Tom Lane da5aeccf64 Move pqsignal() to libpgport. 12 years ago
Alvaro Herrera 8396447cdb Create libpgcommon, and move pg_malloc et al to it 13 years ago
Tom Lane d2d153fdb0 Create a psql command \gset to store query results into psql variables. 13 years ago
Tom Lane 101d6ae755 Prevent "\g filename" from affecting subsequent commands after an error. 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Andrew Dunstan 1c382655ad Provide Assert() for frontend code. 13 years ago
Tom Lane 09ac603c36 Work around unportable behavior of malloc(0) and realloc(NULL, 0). 13 years ago
Tom Lane a563d94180 Standardize naming of malloc/realloc/strdup wrapper functions. 13 years ago
Bruce Momjian 9e9a5b71d5 Use psql_error() for most psql error calls, per request from Magnus. 13 years ago
Peter Eisentraut 2b44306315 Assorted message style improvements 13 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 13 years ago
Tom Lane cb917e1544 Remove useless PGRES_COPY_BOTH "support" in psql. 13 years ago
Robert Haas cf7026b64b psql: Avoid some spurious output if the server croaks. 14 years ago
Alvaro Herrera 08146775ac Have \copy go through SendQuery 14 years ago
Magnus Hagander 2106c55ac8 Show psql timing output for failed queries as well as successful ones 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Tom Lane aa90e148ca Suppress -Wunused-result warnings about write() and fwrite(). 14 years ago
Peter Eisentraut e67efb01e8 Add missing newlines at end of error messages 14 years ago
Peter Eisentraut 21f1e15aaf Unify spelling of "canceled", "canceling", "cancellation" 14 years ago
Bruce Momjian 5d950e3b0c Stamp copyrights for year 2011. 15 years ago
Tom Lane 112c3fc6db Fix another small oversight in command_no_begin patch. 15 years ago
Itagaki Takahiro 62b6aaa40b Only DISCARD ALL should be in the command_no_begin list. 15 years ago