summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/encode.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-251-3/+3
* Fix encode(...bytea..., 'escape') so that it converts all high-bit-set byteTom Lane2008-02-261-16/+21
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-271-3/+3
* 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
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-4/+4
* Suppress signed-vs-unsigned-char warnings.Tom Lane2005-09-241-37/+37
* Update copyrights that were missed.Bruce Momjian2005-01-011-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-071-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-5/+5
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-041-2/+2
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-271-12/+31
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-2/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-60/+84
* Clean up encode/decode functions a little bit.Tom Lane2001-09-301-26/+22
* > Here's a revised patch. Changes:Bruce Momjian2001-09-141-9/+180
* Add missing encode file.Bruce Momjian2001-07-121-0/+346