Commit Graph

167 Commits (2703007501e883f6f9968c274cf118f6cf362ebd)

Author SHA1 Message Date
Bruce Momjian eaca1175e9 Escape processing patch: 19 years ago
Neil Conway 7815ca7bef Rewrite much of psql's \connect code, for the sake of code clarity and 20 years ago
Bruce Momjian af00c04c42 Fix psql history handling: 20 years ago
Bruce Momjian f2f5b05655 Update copyright for 2006. Update scripts. 20 years ago
Bruce Momjian 64e7c8a951 Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty. 20 years ago
Bruce Momjian ef3f7c3f74 Avoid trying to open /dev/tty on Win32. Some Win32 systems have 20 years ago
Bruce Momjian 0f57851e31 Add psql option: 20 years ago
Bruce Momjian f9a726aa88 I've created a new shared catalog table pg_shdescription to store 20 years ago
Bruce Momjian 07bae9c099 Please find enclosed a patch that lets you use \c to connect 20 years ago
Peter Eisentraut 6840cccd11 Rename pg_make_encrypted_password to PQencryptPassword. 20 years ago
Tom Lane ea9b028dc7 Add an officially exported libpq function to encrypt passwords, and 20 years ago
Peter Eisentraut b16566d771 Add new psql command \password for changing role password with client-side 20 years ago
Peter Eisentraut a80c9ad00d Add missing translation marker 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Bruce Momjian b7159824e6 Return proper value for psql -f filename failure if filename open fails. 20 years ago
Tom Lane 84ccf7212c Fix up tab completion for ROLEs and add some more completion logic for 20 years ago
Bruce Momjian f5df006a04 Add username for psql password prompt, if the username was specified. 20 years ago
Bruce Momjian 507465525e \pset numericsep -> numericlocale. 20 years ago
Bruce Momjian 45a19efa9e Change numericsep to a boolean, and make it locale-aware. 20 years ago
Bruce Momjian 52d1d2e67c barebones variable name -> tuples_only, for consistency. 20 years ago
Bruce Momjian 73a7c322c3 Add psql \pset numericsep to allow output numbers like 100,000.0 or 20 years ago
Neil Conway 077811605e Per discussion on -hackers, this patch changes psql's "expanded" output 20 years ago
Bruce Momjian 0725065b37 This patch shows the full path name when doing a \s in psql, 20 years ago
Bruce Momjian 4a5cda7bba I've created a patch which adds support for troff "-ms" output to 20 years ago
Bruce Momjian 7cebfdf211 Backpatch BCC compile changes to 8.0.X for psql. 20 years ago
Bruce Momjian 712f053587 Add sprintf support, that were were missing. 21 years ago
Bruce Momjian 3bc6bdf322 Define snprintf() to call pg_snprintf() so our own snprintf-like 21 years ago
Bruce Momjian 0542b1e2fe Use _() macro consistently rather than gettext(). Add translation 21 years ago
Bruce Momjian 2daed8c5b3 Update copyrights that were missed. 21 years ago
Tom Lane 1553be4a0b Prevent evaluation of backticks while discarding unwanted arguments 21 years ago
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