]> granicus.if.org Git - postgresql/history - src/bin/psql/variables.c
psql: fix \connect with URIs and conninfo strings
[postgresql] / src / bin / psql / variables.c
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-31 Tom LaneImprove consistency of parsing of psql's magic variables.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-07-16 Peter EisentrautRemove unreachable code
2012-07-02 Peter EisentrautAssorted message style improvements
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-08-26 Tom LaneSupport non-ASCII letters in psql variable names.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-05-07 Bruce MomjianHave boolean pset values checked against typical boolea...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-08-29 Tom LaneInvent an assign-hook mechanism for psql variables...
2006-06-21 Tom LaneClean up psql variable code a little: eliminate unneces...
2006-06-14 Tom LaneClean up psql's control-C handling to avoid longjmp...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-10-18 Bruce MomjianThe attached patch fixes psql's win32 frontend-only...
2004-10-15 Bruce MomjianAllow psql booleans to use OFF or off.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-01-25 Neil ConwayMore fallout from the recent psql patch: rename xmalloc...
2004-01-24 Neil ConwayThis patch makes some of the memory manipulation perfor...
2003-12-01 Bruce MomjianThis patch reduces some unsightly #ifdefs, and fixes...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Tom LaneFix some copyright notices that weren't updated. Impro...
2003-08-04 Bruce Momjianpgindent run.
2003-06-28 Tom LaneUpdate psql for some features of new FE/BE protocol...
2003-03-20 Bruce MomjianI'm continuing to work on cleaning up code in psql...
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-02-16 Bruce MomjianClean up include files use in psql.
2000-02-13 Peter EisentrautAdjusted psql echoing options (-a and -e)
2000-01-29 Peter EisentrautA few minor psql enhancements
2000-01-18 Peter Eisentrautanother set of cleanups
1999-11-07 Bruce MomjianNew NameStr macro to convert Name to Str. No need...
1999-11-04 Bruce Momjianpsql cleanup
1999-11-04 Bruce MomjianMajor psql overhaul by Peter Eisentraut.