Thread: pgsql-server/ oc/src/sgml/mvcc.sgml oc/src/sgm ...
pgsql-server/ oc/src/sgml/mvcc.sgml oc/src/sgm ...
From
petere@svr1.postgresql.org (Peter Eisentraut - PostgreSQL)
Date:
CVSROOT: /cvsroot Module name: pgsql-server Changes by: petere@svr1.postgresql.org 03/11/06 18:08:15 Modified files: doc/src/sgml : mvcc.sgml runtime.sgml doc/src/sgml/ref: set_transaction.sgml start_transaction.sgml src/backend/catalog: sql_features.txt src/backend/commands: trigger.c variable.c src/backend/executor: execMain.c src/backend/parser: gram.y keywords.c src/backend/utils/adt: ri_triggers.c src/backend/utils/misc: guc.c src/backend/utils/time: tqual.c src/bin/psql : tab-complete.c src/include/access: xact.h Log message: Implement isolation levels read uncommitted and repeatable read as acting like the next higher one.
Are we going to be making the note in the release notes as we go from now on? Chris Peter Eisentraut - PostgreSQL wrote: > CVSROOT: /cvsroot > Module name: pgsql-server > Changes by: petere@svr1.postgresql.org 03/11/06 18:08:15 > > Modified files: > doc/src/sgml : mvcc.sgml runtime.sgml > doc/src/sgml/ref: set_transaction.sgml start_transaction.sgml > src/backend/catalog: sql_features.txt > src/backend/commands: trigger.c variable.c > src/backend/executor: execMain.c > src/backend/parser: gram.y keywords.c > src/backend/utils/adt: ri_triggers.c > src/backend/utils/misc: guc.c > src/backend/utils/time: tqual.c > src/bin/psql : tab-complete.c > src/include/access: xact.h > > Log message: > Implement isolation levels read uncommitted and repeatable read as acting > like the next higher one. > > > ---------------------------(end of broadcast)--------------------------- > TIP 6: Have you searched our list archives? > > http://archives.postgresql.org
Christopher Kings-Lynne writes: > Are we going to be making the note in the release notes as we go from > now on? I plan to, but I'll wait until the 7.4 release notes are final, copy them over to 7.5, and then start writing. -- Peter Eisentraut peter_e@gmx.net