summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/varlena.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add conversion functions to and from the "name" data type.Thomas G. Lockhart1998-05-291-1/+60
* Add routines to convert between varchar and bpchar.Thomas G. Lockhart1998-05-091-12/+11
* From: t-ishii@sra.co.jpMarc G. Fournier1998-04-271-3/+83
* From: "Thomas G. Lockhart" <lockhart@alumni.caltech.edu>Marc G. Fournier1998-03-151-2/+2
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-20/+20
* From: "Denis V. Dmitrienko" <denis@null.net>Marc G. Fournier1998-02-241-1/+11
* Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. ...Bruce Momjian1998-01-071-3/+3
* Change some ABORTS to ERROR. Add line number when COPY Failure.Bruce Momjian1998-01-051-9/+9
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-9/+9
* Define text_substr().Thomas G. Lockhart1998-01-011-70/+99
* Define text, varchar, and bpchar string length functions.Thomas G. Lockhart1997-12-161-11/+5
* More VARHDRSZ additions.Bruce Momjian1997-12-081-7/+7
* Add VARHDRSZ where needed. Many places just used 4.Bruce Momjian1997-12-061-2/+2
* Fix for textcat on varchar() fields.Bruce Momjian1997-11-231-1/+6
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-7/+7