summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
AgeCommit message (Expand)Author
2014-02-15Fix unportable coding in BackgroundWorkerStateChange().Tom Lane
2014-02-15Fix unportable coding in DetermineSleepTime().Tom Lane
2014-02-15Centralize getopt-related declarations in a new header file pg_getopt.h.Tom Lane
2014-02-13Separate multixact freezing parameters from xid'sAlvaro Herrera
2014-02-09Mark some more variables as static or include the appropriate headerPeter Eisentraut
2014-01-29Fix compiler warning in EXEC_BACKEND builds.Robert Haas
2014-01-28Add pg_stat_archiver statistics view.Fujii Masao
2014-01-28Revert dup2() checking in syslogger.cStephen Frost
2014-01-27Relax the requirement that all lwlocks be stored in a single array.Robert Haas
2014-01-27Code review for auto-tuned effective_cache_size.Tom Lane
2014-01-26Check dup2() results in sysloggerStephen Frost
2014-01-19Fix VACUUM's reporting of dead-tuple counts to the stats collector.Tom Lane
2014-01-15Logging running transactions every 15 seconds.Robert Haas
2014-01-11Fix possible crashes due to using elog/ereport too early in startup.Tom Lane
2014-01-08Reduce the number of semaphores used under --disable-spinlocks.Robert Haas
2014-01-07Update copyright for 2014Bruce Momjian
2014-01-03Ooops, should use double not single quotes in StaticAssertStmt().Tom Lane
2014-01-03Fix calculation of maximum statistics-message size.Tom Lane
2013-12-12New autovacuum_work_mem parameterSimon Riggs
2013-12-11Add new wal_level, logical, sufficient for logical decoding.Robert Haas
2013-11-29Fix assorted race conditions in the new timeout infrastructure.Tom Lane
2013-11-10Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut
2013-10-24Increase the number of different values used when seeding random().Heikki Linnakangas
2013-10-23Suppress a couple of compiler warnings seen with older gcc versions.Tom Lane
2013-10-18Provide a reliable mechanism for terminating a background worker.Robert Haas
2013-10-13Add use of asprintf()Peter Eisentraut
2013-10-09Centralize effective_cache_size default settingBruce Momjian
2013-10-09Adjust the effective_cache_size default for standalone backendsBruce Momjian
2013-10-09Again move function where we set effective_cache_size's defaultBruce Momjian
2013-10-09Move new effective_cache_size functionBruce Momjian
2013-10-08Auto-tune effective_cache size to be 4x shared buffersBruce Momjian
2013-10-06Fix various bugs in postmaster SIGKILL processingAlvaro Herrera
2013-09-19Fix compiler warning in WaitForBackgroundWorkerStartup().Robert Haas
2013-09-16Rename various "freeze multixact" variablesAlvaro Herrera
2013-08-29Make error wording more consistentAlvaro Herrera
2013-08-28Allow discovery of whether a dynamic background worker is running.Robert Haas
2013-08-19Be more wary of unwanted whitespace in pgstat_reset_remove_files().Tom Lane
2013-08-19Fix removal of files in pgstats directoriesAlvaro Herrera
2013-08-16Move more bgworker code to bgworker.c; also, some renaming.Robert Haas
2013-08-13Emit a log message if output is about to be redirected away from stderr.Tom Lane
2013-08-08Message style improvementsPeter Eisentraut
2013-08-07Fix assertion failure by an immediate shutdown.Fujii Masao
2013-08-01Assorted bgworker-related comment fixes.Robert Haas
2013-07-24Improve ilist.h's support for deletion of slist elements during iteration.Tom Lane
2013-07-22Remove bgw_sighup and bgw_sigterm.Robert Haas
2013-07-16Allow background workers to be started dynamically.Robert Haas
2013-07-10Fix lack of message pluralizationPeter Eisentraut
2013-07-04Add new GUC, max_worker_processes, limiting number of bgworkers.Robert Haas
2013-07-03Unbreak postmaster restart-after-crash sequenceAlvaro Herrera
2013-07-02Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas