aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/varlena.c
Commit message (Expand)AuthorAge
* Fix string_to_array() to correctly handle the case where there areTom Lane2006-10-07
* Change the backend to reject strings containing invalidly-encoded multibyteTom Lane2006-05-21
* Adjust string comparison so that only bitwise-equal strings are consideredTom Lane2005-12-22
* 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
* Infrastructure for I/O of composite types: arrange for the I/O routinesTom Lane2004-06-06
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-30
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* Implement a solution to the 'Turkish locale downcases I incorrectly'Tom Lane2004-02-21
* Micro-opt: replace calls likeNeil Conway2004-01-31
* Fix text_position to not scan past end of source string in multibyteTom Lane2004-01-31
* Make to_hex() behave portably on negative input values (treat them asTom Lane2003-12-19
* Make PQescapeBytea and byteaout consistent with each other, andJoe Conway2003-11-30
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Remove --enable-recode feature, since it's been broken by IPv6 changes,Tom Lane2003-08-04
* 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
* Create real array comparison functions (that use the element datatype'sTom Lane2003-06-27
* Back out array mega-patch.Bruce Momjian2003-06-25
* Array mega-patch.Bruce Momjian2003-06-24
* Indexing support for pattern matching operations via separate operatorPeter Eisentraut2003-05-15
* Binary send/receive routines for a few basic datatypes --- enough forTom Lane2003-05-09
* Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane2003-04-24
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-10
* Attached are two small patches to expose md5 as a user function -- includingBruce Momjian2002-12-06
* Reduce need for palloc/pfree overhead in varstr_cmp() by using fixed-sizeTom Lane2002-11-17
* pgindent run.Bruce Momjian2002-09-04
* Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut2002-09-03
* Remove #ifdef MULTIBYTE per hackers list discussion.Tatsuo Ishii2002-08-29
* backend where a statically sized buffer is written to. Most of theseBruce Momjian2002-08-28
* Add:Bruce Momjian2002-08-22
* Add guard code to protect from buffer overruns on long date/time inputThomas G. Lockhart2002-08-04
* Update copyright to 2002.Bruce Momjian2002-06-20
* Implement types regprocedure, regoper, regoperator, regclass, regtypeTom Lane2002-04-25
* Here's a patch to add unknownin/unknownout support. I also poked aroundBruce Momjian2002-04-24
* Fix text_substr bug intrduced in 7.3 developmentTatsuo Ishii2002-04-15
* Locale support is on by default. The choice of locale is done in initdbPeter Eisentraut2002-04-03
* Create a new GUC variable search_path to control the namespace searchTom Lane2002-04-01
* Further cleanups for relations in schemas: teach nextval and otherTom Lane2002-03-30
* I attach a version of my toast-slicing patch, against current CVSBruce Momjian2002-03-05
* Fix arg coerect match text type, per Tom.Bruce Momjian2001-11-19
* Make text octet_length() return non-compressed length to be consistentBruce Momjian2001-11-19
* Grammatical and spelling fixes.Tom Lane2001-11-19
* Optimization for bpcharlen, textlen, varcharlen in case of single byteTatsuo Ishii2001-11-18
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* > Here's a revised patch. Changes:Bruce Momjian2001-09-14
* Implement following item in TODO:Tatsuo Ishii2001-09-11