postgresql/src/backend
Simon Riggs 959ac58c04 In HS, Startup process sets SIGALRM when waiting for buffer pin. If
woken by alarm we send SIGUSR1 to all backends requesting that they
check to see if they are blocking Startup process. If so, they throw
ERROR/FATAL as for other conflict resolutions. Deadlock stop gap
removed. max_standby_delay = -1 option removed to prevent deadlock.
2010-01-23 16:37:12 +00:00
..
access In HS, Startup process sets SIGALRM when waiting for buffer pin. If 2010-01-23 16:37:12 +00:00
bootstrap Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism. 2010-01-22 16:40:19 +00:00
catalog Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism. 2010-01-22 16:40:19 +00:00
commands Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism. 2010-01-22 16:40:19 +00:00
executor Introduce Streaming Replication. 2010-01-15 09:19:10 +00:00
foreign Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
lib Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
libpq Introduce Streaming Replication. 2010-01-15 09:19:10 +00:00
main Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
nodes Cast slightly abused enum to int, so that GCC 4.5 won't warn about switch 2010-01-18 22:19:34 +00:00
optimizer Fix thinko in my recent change to put an explicit argisrow field in NullTest: 2010-01-19 16:33:33 +00:00
parser Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism. 2010-01-22 16:40:19 +00:00
po Translation updates 2009-12-19 20:23:26 +00:00
port Silence compiler warning about printf format for HANDLE. 2010-01-04 01:06:21 +00:00
postmaster Add pg_stat_reset_shared('bgwriter') to reset the cluster-wide shared 2010-01-19 14:11:32 +00:00
regex Teach the regular expression functions to do case-insensitive matching and 2009-12-01 21:00:24 +00:00
replication Fix bogus comments. 2010-01-21 08:19:57 +00:00
rewrite Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
snowball Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
storage In HS, Startup process sets SIGALRM when waiting for buffer pin. If 2010-01-23 16:37:12 +00:00
tcop In HS, Startup process sets SIGALRM when waiting for buffer pin. If 2010-01-23 16:37:12 +00:00
tsearch When estimating the selectivity of an inequality "column > constant" or 2010-01-04 02:44:40 +00:00
utils In HS, Startup process sets SIGALRM when waiting for buffer pin. If 2010-01-23 16:37:12 +00:00
common.mk Expand test coverage support to entire tree 2009-08-07 20:50:22 +00:00
Makefile Well, the systemtap guys moved the goalposts again: with the latest version, 2010-01-20 23:12:03 +00:00
nls.mk Convert the core lexer and parser into fully reentrant code, by making use 2009-07-13 02:02:20 +00:00