aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/variables.c
Commit message (Expand)AuthorAge
* Split psql's lexer into two separate .l files for SQL and backslash cases.Tom Lane2016-03-19
* Update copyright for 2016Bruce Momjian2016-01-02
* Update copyright for 2015Bruce Momjian2015-01-06
* Improve consistency of parsing of psql's magic variables.Tom Lane2014-12-31
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Remove unreachable codePeter Eisentraut2012-07-16
* Assorted message style improvementsPeter Eisentraut2012-07-02
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Support non-ASCII letters in psql variable names.Tom Lane2011-08-26
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Update copyright for 2009.Bruce Momjian2009-01-01
* Have boolean pset values checked against typical boolean values, ratherBruce Momjian2008-05-07
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Invent an assign-hook mechanism for psql variables similar to the oneTom Lane2006-08-29
* Clean up psql variable code a little: eliminate unnecessary tests inTom Lane2006-06-21
* Clean up psql's control-C handling to avoid longjmp'ing out of randomTom Lane2006-06-14
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Update copyrights that were missed.Bruce Momjian2005-01-01
* The attached patch fixes psql's win32 frontend-only build, by usingBruce Momjian2004-10-18
* Allow psql booleans to use OFF or off.Bruce Momjian2004-10-15
* Update copyright to 2004.Bruce Momjian2004-08-29
* More fallout from the recent psql patch: rename xmalloc and friends toNeil Conway2004-01-25
* This patch makes some of the memory manipulation performed by psql aNeil Conway2004-01-24
* This patch reduces some unsightly #ifdefs, and fixes two typos inBruce Momjian2003-12-01
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Update psql for some features of new FE/BE protocol. There is aTom Lane2003-06-28
* I'm continuing to work on cleaning up code in psql. As things appearBruce Momjian2003-03-20
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-10
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Clean up include files use in psql.Bruce Momjian2000-02-16
* Adjusted psql echoing options (-a and -e)Peter Eisentraut2000-02-13
* A few minor psql enhancementsPeter Eisentraut2000-01-29
* another set of cleanupsPeter Eisentraut2000-01-18
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-07
* psql cleanupBruce Momjian1999-11-04
* Major psql overhaul by Peter Eisentraut.Bruce Momjian1999-11-04