postgresql/src/backend
Tom Lane 0ffe11abd3 Widen xl_len field of XLogRecord header to 32 bits, so that we'll have
a more tolerable limit on the number of subtransactions or deleted files
in COMMIT and ABORT records.  Buy back the extra space by eliminating the
xl_xact_prev field, which isn't being used for anything and is rather
unlikely ever to be used for anything.
This does not force initdb, but you do need to do pg_resetxlog if you
want to upgrade an existing 8.0 installation without initdb.
2004-08-29 16:34:48 +00:00
..
access Widen xl_len field of XLogRecord header to 32 bits, so that we'll have 2004-08-29 16:34:48 +00:00
bootstrap Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
catalog Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
commands Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
executor Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
lib Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
libpq Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
main Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
nodes Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
optimizer Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
parser Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
po Translation update 2004-08-24 21:45:40 +00:00
port Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
postmaster Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
regex Solve the 'Turkish problem' with undesirable locale behavior for case 2004-05-07 00:24:59 +00:00
rewrite Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
storage Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
tcop Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
utils Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
Makefile Add libpgport to postgres.def for Windows build. Per Magnus Hagander. 2004-08-01 18:07:42 +00:00
nls.mk Add translation from 7.4 branch to head. 2004-08-11 09:00:27 +00:00