- 03 Feb, 1998 8 commits
-
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
From: Darren King <darrenk@insightdist.com>
-
Marc G. Fournier authored
Reported by: Shiby Thomas <sthomas@cise.ufl.edu>
-
Bruce Momjian authored
-
Marc G. Fournier authored
structure, and move the init_address_fixup() code directly into backend/main/main.c with appropriate #ifdefs around it...
-
Marc G. Fournier authored
From: "Thomas A. Szybist" <szybist@boxhill.com>
-
Marc G. Fournier authored
Slight cleanups for glibc2.0
-
- 02 Feb, 1998 14 commits
-
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
[This is a repost - it supercedes the previous one. It fixes the patch so it doesn't bread aix port, plus there's a file missing out of the original post because difforig doesn't pick up new files. It's now attached. peter] This patch brings the JDBC driver up to the current protocol spec. Basically, the backend now tells the driver what authentication scheme to use. The patch also fixes a performance problem with large objects. In the buffer manager, each fastpath call was sending multiple Notifications to the backend (sometimes more data in the form of notifications were being sent than blob data!).
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
dynloader.c:25: port-protos.h: No such file or directory In HPUX port
-
Marc G. Fournier authored
-
Marc G. Fournier authored
configure vs port specific #ifdef's...
-
- 01 Feb, 1998 9 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
related to grammar and parser issues, with one postmaster fix.
-
Marc G. Fournier authored
-
Marc G. Fournier authored
if an operating specific expected file exists, use that for the comparison. This allows for "legit" differences between results, like the "Result too large" message vs "Math result not representable" ... Also, have the failed diffs get output to regression.diffs so that its easy to view those tests that failed
-
Marc G. Fournier authored
-
Marc G. Fournier authored
The following patches will bring the UNIVEL port in line with the new porting model used in postgreSQL 6.3
-
Bruce Momjian authored
-
Marc G. Fournier authored
an illegal macro name. Correct syntax is "#if 0". This is in... From: Darren King <darrenk@insightdist.com>
-
- 31 Jan, 1998 6 commits
-
-
Marc G. Fournier authored
I haven't had final confirmation from Peter yet, but the attached patch needs to be applied for the Beta otherwise password and crypt authentication just won't work. It puts back the loop in libpq and also fixes a couple of problems with maintaining compatability with pre-6.3 drivers.
-
Marc G. Fournier authored
I haven't had final confirmation from Peter yet, but the attached patch needs to be applied for the Beta otherwise password and crypt authentication just won't work. It puts back the loop in libpq and also fixes a couple of problems with maintaining compatability with pre-6.3 drivers.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
calls.
-
- 30 Jan, 1998 1 commit
-
-
Marc G. Fournier authored
This again fixes the problem with the default permissions for PUBLIC and the preventing of statements like "GRANT null on test to test_user;".
-
- 29 Jan, 1998 2 commits
-
-
Marc G. Fournier authored
-
Marc G. Fournier authored
Attached is the patch to fix the warning messages from my code. I also fixed one which wasn't my code. Apart from the usual warnings about the bison/yacc generated code I only have one other warning message. This is in gramm.y around line 2234. I wasn't sure of the fix. I've also replaced all the calls to free() in gramm.y to calls to pfree(). Without these I was getting backend crashes with GRANT. This might already have been fixed.
-