summaryrefslogtreecommitdiff
path: root/src/common/exec.c
AgeCommit message (Expand)Author
2016-08-30Fix a bunch of places that called malloc and friends with no NULL check.Tom Lane
2016-04-07Remove redundant message in AddUserToTokenDacl().Noah Misch
2016-04-02Refer to a TOKEN_USER payload as a "token user," not as a "user token".Noah Misch
2016-01-02Update copyright for 2016Bruce Momjian
2015-01-08On Darwin, detect and report a multithreaded postmaster.Noah Misch
2015-01-06Update copyright for 2015Bruce Momjian
2014-02-17Prevent potential overruns of fixed-size buffers.Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2013-10-18Switch dependency order of libpgcommon and libpgportPeter Eisentraut