aboutsummaryrefslogtreecommitdiff
path: root/src/backend/postmaster/syslogger.c
Commit message (Expand)AuthorAge
* Update copyright for 2016Bruce Momjian2016-01-02
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-26
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-11
* Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane2015-02-20
* Add a default local latch for use in signal handlers.Andres Freund2015-01-14
* Commonalize process startup code.Andres Freund2015-01-14
* Update copyright for 2015Bruce Momjian2015-01-06
* Fix unportable setvbuf() usage in initdb.Tom Lane2014-05-15
* pgindent run for 9.4Bruce Momjian2014-05-06
* Make it easy to detach completely from shared memory.Robert Haas2014-03-18
* Revert dup2() checking in syslogger.cStephen Frost2014-01-28
* Check dup2() results in sysloggerStephen Frost2014-01-26
* Update copyright for 2014Bruce Momjian2014-01-07
* Emit a log message if output is about to be redirected away from stderr.Tom Lane2013-08-13
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Also fix rotation of csvlog on Windows.Heikki Linnakangas2013-01-24
* Fix failure to rotate postmaster log file for size reasons on Windows.Tom Lane2013-01-23
* Update copyrights for 2013Bruce Momjian2013-01-01
* Fix syslogger to not fail when log_rotation_age exceeds 2^31 milliseconds.Tom Lane2012-11-18
* Split up process latch initialization for more-fail-soft behavior.Tom Lane2012-10-14
* Fix syslogger so that log_truncate_on_rotation works in the first rotation.Tom Lane2012-07-31
* Unify calling conventions for postgres/postmaster sub-main functionsPeter Eisentraut2012-06-25
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Avoid unnecessary process wakeups in the log collector.Tom Lane2012-05-12
* Fix syslogger's rotation disable/re-enable logic.Tom Lane2012-04-27
* Fix syslogger to not lose log coherency under high load.Tom Lane2012-04-04
* Remove now redundant pgpipe code.Andrew Dunstan2012-03-28
* Avoid double close of file handle in syslogger on win32Magnus Hagander2012-02-21
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Add some casts to try to silence most of the remaining format warnings on Min...Andrew Dunstan2011-04-28
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Use symbolic names not octal constants for file permission flags.Tom Lane2010-12-10
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Add a log_file_mode GUC that allows control of the file permissions set onTom Lane2010-07-16
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* On Windows, syslogger runs in two threads. The main thread processes configHeikki Linnakangas2010-04-16
* Don't pass an invalid file handle to dup2(). That causes a crash onHeikki Linnakangas2010-04-01
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Fix one more cast for _open_osfhandle().Magnus Hagander2010-01-02
* Fix memory leak in syslogger: logfile_rotate() would leak a copy of theTom Lane2009-11-19
* reenable -> re-enablePeter Eisentraut2009-11-05
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Fix Windows-specific race condition in syslogger. This could've beenHeikki Linnakangas2009-03-18
* Don't append epoch to log_filename if no format specifier is given.Peter Eisentraut2009-02-24
* Add a failure check for syslogger's use of _beginthreadex(), and removeTom Lane2009-02-03
* Update copyright for 2009.Bruce Momjian2009-01-01
* The macros NULL_DEV and DEVNULL were both used to work aroundPeter Eisentraut2008-12-11
* Replace time_t with pg_time_t (same values, but always int64) in on-diskTom Lane2008-02-17
* Fix two different copy-and-paste-os in CSV log rotation logic; one that led toTom Lane2008-01-25