aboutsummaryrefslogtreecommitdiff
path: root/src/common/exec.c
Commit message (Expand)AuthorAge
* Factor out system call names from error messagesPeter Eisentraut2021-04-23
* pg_upgrade: Check version of target cluster binariesPeter Eisentraut2021-03-03
* Update copyright for 2021Bruce Momjian2021-01-02
* Use setenv() in preference to putenv().Tom Lane2020-12-30
* Replace remaining StrNCpy() by strlcpy()Peter Eisentraut2020-08-10
* Add -c/--restore-target-wal to pg_rewindMichael Paquier2020-04-01
* Clean up some code, comments and docs referring to Windows 2000 and olderMichael Paquier2020-02-19
* Update copyrights for 2020Bruce Momjian2020-01-01
* Update copyright for 2019Bruce Momjian2019-01-02
* Make src/common/exec.c's error logging less ugly.Tom Lane2018-10-09
* Produce compiler errors if errno is referenced inside elog/ereport calls.Tom Lane2018-08-11
* Enlarge find_other_exec's meager fgets bufferAlvaro Herrera2018-04-19
* Update copyright for 2018Bruce Momjian2018-01-02
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Remove symbol WIN32_ONLY_COMPILERMagnus Hagander2017-04-11
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Fix a bunch of places that called malloc and friends with no NULL check.Tom Lane2016-08-30
* Remove redundant message in AddUserToTokenDacl().Noah Misch2016-04-06
* Refer to a TOKEN_USER payload as a "token user," not as a "user token".Noah Misch2016-04-01
* Update copyright for 2016Bruce Momjian2016-01-02
* On Darwin, detect and report a multithreaded postmaster.Noah Misch2015-01-07
* Update copyright for 2015Bruce Momjian2015-01-06
* Prevent potential overruns of fixed-size buffers.Tom Lane2014-02-17
* Update copyright for 2014Bruce Momjian2014-01-07
* Switch dependency order of libpgcommon and libpgportPeter Eisentraut2013-10-17