postgresql/src/backend
Magnus Hagander 9cc0222680 Revert previous patch to put the shared memory segment on win32
in the Global\ namespace, because it caused permission errors on
a lot of platforms.

We need to come up with something better for 8.4, but for now
revert to the pre-8.3.4 behaviour.
2008-10-30 17:04:09 +00:00
..
access Fix recoveryLastXTime logic so that it actually does what one would expect. 2008-10-30 04:06:16 +00:00
bootstrap Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the 2008-09-30 10:52:14 +00:00
catalog Update on array features support 2008-10-29 11:33:46 +00:00
commands Be more tense about not creating tuplestores with randomAccess = true unless 2008-10-29 00:00:39 +00:00
executor Be more tense about not creating tuplestores with randomAccess = true unless 2008-10-29 00:00:39 +00:00
lib Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
libpq Remove support for (insecure) crypt authentication. 2008-10-28 12:10:44 +00:00
main Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
nodes Add a concept of "placeholder" variables to the planner. These are variables 2008-10-21 20:42:53 +00:00
optimizer Be a little smarter about qual handling for semi-joins: a qual that mentions 2008-10-25 19:51:32 +00:00
parser Since SQL:2003, the array size specification in the SQL ARRAY syntax has 2008-10-29 11:24:53 +00:00
po Translation updates 2008-01-31 18:04:52 +00:00
port Revert previous patch to put the shared memory segment on win32 2008-10-30 17:04:09 +00:00
postmaster Remove support for (insecure) crypt authentication. 2008-10-28 12:10:44 +00:00
regex Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
rewrite Dept of better ideas: refrain from creating the planner's placeholder_list 2008-10-22 20:17:52 +00:00
snowball Implement a few changes to how shared libraries and dynamically loadable 2008-04-07 14:15:58 +00:00
storage Properly access a buffer's LSN using existing access macros instead of abusing 2008-10-20 21:11:15 +00:00
tcop Fix omission of DiscardStmt in GetCommandLogLevel, per report from Hubert 2008-10-10 13:48:05 +00:00
tsearch Improve headeline generation. Now headline can contain 2008-10-17 18:05:19 +00:00
utils Unicode escapes in strings and identifiers 2008-10-29 08:04:54 +00:00
Makefile Remove all traces that suggest that a non-Bison yacc might be supported, and 2008-08-29 13:02:33 +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 Install a more robust solution for the problem of infinite error-processing 2008-10-27 19:37:22 +00:00