postgresql/src/backend
Andres Freund d06995710b Remove the option to service interrupts during PGSemaphoreLock().
The remaining caller (lwlocks) doesn't need that facility, and we plan
to remove ImmedidateInterruptOK entirely. That means that interrupts
can't be serviced race-free and portably anyway, so there's little
reason for keeping the feature.

Reviewed-By: Heikki Linnakangas
2015-02-03 23:25:00 +01:00
..
access Fix query-duration memory leak with GIN rescans. 2015-01-30 17:58:23 +01:00
bootstrap Add new function BackgroundWorkerInitializeConnectionByOid. 2015-02-02 16:23:59 -05:00
catalog Add usebypassrls to pg_user and pg_shadow 2015-01-28 21:47:15 -05:00
commands Introduce and use infrastructure for interrupt processing during client reads. 2015-02-03 22:25:20 +01:00
executor Fix column-privilege leak in error-message paths 2015-01-28 12:31:30 -05:00
foreign Update copyright for 2015 2015-01-06 11:43:47 -05:00
lib Fix typos, update README. 2015-01-23 15:06:53 -05:00
libpq Don't allow immediate interrupts during authentication anymore. 2015-02-03 22:54:48 +01:00
main Always set the six locale category environment variables in main(). 2015-01-07 22:34:57 -05:00
nodes Improve new caching logic in tbm_add_tuples(). 2015-01-16 13:28:30 -05:00
optimizer Fix ancient thinko in default table rowcount estimation. 2015-01-18 17:04:11 -05:00
parser Fix typo in comment. 2015-02-03 09:49:07 +02:00
po Translation updates 2015-02-01 23:23:40 -05:00
port Remove the option to service interrupts during PGSemaphoreLock(). 2015-02-03 23:25:00 +01:00
postmaster Introduce and use infrastructure for interrupt processing during client reads. 2015-02-03 22:25:20 +01:00
regex Replace a bunch more uses of strncpy() with safer coding. 2015-01-24 13:05:42 -05:00
replication Be more careful to not lose sync in the FE/BE protocol. 2015-02-02 17:09:53 +02:00
rewrite Fix column-privilege leak in error-message paths 2015-01-28 12:31:30 -05:00
snowball Update copyright for 2015 2015-01-06 11:43:47 -05:00
storage Remove the option to service interrupts during PGSemaphoreLock(). 2015-02-03 23:25:00 +01:00
tcop Don't allow immediate interrupts during authentication anymore. 2015-02-03 22:54:48 +01:00
tsearch Update copyright for 2015 2015-01-06 11:43:47 -05:00
utils Move deadlock and other interrupt handling in proc.c out of signal handlers. 2015-02-03 23:24:38 +01:00
.gitignore Add gitignore for mingw/cygwin build outputs 2011-06-09 18:11:47 +02:00
common.mk Remove maintainer-check target, fold into normal build 2013-10-10 20:11:56 -04:00
Makefile Update copyright for 2015 2015-01-06 11:43:47 -05:00
nls.mk Translation updates 2015-02-01 23:23:40 -05:00