index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
psql
/
startup.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Restructure the key include files per recent pghackers discussion: there
Tom Lane
2001-02-10
1
-3
/
+2
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
1
-2
/
+2
*
The -R option didn't accept an argument, which made it kind of useless.
Peter Eisentraut
2001-01-23
1
-3
/
+3
*
Pay attention to failure returns from fgets() in all cases.
Tom Lane
2000-11-27
1
-2
/
+3
*
Advertise --help (rather than '-?') as help option (problems with csh).
Peter Eisentraut
2000-11-25
1
-4
/
+20
*
Remove -k unix socketpath option from client side, allow hostname with
Bruce Momjian
2000-11-13
1
-10
/
+3
*
UUNET is looking into offering PostgreSQL as a part of a managed web
Bruce Momjian
2000-11-13
1
-3
/
+10
*
psql forgot to close connection before re-issuing password prompt.
Peter Eisentraut
2000-09-17
1
-1
/
+2
*
A bit of cleanup after SSL patch. Add it to config file, improve
Peter Eisentraut
2000-09-06
1
-4
/
+5
*
SSL patch from Magnus
Bruce Momjian
2000-08-30
1
-2
/
+32
*
Version number now set in configure, available through Makefile.global
Peter Eisentraut
2000-07-02
1
-4
/
+3
*
That psql option should be --no-readline (as it used to be), not --noreadline.
Peter Eisentraut
2000-05-14
1
-2
/
+2
*
Back out -\?. Didn't look good to Peter.
Bruce Momjian
2000-05-12
1
-19
/
+6
*
Display -? as -\? under unix for psql.
Bruce Momjian
2000-05-11
1
-6
/
+19
*
Add options and cleanup psql \? and -? help displays
Bruce Momjian
2000-05-11
1
-1
/
+2
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
1
-136
/
+146
*
Fixed psql -c "\slashcmd"
Peter Eisentraut
2000-03-18
1
-1
/
+4
*
More fixes for psql ^C handling, especially during copy. Still doesn't
Peter Eisentraut
2000-03-01
1
-9
/
+20
*
Fix a couple of inconsistent usages of include <...> vs. include "...".
Tom Lane
2000-02-27
1
-3
/
+3
*
Moved psql \eset and \eshow to \encoding
Peter Eisentraut
2000-02-20
1
-12
/
+24
*
Clean up include files use in psql.
Bruce Momjian
2000-02-16
1
-5
/
+2
*
Adjusted psql echoing options (-a and -e)
Peter Eisentraut
2000-02-13
1
-11
/
+13
*
Fixed psql double quoting of SQL ids
Peter Eisentraut
2000-02-07
1
-67
/
+97
*
Change function name PQclientencoding to PQclientEncoding since
Tatsuo Ishii
2000-02-05
1
-2
/
+2
*
A few minor psql enhancements
Peter Eisentraut
2000-01-29
1
-13
/
+11
*
fix for compile.
Bruce Momjian
2000-01-27
1
-3
/
+2
*
Add:
Bruce Momjian
2000-01-26
1
-2
/
+3
*
another round of user interface cleanups
Peter Eisentraut
2000-01-19
1
-1
/
+9
*
another set of cleanups
Peter Eisentraut
2000-01-18
1
-24
/
+39
*
Hi!
Bruce Momjian
2000-01-18
1
-2
/
+3
*
Put back change to 'connection failed' message formatting that someone
Tom Lane
2000-01-16
1
-2
/
+2
*
Adapt to the changes of libpq(eliminateing using putenv()).
Tatsuo Ishii
2000-01-15
1
-7
/
+11
*
Fixed psql variables vs array syntax, as well as minor psql enhancements
Peter Eisentraut
2000-01-14
1
-87
/
+93
*
Make connection-failed messages a little friendlier on
Tom Lane
2000-01-14
1
-2
/
+3
*
Fixed a few "fixes" and bugs. Adjusted messages and options to GNU suggestions.
Peter Eisentraut
2000-01-12
1
-83
/
+56
*
* Includes tab completion. It's not magic, but it's very cool. At any
Bruce Momjian
1999-11-26
1
-11
/
+11
*
In the spirit of TODO item
Bruce Momjian
1999-11-11
1
-24
/
+16
*
Update psql banner
Bruce Momjian
1999-11-05
1
-6
/
+6
*
Update psql display.
Bruce Momjian
1999-11-05
1
-3
/
+3
*
Make pager on by default.
Bruce Momjian
1999-11-05
1
-0
/
+1
*
psql banner cleanup
Bruce Momjian
1999-11-05
1
-5
/
+5
*
clean up startup banner
Bruce Momjian
1999-11-05
1
-5
/
+4
*
psql cleanup
Bruce Momjian
1999-11-04
1
-376
/
+411
*
Major psql overhaul by Peter Eisentraut.
Bruce Momjian
1999-11-04
1
-0
/
+543