postgres/src
Tom Lane 77acab75df Modify ShmemInitStruct and ShmemInitHash to throw errors internally,
rather than returning NULL for some-but-not-all failures as they used to.
Remove now-redundant tests for NULL from call sites.

We had to do something about this because many call sites were failing to
check for NULL; and changing it like this seems a lot more useful and
mistake-proof than adding checks to the call sites without them.
2010-04-28 16:54:16 +00:00
..
backend Modify ShmemInitStruct and ShmemInitHash to throw errors internally, 2010-04-28 16:54:16 +00:00
bin Introduce wal_level GUC to explicitly control if information needed for 2010-04-28 16:10:43 +00:00
include Introduce wal_level GUC to explicitly control if information needed for 2010-04-28 16:10:43 +00:00
interfaces Fix typo that had the code check the same thing twice. 2010-04-28 13:46:23 +00:00
makefiles Adjust windows makefiles too, now that the walreceiver dynamic module 2010-01-20 09:30:07 +00:00
pl Fix bogus order of cleanup steps in plperl_inline_handler. 2010-04-18 19:16:06 +00:00
port Add CP949 as an alias for UHC encoding. pg_get_encoding_from_locale() 2010-04-28 00:29:16 +00:00
template Tweak configure to attempt to add -qnoansialias to CFLAGS whenever running 2009-02-11 20:02:40 +00:00
test Modify the built-in text search parser to handle URLs more nearly according 2010-04-28 02:04:16 +00:00
timezone Improve message style for messages associated with not being able to 2010-04-15 18:46:45 +00:00
tools Fix various instances of "the the". 2010-04-23 23:21:44 +00:00
tutorial Remove copyright mention of Andrew Yu, per author's permission. 2010-02-02 18:52:02 +00:00
bcc32.mak
DEVELOPERS Replace a couple of references to files that no longer exist in the source 2009-05-04 08:08:47 +00:00
Makefile Rethink the way walreceiver is linked into the backend. Instead than shoving 2010-01-20 09:16:24 +00:00
Makefile.global.in Mark "installcheck-parallel", "world", "install-world" and "installcheck-world" make targets as PHONY. Fujii Masao. 2010-03-24 13:14:02 +00:00
Makefile.shlib Derived files that are shipped in the distribution used to be built in the 2009-08-28 20:26:19 +00:00
nls-global.mk Update of install-sh, mkinstalldirs, and associated configury 2009-08-26 22:24:44 +00:00
win32.mak