postgresql/src/backend
Noah Misch aaf15ee33a Revoke support for strxfrm() that write past the specified array length.
This formalizes a decision implicit in commit
4ea51cdfe8 and adds clean detection of
affected systems.  Vendor updates are available for each such known bug.
Back-patch to 9.5, where the aforementioned commit first appeared.
2015-07-08 20:44:25 -04:00
..
access Use appendStringInfoString/Char et al where appropriate. 2015-07-02 12:36:31 +03:00
bootstrap pgindent run for 9.5 2015-05-23 21:35:49 -04:00
catalog Fix misuse of TextDatumGetCString(). 2015-07-02 17:02:14 -04:00
commands Make RLS related error messages more consistent and compliant. 2015-07-06 19:17:57 -07:00
executor Fix rescan of IndexScan node with the new lossy GiST distance functions. 2015-05-25 14:48:29 +03:00
foreign Code review for foreign/custom join pushdown patch. 2015-05-10 14:36:36 -04:00
lib Use appendStringInfoString/Char et al where appropriate. 2015-07-02 12:36:31 +03:00
libpq pgindent run for 9.5 2015-05-23 21:35:49 -04:00
main Revoke support for strxfrm() that write past the specified array length. 2015-07-08 20:44:25 -04:00
nodes Fix bogus range_table_mutator() logic for RangeTblEntry.tablesample. 2015-06-19 11:41:56 -04:00
optimizer Fix typo in comment 2015-06-27 10:17:42 +03:00
parser Avoid passing NULL to memcmp() in lookups of zero-argument functions. 2015-06-27 17:47:39 -04:00
po Translation updates 2015-06-28 23:56:55 -04:00
port Fix the fallback memory barrier implementation to be reentrant. 2015-06-26 17:00:38 +02:00
postmaster Also trigger restartpoints based on max_wal_size on standby. 2015-06-29 00:09:10 +03:00
regex Replace a bunch more uses of strncpy() with safer coding. 2015-01-24 13:05:42 -05:00
replication Fix logical decoding bug leading to inefficient reopening of files. 2015-07-07 13:13:15 +02:00
rewrite Manual cleanup of pgindent results. 2015-05-24 15:04:10 -04:00
snowball Remove no-longer-required function declarations. 2015-05-24 12:20:23 -04:00
storage Fix a couple of bugs with wal_log_hints. 2015-06-26 12:38:24 +03:00
tcop Fix DDL command collection for TRANSFORM 2015-06-26 18:17:54 -03:00
tsearch pgindent run for 9.5 2015-05-23 21:35:49 -04:00
utils Revoke support for strxfrm() that write past the specified array length. 2015-07-08 20:44:25 -04:00
.gitignore Add gitignore for mingw/cygwin build outputs 2011-06-09 18:11:47 +02:00
common.mk Remove maintainer-check target, fold into normal build 2013-10-10 20:11:56 -04:00
Makefile Update copyright for 2015 2015-01-06 11:43:47 -05:00
nls.mk Translation updates 2015-02-01 23:23:40 -05:00