summaryrefslogtreecommitdiff
path: root/src/bin/psql/command.c
AgeCommit message (Expand)Author
2006-10-06Message style improvementsPeter Eisentraut
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-08-29Invent an assign-hook mechanism for psql variables similar to the oneTom Lane
2006-07-18Mark a few functions as static or NOT_USED.Bruce Momjian
2006-06-11Code review for psql multiline history patch(es). Fix memory leak,Tom Lane
2006-06-07Prepare code to be built by MSVC:Bruce Momjian
2006-06-01Fix up hack to suppress escape_string_warning so that it actually worksTom Lane
2006-05-31Escape processing patch:Bruce Momjian
2006-04-02Rewrite much of psql's \connect code, for the sake of code clarity andNeil Conway
2006-03-21Fix psql history handling:Bruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-03-04Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty.Bruce Momjian
2006-03-03Avoid trying to open /dev/tty on Win32. Some Win32 systems haveBruce Momjian
2006-02-12Add psql option:Bruce Momjian
2006-02-12I've created a new shared catalog table pg_shdescription to storeBruce Momjian
2006-02-12Please find enclosed a patch that lets you use \c to connectBruce Momjian
2005-12-26Rename pg_make_encrypted_password to PQencryptPassword.Peter Eisentraut
2005-12-23Add an officially exported libpq function to encrypt passwords, andTom Lane
2005-12-18Add new psql command \password for changing role password with client-sidePeter Eisentraut
2005-12-08Add missing translation markerPeter Eisentraut
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-09-20Return proper value for psql -f filename failure if filename open fails.Bruce Momjian
2005-08-14Fix up tab completion for ROLEs and add some more completion logic forTom Lane
2005-07-25Add username for psql password prompt, if the username was specified.Bruce Momjian
2005-07-18\pset numericsep -> numericlocale.Bruce Momjian
2005-07-14Change numericsep to a boolean, and make it locale-aware.Bruce Momjian
2005-07-14barebones variable name -> tuples_only, for consistency.Bruce Momjian
2005-07-10Add psql \pset numericsep to allow output numbers like 100,000.0 orBruce Momjian
2005-06-13Per discussion on -hackers, this patch changes psql's "expanded" outputNeil Conway
2005-06-09This patch shows the full path name when doing a \s in psql,Bruce Momjian
2005-06-09I've created a patch which adds support for troff "-ms" output toBruce Momjian
2005-04-29Backpatch BCC compile changes to 8.0.X for psql.Bruce Momjian
2005-03-16Add sprintf support, that were were missing.Bruce Momjian
2005-03-11Define snprintf() to call pg_snprintf() so our own snprintf-likeBruce Momjian
2005-02-22Use _() macro consistently rather than gettext(). Add translationBruce Momjian
2005-01-01Update copyrights that were missed.Bruce Momjian
2004-12-19Prevent evaluation of backticks while discarding unwanted argumentsTom Lane
2004-11-30Add \n to end of output for psql \s with no history file name.Bruce Momjian
2004-11-30Quote SHELL arguments only on Win32.Bruce Momjian
2004-11-15Don't quote the value of EDITOR on Unix, only on Windows. Per discussion.Tom Lane
2004-11-09Clarify some stringsPeter Eisentraut
2004-11-06Remove directory from cmd.exe default shell.Bruce Momjian
2004-11-06Variable initializer no longer necessary.Bruce Momjian
2004-11-06Tests for COMSPEC in the right place and supply a reasonable shellBruce Momjian
2004-11-04Fix psql \e and \! for Win32.Bruce Momjian
2004-10-16Allow pg_ctl to determine the server is up when getting a request for aBruce Momjian
2004-10-14Add 'int' cast for getpid() because some Solaris releases return longBruce Momjian
2004-10-09Make getpid() use %d consistently for printing.Bruce Momjian
2004-10-07Adjust comments previously moved to column 1 by pgident.Bruce Momjian
2004-08-29Pgindent run for 8.0.Bruce Momjian