summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
AgeCommit message (Expand)Author
2004-09-21Rotate on time boundaries that are sensible per local time rather than GMT.Tom Lane
2004-09-09Fix Cygwin defines to be consistent.Bruce Momjian
2004-08-31Replace log_filename_prefix with more general log_filename parameter,Tom Lane
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-08-29Fix for postmaster.c function win32_waitpid(int *exitstatus) call toBruce Momjian
2004-08-29>>> I understand your disliking of non-posix stuff. OTOH,Bruce Momjian
2004-08-12Cleanup Win32 COPY handling, and move archive examples to SGML.Bruce Momjian
2004-08-09syslogger.c needs <sys/time.h> on some platforms, per Greg Mullane.Tom Lane
2004-08-09When expanding %p in archive_command or restore_command, translateTom Lane
2004-08-08Make listen_addresses be a comma-separated list instead of a space-separatedTom Lane
2004-08-06Arrange for proper newline termination of syslogger's own messages,Tom Lane
2004-08-06Add _O_TEXT option to dup2 call on Windows, to ensure redirected postmasterTom Lane
2004-08-06Fix several small Windows compatibility issues, per Andreas.Tom Lane
2004-08-05Create a built-in log rotation program, so that we no longer have toTom Lane
2004-08-04Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane
2004-08-04Tweak postmaster code to avoid double reporting when bgwriter crashes.Tom Lane
2004-08-04Fix typo in comment.Tom Lane
2004-08-03Add functions pg_start_backup, pg_stop_backup to create backup labelTom Lane
2004-08-01Error message style adjustments, per Alvaro Herrera.Tom Lane
2004-07-31Restructure error handling as recently discussed. It is now reallyTom Lane
2004-07-27Fix oversight: in case where SIGTERM is received while there areTom Lane
2004-07-24Fix obsolete comment.Tom Lane
2004-07-21Invent WAL timelines, as per recent discussion, to make point-in-timeTom Lane
2004-07-21Back out pg_autovacuum commit after cvs clean failure causes commit.Bruce Momjian
2004-07-21lease find enclosed a patch that matches the PL/Perl documentationBruce Momjian
2004-07-19XLOG file archiving and point-in-time recovery. There are still someTom Lane
2004-07-12Put back canonicalization of PGDATA environment variable.Bruce Momjian
2004-07-12Use strdup in pg_ctl for canonicalize_path on environment variable.Bruce Momjian
2004-07-11Cleanup for canonicalization fixes, from Tom.Bruce Momjian
2004-07-11Use canonicalize_path for -D, GUC paths, and paths coming in fromBruce Momjian
2004-07-11Allow configuration files to be placed outside the data directory.Bruce Momjian
2004-07-10Defend against overrun of ExtraOptions array --- strictly paranoia,Tom Lane
2004-07-01Nested transactions. There is still much left to do, especially on theTom Lane
2004-06-26Adjust pgstat message definitions so that the target message size isTom Lane
2004-06-24Replace direct fprintf(stderr) calls by write_stderr(), and cause thisTom Lane
2004-06-14Arrange to explicitly stop the pgstat processes at the same time weTom Lane
2004-06-11>> It certainly doesn't. There still was a bug with the locale stuff,Bruce Momjian
2004-06-03Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane
2004-05-31Per previous discussions, get rid of use of sync(2) in favor ofTom Lane
2004-05-30Implement new PostmasterIsAlive() check for WIN32, per Claudio Natoli.Tom Lane
2004-05-29Separate out bgwriter code into a logically separate module, ratherTom Lane
2004-05-28Fix some typos I introduced in WIN32-only code late last night.Tom Lane
2004-05-28Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs byTom Lane
2004-05-27Get rid of the former rather baroque mechanism for propagating the valuesTom Lane
2004-05-27pgindent files for Tom.Bruce Momjian
2004-05-26*) inet_(client|server)_(addr|port)() and necessary documentation forBruce Momjian
2004-05-24This patch fixes the find_my_exec code for pgstat backends. Required forBruce Momjian
2004-05-23Handle impending sinval queue overflow by means of a separate signalTom Lane
2004-05-21Integrate src/timezone library for all platforms. There is more we canTom Lane