summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/bool.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Convert a few datatype input functions to use "soft" error reporting.Tom Lane2022-12-091-4/+1
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Clean up some code using "(expr) ? true : false"Michael Paquier2021-09-081-1/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Make messages mentioning type names more uniformAlvaro Herrera2017-01-181-1/+2
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Provide moving-aggregate support for boolean aggregates.Tom Lane2014-04-131-4/+105
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-2/+2
* In parse_bool_with_len, avoid crash when no result pointer is passed. ProbablyPeter Eisentraut2009-03-091-2/+3
* Accept 'on' and 'off' as input for boolean data type, unifying the syntaxPeter Eisentraut2009-03-091-42/+99
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Remove obsolete internal functions istrue, isfalse, isnottrue, isnotfalse,Peter Eisentraut2008-10-051-64/+1
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-251-3/+3
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-8/+8
* Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane2007-06-051-15/+4
* Allow leading and trailing whitespace in the input to the booleanNeil Conway2007-06-011-11/+57
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-3/+5
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* The added aggregates are:Bruce Momjian2004-05-261-1/+21
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-071-7/+7
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-2/+2
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-271-2/+4
* Add binary I/O routines for a bunch more datatypes. Still a few to go,Tom Lane2003-05-121-1/+32
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-5/+5
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-051-42/+115
* Add btree indexing of boolean valuesBruce Momjian2000-02-101-1/+13
* Add:Bruce Momjian2000-01-261-2/+3
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-2/+1
* Update #include cleanupsBruce Momjian1999-07-161-2/+2
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-3/+1