summaryrefslogtreecommitdiff
path: root/src/bin/psql/startup.c
Commit message (Expand)AuthorAgeFilesLines
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-3/+2
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* The -R option didn't accept an argument, which made it kind of useless.Peter Eisentraut2001-01-231-3/+3
* Pay attention to failure returns from fgets() in all cases.Tom Lane2000-11-271-2/+3
* Advertise --help (rather than '-?') as help option (problems with csh).Peter Eisentraut2000-11-251-4/+20
* Remove -k unix socketpath option from client side, allow hostname withBruce Momjian2000-11-131-10/+3
* UUNET is looking into offering PostgreSQL as a part of a managed webBruce Momjian2000-11-131-3/+10
* psql forgot to close connection before re-issuing password prompt.Peter Eisentraut2000-09-171-1/+2
* A bit of cleanup after SSL patch. Add it to config file, improvePeter Eisentraut2000-09-061-4/+5
* SSL patch from MagnusBruce Momjian2000-08-301-2/+32
* Version number now set in configure, available through Makefile.globalPeter Eisentraut2000-07-021-4/+3
* That psql option should be --no-readline (as it used to be), not --noreadline.Peter Eisentraut2000-05-141-2/+2
* Back out -\?. Didn't look good to Peter.Bruce Momjian2000-05-121-19/+6
* Display -? as -\? under unix for psql.Bruce Momjian2000-05-111-6/+19
* Add options and cleanup psql \? and -? help displaysBruce Momjian2000-05-111-1/+2
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-136/+146
* Fixed psql -c "\slashcmd"Peter Eisentraut2000-03-181-1/+4
* More fixes for psql ^C handling, especially during copy. Still doesn'tPeter Eisentraut2000-03-011-9/+20
* Fix a couple of inconsistent usages of include <...> vs. include "...".Tom Lane2000-02-271-3/+3
* Moved psql \eset and \eshow to \encodingPeter Eisentraut2000-02-201-12/+24
* Clean up include files use in psql.Bruce Momjian2000-02-161-5/+2
* Adjusted psql echoing options (-a and -e)Peter Eisentraut2000-02-131-11/+13
* Fixed psql double quoting of SQL idsPeter Eisentraut2000-02-071-67/+97
* Change function name PQclientencoding to PQclientEncoding sinceTatsuo Ishii2000-02-051-2/+2
* A few minor psql enhancementsPeter Eisentraut2000-01-291-13/+11
* fix for compile.Bruce Momjian2000-01-271-3/+2
* Add:Bruce Momjian2000-01-261-2/+3
* another round of user interface cleanupsPeter Eisentraut2000-01-191-1/+9
* another set of cleanupsPeter Eisentraut2000-01-181-24/+39
* Hi!Bruce Momjian2000-01-181-2/+3
* Put back change to 'connection failed' message formatting that someoneTom Lane2000-01-161-2/+2
* Adapt to the changes of libpq(eliminateing using putenv()).Tatsuo Ishii2000-01-151-7/+11
* Fixed psql variables vs array syntax, as well as minor psql enhancementsPeter Eisentraut2000-01-141-87/+93
* Make connection-failed messages a little friendlier onTom Lane2000-01-141-2/+3
* Fixed a few "fixes" and bugs. Adjusted messages and options to GNU suggestions.Peter Eisentraut2000-01-121-83/+56
* * Includes tab completion. It's not magic, but it's very cool. At anyBruce Momjian1999-11-261-11/+11
* In the spirit of TODO itemBruce Momjian1999-11-111-24/+16
* Update psql bannerBruce Momjian1999-11-051-6/+6
* Update psql display.Bruce Momjian1999-11-051-3/+3
* Make pager on by default.Bruce Momjian1999-11-051-0/+1
* psql banner cleanupBruce Momjian1999-11-051-5/+5
* clean up startup bannerBruce Momjian1999-11-051-5/+4
* psql cleanupBruce Momjian1999-11-041-376/+411
* Major psql overhaul by Peter Eisentraut.Bruce Momjian1999-11-041-0/+543