postgresql/src/backend/access
Heikki Linnakangas 723d0184e2 Use a latch to make startup process wake up and replay immediately when
new WAL arrives via streaming replication. This reduces the latency, and
also allows us to use a longer polling interval, which is good for energy
efficiency.

We still need to poll to check for the appearance of a trigger file, but
the interval is now 5 seconds (instead of 100ms), like when waiting for
a new WAL segment to appear in WAL archive.
2010-09-15 10:35:05 +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:39 +00:00
gist Typo fix. Kevin Grittner. 2010-04-14 20:17:26 +00:00
hash Tidy up a few calls to smrgextend(). 2010-08-19 02:58:37 +00:00
heap SERIALIZABLE transactions are actually implemented beneath the covers with 2010-09-11 18:38:58 +00:00
index pgindent run for 9.0 2010-02-26 02:01:40 +00:00
nbtree Reduce PANIC to ERROR in some occasionally-reported btree failure cases. 2010-08-29 19:33:14 +00:00
transam Use a latch to make startup process wake up and replay immediately when 2010-09-15 10:35:05 +00:00
Makefile Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00