postgresql/src/backend/access
Tom Lane 90b2202975 Fix bad interaction between NOTIFY processing and V3 extended query
protocol, per report from Igor Shevchenko.  NOTIFY thought it could
do its thing if transaction blockState is TBLOCK_DEFAULT, but in
reality it had better check the low-level transaction state is
TRANS_DEFAULT as well.  Formerly it was not possible to wait for the
client in a state where the first is true and the second is not ...
but now we can have such a state.  Minor cleanup in StartTransaction()
as well.
2003-10-16 16:50:41 +00:00
..
common Message editing: remove gratuitous variations in message wording, standardize 2003-09-25 06:58:07 +00:00
gist Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
hash Message editing: remove gratuitous variations in message wording, standardize 2003-09-25 06:58:07 +00:00
heap Repair RI trigger visibility problems (this time for sure ;-)) per recent 2003-10-01 21:30:53 +00:00
index Message editing: remove gratuitous variations in message wording, standardize 2003-09-25 06:58:07 +00:00
nbtree Adjust btree index build procedure so that the btree metapage looks 2003-09-29 23:40:26 +00:00
rtree Message editing: remove gratuitous variations in message wording, standardize 2003-09-25 06:58:07 +00:00
transam Fix bad interaction between NOTIFY processing and V3 extended query 2003-10-16 16:50:41 +00:00
Makefile Fix failure to relink postmaster executable in the first make run if only a 2002-08-10 17:59:28 +00:00