- 31 Oct, 1996 27 commits
-
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
#include "postgres.h" #include "c.h"
-
Bryan Henderson authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
Added missing include files
-
Marc G. Fournier authored
Add some missing include files
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
remove postgres.h from fmgr.h creation
-
Marc G. Fournier authored
-
Marc G. Fournier authored
won't be...
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
*should* be intelligent enough that: #if defined(__FreeBSD__) works, where __FreeBSD__ is actually defined by the compiler itself. Makefile.global used to have -DPORTNAME_<port> -D<port> as part of the flags for gcc while all occurances of PORTNAME_<port> slowly get removed from the source tree...
-
Bruce Momjian authored
removing duplicate names.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Added needed include file.
-
Bruce Momjian authored
Added needed include file.
-
Bruce Momjian authored
Added needed include file.
-
Bruce Momjian authored
Added needed include file.
-
Bruce Momjian authored
-
- 30 Oct, 1996 9 commits
-
-
Marc G. Fournier authored
Pointed out by: wieck@sapserv.debis.de
-
Marc G. Fournier authored
By: Erich Stamberger <eberger@gewi.kfunigraz.ac.at>
-
Marc G. Fournier authored
Adds: -lAttributes Returns another format of the results attribute list. Per attribute a sublist of {{attname} atttype attlen} is returned and an empty string if no attributes where received. -numAttrs Returns the number of attributes in the result.
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
I found another bug in btree index. Looking at the code it seems that NULL keys are never used to build or scan a btree index (see the explain commands in the example). However this is not the case when a null key is retrieved in an outer loop of a join select and used in an index scan of an inner loop. This bug causes at least three kinds of problems: 1) the backend crashes when it tries to compare a text string with a null. 2) it is not possible to find tuples with null keys in a join. 3) null is considered equal to 0 when the datum is passed by value, see the last query. Submitted by: Massimo Dal Zotto <dz@cs.unitn.it>
-
Marc G. Fournier authored
From Andrew
-
Bruce Momjian authored
-
Bryan Henderson authored
-
- 29 Oct, 1996 2 commits
-
-
Bryan Henderson authored
-
Bryan Henderson authored
-
- 28 Oct, 1996 2 commits
-
-
Marc G. Fournier authored
FAQs
-
Marc G. Fournier authored
-