- 11 Nov, 1996 10 commits
-
-
Bryan Henderson authored
-
Bryan Henderson authored
-
Marc G. Fournier authored
|After sending my previous changes I found one more thing in Makefile.global. |Any tests should be done after including Makefile.custom or else there |won't be anything, particularly the port name, to base the tests on. | ----- more changes to makefile.global from D'Arcy
-
Marc G. Fournier authored
following is the patch to libpq's large object interface that removes the requirement to include fmgr.h into fe-lobj.c. The large object interface now ask's the backend to tell the OID's of all the required functions in pg_proc. From: wieck@sapserv.debis.de (Jan Wieck)
-
Marc G. Fournier authored
-
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
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 10 Nov, 1996 12 commits
-
-
Bruce Momjian authored
-
Bryan Henderson authored
-
Bruce Momjian authored
-
Bryan Henderson authored
-
Bruce Momjian authored
-
Bryan Henderson authored
-
Bryan Henderson authored
-
Bryan Henderson authored
-
Bryan Henderson authored
-
Bryan Henderson authored
-
Bryan Henderson authored
-
Bryan Henderson authored
-
- 09 Nov, 1996 5 commits
-
-
Marc G. Fournier authored
Submitted by: wieck@sapserv.debis.de (Jan Wieck)
-
Marc G. Fournier authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Marc G. Fournier authored
-
- 08 Nov, 1996 12 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Bryan Henderson authored
-
Bruce Momjian authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
>From the create_aggregate man page... "The arguments to state-transition-function-1 must be (stype1,basetype), and its return value must be stype1." create aggregate MIN (sfunc1 = int2smaller, basetype = int2, stype1 = int2); will fail becase int2smaller and int2larger are in pg_proc as returning an int4. Can't happen since both args have to be int2. From: Darren King <aixssd!ceodev!darrenk@abs.net>
-
Marc G. Fournier authored
-
Marc G. Fournier authored
other platforms). If I do the standard make + make install the shared library is not linked with the the libpq library and when I try to load it in the standard Tcl or Tk shell I get a lot of unresolved symbols. The bug doesn't affect pgtclsh because it is linked also with libpq. The problem exists only when using the dynamic load feature of Tcl7.5. From: Massimo Dal Zotto <dz@cs.unitn.it>
-
Marc G. Fournier authored
From: Randy Terbush <randy@zyzzyva.com>
-
Marc G. Fournier authored
-
- 07 Nov, 1996 1 commit
-
-
Bruce Momjian authored
-