aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/command.c
Commit message (Expand)AuthorAge
* Return proper exit code (3) from psql when ON_ERROR_STOP=on andBruce Momjian2010-03-09
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Add agg/normal/trigger/window flags for psql \df and in \df output.Bruce Momjian2009-04-21
* No period if it's not a sentencePeter Eisentraut2009-03-25
* Add a -w/--no-password option that prevents all password prompts to allPeter Eisentraut2009-02-26
* Make psql \d and \dt consistent for system tables, i.e prevent \d fromBruce Momjian2009-01-20
* This makes all the \dX commands (most importantly to most: \df) workBruce Momjian2009-01-06
* Update copyright for 2009.Bruce Momjian2009-01-01
* SQL/MED catalog manipulation facilitiesPeter Eisentraut2008-12-19
* Fix a few more format argument warnings.Magnus Hagander2008-11-21
* Make psql report "SSL connection (unknown cipher)" when libpq has setMagnus Hagander2008-11-11
* Avoid compiler warning about variable used before assigned.Peter Eisentraut2008-09-15
* Adjust psql's new \ef command to present an empty CREATE FUNCTION templateTom Lane2008-09-06
* Implement a psql command "\ef" to edit the definition of a function.Tom Lane2008-09-06
* Fix version warning bug in recently applied adjustments to psql startup.Bruce Momjian2008-08-16
* Issue psql connection warnings on connection start and via \c, perBruce Momjian2008-07-01
* Use SYSTEMQUOTE as concatentation to strings, rather than %s printfBruce Momjian2008-06-26
* Add optional on/off argument to \timing.Heikki Linnakangas2008-06-11
* Move the "instr_time" typedef and associated macros into a new headerTom Lane2008-05-14
* Add psql '\pset format wrapped' mode to wrap output to screen width, orBruce Momjian2008-05-08
* One-letter backslash commands now need a space before the first argument.Peter Eisentraut2008-05-02
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Remove the long-deprecated -u option from psql, since it does nothing veryTom Lane2007-12-11
* Fix up the PQconnectionUsedPassword mess: create a separateTom Lane2007-12-09
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: theTom Lane2007-10-13
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-21
* Get rid of client-code dependencies on the exact text of the no-passwordTom Lane2007-07-08
* Allow \pset and \x, \t to use boolean constants on/off, rather than justBruce Momjian2007-03-03
* Add psql \prompt capability.Bruce Momjian2007-02-23
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* fflush the \o file, if any, after each backslash command. We alreadyTom Lane2006-12-28
* enable \timing oputput for \copy commandsAndrew Dunstan2006-12-16
* Message style improvementsPeter Eisentraut2006-10-06
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Invent an assign-hook mechanism for psql variables similar to the oneTom Lane2006-08-29
* Mark a few functions as static or NOT_USED.Bruce Momjian2006-07-18
* 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