Commit Graph

137 Commits (cd5c7e7cbdceed75a01d74608e9a9d6f1535ea0f)

Author SHA1 Message Date
Bruce Momjian a6c1377085 Add \n to end of output for psql \s with no history file name. 21 years ago
Bruce Momjian f44c64c727 Quote SHELL arguments only on Win32. 21 years ago
Tom Lane 3d1e269e7e Don't quote the value of EDITOR on Unix, only on Windows. Per discussion. 21 years ago
Peter Eisentraut 7d8578a0c2 Clarify some strings 21 years ago
Bruce Momjian 1d13bed735 Remove directory from cmd.exe default shell. 21 years ago
Bruce Momjian 86100de856 Variable initializer no longer necessary. 21 years ago
Bruce Momjian 7ba377431e Tests for COMSPEC in the right place and supply a reasonable shell 21 years ago
Bruce Momjian 54691d414d Fix psql \e and \! for Win32. 21 years ago
Bruce Momjian 88fd162ef6 Allow pg_ctl to determine the server is up when getting a request for a 21 years ago
Bruce Momjian 5c267325ec Add 'int' cast for getpid() because some Solaris releases return long 21 years ago
Bruce Momjian 67608a393b Make getpid() use %d consistently for printing. 21 years ago
Bruce Momjian a5d7ba773d Adjust comments previously moved to column 1 by pgident. 21 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 21 years ago
Bruce Momjian da9a8649d8 Update copyright to 2004. 21 years ago
Tom Lane 79f9ee9d15 Fix core dumps, inability to count, etc associated with canonicalize_path 21 years ago
Bruce Momjian 93a1fce5cc Add permission display to \db+. 21 years ago
Bruce Momjian bbcee544aa Have \dn+ show permissions and description for schemas. 21 years ago
Bruce Momjian 7b0f060d54 Use canonicalize_path for -D, GUC paths, and paths coming in from 21 years ago
Bruce Momjian 98e9775a3a Use standard macro for psql binary file open. Add comment explaining 21 years ago
Bruce Momjian 330c6c42be Open files in binary mode on Win32 so control-z isn't seen as EOF. 21 years ago
Tom Lane 2467394ee1 Tablespaces. Alternate database locations are dead, long live tablespaces. 21 years ago
Tom Lane 0bd61548ab Solve the 'Turkish problem' with undesirable locale behavior for case 21 years ago
Bruce Momjian 4f0d027e7d Add comment about psql \s (history display): 22 years ago
Tom Lane f938c2b91b Revise syntax-error reporting behavior to give pleasant results for 22 years ago
Tom Lane 4b39aa3a7c Re-implement psql's input scanning to use a flex-generated lexer, as per 22 years ago
Tom Lane c77f363384 Ensure that close() and fclose() are checked for errors, at least in 22 years ago
Neil Conway e10bb0518a More fallout from the recent psql patch: rename xmalloc and friends to 22 years ago
Neil Conway 610d33c194 This patch makes some of the memory manipulation performed by psql a 22 years ago
Bruce Momjian 55a92063a7 Allow psql to handle tilde user expansion for file names. 22 years ago
Bruce Momjian 8bb60b6423 attached is a patch that adds display of the groups a user belongs to to 22 years ago
Bruce Momjian 35ddc2edee This patch reduces some unsightly #ifdefs, and fixes two typos in 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Bruce Momjian 7fb9893f42 Back out -fstrict-aliasing void* casting. 22 years ago
Bruce Momjian d51368dbbd This patch will stop gcc from issuing warnings about type-punned objects 22 years ago
Peter Eisentraut 275c909a8c Apparently, gettext doesn't like double parentheses around argument. What 22 years ago
Tom Lane 7e06dbe1c2 Make psql correctly track the effects of SET CLIENT_ENCODING commands. 22 years ago
Tom Lane 2f9c859ea1 Fix some copyright notices that weren't updated. Improve copyright tool 22 years ago
Bruce Momjian 089003fb46 pgindent run. 22 years ago
Tom Lane 02d79e765b Rename psql's VERBOSE variable to VERBOSITY, per suggestion from Bruce. 22 years ago
Peter Eisentraut c154fc3a20 Apply message style guide to frontend programs. 22 years ago
Tom Lane f9ebf36970 Update psql for some features of new FE/BE protocol. There is a 22 years ago
Tom Lane f85f43dfb5 Backend support for autocommit removed, per recent discussions. The 22 years ago
Bruce Momjian 9bad936f67 Handle cp, rm, and exec for Win32. 23 years ago
Bruce Momjian add932ee91 I'm continuing to work on cleaning up code in psql. As things appear 23 years ago
Bruce Momjian ddd50a0bab This patch fixes a very small memory leak in psql, spotted with 23 years ago
Peter Eisentraut cf1cf89649 Make the printing code somewhat more independent by not relying on 23 years ago
Bruce Momjian 51b2b6433b Cleanup up psql \connect and \pset pager setting display, Dennis 23 years ago
Bruce Momjian adc3b34b9c Here's the patch I promised over on HACKERS - it alters the 23 years ago
Bruce Momjian 6d8b8a5e4d [ Have readline save edit history.] 23 years ago
Peter Eisentraut b7ca9bdf18 Do not shell-quote the name of the editor, so that the editor can be a 23 years ago