aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/variables.c
Commit message (Expand)AuthorAge
* Ignore attempts to \gset into specially treated variables.Noah Misch2020-11-09
* Initial pgindent run for v12.Tom Lane2019-05-22
* Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane2019-05-14
* Unified logging system for command-line programsPeter Eisentraut2019-04-01
* Update copyright for 2019Bruce Momjian2019-01-02
* Update copyright for 2018Bruce Momjian2018-01-02
* Message style fixesPeter Eisentraut2017-09-11
* Reduce excessive dereferencing of function pointersPeter Eisentraut2017-09-07
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Clean up psql's behavior for a few more control variables.Tom Lane2017-02-02
* Make psql's \set display variables in alphabetical order.Tom Lane2017-02-01
* Improve psql's behavior for \set and \unset of its control variables.Tom Lane2017-02-01
* Make psql reject attempts to set special variables to invalid values.Tom Lane2017-01-30
* Update copyright via script for 2017Bruce Momjian2017-01-03
* 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