postgresql/src/backend/replication/logical
Andres Freund 9fab40ad32 Use the new "Slab" context for some allocations in reorderbuffer.h.
Note that this change alone does not yet fully address the performance
problems triggering this work, a large portion of the slowdown is
triggered by the tuple allocator, which isn't converted to the new
allocator.  It would be possible to do so, but using evenly sized
objects, like both the current implementation in reorderbuffer.c and
slab.c, wastes a fair amount of memory.  A later patch by Tomas will
introduce a better approach.

Author: Tomas Vondra
Reviewed-By: Andres Freund
Discussion: https://postgr.es/m/d15dff83-0b37-28ed-0809-95a5cc7292ad@2ndquadrant.com
2017-02-27 03:41:44 -08:00
..
decode.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
launcher.c Fix typo in variable name. 2017-02-06 11:45:08 +02:00
logical.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
logicalfuncs.c Move some things from builtins.h to new header files 2017-01-20 20:29:53 -05:00
Makefile Logical replication 2017-01-20 09:04:49 -05:00
message.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
origin.c Fix typos in comments. 2017-02-06 11:33:58 +02:00
proto.c Fix logical replication with different encodings 2017-02-23 11:29:12 -05:00
relation.c Update copyright years in some recently added files 2017-01-25 12:32:05 -05:00
reorderbuffer.c Use the new "Slab" context for some allocations in reorderbuffer.h. 2017-02-27 03:41:44 -08:00
snapbuild.c Remove useless duplicate inclusions of system header files. 2017-02-25 16:12:55 -05:00
worker.c Consistently declare timestamp variables as TimestampTz. 2017-02-23 15:57:08 -05:00