postgresql/src/backend/access
Heikki Linnakangas 848b9f05ab Use correctly-sized buffer when zero-filling a WAL file.
I mixed up BLCKSZ and XLOG_BLCKSZ when I changed the way the buffer is
allocated a couple of weeks ago. With the default settings, they are both
8k, but they can be changed at compile-time.
2014-04-16 10:26:36 +03:00
..
common Address ccvalid/ccnoinherit in TupleDesc support functions. 2014-03-23 02:13:43 -04:00
gin Set pd_lower on internal GIN posting tree pages. 2014-04-14 21:13:19 +03:00
gist Fix bogus handling of bad strategy number in GIST consistent() functions. 2014-04-14 11:18:47 -04: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 Use correctly-sized buffer when zero-filling a WAL file. 2014-04-16 10:26:36 +03:00
Makefile Split out rmgr rm_desc functions into their own files 2012-11-28 13:01:15 -03:00