postgresql/src/include
Robert Haas b319356f0e Migrate PGPROC's backendLock into PGPROC itself, using a new tranche.
Previously, each PGPROC's backendLock was part of the main tranche,
and the PGPROC just contained a pointer.  Now, the actual LWLock is
part of the PGPROC.

As with previous, similar patches, this makes it significantly easier
to identify these lwlocks in LWLOCK_STATS or Trace_lwlocks output
and improves modularity.

Author: Ildus Kurbangaliev
Reviewed-by: Amit Kapila, Robert Haas
2016-01-29 08:14:28 -05:00
..
access Add gin_clean_pending_list function to clean up GIN pending list 2016-01-28 12:57:52 +09:00
bootstrap Update copyright for 2016 2016-01-02 13:33:40 -05:00
catalog Add gin_clean_pending_list function to clean up GIN pending list 2016-01-28 12:57:52 +09:00
commands Update copyright for 2016 2016-01-02 13:33:40 -05:00
common Update copyright for 2016 2016-01-02 13:33:40 -05:00
datatype Update copyright for 2016 2016-01-02 13:33:40 -05:00
executor Update copyright for 2016 2016-01-02 13:33:40 -05:00
foreign Only try to push down foreign joins if the user mapping OIDs match. 2016-01-28 14:05:36 -05:00
lib Add two HyperLogLog functions 2016-01-19 17:40:15 -03:00
libpq Update copyright for 2016 2016-01-02 13:33:40 -05:00
mb Update copyright for 2016 2016-01-02 13:33:40 -05:00
nodes Only try to push down foreign joins if the user mapping OIDs match. 2016-01-28 14:05:36 -05:00
optimizer Support parallel joins, and make related improvements. 2016-01-20 14:40:26 -05:00
parser Support multi-stage aggregation. 2016-01-20 13:46:50 -05:00
port Fix minor typo in comment 2016-01-15 10:24:37 +01:00
portability Update copyright for 2016 2016-01-02 13:33:40 -05:00
postmaster Update copyright for 2016 2016-01-02 13:33:40 -05:00
regex Update copyright for 2016 2016-01-02 13:33:40 -05:00
replication pgstat: add WAL receiver status view & SRF 2016-01-07 16:21:19 -03:00
rewrite Update copyright for 2016 2016-01-02 13:33:40 -05:00
snowball Update copyright for 2016 2016-01-02 13:33:40 -05:00
storage Migrate PGPROC's backendLock into PGPROC itself, using a new tranche. 2016-01-29 08:14:28 -05:00
tcop Update copyright for 2016 2016-01-02 13:33:40 -05:00
tsearch Update copyright for 2016 2016-01-02 13:33:40 -05:00
utils Only try to push down foreign joins if the user mapping OIDs match. 2016-01-28 14:05:36 -05:00
.gitignore
c.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
fmgr.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
funcapi.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
getaddrinfo.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
getopt_long.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
Makefile
miscadmin.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
pg_config_ext.h.in
pg_config_ext.h.win32
pg_config_manual.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
pg_config.h.in Cope with Readline's failure to track SIGWINCH events outside of input. 2015-12-16 16:59:35 -05:00
pg_config.h.win32 Add BSWAP64 macro. 2015-10-08 13:01:36 -04:00
pg_getopt.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
pg_trace.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
pgstat.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
pgtar.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
pgtime.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
port.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
postgres_ext.h
postgres_fe.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
postgres.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
rusagestub.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
windowapi.h Update copyright for 2016 2016-01-02 13:33:40 -05:00