summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/varlena.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-3/+3
* Remove --enable-recode feature, since it's been broken by IPv6 changes,Tom Lane2003-08-041-9/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-29/+40
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-271-35/+55
* Create real array comparison functions (that use the element datatype'sTom Lane2003-06-271-5/+176
* Back out array mega-patch.Bruce Momjian2003-06-251-191/+5
* Array mega-patch.Bruce Momjian2003-06-241-5/+191
* Indexing support for pattern matching operations via separate operatorPeter Eisentraut2003-05-151-1/+144
* Binary send/receive routines for a few basic datatypes --- enough forTom Lane2003-05-091-9/+106
* Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane2003-04-241-4/+4
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-101-2/+2
* Attached are two small patches to expose md5 as a user function -- includingBruce Momjian2002-12-061-1/+28
* Reduce need for palloc/pfree overhead in varstr_cmp() by using fixed-sizeTom Lane2002-11-171-14/+25
* pgindent run.Bruce Momjian2002-09-041-121/+130
* Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut2002-09-031-6/+3
* Remove #ifdef MULTIBYTE per hackers list discussion.Tatsuo Ishii2002-08-291-9/+1
* backend where a statically sized buffer is written to. Most of theseBruce Momjian2002-08-281-7/+5
* Add:Bruce Momjian2002-08-221-138/+548
* Add guard code to protect from buffer overruns on long date/time inputThomas G. Lockhart2002-08-041-2/+2
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Implement types regprocedure, regoper, regoperator, regclass, regtypeTom Lane2002-04-251-1/+8
* Here's a patch to add unknownin/unknownout support. I also poked aroundBruce Momjian2002-04-241-1/+41
* Fix text_substr bug intrduced in 7.3 developmentTatsuo Ishii2002-04-151-3/+9
* Locale support is on by default. The choice of locale is done in initdbPeter Eisentraut2002-04-031-20/+28
* Create a new GUC variable search_path to control the namespace searchTom Lane2002-04-011-49/+98
* Further cleanups for relations in schemas: teach nextval and otherTom Lane2002-03-301-1/+117
* I attach a version of my toast-slicing patch, against current CVSBruce Momjian2002-03-051-42/+45
* Fix arg coerect match text type, per Tom.Bruce Momjian2001-11-191-2/+2
* Make text octet_length() return non-compressed length to be consistentBruce Momjian2001-11-191-10/+3
* Grammatical and spelling fixes.Tom Lane2001-11-191-3/+3
* Optimization for bpcharlen, textlen, varcharlen in case of single byteTatsuo Ishii2001-11-181-17/+8
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-43/+34
* > Here's a revised patch. Changes:Bruce Momjian2001-09-141-13/+188
* Implement following item in TODO:Tatsuo Ishii2001-09-111-1/+10
* Add comparison operators and btree indexing support for type bytea.Tom Lane2001-08-131-1/+160
* Ensure that btree sort ordering functions and boolean comparison operatorsTom Lane2001-05-031-74/+58
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-4/+9
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-3/+4
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-031-6/+6
* bpchar, varchar, bytea, numeric are toastable --- if you initdb, whichTom Lane2000-07-291-36/+36
* First stage of reclaiming memory in executor by resetting short-termTom Lane2000-07-121-35/+73