| Commit message (Expand) | Author | Age |
* | Revert patch for --psqlrc=FILENAME in psql. | Magnus Hagander | 2010-03-07 |
* | Add --psqlrc=FILENAME parameter to psql, to process an explicitly named | Magnus Hagander | 2010-03-06 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Prevent psql version banner from being printed by the \c command if the | Bruce Momjian | 2010-02-16 |
* | Modify recently added PQconnectdbParams() with new argument, expand_dbname. | Joe Conway | 2010-02-05 |
* | Introduce two new libpq connection functions, PQconnectdbParams and | Joe Conway | 2010-01-28 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | psql -f - | Bruce Momjian | 2009-12-01 |
* | Remove a boatload of useless definitions of 'int optreset'. If we | Tom Lane | 2009-04-05 |
* | Add a -w/--no-password option that prevents all password prompts to all | Peter Eisentraut | 2009-02-26 |
* | Remove feof(stdin) calls related to when to prompt for a password, | Peter Eisentraut | 2009-02-25 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Append major version number and for libraries soname major version number | Peter Eisentraut | 2008-12-11 |
* | Revert patch so .psqlrc can suppress startup banner: | Bruce Momjian | 2008-07-20 |
* | In psql, run .psqlrc _after_ printing warnings and banner. | Bruce Momjian | 2008-07-18 |
* | Issue psql connection warnings on connection start and via \c, per | Bruce Momjian | 2008-07-01 |
* | Update psql startup banner to be shorter, suggest "help" for help. | Bruce Momjian | 2008-05-16 |
* | Add psql '\pset format wrapped' mode to wrap output to screen width, or | Bruce Momjian | 2008-05-08 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Improve the method of localizing column names and other fixed strings in | Tom Lane | 2007-12-12 |
* | Remove the long-deprecated -u option from psql, since it does nothing very | Tom Lane | 2007-12-11 |
* | Fix bogus prompt for password in -u case. Per gripe from Robert Treat. | Tom Lane | 2007-12-09 |
* | Fix up the PQconnectionUsedPassword mess: create a separate | Tom Lane | 2007-12-09 |
* | Get rid of client-code dependencies on the exact text of the no-password | Tom Lane | 2007-07-08 |
* | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian | 2007-02-01 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Create a FETCH_COUNT parameter that causes psql to execute SELECT-like | Tom Lane | 2006-08-29 |
* | Invent an assign-hook mechanism for psql variables similar to the one | Tom Lane | 2006-08-29 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 |
* | Move setup_cancel_handler() up near start of psql main(), where the | Tom Lane | 2006-06-21 |
* | Clean up psql's control-C handling to avoid longjmp'ing out of random | Tom Lane | 2006-06-14 |
* | Add SSL include needed for psql, after libpq adjustments. | Bruce Momjian | 2006-04-27 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Add psql option: | Bruce Momjian | 2006-02-12 |
* | Add new psql command \password for changing role password with client-side | Peter Eisentraut | 2005-12-18 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | make psql honor explicit database parameter in -l mode, in case "postgres" da... | Andrew Dunstan | 2005-11-17 |
* | Disable expanded mode only for \d tablename, not for all backslash | Bruce Momjian | 2005-10-27 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Clean up some messages and fix missing translation support. Option --log | Peter Eisentraut | 2005-10-04 |
* | Return proper value for psql -f filename failure if filename open fails. | Bruce Momjian | 2005-09-20 |
* | Clean up version comparison/display code, per gripe from Michael Fuhr. | Tom Lane | 2005-09-05 |
* | Conditionally output the server version number in psql if it doesn't | Bruce Momjian | 2005-09-05 |
* | Add username for psql password prompt, if the username was specified. | Bruce Momjian | 2005-07-25 |
* | Change numericsep to a boolean, and make it locale-aware. | Bruce Momjian | 2005-07-14 |
* | Cause initdb to create a third standard database "postgres", which | Tom Lane | 2005-06-21 |
* | Add -L option to psql to log sessions. | Bruce Momjian | 2005-06-14 |
* | Per discussion on -hackers, this patch changes psql's "expanded" output | Neil Conway | 2005-06-13 |
* | Remove extern from optreset that was just added. | Bruce Momjian | 2005-04-29 |