Commit Graph

314 Commits (622983ea6964fc55f1ad3063d3d7b8f5de8e8816)

Author SHA1 Message Date
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. 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 11 years ago
Heikki Linnakangas a692ee5870 Replace SYSTEMQUOTEs with Windows-specific wrapper functions. 11 years ago
Stephen Frost b1aebbb6a8 Various Coverity-spotted fixes 11 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
Peter Eisentraut 5b6d08cd29 Add use of asprintf() 12 years ago
Robert Haas c64e68fd9f psql: Make \pset without arguments show all settings. 12 years ago
Fujii Masao 6e5f6e5913 Fix typo in comment. 12 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 12 years ago
Tom Lane 626e6eda4f Improve behavior of \watch with non-tuple-returning commands. 12 years ago
Heikki Linnakangas 0c1a160a68 Add missing #include. 12 years ago
Tom Lane c6a3fce7dd Add \watch [SEC] command to psql. 12 years ago
Heikki Linnakangas 901b89e37b Get rid of obsolete parse_version helper function. 12 years ago
Peter Eisentraut 0ea1f6e98f psql: Let \l accept a pattern 13 years ago
Kevin Grittner 3bf3ab8c56 Add a materialized view relations. 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
Andrew Dunstan 1068771abf Use correct output device for Windows prompts. 13 years ago
Bruce Momjian b14f81bc9a Add a latex-longtable output format to psql 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 a563d94180 Standardize naming of malloc/realloc/strdup wrapper functions. 13 years ago
Peter Eisentraut 5cad024524 psql: Reduce compatibility warning 13 years ago
Bruce Momjian 9e9a5b71d5 Use psql_error() for most psql error calls, per request from Magnus. 13 years ago
Bruce Momjian d55f1b852d Add C comment about new \c parameter requirement for crashed connections. 13 years ago
Bruce Momjian fe21fcaf8d In psql, if the is no connection object, e.g. due to a server crash, 13 years ago
Robert Haas be690e291d Make psql -1 < file behave as expected. 13 years ago
Robert Haas 3855968f32 Syntax support and documentation for event triggers. 13 years ago