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