postgresql/src/backend/access/transam
Tom Lane be11fa26e3 Repair incorrect order of operations in GetNewTransactionId(). We must
complete ExtendCLOG() before advancing nextXid, so that if that routine
fails, the next incoming transaction will try it again.  Per trouble
report from Christopher Kings-Lynne.
2004-01-26 19:15:59 +00:00
..
clog.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
rmgr.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
slru.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
transam.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
varsup.c Repair incorrect order of operations in GetNewTransactionId(). We must 2004-01-26 19:15:59 +00:00
xact.c Change PG_DELAY from msec to usec and use it consistenly rather than 2004-01-09 21:08:50 +00:00
xlog.c Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_path 2004-01-19 19:04:40 +00:00
xlogutils.c I posted some bufmgr cleanup a few weeks ago, but it conflicted with 2003-12-14 00:34:47 +00:00