index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
postmaster
/
syslogger.c
Commit message (
Expand
)
Author
Age
*
Emit a log message if output is about to be redirected away from stderr.
Tom Lane
2013-08-13
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
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-23
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Fix syslogger to not fail when log_rotation_age exceeds 2^31 milliseconds.
Tom Lane
2012-11-18
*
Split up process latch initialization for more-fail-soft behavior.
Tom Lane
2012-10-14
*
Fix syslogger so that log_truncate_on_rotation works in the first rotation.
Tom Lane
2012-07-31
*
Unify calling conventions for postgres/postmaster sub-main functions
Peter Eisentraut
2012-06-25
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Avoid unnecessary process wakeups in the log collector.
Tom Lane
2012-05-12
*
Fix syslogger's rotation disable/re-enable logic.
Tom Lane
2012-04-27
*
Fix syslogger to not lose log coherency under high load.
Tom Lane
2012-04-04
*
Remove now redundant pgpipe code.
Andrew Dunstan
2012-03-28
*
Avoid double close of file handle in syslogger on win32
Magnus Hagander
2012-02-21
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Add some casts to try to silence most of the remaining format warnings on Min...
Andrew Dunstan
2011-04-28
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Use symbolic names not octal constants for file permission flags.
Tom Lane
2010-12-10
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Add a log_file_mode GUC that allows control of the file permissions set on
Tom Lane
2010-07-16
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
*
On Windows, syslogger runs in two threads. The main thread processes config
Heikki Linnakangas
2010-04-16
*
Don't pass an invalid file handle to dup2(). That causes a crash on
Heikki Linnakangas
2010-04-01
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Fix one more cast for _open_osfhandle().
Magnus Hagander
2010-01-02
*
Fix memory leak in syslogger: logfile_rotate() would leak a copy of the
Tom Lane
2009-11-19
*
reenable -> re-enable
Peter Eisentraut
2009-11-05
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Fix Windows-specific race condition in syslogger. This could've been
Heikki Linnakangas
2009-03-18
*
Don't append epoch to log_filename if no format specifier is given.
Peter Eisentraut
2009-02-24
*
Add a failure check for syslogger's use of _beginthreadex(), and remove
Tom Lane
2009-02-03
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
The macros NULL_DEV and DEVNULL were both used to work around
Peter Eisentraut
2008-12-11
*
Replace time_t with pg_time_t (same values, but always int64) in on-disk
Tom Lane
2008-02-17
*
Fix two different copy-and-paste-os in CSV log rotation logic; one that led to
Tom Lane
2008-01-25
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Re-run pgindent with updated list of typedefs. (Updated README should
Bruce Momjian
2007-11-15
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Fix erroneous Assert() in syslogger process start in EXEC_BACKEND case,
Tom Lane
2007-09-22
*
Cleanup items from csvlog changes, per ITAGAKI Takahiro.
Andrew Dunstan
2007-09-20
*
Suppress uninitialized-variable warning.
Tom Lane
2007-08-21
*
Provide for logfiles in machine readable CSV format. In consequence, rename
Andrew Dunstan
2007-08-19
*
Switch over to using the src/timezone functions for formatting timestamps
Tom Lane
2007-08-04
*
Move session_start out of MyProcPort stucture and make it a global called MyS...
Andrew Dunstan
2007-08-02
*
Make sure syslogPipe runs in binary mode on Windows to avoid corrupting the p...
Andrew Dunstan
2007-08-02
*
Only use the pipe chunking protocol if we know the syslogger should
Andrew Dunstan
2007-07-19
*
Implement a chunking protocol for writes to the syslogger pipe, with messages
Andrew Dunstan
2007-06-14
*
Remove ill-conceived CRLF translation for Windows in syslogger.
Andrew Dunstan
2007-06-04
[next]