Commit Graph

99 Commits (e3860ffa4dd0dad0dd9eea4be9cc1412373a8c89)

Author SHA1 Message Date
Tom Lane e3860ffa4d Initial pgindent run with pg_bsd_indent version 2.0. 8 years ago
Bruce Momjian a6fd7b7a5f Post-PG 10 beta1 pgindent run 8 years ago
Robert Haas 19dc233c32 Add pg_current_logfile() function. 8 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Robert Haas 6c9c95ed1b Fix another Windows compile break. 9 years ago
Robert Haas 6f3bd98ebf Extend framework from commit 53be0b1ad to report latch waits. 9 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Tom Lane 785941cdc3 Tweak __attribute__-wrapping macros for better pgindent results. 10 years ago
Andres Freund bbfd7edae5 Add macros wrapping all usage of gcc's __attribute__. 10 years ago
Tom Lane 09d8d110a6 Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. 11 years ago
Andres Freund 59f71a0d0b Add a default local latch for use in signal handlers. 11 years ago
Andres Freund 31c453165b Commonalize process startup code. 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Tom Lane f62d417825 Fix unportable setvbuf() usage in initdb. 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 11 years ago
Robert Haas 79a4d24f31 Make it easy to detach completely from shared memory. 11 years ago
Stephen Frost aef61bf433 Revert dup2() checking in syslogger.c 12 years ago
Stephen Frost 790eaa699e Check dup2() results in syslogger 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Tom Lane 3d5282c6f0 Emit a log message if output is about to be redirected away from stderr. 12 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 12 years ago
Heikki Linnakangas 168d315703 Also fix rotation of csvlog on Windows. 13 years ago
Tom Lane 8556869f2f Fix failure to rotate postmaster log file for size reasons on Windows. 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Tom Lane d038966ddb Fix syslogger to not fail when log_rotation_age exceeds 2^31 milliseconds. 13 years ago
Tom Lane e81e8f9342 Split up process latch initialization for more-fail-soft behavior. 13 years ago
Tom Lane b76356ac22 Fix syslogger so that log_truncate_on_rotation works in the first rotation. 13 years ago
Peter Eisentraut eeece9e609 Unify calling conventions for postgres/postmaster sub-main functions 13 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 13 years ago
Tom Lane 398b240151 Avoid unnecessary process wakeups in the log collector. 13 years ago
Tom Lane 537b266953 Fix syslogger's rotation disable/re-enable logic. 13 years ago
Tom Lane c17e863bc7 Fix syslogger to not lose log coherency under high load. 13 years ago
Andrew Dunstan d2c1740dc2 Remove now redundant pgpipe code. 13 years ago
Magnus Hagander c2a2f7516b Avoid double close of file handle in syslogger on win32 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Andrew Dunstan ab0ba6e73a Add some casts to try to silence most of the remaining format warnings on MinGW-W64. 14 years ago
Bruce Momjian bf50caf105 pgindent run before PG 9.1 beta 1. 14 years ago
Bruce Momjian 5d950e3b0c Stamp copyrights for year 2011. 15 years ago
Tom Lane 04f4e10cfc Use symbolic names not octal constants for file permission flags. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Tom Lane 3ec694e17b Add a log_file_mode GUC that allows control of the file permissions set on 15 years ago
Bruce Momjian 239d769e7e pgindent run for 9.0, second run 15 years ago
Heikki Linnakangas 961ad3fdd9 On Windows, syslogger runs in two threads. The main thread processes config 15 years ago
Heikki Linnakangas 93001dfd18 Don't pass an invalid file handle to dup2(). That causes a crash on 15 years ago
Bruce Momjian 0239800893 Update copyright for the year 2010. 16 years ago
Magnus Hagander 13c5fdb5c8 Fix one more cast for _open_osfhandle(). 16 years ago
Tom Lane b1d55dca91 Fix memory leak in syslogger: logfile_rotate() would leak a copy of the 16 years ago
Peter Eisentraut 45d7e04fce reenable -> re-enable 16 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 16 years ago
Heikki Linnakangas 8e1a8fe288 Fix Windows-specific race condition in syslogger. This could've been 17 years ago