postgresql/src/backend
Vadim B. Mikheev ab36582a19 Check bufHdr->cntxDirty and call StartBufferIO in BufferSync()
*before* acquiring shlock on buffer context. This way we should be
protected against conflicts with FlushRelationBuffers.
(Seems we never do excl lock and then StartBufferIO for the same
buffer, so there should be no deadlock here, - but we'd better
check this very soon).
2001-03-21 10:13:29 +00:00
..
access Remove NEXTXID xlog record type to avoid three-way deadlock risk. 2001-03-18 20:18:59 +00:00
bootstrap XLOG (and related) changes: 2001-03-13 01:17:06 +00:00
catalog Resolve a compile error. 2001-02-23 09:31:52 +00:00
commands Reduce amount of memory used per tuple for after-event triggers. This 2001-03-14 21:50:32 +00:00
executor Change plpgsql's GET DIAGNOSTICS statement to use SQL99-compatible 2001-02-19 19:49:53 +00:00
lib Restructure the key include files per recent pghackers discussion: there 2001-02-10 02:31:31 +00:00
libpq Restructure the key include files per recent pghackers discussion: there 2001-02-10 02:31:31 +00:00
main If the first argument is --version or --help, skip the root check. 2001-02-06 17:00:01 +00:00
nodes Suppress compiler warning on Alpha. 2001-02-12 21:03:03 +00:00
optimizer A subplan invoked within an aggregate function's argument should 2001-03-08 01:49:01 +00:00
parser Give a more reasonable error message for a bad attribute name applied 2001-03-14 23:55:33 +00:00
port Considering the BeOS port didn't compile without IPC_STAT and shm_nattch, 2001-03-18 18:32:02 +00:00
postmaster Don't go belly-up if fork() fails for a routine checkpoint subprocess. 2001-03-14 17:58:46 +00:00
regex Make regular-expression error messages a tad less obscure, 2001-03-19 22:27:46 +00:00
rewrite Repair bug reported by Huxton, 1/24/01. We need to include a rule's 2001-01-27 04:40:59 +00:00
storage Check bufHdr->cntxDirty and call StartBufferIO in BufferSync() 2001-03-21 10:13:29 +00:00
tcop 'waiting' status display had extra space, removed. 2001-03-14 18:24:34 +00:00
tioga Make sure -L and -I's for our source tree are always before system include 2001-02-20 19:20:30 +00:00
utils Fix 'ps' WAIT status display bug on setproctitle() platforms, cleared by 2001-03-20 22:31:54 +00:00
Makefile Make all commands that link a program look like 2000-11-30 20:36:13 +00:00