Commit Graph

30 Commits (dfcd9cb30237f882b7308bdcbfb0318b22b1e224)

Author SHA1 Message Date
Robert Haas 64b2e7ad91 Pass extra data to bgworkers, and use this to fix parallel contexts. 10 years ago
Robert Haas c6baec92fc Fix typo in bgworker.c 10 years ago
Robert Haas db0f6cad48 Remove set_latch_on_sigusr1 flag. 10 years ago
Robert Haas 91118f1a59 Reduce log level for background worker events from LOG to DEBUG1. 11 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 11 years ago
Robert Haas 924bcf4f16 Create an infrastructure for parallel computation in PostgreSQL. 11 years ago
Andres Freund 6aab1f45ac Fix various typos and grammar errors in comments. 11 years ago
Robert Haas b3a5e76e12 After a crash, don't restart workers with BGW_NEVER_RESTART. 11 years ago
Robert Haas bf740ce9e5 Fix status reporting for terminated bgworkers that were never started. 11 years ago
Andres Freund 59f71a0d0b Add a default local latch for use in signal handlers. 11 years ago
Andres Freund 31c453165b Commonalize process startup code. 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Robert Haas be7558162a When a background worker exists with code 0, unregister it. 12 years ago
Robert Haas 970d1f76d1 Restart bgworkers immediately after a crash-and-restart cycle. 12 years ago
Robert Haas 4d155d8b08 Detach shared memory from bgworkers without shmem access. 12 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Tom Lane 643f75ca9b Fix unportable coding in BackgroundWorkerStateChange(). 12 years ago
Peter Eisentraut 66c04c981d Mark some more variables as static or include the appropriate header 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Peter Eisentraut 001e114b8d Fix whitespace issues found by git diff --check, add gitattributes 12 years ago
Tom Lane 5f1ab46101 Suppress a couple of compiler warnings seen with older gcc versions. 12 years ago
Robert Haas 523beaa11b Provide a reliable mechanism for terminating a background worker. 12 years ago
Robert Haas 496439d943 Fix compiler warning in WaitForBackgroundWorkerStartup(). 12 years ago
Robert Haas 090d0f2050 Allow discovery of whether a dynamic background worker is running. 13 years ago
Robert Haas 2dee7998f9 Move more bgworker code to bgworker.c; also, some renaming. 13 years ago
Peter Eisentraut 9d775d8894 Message style improvements 13 years ago
Robert Haas 149e38e5ee Assorted bgworker-related comment fixes. 13 years ago
Tom Lane fa2fad3c06 Improve ilist.h's support for deletion of slist elements during iteration. 13 years ago
Robert Haas f40a318eea Remove bgw_sighup and bgw_sigterm. 13 years ago
Robert Haas 7f7485a0cd Allow background workers to be started dynamically. 13 years ago