aboutsummaryrefslogtreecommitdiff
path: root/src/common/exec.c
Commit message (Expand)AuthorAge
* Fix errorhandling for reading from a pipeDaniel Gustafsson2024-03-08
* Replace perror with custom postgres loggingDaniel Gustafsson2024-03-08
* Refactor pipe_read_line to return the full lineDaniel Gustafsson2024-02-09
* Update copyright for 2024Bruce Momjian2024-01-03
* Implement find_my_exec()'s path normalization using realpath(3).Tom Lane2023-03-23
* Update copyright for 2023Bruce Momjian2023-01-02
* Clean up inconsistent use of fflush().Tom Lane2022-08-29
* Remove configure probes for symlink/readlink, and dead code.Thomas Munro2022-08-05
* Improve error reporting from validate_exec().Tom Lane2022-07-12
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Inhibit mingw CRT's auto-globbing of command line argumentsAndrew Dunstan2022-04-25
* Make EXEC_BACKEND more convenient on Linux and FreeBSD.Thomas Munro2022-01-11
* Update copyright for 2022Bruce Momjian2022-01-07
* 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