aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/varchar.c
Commit message (Expand)AuthorAge
* bpchar, varchar, bytea, numeric are toastable --- if you initdb, whichTom Lane2000-07-29
* Fix misuse of StrNCpy to copy and add null to non-null-terminated data.Tom Lane2000-07-07
* TOASTJan Wieck2000-07-03
* Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amprocTom Lane2000-06-19
* Clean up #include's.Bruce Momjian2000-06-15
* Another batch of fmgr updates. I think I have gotten all old-styleTom Lane2000-06-13
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-05
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-30
* Convert array_map to use new fmgr interface.Tom Lane2000-05-29
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Remove unnecessary limitations on lengths of bpchar and varchar constants.Tom Lane2000-03-13
* Add:Bruce Momjian2000-01-26
* char_length()/octet_length for char() type now returns length ofTatsuo Ishii2000-01-23
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-15
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-07
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Fix for multi-byte includes.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Update #include cleanupsBruce Momjian1999-07-16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Clarify maximum tuple and max attribute lengths.Bruce Momjian1999-07-04
* Fix to prevent too large tuple from being created.Bruce Momjian1999-07-03
* pgindent run over code.Bruce Momjian1999-05-25
* Remove 4096 string limited key on block sizeBruce Momjian1999-05-19
* here are some patches for 6.5.0 which I already submitted but have neverBruce Momjian1999-05-03
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Here are the patches against the current source tree. I have run theBruce Momjian1998-10-06
* multi-byte fix from Tatsuo IshiiBruce Momjian1998-09-25
* MB patches from Tatsuo IshiiBruce Momjian1998-09-25
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-24
* Add auto-size to screen to \d? commands. Use UNION to show allBruce Momjian1998-07-18
* Change atttypmod from int16 to int32, for Thomas.Bruce Momjian1998-07-12
* Hello!Bruce Momjian1998-06-16
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* Add conversion functions to and from the "name" data type.Thomas G. Lockhart1998-05-29
* Add routines to convert between varchar and bpchar.Thomas G. Lockhart1998-05-09
* From: t-ishii@sra.co.jpMarc G. Fournier1998-04-27
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* From: "Denis V. Dmitrienko" <denis@null.net>Marc G. Fournier1998-02-24
* Pass around typmod as int16.Bruce Momjian1998-02-10
* atttypmod now -1.Bruce Momjian1998-02-07
* Fix for varchar functions, and indextyple j-1 fix.Bruce Momjian1998-02-05
* New pg_attribute.atttypmod for type-specific information likeBruce Momjian1998-01-16
* Cleanup of varchar.Bruce Momjian1998-01-08
* Re-install working varchar() with compress size.Bruce Momjian1998-01-08
* Completion of varchar rollback.Bruce Momjian1998-01-08
* Cleanup of varchar.Bruce Momjian1998-01-08