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
/
backend
/
postmaster
/
syslogger.c
Age
Commit message (
Expand
)
Author
2024-07-02
Improve some global variable declarations
Peter Eisentraut
2024-04-02
Avoid function call overhead of pg_popcount() in syslogger.c.
Nathan Bossart
2024-03-18
Refactor postmaster child process launching
Heikki Linnakangas
2024-03-12
Use printf's %m format instead of strerror(errno) in more places
Michael Paquier
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-02-14
Centralize logic for restoring errno in signal handlers.
Nathan Bossart
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-11-23
Use ResourceOwner to track WaitEventSets.
Heikki Linnakangas
2023-02-03
Retire PG_SETMASK() macro.
Thomas Munro
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-07-18
Use STDOUT/STDERR_FILENO in most of syslogger.
Andres Freund
2022-01-17
Introduce log_destination=jsonlog
Michael Paquier
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-10-07
Fix compilation warning in syslogger.c
Michael Paquier
2021-10-07
Refactor per-destination file rotation in logging collector
Michael Paquier
2021-09-29
Refactor output file handling when forking syslogger under EXEC_BACKEND
Michael Paquier
2021-09-13
Refactor the syslogger pipe protocol to use a bitmask for its options
Michael Paquier
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-02-17
Use errmsg_internal for debug messages
Peter Eisentraut
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-11-04
Use standard SIGHUP handler in syslogger.
Fujii Masao
2020-03-13
Remove am_syslogger global variable
Peter Eisentraut
2020-03-13
Unify several ways to tracking backend type
Peter Eisentraut
2020-03-11
Refactor ps_status.c API
Peter Eisentraut
2020-02-24
Account explicitly for long-lived FDs that are allocated outside fd.c.
Tom Lane
2020-01-30
Remove excess parens in ereport() calls
Alvaro Herrera
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-08-19
Fix inconsistencies and typos in the tree, take 11
Michael Paquier
2019-05-26
Fix typos.
Amit Kapila
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-03-24
Make current_logfiles use permissions assigned to files in data directory
Michael Paquier
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-23
Add WL_EXIT_ON_PM_DEATH pseudo-event.
Thomas Munro
2018-11-17
Leave SIGTTIN/SIGTTOU signal handling alone in postmaster child processes.
Tom Lane
2018-09-01
Implement "pg_ctl logrotate" command
Alexander Korotkov
2018-08-26
Make syslogger more robust against failures in opening CSV log files.
Tom Lane
2018-04-07
Refactor dir/file permissions
Stephen Frost
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-09-20
Sync process names between ps and pg_stat_activity
Peter Eisentraut
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
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-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-03-03
Add pg_current_logfile() function.
Robert Haas
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-10-04
Fix another Windows compile break.
Robert Haas
2016-10-04
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-03-26
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-11
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
[next]