index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
psql
/
command.c
Age
Commit message (
Expand
)
Author
2000-05-12
Small cleanup of file.
Bruce Momjian
2000-05-05
psql: suppress warnings about too many arguments if the command is not valid ...
Peter Eisentraut
2000-04-16
squished \dS+ bug pointed out by Mike Mascari
Peter Eisentraut
2000-04-16
more psql bug squashing:
Peter Eisentraut
2000-04-14
fixed another psql \e bug (handle newlines as whitespace)
Peter Eisentraut
2000-04-12
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-11
Clean up temp files from \e.
Bruce Momjian
2000-03-27
Fixed bug with repeated \e in psql (failed to clear buffers correctly)
Peter Eisentraut
2000-03-18
Fixed psql -c "\slashcmd"
Peter Eisentraut
2000-03-01
More fixes for psql ^C handling, especially during copy. Still doesn't
Peter Eisentraut
2000-02-21
Fixes for \encoding command.
Tatsuo Ishii
2000-02-20
Moved psql \eset and \eshow to \encoding
Peter Eisentraut
2000-02-20
Fix missing \n in some psql_error calls.
Tom Lane
2000-02-19
Add new backslash command \eset and \eshow.
Tatsuo Ishii
2000-02-16
Clean up include files use in psql.
Bruce Momjian
2000-02-07
Fixed psql double quoting of SQL ids
Peter Eisentraut
2000-02-05
Change function name PQclientencoding to PQclientEncoding since
Tatsuo Ishii
2000-01-29
A few minor psql enhancements
Peter Eisentraut
2000-01-23
updated install file
Peter Eisentraut
2000-01-22
added ALTER TABLE DROP COLUMN, early version
Peter Eisentraut
2000-01-18
another set of cleanups
Peter Eisentraut
2000-01-18
Hi!
Bruce Momjian
2000-01-15
Adapt to the changes of libpq(eliminateing using putenv()).
Tatsuo Ishii
2000-01-14
Fixed psql variables vs array syntax, as well as minor psql enhancements
Peter Eisentraut
2000-01-12
Fixed a few "fixes" and bugs. Adjusted messages and options to GNU suggestions.
Peter Eisentraut
1999-12-10
This should fix the \e (\p, \g, ...) behaviour on an empty query buffer.
Bruce Momjian
1999-12-10
Added a fflush(stdout) to the \p command required for the
Jan Wieck
1999-11-29
I pulled this one out via CVS, I hope you can make use of it:
Bruce Momjian
1999-11-26
* Includes tab completion. It's not magic, but it's very cool. At any
Bruce Momjian
1999-11-13
The \p\g fix didn't turn out to be so bad. It even works in other
Bruce Momjian
1999-11-11
In the spirit of TODO item
Bruce Momjian
1999-11-04
psql cleanup
Bruce Momjian
1999-11-04
Major psql overhaul by Peter Eisentraut.
Bruce Momjian