summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/varlena.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Functions on 'text' type updated to new fmgr style. 'text' isTom Lane2000-07-061-128/+137
* Update textin() and textout() to new fmgr style. This is just phaseTom Lane2000-07-051-20/+12
* TOASTJan Wieck2000-07-031-5/+5
* Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut2000-06-141-6/+6
* Another batch of fmgr updates. I think I have gotten all old-styleTom Lane2000-06-131-45/+40
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-5/+5
* Rename bytea functions to not have upper-case letters in their names.Tom Lane2000-03-241-52/+63
* Add:Bruce Momjian2000-01-261-2/+3
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-151-1/+2
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-5/+5
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-2/+1
* Final cleanup.Bruce Momjian1999-07-161-2/+2
* Update #include cleanupsBruce Momjian1999-07-161-2/+2
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-3/+1
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-141-1/+2
* pgindent run over code.Bruce Momjian1999-05-251-11/+14
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Add routines to help with single-byte (internal) character type support.Thomas G. Lockhart1998-12-131-11/+19
* Define routines and catalog entries for string min()/max() functions.Thomas G. Lockhart1998-12-081-1/+33
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-081-2/+6
* > David Hartwig wrote:Bruce Momjian1998-09-021-3/+5
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-40/+52
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-34/+34
* This is the first (of hopefully few) AIX port patches. This patchBruce Momjian1998-08-291-7/+7
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-241-2/+2
* Add auto-size to screen to \d? commands. Use UNION to show allBruce Momjian1998-07-181-10/+10
* Hello!Bruce Momjian1998-06-161-78/+49
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-11/+1