| Commit message (Expand) | Author | Age |
* | Return proper exit code (3) from psql when ON_ERROR_STOP=on and | Bruce Momjian | 2010-03-09 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Add agg/normal/trigger/window flags for psql \df and in \df output. | Bruce Momjian | 2009-04-21 |
* | No period if it's not a sentence | Peter Eisentraut | 2009-03-25 |
* | Add a -w/--no-password option that prevents all password prompts to all | Peter Eisentraut | 2009-02-26 |
* | Make psql \d and \dt consistent for system tables, i.e prevent \d from | Bruce Momjian | 2009-01-20 |
* | This makes all the \dX commands (most importantly to most: \df) work | Bruce Momjian | 2009-01-06 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | SQL/MED catalog manipulation facilities | Peter Eisentraut | 2008-12-19 |
* | Fix a few more format argument warnings. | Magnus Hagander | 2008-11-21 |
* | Make psql report "SSL connection (unknown cipher)" when libpq has set | Magnus Hagander | 2008-11-11 |
* | Avoid compiler warning about variable used before assigned. | Peter Eisentraut | 2008-09-15 |
* | Adjust psql's new \ef command to present an empty CREATE FUNCTION template | Tom Lane | 2008-09-06 |
* | Implement a psql command "\ef" to edit the definition of a function. | Tom Lane | 2008-09-06 |
* | Fix version warning bug in recently applied adjustments to psql startup. | Bruce Momjian | 2008-08-16 |
* | Issue psql connection warnings on connection start and via \c, per | Bruce Momjian | 2008-07-01 |
* | Use SYSTEMQUOTE as concatentation to strings, rather than %s printf | Bruce Momjian | 2008-06-26 |
* | Add optional on/off argument to \timing. | Heikki Linnakangas | 2008-06-11 |
* | Move the "instr_time" typedef and associated macros into a new header | Tom Lane | 2008-05-14 |
* | Add psql '\pset format wrapped' mode to wrap output to screen width, or | Bruce Momjian | 2008-05-08 |
* | One-letter backslash commands now need a space before the first argument. | Peter Eisentraut | 2008-05-02 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Remove the long-deprecated -u option from psql, since it does nothing very | Tom Lane | 2007-12-11 |
* | Fix up the PQconnectionUsedPassword mess: create a separate | Tom Lane | 2007-12-09 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: the | Tom Lane | 2007-10-13 |
* | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane | 2007-08-21 |
* | Get rid of client-code dependencies on the exact text of the no-password | Tom Lane | 2007-07-08 |
* | Allow \pset and \x, \t to use boolean constants on/off, rather than just | Bruce Momjian | 2007-03-03 |
* | Add psql \prompt capability. | Bruce Momjian | 2007-02-23 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | fflush the \o file, if any, after each backslash command. We already | Tom Lane | 2006-12-28 |
* | enable \timing oputput for \copy commands | Andrew Dunstan | 2006-12-16 |
* | Message style improvements | Peter Eisentraut | 2006-10-06 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Invent an assign-hook mechanism for psql variables similar to the one | Tom Lane | 2006-08-29 |
* | Mark a few functions as static or NOT_USED. | Bruce Momjian | 2006-07-18 |
* | Code review for psql multiline history patch(es). Fix memory leak, | Tom Lane | 2006-06-11 |
* | Prepare code to be built by MSVC: | Bruce Momjian | 2006-06-07 |
* | Fix up hack to suppress escape_string_warning so that it actually works | Tom Lane | 2006-06-01 |
* | Escape processing patch: | Bruce Momjian | 2006-05-31 |
* | Rewrite much of psql's \connect code, for the sake of code clarity and | Neil Conway | 2006-04-02 |
* | Fix psql history handling: | Bruce Momjian | 2006-03-21 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty. | Bruce Momjian | 2006-03-04 |
* | Avoid trying to open /dev/tty on Win32. Some Win32 systems have | Bruce Momjian | 2006-03-03 |
* | Add psql option: | Bruce Momjian | 2006-02-12 |
* | I've created a new shared catalog table pg_shdescription to store | Bruce Momjian | 2006-02-12 |
* | Please find enclosed a patch that lets you use \c to connect | Bruce Momjian | 2006-02-12 |
* | Rename pg_make_encrypted_password to PQencryptPassword. | Peter Eisentraut | 2005-12-26 |