Commit Graph

67 Commits (1869f000b0a31d71906ad6ac6e86b08a65f723f0)

Author SHA1 Message Date
Tom Lane 1869f000b0 Fix syslogger's rotation disable/re-enable logic. 14 years ago
Tom Lane 60243e89a7 Fix syslogger to not lose log coherency under high load. 14 years ago
Magnus Hagander 3d2aa2c086 Avoid double close of file handle in syslogger on win32 14 years ago
Andrew Dunstan ab0ba6e73a Add some casts to try to silence most of the remaining format warnings on MinGW-W64. 15 years ago
Bruce Momjian bf50caf105 pgindent run before PG 9.1 beta 1. 15 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 16 years ago
Bruce Momjian 239d769e7e pgindent run for 9.0, second run 16 years ago
Heikki Linnakangas 961ad3fdd9 On Windows, syslogger runs in two threads. The main thread processes config 16 years ago
Heikki Linnakangas 93001dfd18 Don't pass an invalid file handle to dup2(). That causes a crash on 16 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 17 years ago
Heikki Linnakangas 8e1a8fe288 Fix Windows-specific race condition in syslogger. This could've been 17 years ago
Peter Eisentraut 7380b6384b Don't append epoch to log_filename if no format specifier is given. 17 years ago
Tom Lane 623cf5edec Add a failure check for syslogger's use of _beginthreadex(), and remove 17 years ago
Bruce Momjian 511db38ace Update copyright for 2009. 17 years ago
Peter Eisentraut d9346f2186 The macros NULL_DEV and DEVNULL were both used to work around 17 years ago
Tom Lane cd00406774 Replace time_t with pg_time_t (same values, but always int64) in on-disk 18 years ago
Tom Lane ace1b29b04 Fix two different copy-and-paste-os in CSV log rotation logic; one that led to 18 years ago
Bruce Momjian 9098ab9e32 Update copyrights in source tree to 2008. 18 years ago
Bruce Momjian f6e8730d11 Re-run pgindent with updated list of typedefs. (Updated README should 18 years ago
Bruce Momjian fdf5a5efb7 pgindent run for 8.3. 18 years ago
Tom Lane f316222930 Fix erroneous Assert() in syslogger process start in EXEC_BACKEND case, 19 years ago
Andrew Dunstan ad8fbb549a Cleanup items from csvlog changes, per ITAGAKI Takahiro. 19 years ago
Tom Lane 25a4a77985 Suppress uninitialized-variable warning. 19 years ago
Andrew Dunstan fd801f4faa Provide for logfiles in machine readable CSV format. In consequence, rename 19 years ago
Tom Lane bdd6b62245 Switch over to using the src/timezone functions for formatting timestamps 19 years ago
Andrew Dunstan 63872601e8 Move session_start out of MyProcPort stucture and make it a global called MyStartTime, 19 years ago
Andrew Dunstan b34903453f Make sure syslogPipe runs in binary mode on Windows to avoid corrupting the pipe chunking protocol. Backport to 8.0 19 years ago
Andrew Dunstan 0e5b4f0e23 Only use the pipe chunking protocol if we know the syslogger should 19 years ago
Andrew Dunstan bd2cb9aaa5 Implement a chunking protocol for writes to the syslogger pipe, with messages 19 years ago
Andrew Dunstan 4c0fe51279 Remove ill-conceived CRLF translation for Windows in syslogger. 19 years ago
Bruce Momjian 29dccf5fe0 Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
Tom Lane 3ad0728c81 On systems that have setsid(2) (which should be just about everything except 19 years ago
Tom Lane 93120f3501 In a Windows backend, don't build src/port/pgsleep.c's version of 20 years ago
Bruce Momjian ac230e7431 Alphabetically order reference to include files, "S"-"Z". 20 years ago
Bruce Momjian 370a709c75 Add GUC update_process_title to control whether 'ps' display is updated 20 years ago
Peter Eisentraut 5266f221a2 Merge postmaster and postgres command into just postgres. postmaster 20 years ago
Bruce Momjian 399a36a75d Prepare code to be built by MSVC: 20 years ago
Bruce Momjian f2f5b05655 Update copyright for 2006. Update scripts. 20 years ago
Tom Lane 349f40b2c2 Rearrange backend startup sequence so that ShmemIndexLock can become 20 years ago
Bruce Momjian 436a2956d8 Re-run pgindent, fixing a problem where comment lines after a blank 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Bruce Momjian b609695b7a Add files to do read I/O on the cluster directory: 21 years ago
Bruce Momjian e6b72d6af6 Update DAYS_PER_MONTH comment. 21 years ago