postgresql/src/backend
Tom Lane ca05ba2a9d Get rid of SetBufferWriteMode(), which was an accident waiting to happen.
In the event of an elog() while the mode was set to immediate write,
there was no way for it to be set back to the normal delayed write.
The mechanism was a waste of space and cycles anyway, since the only user
was varsup.c, which could perfectly well call FlushBuffer directly.
Now it does just that, and the notion of a write mode is gone.
2000-03-31 02:43:31 +00:00
..
access Get rid of SetBufferWriteMode(), which was an accident waiting to happen. 2000-03-31 02:43:31 +00:00
bootstrap Implement reindex command 2000-02-18 09:30:20 +00:00
catalog nodeAgg has always been willing to accept an aggregate with a finalFunc 2000-03-26 19:43:58 +00:00
commands Updated user's guide to match new psql's output format 2000-03-26 18:32:30 +00:00
executor ExecSubPlan needs to be able to cope with RelabelType nodes atop the 2000-03-23 07:32:58 +00:00
lib Fix problems seen in parallel regress tests when SI buffer overruns (causing 2000-01-31 04:35:57 +00:00
libpq Several calls to StrNCpy incorrectly subtracted 1 from the length arg, 2000-03-19 22:10:08 +00:00
main Add: 2000-01-26 05:58:53 +00:00
nodes outfuncs.c was missing a print routine for Material plan nodes, leading 2000-03-24 02:58:25 +00:00
optimizer Tweak indexscan cost estimation: round estimated # of tuples visited up 2000-03-30 00:53:30 +00:00
parser New coding for SET provoked a 'var might be used uninitialized' warning 2000-03-31 02:11:03 +00:00
port > I have improved the System V semaphore emulation of the QNX4 port. 2000-03-14 18:12:06 +00:00
postmaster Several calls to StrNCpy incorrectly subtracted 1 from the length arg, 2000-03-19 22:10:08 +00:00
regex Removed MBFLAGS from makefiles since it's now done in include/config.h. 2000-01-19 02:59:03 +00:00
rewrite Fix some (more) problems with subselects in rules. Rewriter failed to 2000-03-16 03:23:18 +00:00
storage Get rid of SetBufferWriteMode(), which was an accident waiting to happen. 2000-03-31 02:43:31 +00:00
tcop >> 5. empty define that results in an empty but terminated line ( ; ) 2000-03-23 23:16:49 +00:00
tioga Add: 2000-01-26 05:58:53 +00:00
utils Tweak indexscan cost estimation: round estimated # of tuples visited up 2000-03-30 00:53:30 +00:00
Makefile Clean up gmake warning caused by recent NetBSD patch. <grumble> 2000-03-08 22:00:19 +00:00