- 19 Oct, 1996 1 commit
-
-
Marc G. Fournier authored
-
- 18 Oct, 1996 18 commits
-
-
Marc G. Fournier authored
First file of, what...1000's?
-
Marc G. Fournier authored
config.h, c.h *and* elog.h...added elog.h
-
Marc G. Fournier authored
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
2. Reap unused tuples too 3. Reap empty pages 4. Check if a page is initialized, initialize it if not and reap it 5. Binary search in list of reapped pages/tids to check is the heap' tid pointed by a index' tuple on this list (it's mu-u-uch faster)
-
Vadim B. Mikheev authored
-
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 1 commit
-
-
Bryan Henderson authored
used in test drivers.
-