postgresql/src/backend
Tom Lane 8504905793 Fix a thinko introduced into CountActiveBackends by a recent patch:
we should ignore NULL array entries, not non-NULL ones.  This had the
effect of disabling commit_delay, and could have caused a crash in the
rare race condition the patch was intended to fix.

Bug report and diagnosis by Jeff Janes, in bug #4952.
2009-07-29 15:57:11 +00:00
..
access Tweak TOAST code so that columns marked with MAIN storage strategy are 2009-07-22 01:21:22 +00:00
bootstrap Start background writer during archive recovery. Background writer now performs 2009-02-18 15:58:41 +00:00
catalog Add system catalog columns pg_constraint.conindid and pg_trigger.tgconstrindid. 2009-07-28 02:56:31 +00:00
commands Add system catalog columns pg_constraint.conindid and pg_trigger.tgconstrindid. 2009-07-28 02:56:31 +00:00
executor Save a few cycles in EXPLAIN and related commands by not bothering to form 2009-07-23 21:27:10 +00:00
foreign Somebody seems to have thought they could get away without checking for 2009-06-11 16:14:18 +00:00
lib Assorted minor refactoring in EXPLAIN. 2009-07-24 21:08:42 +00:00
libpq Disallow empty passwords in LDAP authentication, the same way 2009-06-25 11:30:08 +00:00
main Update copyright for 2009. 2009-01-01 17:24:05 +00:00
nodes Extend EXPLAIN to allow generic options to be specified. 2009-07-26 23:34:18 +00:00
optimizer Add commentary about Cygwin's broken erand48, per report from Andrew Dunstan. 2009-07-24 15:03:07 +00:00
parser Extend EXPLAIN to allow generic options to be specified. 2009-07-26 23:34:18 +00:00
po Translation updates for 8.4 release. 2009-06-26 19:33:52 +00:00
port Reserve the shared memory region during backend startup on Windows, so 2009-07-24 20:12:42 +00:00
postmaster Reserve the shared memory region during backend startup on Windows, so 2009-07-24 20:12:42 +00:00
regex 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
rewrite 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
snowball Update copyright for 2009. 2009-01-01 17:24:05 +00:00
storage Fix a thinko introduced into CountActiveBackends by a recent patch: 2009-07-29 15:57:11 +00:00
tcop Add system catalog columns pg_constraint.conindid and pg_trigger.tgconstrindid. 2009-07-28 02:56:31 +00:00
tsearch Make backend header files C++ safe 2009-07-16 06:33:46 +00:00
utils Correct calculations of overlap and contains operations over polygons. 2009-07-28 09:48:00 +00:00
Makefile Update copyright for 2009. 2009-01-01 17:24:05 +00:00
common.mk Code coverage testing with gcov. Documentation is in the regression test 2008-09-05 12:11:18 +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