git.postgresql.org Git - postgresql.git/commit
2014年3月12日 20:46:04 +0000 (22:46 +0200)
2014年3月12日 21:28:36 +0000 (23:28 +0200)
commit a3115f0d9ec1ac93b82156535dc00b10172a4fe7
Only WAL-log the modified portion in an UPDATE, if possible.
When a row is updated, and the new tuple version is put on the same page as
the old one, only WAL-log the part of the new tuple that's not identical to
the old. This saves significantly on the amount of WAL that needs to be
written, in the common case that most fields are not modified.
Amit Kapila, with a lot of back and forth with me, Robert Haas, and others.
This is the main PostgreSQL git repository.
RSS
Atom