- 09 Nov, 1996 1 commit
- 
- 
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 authoredother 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 authoredFrom: Randy Terbush <randy@zyzzyva.com> 
- 
Marc G. Fournier authored
 
- 
- 07 Nov, 1996 3 commits
- 
- 
Bruce Momjian authored
- 
Bryan Henderson authored
- 
Bryan Henderson authored
 
- 
- 06 Nov, 1996 24 commits
- 
- 
Bruce Momjian authored
- 
Bruce Momjian authored
- 
Marc G. Fournier authored
- 
Marc G. Fournier authoredI'm able to get through a 'make' of the backend with no errors except the occasional 'might not be initialized error', which is nothing major, just annoying. Have a few patches from D'Arcy to incorporate, but am waiting until I can get a clean compile first, which I'm hoping to have before bed, or sometime tomorrow. 
- 
Marc G. Fournier authored
- 
Marc G. Fournier authored
- 
Marc G. Fournier authored
- 
Marc G. Fournier authored
- 
Marc G. Fournier authored
- 
Marc G. Fournier authored
- 
Marc G. Fournier authored
- 
Marc G. Fournier authored
- 
Marc G. Fournier authored
- 
Marc G. Fournier authored
- 
Marc G. Fournier authored
- 
Marc G. Fournier authored
- 
Marc G. Fournier authoredup, but one thing at a time :) 
- 
Marc G. Fournier authored
- 
Marc G. Fournier authored
- 
Marc G. Fournier authored
- 
Marc G. Fournier authored
- 
Marc G. Fournier authored
- 
Marc G. Fournier authored
- 
Marc G. Fournier authored
 
-