postgresql/src/backend
Tom Lane 95a03e9cdf Another round of code cleanup on bufmgr. Use BM_VALID flag to keep track
of whether we have successfully read data into a buffer; this makes the
error behavior a bit more transparent (IMHO anyway), and also makes it
work correctly for local buffers which don't use Start/TerminateBufferIO.
Collapse three separate functions for writing a shared buffer into one.
This overlaps a bit with cleanups that Neil proposed awhile back, but
seems not to have committed yet.
2004-04-21 18:06:30 +00:00
..
access * Most changes are to fix warnings issued when compiling win32 2004-04-19 17:42:59 +00:00
bootstrap Replace TupleTableSlot convention for whole-row variables and function 2004-04-01 21:28:47 +00:00
catalog check_sql_fn_retval has always thought that we supported doing 2004-04-02 23:14:08 +00:00
commands Change COPY CSV keyword to be: 2004-04-21 00:34:18 +00:00
executor Still another place to make the world safe for zero-column tables. 2004-04-07 18:46:12 +00:00
lib make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
libpq * Most changes are to fix warnings issued when compiling win32 2004-04-19 17:42:59 +00:00
main * Most changes are to fix warnings issued when compiling win32 2004-04-19 17:42:59 +00:00
nodes Reimplement CASE val WHEN compval1 THEN ... WHEN compval2 THEN ... END 2004-03-17 20:48:43 +00:00
optimizer Extend set-operation planning to keep track of the sort ordering induced 2004-04-07 18:17:25 +00:00
parser Change COPY CSV keyword to be: 2004-04-21 00:34:18 +00:00
po Translation updates 2004-04-09 06:49:35 +00:00
port * Most changes are to fix warnings issued when compiling win32 2004-04-19 17:42:59 +00:00
postmaster * Most changes are to fix warnings issued when compiling win32 2004-04-19 17:42:59 +00:00
regex $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
rewrite Replace TupleTableSlot convention for whole-row variables and function 2004-04-01 21:28:47 +00:00
storage Another round of code cleanup on bufmgr. Use BM_VALID flag to keep track 2004-04-21 18:06:30 +00:00
tcop Fix for BEGIN with ISOLATION/READONLY clauses. 2004-04-19 21:21:34 +00:00
utils Remove debug code that acidentally got into CVS from previous commit. 2004-04-19 21:22:14 +00:00
Makefile Briefly, 2004-02-02 00:11:31 +00:00
nls.mk $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00