postgresql/src/backend/access
Tom Lane 786f1a59cd Fix all the places that called heap_update() and heap_delete() without
bothering to check the return value --- which meant that in case the
update or delete failed because of a concurrent update, you'd not find
out about it, except by observing later that the transaction produced
the wrong outcome.  There are now subroutines simple_heap_update and
simple_heap_delete that should be used anyplace that you're not prepared
to do the full nine yards of coping with concurrent updates.  In
practice, that seems to mean absolutely everywhere but the executor,
because *noplace* else was checking.
2001-01-23 04:32:23 +00:00
..
common Fix portability problems recently exposed by regression tests on Alphas. 2000-12-27 23:59:14 +00:00
gist New feature: 2001-01-12 00:12:58 +00:00
hash Repair erroneous use of hashvarlena() for MACADDR, which is not a 2000-12-08 23:57:03 +00:00
heap Fix all the places that called heap_update() and heap_delete() without 2001-01-23 04:32:23 +00:00
index Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
nbtree Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts 2001-01-14 05:08:17 +00:00
rtree Repair erroneous use of hashvarlena() for MACADDR, which is not a 2000-12-08 23:57:03 +00:00
transam Make critical sections (elog->crash) and interrupt holdoff sections 2001-01-19 22:08:47 +00:00
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00