aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/char.c
Commit message (Collapse)AuthorAge
...
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
|
* Add routines to help with single-byte (internal) character type support.Thomas G. Lockhart1998-12-13
|
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
|
* Re-apply Darren's char2-16 removal code.Bruce Momjian1998-04-26
|
* Back out char2-char16 removal. Add later.Bruce Momjian1998-04-07
|
* The following uuencoded, gzip'd file will ...Bruce Momjian1998-03-30
| | | | | | | | | | | 1. Remove the char2, char4, char8 and char16 types from postgresql 2. Change references of char16 to name in the regression tests. 3. Rename the char16.sql regression test to name.sql. 4. Modify the regression test scripts and outputs to match up. Might require new regression.{SYSTEM} files... Darren King
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
|
* Good Bye, Time Travel!Vadim B. Mikheev1997-11-02
|
* Modify one last line to complete changes for StrNCpy() macro addition.Thomas G. Lockhart1997-10-25
| | | | Before, char16 was missing last character for output.
* Rename strNcpy to StrNCpy, and change third parameter.Bruce Momjian1997-10-25
|
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
|
* Add typdefs to pgindent run.Bruce Momjian1997-09-08
|
* Another PGINDENT run that changes variable indenting and case label ↵Bruce Momjian1997-09-08
| | | | indenting. Also static variable indenting.
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
|
* cleanup of patchBruce Momjian1997-08-12
|
* Fix pgproc names over 15 chars in output. Add strNcpy() function. remove ↵Bruce Momjian1997-08-12
| | | | some (void) casts that are unnecessary.
* Lexicographically compare 'char' and 'text'.Vadim B. Mikheev1997-06-11
|
* Remove troublesome type coersions from the char8 return statements.Thomas G. Lockhart1997-05-17
| | | | Noted in trying to port to AIX.
* Date/Time updates from Thomas...Marc G. Fournier1997-03-14
|
* Fixes:Marc G. Fournier1996-09-10
| | | | | | | | | | | | | The comparison routines for text and char data type give incorrect results if the input data contains characters greater than 127. As these routines perform the comparison using signed char variables all character codes greater than 127 are interpreted as less than 0. These codes are used to encode the iso8859 char sets. The other text-like data types seem to work as expected as they use unsigned chars in comparisons. Submitted by: Massimo Dal Zotto <dz@cs.unitn.it>
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-09