Commit Graph

239 Commits (6be725e701611660b36642de9ff1d665a1eb24f5)

Author SHA1 Message Date
Peter Eisentraut 6be725e701 Fix redundant error messages in client tools 5 years ago
Tom Lane 1b62d0fb3e Allow psql to re-use connection parameters after a connection loss. 5 years ago
Tom Lane 67a472d71c Remove arbitrary restrictions on password length. 5 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Michael Paquier a4fd3aa719 Refactor query cancellation code into src/fe_utils/ 6 years ago
Amit Kapila dddf4cdc33 Make the order of the header file includes consistent in non-backend modules. 6 years ago
Tom Lane 6338fa3e71 Avoid platform-specific null pointer dereference in psql. 6 years ago
Peter Eisentraut 3f3542621f psql: Fix logging output format 7 years ago
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 7 years ago
Tom Lane be76af171c Initial pgindent run for v12. 7 years ago
Tom Lane fc9a62af3f Move logging.h and logging.c from src/fe_utils/ to src/common/. 7 years ago
Tom Lane 7bac3acab4 Add a "SQLSTATE-only" error verbosity option to libpq and psql. 7 years ago
Peter Eisentraut cc8d415117 Unified logging system for command-line programs 7 years ago
Andres Freund 8586bf7ed8 tableam: introduce table AM infrastructure. 7 years ago
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