Commit Graph

337 Commits (c5ef8ce53d37e276d70593ff0f4b06dd119cd3ff)

Author SHA1 Message Date
Tom Lane c5ef8ce53d Be more paranoid about null return values from libpq status functions. 10 years ago
Tom Lane a69b0b2c14 Code + docs review for unicode linestyle patch. 10 years ago
Peter Eisentraut a8d585c091 Message style improvements 10 years ago
Bruce Momjian 2145a76604 psql: allow \pset C in setting the title, matches \C 10 years ago
Tom Lane 0426f349ef Rearrange the handling of error context reports. 10 years ago
Bruce Momjian 8f7d044ba8 psql: print longtable as a possible \pset option 10 years ago
Noah Misch e135c3d99f Fix null pointer dereference in "\c" psql command. 10 years ago
Tom Lane 8eb6407aae Add psql \ev and \sv commands for editing and showing view definitions. 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Alvaro Herrera e146ca6820 psql: fix \connect with URIs and conninfo strings 11 years ago
Robert Haas 4cd639baf4 Revert "psql: fix \connect with URIs and conninfo strings" 11 years ago
Alvaro Herrera fcef161729 psql: fix \connect with URIs and conninfo strings 11 years ago
Bruce Momjian 9d9991c84e psql: add asciidoc output format 11 years ago
Andrew Dunstan 7655f4ccea Add a pager_min_lines setting to psql 11 years ago
Heikki Linnakangas 91fa7b4719 Add API functions to libpq to interrogate SSL related stuff. 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
Noah Misch 64f86fb11e Reimplement 9f80f4835a with PQconninfo(). 11 years ago
Noah Misch 2cda889984 Revert "Add libpq function PQhostaddr()." 11 years ago
Fujii Masao a5eb85eb62 Make \watch respect the user's \pset null setting. 11 years ago
Andrew Dunstan 02d5ab6a86 Fix memory leaks introduced by commit eca2b9b 11 years ago
Andrew Dunstan eca2b9ba3e Rework echo_hidden for \sf and \ef from commit e4d2817. 11 years ago
Andrew Dunstan e4d28175a1 Make psql's \sf and \ef honor ECHO_HIDDEN. 11 years ago
Tom Lane 8b13e5c6c0 Fix some bogus direct uses of realloc(). 11 years ago
Tom Lane 9711fa0608 Fix undersized result buffer in pset_quoted_string(). 11 years ago
Fujii Masao efbbbbc8b5 Remove the unused argument of PSQLexec(). 11 years ago
Peter Eisentraut 6895866510 psql: Improve \pset without arguments 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
Tom Lane 750c5ee6ce Fix psql \s to work with recent libedit, and add pager support. 11 years ago
Fujii Masao f6f654ff12 Allow \watch to display query execution time if \timing is enabled. 11 years ago
Peter Eisentraut 65c9dc231a Assorted message improvements 11 years ago
Heikki Linnakangas 680513ab79 Break out OpenSSL-specific code to separate files. 11 years ago
Peter Eisentraut f25e0bf5e0 Small message fixes 11 years ago
Magnus Hagander c93bf8c6cc Include SSL compression status in psql banner and connection logging 11 years ago
Heikki Linnakangas ff810b4928 Misc message style and doc fixes. 12 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Heikki Linnakangas a692ee5870 Replace SYSTEMQUOTEs with Windows-specific wrapper functions. 12 years ago
Stephen Frost b1aebbb6a8 Various Coverity-spotted fixes 12 years ago
Bruce Momjian a0d8947acb psql: Add C comment about gset_prefix being freed later 12 years ago
Tom Lane 571addd729 Fix unsafe references to errno within error messaging logic. 12 years ago
Noah Misch 3a5313265d psql: Mention SSL protocol version in \conninfo. 12 years ago
Fujii Masao 9f80f4835a Add libpq function PQhostaddr(). 12 years ago
Tom Lane 515d2c596c Add display of oprcode (the underlying function's name) to psql's \do+. 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Bruce Momjian 613c6d26bd Fix incorrect error message reported for non-existent users 12 years ago
Heikki Linnakangas 32ceba3ea7 Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStr 12 years ago
Peter Eisentraut 001e114b8d Fix whitespace issues found by git diff --check, add gitattributes 12 years ago
Tom Lane d4e6133c68 Revert commit 0725065b37. 12 years ago
Tom Lane 2c66f9924c Replace pg_asprintf() with psprintf(). 12 years ago