index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
postmaster
/
syslogger.c
Age
Commit message (
Expand
)
Author
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
2015-02-20
Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.
Tom Lane
2015-01-14
Add a default local latch for use in signal handlers.
Andres Freund
2015-01-13
Commonalize process startup code.
Andres Freund
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-05-15
Fix unportable setvbuf() usage in initdb.
Tom Lane
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-03-18
Make it easy to detach completely from shared memory.
Robert Haas
2014-01-28
Revert dup2() checking in syslogger.c
Stephen Frost
2014-01-26
Check dup2() results in syslogger
Stephen Frost
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-08-13
Emit a log message if output is about to be redirected away from stderr.
Tom Lane
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-01-24
Also fix rotation of csvlog on Windows.
Heikki Linnakangas
2013-01-24
Fix failure to rotate postmaster log file for size reasons on Windows.
Tom Lane
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-11-18
Fix syslogger to not fail when log_rotation_age exceeds 2^31 milliseconds.
Tom Lane
2012-10-15
Split up process latch initialization for more-fail-soft behavior.
Tom Lane
2012-07-31
Fix syslogger so that log_truncate_on_rotation works in the first rotation.
Tom Lane
2012-06-25
Unify calling conventions for postgres/postmaster sub-main functions
Peter Eisentraut
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-05-12
Avoid unnecessary process wakeups in the log collector.
Tom Lane
2012-04-27
Fix syslogger's rotation disable/re-enable logic.
Tom Lane
2012-04-04
Fix syslogger to not lose log coherency under high load.
Tom Lane
2012-03-29
Remove now redundant pgpipe code.
Andrew Dunstan
2012-02-21
Avoid double close of file handle in syslogger on win32
Magnus Hagander
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-04-28
Add some casts to try to silence most of the remaining format warnings on Min...
Andrew Dunstan
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-12-10
Use symbolic names not octal constants for file permission flags.
Tom Lane
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-07-16
Add a log_file_mode GUC that allows control of the file permissions set on
Tom Lane
2010-07-06
pgindent run for 9.0, second run
Bruce Momjian
2010-04-16
On Windows, syslogger runs in two threads. The main thread processes config
Heikki Linnakangas
2010-04-01
Don't pass an invalid file handle to dup2(). That causes a crash on
Heikki Linnakangas
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
Fix one more cast for _open_osfhandle().
Magnus Hagander
2009-11-19
Fix memory leak in syslogger: logfile_rotate() would leak a copy of the
Tom Lane
2009-11-05
reenable -> re-enable
Peter Eisentraut
[next]