Commits

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

DateSubjectAuthorReleases
2016-08-08 Promote pg_dumpall shell/connstr quoting functions to src/fe_utils. Noah Misch 9.1.23
2016-08-08 Back-patch "Only quote libpq connection string values that need quoting." Noah Misch 9.1.23
2016-08-08 Obstruct shell, SQL, and conninfo injection via database and role names. Noah Misch 9.1.23
2016-08-08 Fix Windows shell argument quoting. Noah Misch 9.1.23
2016-08-08 Introduce a psql "\connect -reuse-previous=on|off" option. Noah Misch 9.1.23
2016-08-08 Field conninfo strings throughout src/bin/scripts. Noah Misch 9.1.23
2016-08-08 Sort out paired double quotes in \connect, \password and \crosstabview. Noah Misch 9.1.23
2016-08-08 Reject, in pg_dumpall, names containing CR or LF. Noah Misch 9.1.23
2016-07-24 Make the AIX case of Makefile.shlib safe for parallel make. Noah Misch 9.1.23
2016-02-11 Accept pg_ctl timeout from the PGCTLTIMEOUT environment variable. Noah Misch 9.1.21
2016-02-06 Force certain "pljava" custom GUCs to be PGC_SUSET. Noah Misch 9.1.20
2015-11-08 Don't connect() to a wildcard address in test_postmaster_connection(). Noah Misch 9.1.20
2015-10-20 Fix back-patch of commit 8e3b4d9d40244c037bbc6e182ea3fabb9347d482. Noah Misch 9.1.20
2015-10-20 Eschew "RESET statement_timeout" in tests. Noah Misch 9.1.20
2015-10-05 Prevent stack overflow in container-type functions. Noah Misch 9.1.19
2015-10-05 Prevent stack overflow in query-type functions. Noah Misch 9.1.19
2015-10-05 pgcrypto: Detect and report too-short crypt() salts. Noah Misch 9.1.19
2015-09-21 Restrict file mode creation mask during tmpfile(). Noah Misch 9.1.19
2015-07-30 Blacklist xlc 32-bit inlining. Noah Misch 9.1.19
2015-07-17 AIX: Test the -qlonglong option before use. Noah Misch 9.1.19
2015-07-16 AIX: Link the postgres executable with -Wl,-brtllib. Noah Misch 9.1.19
2015-07-09 Fix null pointer dereference in "\c" psql command. Noah Misch 9.1.19
2015-06-22 Truncate strings in tarCreateHeader() with strlcpy(), not sprintf(). Noah Misch 9.1.19
2015-05-18 pgcrypto: Report errant decryption as "Wrong key or corrupt data". Noah Misch 9.1.16
2015-05-18 Add error-throwing wrappers for the printf family of functions. Noah Misch 9.1.16