- Dec 05, 2001
-
-
Bruce Momjian authored
picksplit algorithm for Rtree. Please apply patch below to CVS Oleg Bartunov
-
- Nov 30, 2001
-
-
Bruce Momjian authored
everywhere. At least it was now detected correctly. marko
-
- Nov 29, 2001
-
-
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
-
- Nov 26, 2001
-
-
Bruce Momjian authored
Thanks. Teodor Sigaev
-
- Nov 25, 2001
-
-
Tom Lane authored
No change in results of script, but perhaps less confusion for people reading it.
-
- Nov 21, 2001
-
-
Bruce Momjian authored
-
- Nov 20, 2001
-
-
Bruce Momjian authored
needs it. Seems it is getting compileable... Marko Kreen
-
Bruce Momjian authored
should be all. Marko Kreen
-
Bruce Momjian authored
failures on FreeBSD. This patch replaces uint -> unsigned. This was reported by Daniel Holtzman against 0.4pre3 standalone package, but it needs fixing in contrib/pgcrypto too. Marko Kreen
-
- Nov 16, 2001
-
-
Peter Eisentraut authored
and comment in src/backend/parser/Makefile for the technical details.
-
- Nov 15, 2001
-
-
Bruce Momjian authored
-
- Nov 12, 2001
-
-
Bruce Momjian authored
andrea gelmini
-
- Nov 08, 2001
-
-
Bruce Momjian authored
memory. This fixes it. Also a free() was missing. marko
-
- Nov 06, 2001
-
-
Bruce Momjian authored
-
- Nov 05, 2001
-
-
Bruce Momjian authored
initdb/regression tests pass.
-
- Oct 30, 2001
-
-
Bruce Momjian authored
-
- Oct 29, 2001
-
-
Bruce Momjian authored
-
- Oct 28, 2001
-
-
Bruce Momjian authored
spacing. Also adds space for one-line comments.
-
- Oct 25, 2001
-
-
Bruce Momjian authored
tests pass.
-
Bruce Momjian authored
-
Bruce Momjian authored
these macros fail in if/else cases: #define X \ { \ ... \ } { if (...) X; else ... } with proper setup: #define X \ do { \ ... \ } while (0) it works fine.
-
- Oct 24, 2001
-
-
Tatsuo Ishii authored
-
- Oct 18, 2001
-
-
Tom Lane authored
the entered password would get echoed on some platforms, eg HPUX. We have enough copies of this code that I'm thinking it ought to be moved into libpq, but that's a task for another day.
-
- Oct 15, 2001
- Oct 13, 2001
-
-
Tom Lane authored
From Oleg Bartunov and Teodor Sigaev.
-
- Oct 04, 2001
-
-
Bruce Momjian authored
Oleg Bartunov
-
- Oct 03, 2001
- Oct 01, 2001
-
-
Tom Lane authored
-
Bruce Momjian authored
-
Tatsuo Ishii authored
-
Bruce Momjian authored
* minor doc updates Marko Kreen
-
- Sep 30, 2001
- Sep 29, 2001
-
-
Tom Lane authored
-
Bruce Momjian authored
Marko Kreen
-
Bruce Momjian authored
Converted pgcrypto one too. * Changed default randomness source to libc random() That way pgcrypto does not have any external dependencies and should work everywhere. * Re-enabled pgcrypto build in contrib/makefile * contrib/README update - there is more stuff than only 'hash functions' * Noted the libc random fact in README.pgcrypto Marko Kreen
-