postgresql/src/backend
Andrew Dunstan f1169ab501 Don't count background workers against a user's connection limit.
Doing so doesn't seem to be within the purpose of the per user
connection limits, and has particularly unfortunate effects in
conjunction with parallel queries.

Backpatch to 9.6 where parallel queries were introduced.

David Rowley, reviewed by Robert Haas and Albe Laurenz.
2017-02-01 18:02:43 -05:00
..
access Don't count background workers against a user's connection limit. 2017-02-01 18:02:43 -05:00
bootstrap Remove dead code in bootstrap 2017-01-17 16:54:40 -03:00
catalog Fix CatalogTupleInsert/Update abstraction for case of shared indstate. 2017-02-01 17:18:36 -05:00
commands Fix CatalogTupleInsert/Update abstraction for case of shared indstate. 2017-02-01 17:18:36 -05:00
executor Use castNode() in a bunch of statement-list-related code. 2017-01-26 22:09:34 -05:00
foreign Generate fmgr prototypes automatically 2017-01-17 14:06:07 -05:00
lib Fix overflow check in StringInfo; add missing casts 2017-01-10 11:41:13 -03:00
libpq Replace isMD5() with a more future-proof way to check if pw is encrypted. 2017-02-01 13:11:37 +02:00
main Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
nodes Logical replication 2017-01-20 09:04:49 -05:00
optimizer Refactor bitmap heap scan estimation of heap pages fetched. 2017-01-27 16:28:47 -05:00
parser Use castNode() in a bunch of statement-list-related code. 2017-01-26 22:09:34 -05:00
po
port Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
postmaster Fix typo: pg_statistics -> pg_statistic 2017-01-25 14:38:33 -05:00
regex Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
replication Provide CatalogTupleDelete() as a wrapper around simple_heap_delete(). 2017-02-01 16:13:30 -05:00
rewrite Provide CatalogTupleDelete() as a wrapper around simple_heap_delete(). 2017-02-01 16:13:30 -05:00
snowball Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
storage Don't count background workers against a user's connection limit. 2017-02-01 18:02:43 -05:00
tcop Improve comments about ProcessUtility's queryString parameter. 2017-01-27 10:02:04 -05:00
tsearch Move some things from builtins.h to new header files 2017-01-20 20:29:53 -05:00
utils Don't count background workers against a user's connection limit. 2017-02-01 18:02:43 -05:00
.gitignore
common.mk
Makefile Fix parallel make issue with new fmgrprotos.h 2017-01-23 15:36:27 -05:00
nls.mk