postgresql/src/backend/access
Heikki Linnakangas 9fa01f6c8a Check for partial WAL files in standby mode. If restore_command restores
a partial WAL file, assume it's because the file is just being copied to
the archive and treat it the same as "file not found" in standby mode.
pg_standby has a similar check, so it seems reasonable to have the same
level of protection in the built-in standby mode.
2010-02-12 07:36:44 +00:00
..
common Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism. 2010-01-22 16:40:19 +00:00
gin Generic implementation of red-black binary tree. It's planned to use in 2010-02-11 14:29:50 +00:00
gist Remove some more dead VACUUM-FULL-only code. 2010-02-08 05:17:31 +00:00
hash Remove all the special-case code for INT64_IS_BUSTED, per decision that 2010-01-07 04:53:35 +00:00
heap Fix up rickety handling of relation-truncation interlocks. 2010-02-09 21:43:30 +00:00
index Create a "relation mapping" infrastructure to support changing the relfilenodes 2010-02-07 20:48:13 +00:00
nbtree Remove old-style VACUUM FULL (which was known for a little while as 2010-02-08 04:33:55 +00:00
transam Check for partial WAL files in standby mode. If restore_command restores 2010-02-12 07:36:44 +00:00
Makefile Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00