aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/bool.c
Commit message (Expand)AuthorAge
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* The added aggregates are:Bruce Momjian2004-05-26
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-07
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Update copyrights to 2003.Bruce Momjian2003-08-04
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-27
* Add binary I/O routines for a bunch more datatypes. Still a few to go,Tom Lane2003-05-12
* Update copyright to 2002.Bruce Momjian2002-06-20
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-05
* Add btree indexing of boolean valuesBruce Momjian2000-02-10
* Add:Bruce Momjian2000-01-26
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Update #include cleanupsBruce Momjian1999-07-16
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-14
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Change some ABORTS to ERROR. Add line number when COPY Failure.Bruce Momjian1998-01-05
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-05
* Change phrasing of input error message.Thomas G. Lockhart1997-11-07
* Add routines istrue() and isfalse() to directly evaluate boolean type.Thomas G. Lockhart1997-10-30
* Check explicitly for valid input strings for both TRUE and FALSE.Thomas G. Lockhart1997-10-25
* Accept additional values for TRUE: y, Y, 1.Thomas G. Lockhart1997-10-17
* Allow 't', 'T', and even/odd ASCII characters to denote true/falseThomas G. Lockhart1997-10-09
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Change mixed-case routines to lower-case if referenced in pg_proc.hThomas G. Lockhart1997-04-27
* Date/Time updates from Thomas...Marc G. Fournier1997-03-14
* Produce a clean compile of backend...Marc G. Fournier1996-11-03
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-09