aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/char.c
Commit message (Expand)AuthorAge
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Update copyright for 2009.Bruce Momjian2009-01-01
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-27
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Remove a few places that attempted to define INT_MAX, SCHAR_MAX, andNeil Conway2006-03-11
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Remove arithmetic operators on the 1-byte-char datatype, as per proposalsTom Lane2004-10-04
* Update copyright to 2004.Bruce Momjian2004-08-29
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.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
* Add explicit tests for division by zero to all user-accessible integerTom Lane2003-03-11
* Update copyright to 2002.Bruce Momjian2002-06-20
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Make text <=> char conversion functions convert zero character to andTom Lane2001-05-28
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* TOASTJan Wieck2000-07-03
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-05
* Add:Bruce Momjian2000-01-26
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce 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
* pgindent run over code.Bruce Momjian1999-05-25
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Add routines to help with single-byte (internal) character type support.Thomas G. Lockhart1998-12-13
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* Re-apply Darren's char2-16 removal code.Bruce Momjian1998-04-26
* Back out char2-char16 removal. Add later.Bruce Momjian1998-04-07
* The following uuencoded, gzip'd file will ...Bruce Momjian1998-03-30
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Good Bye, Time Travel!Vadim B. Mikheev1997-11-02
* Modify one last line to complete changes for StrNCpy() macro addition.Thomas G. Lockhart1997-10-25
* Rename strNcpy to StrNCpy, and change third parameter.Bruce Momjian1997-10-25
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Add typdefs to pgindent run.Bruce Momjian1997-09-08
* 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
* cleanup of patchBruce Momjian1997-08-12
* Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so...Bruce Momjian1997-08-12
* Lexicographically compare 'char' and 'text'.Vadim B. Mikheev1997-06-11
* Remove troublesome type coersions from the char8 return statements.Thomas G. Lockhart1997-05-17
* Date/Time updates from Thomas...Marc G. Fournier1997-03-14
* Fixes:Marc G. Fournier1996-09-10
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-09