aboutsummaryrefslogtreecommitdiff
path: root/src/backend/postmaster/syslogger.c
Commit message (Expand)AuthorAge
* 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
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Fix erroneous Assert() in syslogger process start in EXEC_BACKEND case,Tom Lane2007-09-22
* Cleanup items from csvlog changes, per ITAGAKI Takahiro.Andrew Dunstan2007-09-20
* Suppress uninitialized-variable warning.Tom Lane2007-08-21
* Provide for logfiles in machine readable CSV format. In consequence, renameAndrew Dunstan2007-08-19
* Switch over to using the src/timezone functions for formatting timestampsTom Lane2007-08-04
* Move session_start out of MyProcPort stucture and make it a global called MyS...Andrew Dunstan2007-08-02
* Make sure syslogPipe runs in binary mode on Windows to avoid corrupting the p...Andrew Dunstan2007-08-02
* Only use the pipe chunking protocol if we know the syslogger shouldAndrew Dunstan2007-07-19
* Implement a chunking protocol for writes to the syslogger pipe, with messagesAndrew Dunstan2007-06-14
* Remove ill-conceived CRLF translation for Windows in syslogger.Andrew Dunstan2007-06-04
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* On systems that have setsid(2) (which should be just about everything exceptTom Lane2006-11-21
* In a Windows backend, don't build src/port/pgsleep.c's version ofTom Lane2006-07-16
* Alphabetically order reference to include files, "S"-"Z".Bruce Momjian2006-07-11
* Add GUC update_process_title to control whether 'ps' display is updatedBruce Momjian2006-06-27
* Merge postmaster and postgres command into just postgres. postmasterPeter Eisentraut2006-06-18
* Prepare code to be built by MSVC:Bruce Momjian2006-06-07
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Rearrange backend startup sequence so that ShmemIndexLock can becomeTom Lane2006-01-04
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Add files to do read I/O on the cluster directory:Bruce Momjian2005-08-12
* Update DAYS_PER_MONTH comment.Bruce Momjian2005-07-21
* Add time/date macros for code clarity:Bruce Momjian2005-07-21
* Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane2005-07-04
* Attached patch gets rid of the global timezone in the following steps:Bruce Momjian2005-04-19
* Fix problem with infinite recursion between write_syslogger_file andTom Lane2005-03-12
* Refactor fork()-related code. We need to do various housekeeping tasksNeil Conway2005-03-10
* Some more missed copyright notices. Many of these look like theyTom Lane2005-01-01
* Clarify some error messagesPeter Eisentraut2004-11-09
* Message style revisionsPeter Eisentraut2004-10-12
* Rotate on time boundaries that are sensible per local time rather than GMT.Tom Lane2004-09-21
* Replace log_filename_prefix with more general log_filename parameter,Tom Lane2004-08-31
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* >>> I understand your disliking of non-posix stuff. OTOH,Bruce Momjian2004-08-29