postgresql/src/backend/utils
Tom Lane 49ad32d5d9 Fix recently-introduced crash in array_contain_compare().
Silly oversight in commit 1dc5ebc907:
when array2 is an expanded array, it might have array2->xpn.dnulls equal
to NULL, indicating the array is known null-free.  The code wasn't
expecting that, because it formerly always used deconstruct_array() which
always delivers a nulls array.

Per bug #13334 from Regina Obe.
2015-05-22 18:36:48 -04:00
..
adt Fix recently-introduced crash in array_contain_compare(). 2015-05-22 18:36:48 -04:00
cache Collection of typo fixes. 2015-05-20 16:56:22 +03:00
error Tweak __attribute__-wrapping macros for better pgindent results. 2015-03-26 14:03:25 -04:00
fmgr Create an infrastructure for parallel computation in PostgreSQL. 2015-04-30 15:02:14 -04:00
hash Reorganize our CRC source files again. 2015-04-14 17:03:42 +03:00
init Add new OID alias type regrole 2015-05-09 13:06:49 -04:00
mb Extend GB18030 encoding conversion to cover full Unicode range. 2015-05-15 15:02:13 -04:00
misc Collection of typo fixes. 2015-05-20 16:56:22 +03:00
mmgr Support "expanded" objects, particularly arrays, for better performance. 2015-05-14 12:08:49 -04:00
resowner Update copyright for 2015 2015-01-06 11:43:47 -05:00
sort Fix comment. 2015-05-13 15:27:41 -04:00
time Remove useless assertion. 2015-05-13 11:01:10 -04:00
.gitignore Avoid maintaining three separate copies of the error codes list. 2011-02-03 22:32:49 -05:00
errcodes.txt Change SQLSTATE for event triggers "wrong context" message 2015-04-08 15:26:50 -03:00
Gen_dummy_probes.sed Update copyright for 2015 2015-01-06 11:43:47 -05:00
Gen_fmgrtab.pl Allow forcing nullness of columns during bootstrap. 2015-02-21 22:31:54 +01:00
generate-errcodes.pl Update copyright for 2015 2015-01-06 11:43:47 -05:00
Makefile Make handling of errcodes.h more consistent with other generated headers. 2011-02-04 09:29:10 -05:00
probes.d Update copyright for 2015 2015-01-06 11:43:47 -05:00