postgresql/src/backend
Magnus Hagander a7e587863c Reserve the shared memory region during backend startup on Windows, so
that memory allocated by starting third party DLLs doesn't end up
conflicting with it.

Hopefully this solves the long-time issue with "could not reattach
to shared memory" errors on Win32.

Patch from Tsutomu Yamada and me, based on idea from Trevor Talbot.
2009-07-24 20:12:42 +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 Make backend header files C++ safe 2009-07-16 06:33:46 +00:00
commands Change pg_listener attribute number constants to match the usual pattern 2009-07-21 20:24:51 +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 Update copyright for 2009. 2009-01-01 17:24:05 +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 DROP IF EXISTS for columns and constraints. Andres Freund. 2009-07-20 02:42:28 +00:00
optimizer Add commentary about Cygwin's broken erand48, per report from Andrew Dunstan. 2009-07-24 15:03:07 +00:00
parser DROP IF EXISTS for columns and constraints. Andres Freund. 2009-07-20 02:42:28 +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 Cleanup and code review for the patch that made bgwriter active during 2009-06-26 20:29:04 +00:00
tcop Make backend header files C++ safe 2009-07-16 06:33:46 +00:00
tsearch Make backend header files C++ safe 2009-07-16 06:33:46 +00:00
utils In a non-hashed Agg node, reset the "aggcontext" at group boundaries, instead 2009-07-23 20:45:27 +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