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
/
variables.c
Age
Commit message (
Expand
)
Author
2007-01-05
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2006-08-29
Invent an assign-hook mechanism for psql variables similar to the one
Tom Lane
2006-06-21
Clean up psql variable code a little: eliminate unnecessary tests in
Tom Lane
2006-06-14
Clean up psql's control-C handling to avoid longjmp'ing out of random
Tom Lane
2006-03-05
Update copyright for 2006. Update scripts.
Bruce Momjian
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-01-01
Update copyrights that were missed.
Bruce Momjian
2004-10-18
The attached patch fixes psql's win32 frontend-only build, by using
Bruce Momjian
2004-10-15
Allow psql booleans to use OFF or off.
Bruce Momjian
2004-08-29
Update copyright to 2004.
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-12-01
This patch reduces some unsightly #ifdefs, and fixes two typos in
Bruce Momjian
2003-11-29
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-08-04
Fix some copyright notices that weren't updated. Improve copyright tool
Tom Lane
2003-08-04
pgindent run.
Bruce Momjian
2003-06-28
Update psql for some features of new FE/BE protocol. There is a
Tom Lane
2003-03-20
I'm continuing to work on cleaning up code in psql. As things appear
Bruce Momjian
2001-02-10
Restructure the key include files per recent pghackers discussion: there
Tom Lane
2000-04-12
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-02-16
Clean up include files use in psql.
Bruce Momjian
2000-02-13
Adjusted psql echoing options (-a and -e)
Peter Eisentraut
2000-01-29
A few minor psql enhancements
Peter Eisentraut
2000-01-18
another set of cleanups
Peter Eisentraut
1999-11-07
New NameStr macro to convert Name to Str. No need for var.data anymore.
Bruce Momjian
1999-11-04
psql cleanup
Bruce Momjian
1999-11-04
Major psql overhaul by Peter Eisentraut.
Bruce Momjian