postgresql/src/backend/access
Robert Haas 361cadb224 Make RecordTransactionCommit() respect wal_level.
Since the only purpose of WAL-loggin SharedInvalidationMessages is to support
Hot Standby operation, they needn't be included when wal_level < hot_standby.

Back-patch to 9.0.

Review by Heikki Linnakanagas and Fujii Masao.
2010-08-13 15:45:17 +00:00
..
common Ensure default-only storage parameters for TOAST relations 2010-06-07 02:59:02 +00:00
gin Fix an additional set of problems in GIN's handling of lossy page pointers. 2010-08-01 19:16:47 +00:00
gist Typo fix. Kevin Grittner. 2010-04-14 20:17:26 +00:00
hash pgindent run for 9.0 2010-02-26 02:01:40 +00:00
heap Fix possible page corruption by ALTER TABLE .. SET TABLESPACE. 2010-07-29 16:14:45 +00:00
index pgindent run for 9.0 2010-02-26 02:01:40 +00:00
nbtree pgindent run for 9.0, second run 2010-07-06 19:19:02 +00:00
transam Make RecordTransactionCommit() respect wal_level. 2010-08-13 15:45:17 +00:00
Makefile Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00