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