summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/varchar.c
AgeCommit message (Expand)Author
2000-06-19Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amprocTom Lane
2000-06-15Clean up #include's.Bruce Momjian
2000-06-13Another batch of fmgr updates. I think I have gotten all old-styleTom Lane
2000-06-05Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane
2000-05-30Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian
2000-05-29Convert array_map to use new fmgr interface.Tom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-03-13Remove unnecessary limitations on lengths of bpchar and varchar constants.Tom Lane
2000-01-26Add:Bruce Momjian
2000-01-23char_length()/octet_length for char() type now returns length ofTatsuo Ishii
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-17Fix for multi-byte includes.Bruce Momjian
1999-07-16Final cleanup.Bruce Momjian
1999-07-16Update #include cleanupsBruce Momjian
1999-07-15Remove unused #includes in *.c files.Bruce Momjian
1999-07-15Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian
1999-07-04Clarify maximum tuple and max attribute lengths.Bruce Momjian
1999-07-03Fix to prevent too large tuple from being created.Bruce Momjian
1999-05-25pgindent run over code.Bruce Momjian
1999-05-19Remove 4096 string limited key on block sizeBruce Momjian
1999-05-03here are some patches for 6.5.0 which I already submitted but have neverBruce Momjian
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1998-10-06Here are the patches against the current source tree. I have run theBruce Momjian
1998-09-25multi-byte fix from Tatsuo IshiiBruce Momjian
1998-09-25MB patches from Tatsuo IshiiBruce Momjian
1998-09-01OK, folks, here is the pgindent output.Bruce Momjian
1998-09-01Renaming cleanup, no pgindent yet.Bruce Momjian
1998-07-24I really hope that I haven't missed anything in this one...Marc G. Fournier
1998-07-18Add auto-size to screen to \d? commands. Use UNION to show allBruce Momjian
1998-07-12Change atttypmod from int16 to int32, for Thomas.Bruce Momjian
1998-06-16Hello!Bruce Momjian
1998-06-15Remove un-needed braces around single statements.Bruce Momjian
1998-05-29Add conversion functions to and from the "name" data type.Thomas G. Lockhart
1998-05-09Add routines to convert between varchar and bpchar.Thomas G. Lockhart
1998-04-27From: t-ishii@sra.co.jpMarc G. Fournier
1998-02-26pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian
1998-02-24From: "Denis V. Dmitrienko" <denis@null.net>Marc G. Fournier
1998-02-10Pass around typmod as int16.Bruce Momjian
1998-02-07atttypmod now -1.Bruce Momjian
1998-02-05Fix for varchar functions, and indextyple j-1 fix.Bruce Momjian
1998-01-16New pg_attribute.atttypmod for type-specific information likeBruce Momjian
1998-01-08Cleanup of varchar.Bruce Momjian
1998-01-08Re-install working varchar() with compress size.Bruce Momjian
1998-01-08Completion of varchar rollback.Bruce Momjian
1998-01-08Cleanup of varchar.Bruce Momjian
1998-01-08Rollback varchar size change.Bruce Momjian
1998-01-07Fix for varchar I missed.Bruce Momjian
1998-01-07Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. ...Bruce Momjian