postgresql/src/backend
Heikki Linnakangas 81f2e514a9 Fix query cancellation.
In commit fe0a0b59, the datatype used for MyCancelKey and other variables
that store cancel keys were changed from long to uint32, but I missed this
one. That broke query cancellation on platforms where long is wider than 32
bits.

Report by Andres Freund, fix by Michael Paquier.
2016-12-07 09:47:43 +02:00
..
access Fix race introduced by 6d46f4783e. 2016-12-05 11:43:37 -05:00
bootstrap Support condition variables. 2016-11-22 14:27:11 -05:00
catalog Add support for restrictive RLS policies 2016-12-05 15:50:55 -05:00
commands Fix interaction of parallel query with prepared statements. 2016-12-06 11:11:54 -05:00
executor Fix interaction of parallel query with prepared statements. 2016-12-06 11:11:54 -05:00
foreign Remove GetUserMappingId() and GetUserMappingById(). 2016-07-22 11:32:23 -04:00
lib Permit dump/reload of not-too-large >1GB tuples 2016-12-02 00:34:01 -03:00
libpq Replace PostmasterRandom() with a stronger source, second attempt. 2016-12-05 13:42:59 +02:00
main Remove barrier.h 2016-11-22 20:28:24 -05:00
nodes Add support for restrictive RLS policies 2016-12-05 15:50:55 -05:00
optimizer Fix bogus handling of JOIN_UNIQUE_OUTER/INNER cases for parallel joins. 2016-11-29 19:32:35 -05:00
parser Add support for restrictive RLS policies 2016-12-05 15:50:55 -05:00
po Translation updates 2016-08-08 11:08:00 -04:00
port Try to find out the actual hugepage size when making a MAP_HUGETLB request. 2016-10-13 15:06:46 -04:00
postmaster Fix query cancellation. 2016-12-07 09:47:43 +02:00
regex Make locale-dependent regex character classes work for large char codes. 2016-09-05 17:06:29 -04:00
replication Fix outdated comments 2016-12-02 10:15:36 -03:00
rewrite Add support for restrictive RLS policies 2016-12-05 15:50:55 -05:00
snowball Update copyright for 2016 2016-01-02 13:33:40 -05:00
storage Fix whitespace. 2016-12-07 08:40:43 +02:00
tcop Remove or reduce verbosity of some debug messages. 2016-11-17 17:05:16 -05:00
tsearch Add macros to make AllocSetContextCreate() calls simpler and safer. 2016-08-27 17:50:38 -04:00
utils Silence compiler warnings 2016-12-06 23:02:38 -05:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
Makefile Straighten out some whitespace 2016-11-29 15:08:14 -05:00
common.mk
nls.mk Remove trailing slashes from directories in find command 2015-09-18 22:06:54 -04:00