postgresql/src/backend
Robert Haas 3fed417452 Provide a way to predefine LWLock tranche IDs.
It's a bit cumbersome to use LWLockNewTrancheId(), because the returned
value needs to be shared between backends so that each backend can call
LWLockRegisterTranche() with the correct ID.  So, for built-in tranches,
use a hard-coded value instead.

This is motivated by an upcoming patch adding further built-in tranches.

Andres Freund and Robert Haas
2015-12-15 11:48:19 -05:00
..
access Provide a way to predefine LWLock tranche IDs. 2015-12-15 11:48:19 -05:00
bootstrap
catalog For REASSIGN OWNED for foreign user mappings 2015-12-11 18:39:09 -03:00
commands Fix ALTER TABLE ... SET TABLESPACE for unlogged relations. 2015-12-12 14:17:39 +01:00
executor Improve some messages 2015-12-10 22:05:27 -05:00
foreign
lib
libpq Message improvements 2015-11-16 21:39:23 -05:00
main
nodes Get rid of the planner's LateralJoinInfo data structure. 2015-12-11 15:52:38 -05:00
optimizer Collect the global OR of hasRowSecurity flags for plancache 2015-12-14 20:05:43 -05:00
parser COPY (INSERT/UPDATE/DELETE .. RETURNING ..) 2015-11-27 19:11:22 +03:00
po
port
postmaster Message improvements 2015-11-16 21:39:23 -05:00
regex
replication Consistently set all fields in pg_stat_replication to null instead of 0 2015-12-13 16:53:38 +01:00
rewrite Get rid of the planner's LateralJoinInfo data structure. 2015-12-11 15:52:38 -05:00
snowball Remove no-longer-required function declarations. 2015-05-24 12:20:23 -04:00
storage Provide a way to predefine LWLock tranche IDs. 2015-12-15 11:48:19 -05:00
tcop
tsearch
utils Add missing CHECK_FOR_INTERRUPTS in lseg_inside_poly 2015-12-14 16:44:40 -03:00
.gitignore
common.mk
Makefile
nls.mk Remove trailing slashes from directories in find command 2015-09-18 22:06:54 -04:00