index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
exec.c
Age
Commit message (
Expand
)
Author
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-08-12
Remove support for old realpath() API
Peter Eisentraut
2024-03-08
Fix errorhandling for reading from a pipe
Daniel Gustafsson
2024-03-08
Replace perror with custom postgres logging
Daniel Gustafsson
2024-02-09
Refactor pipe_read_line to return the full line
Daniel Gustafsson
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-03-23
Implement find_my_exec()'s path normalization using realpath(3).
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-08-29
Clean up inconsistent use of fflush().
Tom Lane
2022-08-04
Remove configure probes for symlink/readlink, and dead code.
Thomas Munro
2022-07-12
Improve error reporting from validate_exec().
Tom Lane
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-25
Inhibit mingw CRT's auto-globbing of command line arguments
Andrew Dunstan
2022-01-10
Make EXEC_BACKEND more convenient on Linux and FreeBSD.
Thomas Munro
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-04-23
Factor out system call names from error messages
Peter Eisentraut
2021-03-03
pg_upgrade: Check version of target cluster binaries
Peter Eisentraut
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-30
Use setenv() in preference to putenv().
Tom Lane
2020-08-10
Replace remaining StrNCpy() by strlcpy()
Peter Eisentraut
2020-04-01
Add -c/--restore-target-wal to pg_rewind
Michael Paquier
2020-02-19
Clean up some code, comments and docs referring to Windows 2000 and older
Michael Paquier
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-10-09
Make src/common/exec.c's error logging less ugly.
Tom Lane
2018-08-11
Produce compiler errors if errno is referenced inside elog/ereport calls.
Tom Lane
2018-04-19
Enlarge find_other_exec's meager fgets buffer
Alvaro Herrera
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-04-11
Remove symbol WIN32_ONLY_COMPILER
Magnus Hagander
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-08-30
Fix a bunch of places that called malloc and friends with no NULL check.
Tom Lane
2016-04-07
Remove redundant message in AddUserToTokenDacl().
Noah Misch
2016-04-02
Refer to a TOKEN_USER payload as a "token user," not as a "user token".
Noah Misch
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-01-08
On Darwin, detect and report a multithreaded postmaster.
Noah Misch
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-02-17
Prevent potential overruns of fixed-size buffers.
Tom Lane
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-10-18
Switch dependency order of libpgcommon and libpgport
Peter Eisentraut