Commit Graph

47 Commits (c242502005bb0e89e55a2f1f68cc37b5480b50ad)

Author SHA1 Message Date
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
Bruce Momjian a536b2dd80 Add time/date macros for code clarity: 21 years ago
Tom Lane eb5949d190 Arrange for the postmaster (and standalone backends, initdb, etc) to 21 years ago
Bruce Momjian aa8bdab272 Attached patch gets rid of the global timezone in the following steps: 21 years ago
Tom Lane a214e9c996 Fix problem with infinite recursion between write_syslogger_file and 21 years ago
Neil Conway 164adc4d39 Refactor fork()-related code. We need to do various housekeeping tasks 21 years ago
Tom Lane 7e1c8ef4fc Some more missed copyright notices. Many of these look like they 21 years ago
Peter Eisentraut 3c093ff151 Clarify some error messages 21 years ago
Peter Eisentraut 0fd37839d9 Message style revisions 22 years ago
Tom Lane 95f20b96d4 Rotate on time boundaries that are sensible per local time rather than GMT. 22 years ago
Tom Lane 8c603f2c95 Replace log_filename_prefix with more general log_filename parameter, 22 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 22 years ago
Bruce Momjian 704ff0b2f2 >>> I understand your disliking of non-posix stuff. OTOH, 22 years ago
Tom Lane 8cf8b47a21 syslogger.c needs <sys/time.h> on some platforms, per Greg Mullane. 22 years ago
Tom Lane 220ec930fc Arrange for proper newline termination of syslogger's own messages, 22 years ago
Tom Lane 533bd1d5a7 Add _O_TEXT option to dup2 call on Windows, to ensure redirected postmaster 22 years ago
Tom Lane 8ae7278ced Fix several small Windows compatibility issues, per Andreas. 22 years ago
Tom Lane bdf8ef6925 Create a built-in log rotation program, so that we no longer have to 22 years ago