postgresql/src/backend
Tom Lane d59ff4ab31 Fix another instance of unsafe coding for shm_toc_lookup failure.
One or another author of commit 5bcf389ec seems to have thought that
computing an offset from a NULL pointer would yield another NULL pointer.
There may possibly be architectures where that works, but common machines
don't work like that.  Per a quick code review of places calling
shm_toc_lookup and not using noError = false.
2018-02-02 18:32:05 -05:00
..
access Be more wary about shm_toc_lookup failure. 2018-02-02 18:26:07 -05:00
bootstrap Support parallel btree index builds. 2018-02-02 13:32:44 -05:00
catalog Support parallel btree index builds. 2018-02-02 13:32:44 -05:00
commands Fix application of identity values in some cases 2018-02-02 14:39:10 -05:00
executor Fix another instance of unsafe coding for shm_toc_lookup failure. 2018-02-02 18:32:05 -05:00
foreign Update copyright for 2018 2018-01-02 23:30:12 -05:00
lib Update copyright for 2018 2018-01-02 23:30:12 -05:00
libpq Fix up references to scram-sha-256 2018-01-30 16:50:30 -05:00
main Update copyright for 2018 2018-01-02 23:30:12 -05:00
nodes Fix application of identity values in some cases 2018-02-02 14:39:10 -05:00
optimizer Support parallel btree index builds. 2018-02-02 13:32:44 -05:00
parser Fix application of identity values in some cases 2018-02-02 14:39:10 -05:00
po Translation updates 2017-08-07 13:55:34 -04:00
port Support huge pages on Windows 2018-01-21 15:40:46 +01:00
postmaster Support parallel btree index builds. 2018-02-02 13:32:44 -05:00
regex Update copyright for 2018 2018-01-02 23:30:12 -05:00
replication Fix typo in recent commit 2018-01-19 06:36:17 +00:00
rewrite Fix application of identity values in some cases 2018-02-02 14:39:10 -05:00
snowball Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers. 2018-01-26 18:25:14 -05:00
statistics Update copyright for 2018 2018-01-02 23:30:12 -05:00
storage Support parallel btree index builds. 2018-02-02 13:32:44 -05:00
tcop Transaction control in PL procedures 2018-01-22 08:43:06 -05:00
tsearch Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers. 2018-01-26 18:25:14 -05:00
utils Support parallel btree index builds. 2018-02-02 13:32:44 -05:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
Makefile Update copyright for 2018 2018-01-02 23:30:12 -05:00
common.mk Add ICU_CFLAGS to global CPPFLAGS 2017-06-12 15:57:22 -04:00
nls.mk Translation updates 2017-05-15 12:19:54 -04:00