- 03 Dec, 2001 2 commits
-
-
D'Arcy J.M. Cain authored
the latest version and I wanted to make sure that there was a clean release. I also change the build files as I discussed in my letter of Nov 6, 2001. At the time I was asked to hold off until after the release.
-
Tom Lane authored
Magnus Hagander that DLL only contains error strings for the Net*** functions, *not* WinSock. We need to look for a workable solution for older Windows flavors ... but it won't happen for PG 7.2.
-
- 02 Dec, 2001 3 commits
-
-
Tom Lane authored
as is needed for HPUX 9 and 10.
-
Peter Eisentraut authored
which include files to consider. Should fix BeOS problems with int8 types.
-
Peter Eisentraut authored
-
- 01 Dec, 2001 1 commit
-
-
Tom Lane authored
and row comparisons. How'd this manage to slip through the cracks?
-
- 30 Nov, 2001 5 commits
-
-
Tom Lane authored
from Paul Stavrides.
-
Tom Lane authored
extParam/locParam lists. Per bug #526.
-
Peter Eisentraut authored
-
Bruce Momjian authored
everywhere. At least it was now detected correctly. marko
-
Bruce Momjian authored
-
- 29 Nov, 2001 14 commits
-
-
Bruce Momjian authored
-
Tom Lane authored
to give more useful error messages. Stephen Szabo's example of this morning ('loop' used as a variable name inside a subselect) works correctly now, and a FOR that is misinterpreted as an integer FOR will draw 'missing .. at end of SQL expression', which is at least marginally helpful.
-
Bruce Momjian authored
-
Tom Lane authored
remove brain-dead rule that double quotes are needed if and only if the datatype is pass-by-reference; neither direction of the implication holds water. Instead, examine the actual data string to see if it contains any characters that force us to quote it. Add some documentation about quoting of array values, which was previously explained nowhere AFAICT.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
produces garbage. I learned the hard way that #if UNDEFINED_1 == UNDEFINED_2 #error "gcc is idiot" #endif prints "gcc is idiot" ... Affected are MD5/SHA1 in internal library, and also HMAC-MD5/HMAC-SHA1/ crypt-md5 which use them. Blowfish is ok, also Rijndael on at least x86. Big thanks to Daniel Holtzman who send me a build log which contained warning: md5.c:246: warning: `X' defined but not used Yes, gcc is that helpful... Please apply this. -- marko
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Barry Lind authored
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Barry Lind authored
already addressed by previous doc updates.
-
- 28 Nov, 2001 15 commits
-
-
Bruce Momjian authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
potential problems discussed in pgsql-interfaces.
-
Tom Lane authored
-
Tom Lane authored
-
Bruce Momjian authored
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-