summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/varlena.c
AgeCommit message (Expand)Author
2002-11-17Reduce need for palloc/pfree overhead in varstr_cmp() by using fixed-sizeTom Lane
2002-09-04pgindent run.Bruce Momjian
2002-09-03Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut
2002-08-29Remove #ifdef MULTIBYTE per hackers list discussion.Tatsuo Ishii
2002-08-28backend where a statically sized buffer is written to. Most of theseBruce Momjian
2002-08-22Add:Bruce Momjian
2002-08-04Add guard code to protect from buffer overruns on long date/time inputThomas G. Lockhart
2002-06-20Update copyright to 2002.Bruce Momjian
2002-04-25Implement types regprocedure, regoper, regoperator, regclass, regtypeTom Lane
2002-04-24Here's a patch to add unknownin/unknownout support. I also poked aroundBruce Momjian
2002-04-15Fix text_substr bug intrduced in 7.3 developmentTatsuo Ishii
2002-04-03Locale support is on by default. The choice of locale is done in initdbPeter Eisentraut
2002-04-01Create a new GUC variable search_path to control the namespace searchTom Lane
2002-03-30Further cleanups for relations in schemas: teach nextval and otherTom Lane
2002-03-05I attach a version of my toast-slicing patch, against current CVSBruce Momjian
2001-11-19Fix arg coerect match text type, per Tom.Bruce Momjian
2001-11-19Make text octet_length() return non-compressed length to be consistentBruce Momjian
2001-11-19Grammatical and spelling fixes.Tom Lane
2001-11-18Optimization for bpcharlen, textlen, varcharlen in case of single byteTatsuo Ishii
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-09-14> Here's a revised patch. Changes:Bruce Momjian
2001-09-11Implement following item in TODO:Tatsuo Ishii
2001-08-13Add comparison operators and btree indexing support for type bytea.Tom Lane
2001-05-03Ensure that btree sort ordering functions and boolean comparison operatorsTom Lane
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2000-12-03Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane
2000-07-29bpchar, varchar, bytea, numeric are toastable --- if you initdb, whichTom Lane
2000-07-12First stage of reclaiming memory in executor by resetting short-termTom Lane
2000-07-06Functions on 'text' type updated to new fmgr style. 'text' isTom Lane
2000-07-05Update textin() and textout() to new fmgr style. This is just phaseTom Lane
2000-07-03TOASTJan Wieck
2000-06-14Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut
2000-06-13Another batch of fmgr updates. I think I have gotten all old-styleTom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-03-24Rename bytea functions to not have upper-case letters in their names.Tom Lane
2000-01-26Add:Bruce Momjian
2000-01-15Fixed all elog related warnings, as well as a few others.Peter Eisentraut
1999-11-07New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian
1999-07-17 Move some system includes into c.h, and remove duplicates.Bruce Momjian
1999-07-16Final cleanup.Bruce Momjian
1999-07-16Update #include cleanupsBruce Momjian
1999-07-15Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian
1999-07-14Cleanup of /include #include's, for 6.6 only.Bruce Momjian
1999-05-25pgindent run over code.Bruce Momjian
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1998-12-13Add routines to help with single-byte (internal) character type support.Thomas G. Lockhart
1998-12-08Define routines and catalog entries for string min()/max() functions.Thomas G. Lockhart
1998-10-08Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian