summaryrefslogtreecommitdiff
path: root/src/common/exec.c
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-08-12Remove support for old realpath() APIPeter Eisentraut
2024-03-08Fix errorhandling for reading from a pipeDaniel Gustafsson
2024-03-08Replace perror with custom postgres loggingDaniel Gustafsson
2024-02-09Refactor pipe_read_line to return the full lineDaniel Gustafsson
2024-01-04Update copyright for 2024Bruce Momjian
2023-03-23Implement find_my_exec()'s path normalization using realpath(3).Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-08-29Clean up inconsistent use of fflush().Tom Lane
2022-08-04Remove configure probes for symlink/readlink, and dead code.Thomas Munro
2022-07-12Improve error reporting from validate_exec().Tom Lane
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-25Inhibit mingw CRT's auto-globbing of command line argumentsAndrew Dunstan
2022-01-10Make EXEC_BACKEND more convenient on Linux and FreeBSD.Thomas Munro
2022-01-08Update copyright for 2022Bruce Momjian
2021-04-23Factor out system call names from error messagesPeter Eisentraut
2021-03-03pg_upgrade: Check version of target cluster binariesPeter Eisentraut
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-30Use setenv() in preference to putenv().Tom Lane
2020-08-10Replace remaining StrNCpy() by strlcpy()Peter Eisentraut
2020-04-01Add -c/--restore-target-wal to pg_rewindMichael Paquier
2020-02-19Clean up some code, comments and docs referring to Windows 2000 and olderMichael Paquier
2020-01-01Update copyrights for 2020Bruce Momjian
2019-01-02Update copyright for 2019Bruce Momjian
2018-10-09Make src/common/exec.c's error logging less ugly.Tom Lane
2018-08-11Produce compiler errors if errno is referenced inside elog/ereport calls.Tom Lane
2018-04-19Enlarge find_other_exec's meager fgets bufferAlvaro Herrera
2018-01-03Update copyright for 2018Bruce Momjian
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-04-11Remove symbol WIN32_ONLY_COMPILERMagnus Hagander
2017-01-03Update copyright via script for 2017Bruce Momjian
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