- Aug 19, 1997
-
-
Bruce Momjian authored
-
- Aug 13, 1997
-
-
Bruce Momjian authored
-
- Jul 24, 1997
-
-
Bruce Momjian authored
Various compile errors concerning overflow due to shifts, unsigned, and bad prototypes, from Solaris, from Diab Jerius
-
- May 17, 1997
-
-
Edmund Mergl authored
-
- Apr 17, 1997
-
-
Marc G. Fournier authored
Subject: [PATCHES] 970417: two more patches for large objects Here are two more patches: 1. pg_getint doesn't properly set the status flag when calling pqGetShort or pqGetLong. This is required when accessing large objects via libpq. This, combined with problem 1 above causes postgres to crash when postgres tries to print out the message that the status was not good. 2. ExceptionalCondition crashes when called with detail = NULL. This patch prevents dereferencing the NULL.
-
- Mar 26, 1997
-
-
Marc G. Fournier authored
-
- Mar 18, 1997
-
-
Marc G. Fournier authored
According to man page under FreeBSD for sys_errlist[], strerror() should be used instead...not sure if this will break other systems, so only changing two files for now, and we'll see what "errors" it turns up
-
Marc G. Fournier authored
-
- Mar 12, 1997
-
-
Marc G. Fournier authored
Subject: [HACKERS] linux/alpha patches These patches lay the groundwork for a Linux/Alpha port. The port doesn't actually work unless you tweak the linker to put all the pointers in the first 32 bits of the address space, but it's at least a start. It implements the test-and-set instruction in Alpha assembly, and also fixes a lot of pointer-to-integer conversions, which is probably good anyway.
-
- Feb 14, 1997
-
-
Bruce Momjian authored
-
- Dec 27, 1996
-
-
Vadim B. Mikheev authored
And now - JMP_BUF again. Is it enough, folks ? Fixed again: cc1: warnings being treated as errors exc.c: In function 'ExcRaise': exc.c:187: warning: passing arg 1 of 'Longjmp' from incompatible pointer type gmake[3]: *** [exc.o] Error 1
-
- Dec 14, 1996
-
-
Vadim B. Mikheev authored
Excuse me.
-
Vadim B. Mikheev authored
cc1: warnings being treated as errors exc.c: In function 'ExcRaise': exc.c:186: warning: passing arg 1 of 'Longjmp' from incompatible pointer type gmake[3]: *** [exc.o] Error 1 Now we have: #if defined (JMP_BUF) longjmp(efp->context, 1); #else siglongjmp(efp->context, 1); #endif
-
- Nov 14, 1996
-
-
Bryan Henderson authored
In particular, no more compiled-in default for PGDATA or LIBDIR. Commands that need them need either invocation options or environment variables. PGPORT default is hardcoded as 5432, but overrideable with options or environment variables.
-
- Nov 11, 1996
-
-
Marc G. Fournier authored
called, it dumps core... ABORT_ON_ASSERT must be defined, as I don't know if this is the correct way to do this...
-
Marc G. Fournier authored
-
- Nov 10, 1996
-
-
Bruce Momjian authored
-
- Nov 09, 1996
-
-
Bruce Momjian authored
-
- Nov 08, 1996
-
-
Bruce Momjian authored
-
- Nov 06, 1996
-
-
Marc G. Fournier authored
-
- Nov 03, 1996
-
-
Marc G. Fournier authored
-
- Oct 31, 1996
-
-
Marc G. Fournier authored
-
- Oct 27, 1996
-
-
Bryan Henderson authored
-
- Oct 13, 1996
-
-
Bruce Momjian authored
-
- Aug 14, 1996
-
-
Marc G. Fournier authored
and found out that one of the patches is a show stopper for compiling under a strict ansi package. Please make sure the following fix makes it into the 1.02.1 release... Thanks. -Kurt
-
- Jul 22, 1996
-
-
Marc G. Fournier authored
- src/backend/access - no changes - src/backend/utils - mostly cosmetic changes - ESCAPE_PATCH Added - src/Makefile.global changes merged
-
- Jul 19, 1996
-
-
Marc G. Fournier authored
This is a patch to prevent an endless loop occuring in the Postgres backend when a 'warning' error condition generates another warning error contition in the handler code. Submitted by: Chris Dunlop, <chris@onthe.net.au>
-
- Jul 16, 1996
-
-
Marc G. Fournier authored
submitted by: Bruce Momjian (root@candle.pha.pa.us)
-
- Jul 09, 1996
-