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