summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/varlena.c
Commit message (Expand)AuthorAgeFilesLines
* Support varlena fields with single-byte headers and unaligned storage.Tom Lane2007-04-061-145/+135
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-271-10/+10
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Fix performance issues in replace_text(), replace_text_regexp(), andTom Lane2006-11-081-56/+131
* Fix string_to_array() to correctly handle the case where there areTom Lane2006-10-071-138/+197
* pgindent run for 8.2.Bruce Momjian2006-10-041-8/+8
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-5/+1
* Allow include files to compile own their own.Bruce Momjian2006-07-131-1/+2
* Split definitions for md5.c out of crypt.h and into their own headerTom Lane2006-06-201-2/+2
* Change the backend to reject strings containing invalidly-encoded multibyteTom Lane2006-05-211-7/+1
* Modify all callers of datatype input and receive functions so that if theseTom Lane2006-04-041-3/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Attached is a patch that replaces a bunch of places where StringInfosNeil Conway2006-03-011-27/+28
* Fix typo in comment.Neil Conway2006-02-261-2/+2
* Adjust string comparison so that only bitwise-equal strings are consideredTom Lane2005-12-221-5/+22
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-14/+14
* Mop-up for nulls-in-arrays patch: fix some places that access arrayTom Lane2005-11-181-13/+39
* Message correctionsPeter Eisentraut2005-10-291-5/+4
* Code review for regexp_replace patch. Improve documentation and comments,Tom Lane2005-10-181-54/+78
* Clean up libpq's pollution of application namespace by renaming theTom Lane2005-10-171-3/+3
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-107/+107
* Suppress signed-vs-unsigned-char warnings.Tom Lane2005-09-241-3/+3
* Update two comments to refer to use the new list API names.Neil Conway2005-09-161-2/+2
* The idea of using _strncoll() on Windows doesn't work. Revert to sameTom Lane2005-08-261-37/+30
* Add small hack to support use of Unicode-based locales on WIN32. ThisTom Lane2005-08-241-6/+85
* Code and docs review for pg_column_size() patch.Tom Lane2005-08-021-19/+30
* Thank you for applying patch --- regexp_replace.Bruce Momjian2005-07-291-6/+6
* Remove unnecessary parentheses in assignments.Bruce Momjian2005-07-211-9/+9
* Change typreceive function API so that receive functions get the sameTom Lane2005-07-101-1/+5
* I made the patch that implements regexp_replace again.Bruce Momjian2005-07-101-1/+221
* pg_column_size() cleanup for messages and code cleanup.Bruce Momjian2005-07-071-14/+6
* Add pg_column_size() to return storage size of a column, includingBruce Momjian2005-07-061-1/+46
* I made the patch that improved the performance of replace_text().Bruce Momjian2005-07-041-18/+35
* Change the UNKNOWN type to have an internal representation matchingTom Lane2005-05-301-32/+17
* Remove second argument from textToQualifiedNameList(), as it is no longerNeil Conway2005-05-271-2/+2
* Implement md5(bytea), update regression tests and documentation. PatchNeil Conway2005-05-201-5/+24
* Change CREATE TYPE to require datatype output and send functions to haveTom Lane2005-05-011-7/+3
* This patch optimizes the md5_text() function (which is used toNeil Conway2005-02-231-4/+10
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-7/+9
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Infrastructure for I/O of composite types: arrange for the I/O routinesTom Lane2004-06-061-5/+5
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-301-2/+2
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-2/+2
* Implement a solution to the 'Turkish locale downcases I incorrectly'Tom Lane2004-02-211-20/+24
* Micro-opt: replace calls likeNeil Conway2004-01-311-2/+2
* Fix text_position to not scan past end of source string in multibyteTom Lane2004-01-311-94/+113
* Make to_hex() behave portably on negative input values (treat them asTom Lane2003-12-191-9/+9
* Make PQescapeBytea and byteaout consistent with each other, andJoe Conway2003-11-301-7/+7
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1