- 18 Oct, 1996 12 commits
-
-
Vadim B. Mikheev authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
Get rid of ESCAPE_PATCH ifdef, as its on by default, and there is no apparent reason for turning it off...it fixes a bug
-
Marc G. Fournier authored
-
Marc G. Fournier authored
Removed #ifdef's for OPENLINK_PATCH. We enable it by default, and nobody *has* to enable the functionality, but no reason to retain the "old code"
-
Marc G. Fournier authored
features(?) are available
-
Marc G. Fournier authored
found. Document any '#ifdef' segments found in config.h
-
Marc G. Fournier authored
found. Document any '#ifdef' segments found in config.h Remove gistold.c, since it was older copy of gist.c
-
Marc G. Fournier authored
-
Marc G. Fournier authored
centralized configurations/porting...
-
Marc G. Fournier authored
config.h file
-
Marc G. Fournier authored
Further ports should *really* avoid backend/port and make use of config.h
-
- 17 Oct, 1996 2 commits
-
-
Marc G. Fournier authored
- created a HAVE_TZSET define for this purpose
-
Marc G. Fournier authored
-
- 16 Oct, 1996 1 commit
-
-
Bryan Henderson authored
Thanks D'Arcy.
-
- 15 Oct, 1996 1 commit
-
-
Bryan Henderson authored
-
- 14 Oct, 1996 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
distinguish between char and char(1).
-
- 13 Oct, 1996 9 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
I hope everyone has sys/socket.h.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
If I have introduced any syntax errors with this, I will patch them in the morning, and Marc will have a good laugh.
-
Bruce Momjian authored
cache. I found if I manually added a line to flush the whole relation cache, the assert error disappeared. Looking through the code, I found that the relation cache is flushed at the end of each query if the reference count is zero for the relation. However, printf's showed that the rd_relcnt(reference count) for the accessed query was not returning to zero after each query. It turns out the parser was doing a heap_ropen in parser/analyze.c to get information about the table's columns, but was not doing a heap_close. This was causing the query after the ALTER TABLE ADD to see the old table structure, and the executor's assert was reporting the problem.
-
Bryan Henderson authored
-
- 12 Oct, 1996 4 commits
-
-
Bryan Henderson authored
-
Bryan Henderson authored
-
Bryan Henderson authored
-
Bryan Henderson authored
-
- 11 Oct, 1996 6 commits
-
-
Bryan Henderson authored
used in test drivers.
-
Bryan Henderson authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
correct way to do this. Theoretically you could have a NULL pointer that isn't represented internally as all 0 bits. This guarantees that it convert correctly. Submitted by: darcy@druid.com (D'Arcy J.M. Cain)
-
Marc G. Fournier authored
use of long term cooperative locks managed by the user applications. Submitted by: Massimo Dal Zotto <dz@cs.unitn.it>
-
Marc G. Fournier authored
works again...
-
- 10 Oct, 1996 2 commits
-
-
Bryan Henderson authored
-
Bruce Momjian authored
-