summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/varchar.c
Commit message (Expand)AuthorAgeFilesLines
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-3/+1
* Fix for multi-byte includes.Bruce Momjian1999-07-171-1/+5
* Final cleanup.Bruce Momjian1999-07-161-2/+3
* Update #include cleanupsBruce Momjian1999-07-161-2/+2
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-5/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+3
* Clarify maximum tuple and max attribute lengths.Bruce Momjian1999-07-041-9/+9
* Fix to prevent too large tuple from being created.Bruce Momjian1999-07-031-9/+14
* pgindent run over code.Bruce Momjian1999-05-251-15/+20
* Remove 4096 string limited key on block sizeBruce Momjian1999-05-191-9/+9
* here are some patches for 6.5.0 which I already submitted but have neverBruce Momjian1999-05-031-1/+23
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Here are the patches against the current source tree. I have run theBruce Momjian1998-10-061-2/+6
* multi-byte fix from Tatsuo IshiiBruce Momjian1998-09-251-8/+7
* MB patches from Tatsuo IshiiBruce Momjian1998-09-251-1/+15
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-39/+52
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-49/+49
* 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-5/+5
* Change atttypmod from int16 to int32, for Thomas.Bruce Momjian1998-07-121-3/+3
* Hello!Bruce Momjian1998-06-161-11/+11
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-5/+1
* Add conversion functions to and from the "name" data type.Thomas G. Lockhart1998-05-291-3/+66
* Add routines to convert between varchar and bpchar.Thomas G. Lockhart1998-05-091-2/+125
* From: t-ishii@sra.co.jpMarc G. Fournier1998-04-271-1/+53
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-11/+12
* From: "Denis V. Dmitrienko" <denis@null.net>Marc G. Fournier1998-02-241-1/+24
* Pass around typmod as int16.Bruce Momjian1998-02-101-3/+3
* atttypmod now -1.Bruce Momjian1998-02-071-3/+3
* Fix for varchar functions, and indextyple j-1 fix.Bruce Momjian1998-02-051-3/+3
* New pg_attribute.atttypmod for type-specific information likeBruce Momjian1998-01-161-11/+11
* Cleanup of varchar.Bruce Momjian1998-01-081-33/+18
* Re-install working varchar() with compress size.Bruce Momjian1998-01-081-6/+3
* Completion of varchar rollback.Bruce Momjian1998-01-081-19/+19
* Cleanup of varchar.Bruce Momjian1998-01-081-2/+2
* Rollback varchar size change.Bruce Momjian1998-01-081-5/+24
* Fix for varchar I missed.Bruce Momjian1998-01-071-2/+2
* Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. ...Bruce Momjian1998-01-071-71/+47
* Change some ABORTS to ERROR. Add line number when COPY Failure.Bruce Momjian1998-01-051-5/+5
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-5/+5
* Change logic slightly to avoid one unnecessary calculation. No big deal.Thomas G. Lockhart1997-12-231-5/+9
* Define text, varchar, and bpchar string length functions.Thomas G. Lockhart1997-12-161-2/+20
* Add VARHDRSZ where needed. Many places just used 4.Bruce Momjian1997-12-061-31/+31
* Rename strNcpy to StrNCpy, and change third parameter.Bruce Momjian1997-10-251-4/+4
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-105/+105
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-351/+387
* Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so...Bruce Momjian1997-08-121-7/+4
* Date/Time updates from Thomas...Marc G. Fournier1997-03-141-33/+33
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-101-3/+3
* Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier1996-11-061-2/+1