postgresql/src/backend/access
Tom Lane 08e785436f Get rid of GenericXLogUnregister().
This routine is unsafe as implemented, because it invalidates the page
image pointers returned by previous GenericXLogRegister() calls.

Rather than complicate the API or the implementation to avoid that,
let's just get rid of it; the use-case for having it seems much
too thin to justify a lot of work here.

While at it, do some wordsmithing on the SGML docs for generic WAL.
2016-04-09 16:39:30 -04:00
..
brin Add the "snapshot too old" feature 2016-04-08 14:36:30 -05:00
common Revert CREATE INDEX ... INCLUDING ... 2016-04-08 21:52:13 +03:00
gin Add the "snapshot too old" feature 2016-04-08 14:36:30 -05:00
gist Add the "snapshot too old" feature 2016-04-08 14:36:30 -05:00
hash Add the "snapshot too old" feature 2016-04-08 14:36:30 -05:00
heap Add the "snapshot too old" feature 2016-04-08 14:36:30 -05:00
index Revert CREATE INDEX ... INCLUDING ... 2016-04-08 21:52:13 +03:00
nbtree Add the "snapshot too old" feature 2016-04-08 14:36:30 -05:00
rmgrdesc Generic Messages for Logical Decoding 2016-04-06 10:05:41 +01:00
spgist Add the "snapshot too old" feature 2016-04-08 14:36:30 -05:00
tablesample Update copyright for 2016 2016-01-02 13:33:40 -05:00
transam Get rid of GenericXLogUnregister(). 2016-04-09 16:39:30 -04:00
Makefile TABLESAMPLE, SQL Standard and extensible 2015-05-15 14:37:10 -04:00