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
/
input.c
Age
Commit message (
Expand
)
Author
2005-01-06
Adjust lookup of client-side profile files (.pgpass and so on) as per
Tom Lane
2005-01-01
Update copyrights that were missed.
Bruce Momjian
2004-10-12
Message style revisions
Peter Eisentraut
2004-10-06
Say "history is not supported" and remove "on this platform" for lack of
Bruce Momjian
2004-10-06
Suppress psql \s help display for platforms like Win32 that don't
Bruce Momjian
2004-09-27
Remove inclusion of windows.h now that it is included in c.h, per idea
Bruce Momjian
2004-08-29
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
Update copyright to 2004.
Bruce Momjian
2004-08-18
Add get_home_path() to use USERPROFILE on Win32 and HOME on Unix.
Bruce Momjian
2004-01-25
More fallout from the recent psql patch: rename xmalloc and friends to
Neil Conway
2004-01-24
This patch makes some of the memory manipulation performed by psql a
Neil Conway
2003-11-29
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-09-12
Remove WIN32_CONSOLE support, at the request of the author.
Bruce Momjian
2003-09-05
Clean up WIN32_CONSOLE code.
Bruce Momjian
2003-08-26
psql's HISTSIZE from .psqlrc do not want to be set so I did it for psql
Bruce Momjian
2003-08-04
Fix some copyright notices that weren't updated. Improve copyright tool
Tom Lane
2003-08-04
pgindent run.
Bruce Momjian
2003-07-27
here are the patches for psql on Win32:
Bruce Momjian
2003-07-25
> Rod Taylor <rbt@rbt.ca> writes:
Bruce Momjian
2003-07-23
Apply message style guide to frontend programs.
Peter Eisentraut
2003-03-20
I'm continuing to work on cleaning up code in psql. As things appear
Bruce Momjian
2003-03-20
Here's some changes I made last night to psql's common.c (as found in
Bruce Momjian
2002-09-06
Fix printf() quote handling and improper exit(), per Tom.
Bruce Momjian
2002-09-05
Remove PGPASSWORDFILE and default to always trying $HOME/.pgpass.
Bruce Momjian
2002-04-10
Readline and Zlib now required by default. Add options --without-readline
Peter Eisentraut
2001-10-25
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-09-11
Invoke on_exit() with correct number and type of arguments.
Peter Eisentraut
2001-02-27
Massive commits for SunOS4 port.
Tatsuo Ishii
2001-02-10
Restructure the key include files per recent pghackers discussion: there
Tom Lane
2000-11-27
Pay attention to failure returns from fgets() in all cases.
Tom Lane
2000-04-12
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
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-16
Clean up include files use in psql.
Bruce Momjian
2000-02-07
Fixed psql double quoting of SQL ids
Peter Eisentraut
2000-01-29
A few minor psql enhancements
Peter Eisentraut
2000-01-18
another set of cleanups
Peter Eisentraut
2000-01-14
Fixed psql variables vs array syntax, as well as minor psql enhancements
Peter Eisentraut
1999-12-20
Clean up some minor gcc warnings.
Tom Lane
1999-12-10
This should fix the \e (\p, \g, ...) behaviour on an empty query buffer.
Bruce Momjian
1999-11-26
* Includes tab completion. It's not magic, but it's very cool. At any
Bruce Momjian
1999-11-04
psql cleanup
Bruce Momjian
1999-11-04
Major psql overhaul by Peter Eisentraut.
Bruce Momjian