summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
AgeCommit message (Expand)Author
2005-04-19Attached patch gets rid of the global timezone in the following steps:Bruce Momjian
2005-04-14Marginal hack to use a specialized hash function for dynahash hashtablesTom Lane
2005-04-14Completion of project to use fixed OIDs for all system catalogs andTom Lane
2005-04-08Use fork_process() to avoid some fork()-related boilerplate code whenNeil Conway
2005-03-31Flush any remaining statistics counts out to the collector at processTom Lane
2005-03-25Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 authTom Lane
2005-03-24Set socket timer to 58 instead of 60 minutes for hour-old cleaners:Bruce Momjian
2005-03-24Touch postmaster log file every hour, rather than every 10 minutes, toBruce Momjian
2005-03-18Treat EPERM as a non-error case when checking to see if old postmasterTom Lane
2005-03-16Wrap the implementation of fork_process() inside #ifndef WIN32 -- thisNeil Conway
2005-03-13Add some missing #includes.Tom Lane
2005-03-12Fix problem with infinite recursion between write_syslogger_file andTom Lane
2005-03-10Refactor fork()-related code. We need to do various housekeeping tasksNeil Conway
2005-03-04Replace the BufMgrLock with separate locks on the lookup hashtable andTom Lane
2005-02-22Use _() macro consistently rather than gettext(). Add translationBruce Momjian
2005-02-20Add code to prevent transaction ID wraparound by enforcing a safe limitTom Lane
2005-02-19New arrangement to always let the bgwriter do checkpoints brokeTom Lane
2005-01-12Increase MAXLISTEN to a more generous value, and add an error messageTom Lane
2005-01-10Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. ThisTom Lane
2005-01-01Some more missed copyright notices. Many of these look like theyTom Lane
2005-01-01Update copyrights that were missed.Bruce Momjian
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-12-29Refactor EXEC_BACKEND code so that postmaster child processes reattachTom Lane
2004-12-20Ensure that 'disabling statistics collector' is logged in all failureTom Lane
2004-12-02> I enclose a short patch to reduce the PGARCH_RESTART_INTERVAL from 60Bruce Momjian
2004-11-18Whoops, missed converting the other sleep() call to pg_usleep().Tom Lane
2004-11-17Use pg_usleep() not sleep(), per Andrew Dunstan.Tom Lane
2004-11-17Win32 build cleanups, from Andrew Dunstan.Neil Conway
2004-11-17Fix Win32 problems with signals and sockets, by making the forkexec codeTom Lane
2004-11-14Remove GUC USERLIMIT variable category, making the affected variablesTom Lane
2004-11-09Clarify some error messagesPeter Eisentraut
2004-11-05Small message clarificationsPeter Eisentraut
2004-11-02Add comment to postmaster.c that get_progname() will call exit if itBruce Momjian
2004-10-28Use AllocateFile(), FreeFile() and palloc() rather than fopen(), fclose()Neil Conway
2004-10-28On Windows, force a checkpoint just before dropping a database's physicalTom Lane
2004-10-25Remove three unnecessary casts from a pointer type to char * when callingNeil Conway
2004-10-25Modify hash_create() to elog(ERROR) if an error occurs, rather thanNeil Conway
2004-10-21Standardize on using the Min, Max, and Abs macros that are in our c.h file,Tom Lane
2004-10-15Fix pg_ctl -D handling for Win32:Bruce Momjian
2004-10-14Add 'int' cast for getpid() because some Solaris releases return longBruce Momjian
2004-10-12Message style revisionsPeter Eisentraut
2004-10-09Adjust configuration-files GUC behavior as per my recent proposal.Tom Lane
2004-10-08Whack some sense into the configuration-file-location patch.Tom Lane
2004-10-07Remove unneeded dash.Bruce Momjian
2004-10-07Update comment to fix nibble mention:Bruce Momjian
2004-10-07XOR process PID into a backend's initial random seed, to ensure thatTom Lane
2004-10-06Here is a patch to fix win32 ssl builds. Summary of changes:Bruce Momjian
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