postgresql/src
Alvaro Herrera d698bf83d1 Fix TransactionIdSetStatusBit so that it doesn't try to change a transaction
from COMMITTED to SUBCOMMITTED during recovery.  This wasn't previously
possible, but it is now due to the recent changes on clog commit protocol for
subtransactions.

Simon Riggs
2008-11-03 19:24:03 +00:00
..
backend Fix TransactionIdSetStatusBit so that it doesn't try to change a transaction 2008-11-03 19:24:03 +00:00
bin Fix two error-recovery bugs in describeOneTableDetails(), and make the code 2008-11-03 19:08:56 +00:00
include Add pg_typeof() function. 2008-11-03 17:51:13 +00:00
interfaces Fix incorrect comment in SSL code 2008-11-03 14:18:57 +00:00
makefiles Put back the copying of some of the regression test data files for vpath 2008-10-03 08:00:16 +00:00
pl Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, 2008-11-02 01:45:28 +00:00
port Reduce chatter from _dosmaperr() when used in FRONTEND code. 2008-10-16 13:27:34 +00:00
template Move forgotten comment closer to where it matters. 2008-10-29 16:23:07 +00:00
test Add pg_typeof() function. 2008-11-03 17:51:13 +00:00
timezone Update time zone data files to tzdata release 2008i (DST law changes in 2008-10-30 13:16:52 +00:00
tools Small shell syntax improvement. 2008-11-03 15:56:47 +00:00
tutorial
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in Support for Sun Studio compiler on Linux 2008-10-29 16:06:47 +00:00
Makefile.shlib Synchronize the shared object build rules in Makefile.port with Makefile.shlib 2008-09-01 08:50:10 +00:00
nls-global.mk
win32.mak