postgresql/src
Tom Lane 1c72d0dec1 Fix relcache to account properly for subtransaction status of 'new'
relcache entries.  Also, change TransactionIdIsCurrentTransactionId()
so that if consulted during transaction abort, it will not say that
the aborted xact is still current.  (It would be better to ensure that
it's never called at all during abort, but I'm not sure we can easily
guarantee that.)  In combination, these fix a crash we have seen
occasionally during parallel regression tests of 8.0.
2004-08-28 20:31:44 +00:00
..
backend Fix relcache to account properly for subtransaction status of 'new' 2004-08-28 20:31:44 +00:00
bin Fix typo in comment, per Andrew Dunstan. 2004-08-25 20:07:57 +00:00
corba make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
include Fix relcache to account properly for subtransaction status of 'new' 2004-08-28 20:31:44 +00:00
interfaces Add missing semicolon; some bison versions warn of this. 2004-08-28 18:04:51 +00:00
makefiles PostgreSQL extension makefile framework ("pgxs"), by Fabien Coelho, with 2004-07-30 12:26:40 +00:00
pl Recognize plpgsql EXCEPTION condition names at function compile time 2004-08-20 22:00:14 +00:00
port Fix Windows emulation of kill(pid, 0). This will now succeed, but only 2004-08-27 18:31:48 +00:00
template Rename irix5 port to irix. 2004-05-19 21:37:43 +00:00
test Further tightening of the array literal parser. Prevent junk 2004-08-28 19:31:29 +00:00
timezone Fix function definition that somehow missed being ANSI-fied, and align 2004-08-11 16:53:28 +00:00
tools Improve description of release note creation. 2004-07-25 03:30:31 +00:00
tutorial Replace TupleTableSlot convention for whole-row variables and function 2004-04-01 21:28:47 +00:00
utils PostgreSQL extension makefile framework ("pgxs"), by Fabien Coelho, with 2004-07-30 12:26:40 +00:00
bcc32.mak $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
DEVELOPERS just testing a script... 1999-07-30 03:45:57 +00:00
Makefile > Please find enclose a submission to fix these problems. 2004-08-20 20:13:10 +00:00
Makefile.global.in > Please find enclose a submission to fix these problems. 2004-08-20 20:13:10 +00:00
Makefile.shlib Cause libpq and ecpg libraries to be built as proper shared libraries 2004-07-13 00:06:46 +00:00
nls-global.mk More locale fixes for pg_ctl. 2004-06-01 03:32:42 +00:00
win32.mak $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00