Commits

Showing commits that first shipped in 9.5 (backpatches included). Clear

DateSubjectAuthorReleases
2015-07-16 AIX: Link TRANSFORM modules with their dependencies. Noah Misch 9.5.0
2015-07-16 MinGW: Link ltree_plpython with plpython. Noah Misch 9.5.0
2015-07-09 Link pg_stat_statements with libm. Noah Misch 9.5.0
2015-07-09 Given a gcc-compatible xlc compiler, prefer xlc-style atomics. Noah Misch 9.5.0
2015-07-09 Fix null pointer dereference in "\c" psql command. Noah Misch 9.5.0
2015-07-09 Finish generic-xlc.h draft atomics implementation. Noah Misch 9.5.0
2015-07-09 Revoke support for strxfrm() that write past the specified array length. Noah Misch 9.5.0
2015-07-09 Replace use of "diff -q". Noah Misch 9.5.0
2015-06-22 Truncate strings in tarCreateHeader() with strlcpy(), not sprintf(). Noah Misch 9.5.0
2015-06-20 Fix failure to copy setlocale() return value. Noah Misch 9.5.0
2015-06-20 Revert "Detect setlocale(LC_CTYPE, NULL) clobbering previous return values." Noah Misch 9.5.0
2015-06-17 Detect setlocale(LC_CTYPE, NULL) clobbering previous return values. Noah Misch 9.5.0
2015-05-18 Check return values of sensitive system library calls. Noah Misch 9.5.0
2015-05-18 Permit use of vsprintf() in PostgreSQL code. Noah Misch 9.5.0
2015-05-18 Prevent a double free by not reentering be_tls_close(). Noah Misch 9.5.0
2015-05-18 pgcrypto: Report errant decryption as "Wrong key or corrupt data". Noah Misch 9.5.0
2015-05-18 Add error-throwing wrappers for the printf family of functions. Noah Misch 9.5.0
2015-05-02 Combine initdb tests that successfully create a data directory. Noah Misch 9.5.0
2015-05-02 Fix one more TAP test to use standard command-line argument ordering. Noah Misch 9.5.0
2015-05-02 Rename coerce_type() local variable. Noah Misch 9.5.0
2015-04-24 Remove obsolete -I options from ECPG library compilation. Noah Misch 9.5.0
2015-04-24 Remove superfluous -DFRONTEND. Noah Misch 9.5.0
2015-04-24 Build every ECPG library with -DFRONTEND. Noah Misch 9.5.0
2015-03-07 Build fls.o only when AC_REPLACE_FUNCS so dictates via $(LIBOBJS). Noah Misch 9.5.0
2015-03-07 Add CHECK_FOR_INTERRUPTS() to the wait_pid() loop. Noah Misch 9.5.0