- Jul 17, 1999
-
-
Bruce Momjian authored
-
- Jul 16, 1999
-
-
Bruce Momjian authored
-
- Jul 15, 1999
-
-
Bruce Momjian authored
-
- Jul 14, 1999
-
-
Bruce Momjian authored
-
- May 25, 1999
-
-
Bruce Momjian authored
-
- Feb 14, 1999
-
-
Bruce Momjian authored
-
- Dec 14, 1998
-
-
Thomas G. Lockhart authored
-
- Sep 01, 1998
-
-
Bruce Momjian authored
-
- Apr 26, 1998
-
-
Bruce Momjian authored
-
- Apr 07, 1998
-
-
Bruce Momjian authored
-
- Mar 30, 1998
-
-
Bruce Momjian authored
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
-
- Feb 26, 1998
-
-
Bruce Momjian authored
-
- Nov 02, 1997
-
-
Vadim B. Mikheev authored
-
- Oct 25, 1997
-
-
Thomas G. Lockhart authored
Before, char16 was missing last character for output.
-
Bruce Momjian authored
-
- Sep 08, 1997
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting.
-
- Sep 07, 1997
-
-
Bruce Momjian authored
-
- Aug 12, 1997
-
-
Bruce Momjian authored
-
Bruce Momjian authored
Fix pgproc names over 15 chars in output. Add strNcpy() function. remove some (void) casts that are unnecessary.
-
- Jun 11, 1997
-
-
Vadim B. Mikheev authored
-
- May 17, 1997
-
-
Thomas G. Lockhart authored
Noted in trying to port to AIX.
-
- Mar 15, 1997
-
-
Marc G. Fournier authored
-
- Sep 10, 1996
-
-
Marc G. Fournier authored
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>
-
- Jul 09, 1996
-