- 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
-
- 09 Oct, 1996 1 commit
-
-
Bruce Momjian authored
No more scrolling off the screen.
-
- 08 Oct, 1996 5 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Marc G. Fournier authored
NAMEDATALEN OIDDATALEN EUROPEAN_DATES HBA DEADLOCK_TIMEOUT OPENLINK_PATCHES NULL_PATCH ARRAY_PATCH Attempting to document and centralize as many of the "defines" as possible... kinda useless to have defines if nobody knows they exist, eh?
-
- 07 Oct, 1996 8 commits
-
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
function so I am going to assume that it is such a good idea that no one sees any point in discussing it. :-) I have made two changes - I have merged this into pgtclCmds.c and I have taken out any code for updating tuples after the loop body runs. See comments for discussion of this. I have also fixed up the error checking stuff so that break, continue and syntax errors have the expected result. Submitted by: D'Arcy Cain
-
Marc G. Fournier authored
Submitted by: D'Arcy Cain
-
Bruce Momjian authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
Submitted by: D'Arcy Cain
-
Bruce Momjian authored
-