postgresql/src/backend/access
Heikki Linnakangas e3e6e3af56 Remove dead checks for invalid left page in ginDeletePage.
In some places, the function assumes the left page is valid, and in others,
it checks if it is valid. Remove all the checks.
2014-04-14 15:27:32 +03:00
..
common Address ccvalid/ccnoinherit in TupleDesc support functions. 2014-03-23 02:13:43 -04:00
gin Remove dead checks for invalid left page in ginDeletePage. 2014-04-14 15:27:32 +03:00
gist Fix hot standby bug with GiST scans. 2014-04-08 14:51:40 +03:00
hash Allow use of "z" flag in our printf calls, and use it where appropriate. 2014-01-23 17:18:33 -05:00
heap Move multixid allocation out of critical section. 2014-04-04 18:20:22 +03:00
index Introduce logical decoding. 2014-03-03 16:32:18 -05:00
nbtree Avoid allocations in critical sections. 2014-04-04 13:35:44 +03:00
rmgrdesc Rewrite the way GIN posting lists are packed on a page, to reduce WAL volume. 2014-03-31 15:23:50 +03:00
spgist Avoid allocations in critical sections. 2014-04-04 13:35:44 +03:00
transam Fix typo in comment. 2014-04-10 13:11:49 +03:00
Makefile Split out rmgr rm_desc functions into their own files 2012-11-28 13:01:15 -03:00