index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
exec.c
Age
Commit message (
Expand
)
Author
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-03
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-05
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-11
Make EXEC_BACKEND more convenient on Linux and FreeBSD.
Thomas Munro
2022-01-07
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-02
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-06
Remove redundant message in AddUserToTokenDacl().
Noah Misch
2016-04-01
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-07
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-17
Switch dependency order of libpgcommon and libpgport
Peter Eisentraut