summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warning in EXEC_BACKEND builds.Robert Haas2014-01-281-1/+1
* Add pg_stat_archiver statistics view.Fujii Masao2014-01-292-18/+124
* Revert dup2() checking in syslogger.cStephen Frost2014-01-281-8/+7
* Relax the requirement that all lwlocks be stored in a single array.Robert Haas2014-01-271-6/+3
* Code review for auto-tuned effective_cache_size.Tom Lane2014-01-271-1/+0
* Check dup2() results in sysloggerStephen Frost2014-01-261-2/+8
* Fix VACUUM's reporting of dead-tuple counts to the stats collector.Tom Lane2014-01-181-5/+6
* Logging running transactions every 15 seconds.Robert Haas2014-01-151-0/+62
* Fix possible crashes due to using elog/ereport too early in startup.Tom Lane2014-01-111-6/+0
* Reduce the number of semaphores used under --disable-spinlocks.Robert Haas2014-01-081-0/+9
* Update copyright for 2014Bruce Momjian2014-01-0711-11/+11
* Ooops, should use double not single quotes in StaticAssertStmt().Tom Lane2014-01-021-1/+1
* Fix calculation of maximum statistics-message size.Tom Lane2014-01-021-0/+10
* New autovacuum_work_mem parameterSimon Riggs2013-12-121-0/+1
* Add new wal_level, logical, sufficient for logical decoding.Robert Haas2013-12-101-2/+2
* Fix assorted race conditions in the new timeout infrastructure.Tom Lane2013-11-291-2/+1
* Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut2013-11-101-1/+1
* Increase the number of different values used when seeding random().Heikki Linnakangas2013-10-241-2/+2
* Suppress a couple of compiler warnings seen with older gcc versions.Tom Lane2013-10-221-1/+1
* Provide a reliable mechanism for terminating a background worker.Robert Haas2013-10-182-6/+69
* Add use of asprintf()Peter Eisentraut2013-10-131-6/+1
* Centralize effective_cache_size default settingBruce Momjian2013-10-091-2/+0
* Adjust the effective_cache_size default for standalone backendsBruce Momjian2013-10-081-2/+2
* Again move function where we set effective_cache_size's defaultBruce Momjian2013-10-081-2/+2
* Move new effective_cache_size functionBruce Momjian2013-10-081-2/+2
* Auto-tune effective_cache size to be 4x shared buffersBruce Momjian2013-10-081-0/+3
* Fix various bugs in postmaster SIGKILL processingAlvaro Herrera2013-10-051-5/+10
* Fix compiler warning in WaitForBackgroundWorkerStartup().Robert Haas2013-09-191-2/+4
* Rename various "freeze multixact" variablesAlvaro Herrera2013-09-161-5/+4
* Make error wording more consistentAlvaro Herrera2013-08-291-2/+4
* Allow discovery of whether a dynamic background worker is running.Robert Haas2013-08-282-2/+256
* Be more wary of unwanted whitespace in pgstat_reset_remove_files().Tom Lane2013-08-191-16/+14
* Fix removal of files in pgstats directoriesAlvaro Herrera2013-08-191-5/+28
* Move more bgworker code to bgworker.c; also, some renaming.Robert Haas2013-08-162-213/+229
* Emit a log message if output is about to be redirected away from stderr.Tom Lane2013-08-132-2/+24
* Message style improvementsPeter Eisentraut2013-08-072-4/+4
* Fix assertion failure by an immediate shutdown.Fujii Masao2013-08-081-7/+9
* Assorted bgworker-related comment fixes.Robert Haas2013-08-011-7/+5
* Improve ilist.h's support for deletion of slist elements during iteration.Tom Lane2013-07-243-7/+19
* Remove bgw_sighup and bgw_sigterm.Robert Haas2013-07-222-13/+2
* Allow background workers to be started dynamically.Robert Haas2013-07-163-180/+534
* Fix lack of message pluralizationPeter Eisentraut2013-07-091-2/+4
* Add new GUC, max_worker_processes, limiting number of bgworkers.Robert Haas2013-07-041-48/+6
* Unbreak postmaster restart-after-crash sequenceAlvaro Herrera2013-07-031-0/+2
* Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas2013-07-022-4/+8
* Send SIGKILL to children if they don't die quickly in immediate shutdownAlvaro Herrera2013-06-281-39/+117
* pgindent run for release 9.3Bruce Momjian2013-05-297-49/+51
* Improve message about failed transaction log archivingPeter Eisentraut2013-04-261-1/+1
* Standardize spelling of "nonblocking"Peter Eisentraut2013-04-181-1/+1
* Fix SIGUSR1 handling by unconnected bgworkersAlvaro Herrera2013-04-101-1/+17