summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
AgeCommit message (Expand)Author
2012-05-22Move postmaster's RemovePgTempFiles call to a less randomly chosen place.Tom Lane
2012-05-15In pgstat.c, use a timeout in WaitLatchOrSocket only on Windows.Tom Lane
2012-05-15Revert "Add some temporary instrumentation to pgstat.c."Tom Lane
2012-05-14For testing purposes, reinsert a timeout in pgstat.c's wait call.Tom Lane
2012-05-14Force pgwin32_recv into nonblock mode when called from pgstat.c.Tom Lane
2012-05-14Update comments that became out-of-date with the PGXACT struct.Heikki Linnakangas
2012-05-14Add some temporary instrumentation to pgstat.c.Tom Lane
2012-05-13Re-revert stats collector latch changes.Tom Lane
2012-05-12Avoid unnecessary process wakeups in the log collector.Tom Lane
2012-05-11Cosmetic adjustments for postmaster's handling of checkpointer.Tom Lane
2012-05-10Temporarily revert stats collector latch changes so we can ship beta1.Tom Lane
2012-05-10Make WaitLatch's WL_POSTMASTER_DEATH result trustworthy; simplify callers.Tom Lane
2012-05-10Improve tests for postmaster death in auxiliary processes.Tom Lane
2012-05-10Further tweaking of nomenclature in checkpointer.c.Tom Lane
2012-05-10Improve control logic for bgwriter hibernation mode.Tom Lane
2012-05-09Rename BgWriterShmem/Request to CheckpointerShmem/RequestSimon Riggs
2012-05-09Rename BgWriterCommLock to CheckpointerCommLockSimon Riggs
2012-05-09Fix an issue in recent walwriter hibernation patch.Tom Lane
2012-05-09Reduce idle power consumption of stats collector process.Tom Lane
2012-05-09Reduce idle power consumption of walwriter and checkpointer processes.Tom Lane
2012-04-30Converge all SQL-level statistics timing values to float8 milliseconds.Tom Lane
2012-04-29Rename I/O timing statistics columns to blk_read_time and blk_write_time.Tom Lane
2012-04-28Clear I/O timing counters after sending them to the stats collector.Tom Lane
2012-04-27Fix syslogger's rotation disable/re-enable logic.Tom Lane
2012-04-24Lots of doc corrections.Robert Haas
2012-04-22Fix some typosPeter Eisentraut
2012-04-08Do stack-depth checking in all postmaster children.Heikki Linnakangas
2012-04-05Publish checkpoint timing information to pg_stat_bgwriter.Robert Haas
2012-04-05Expose track_iotiming data via the statistics collector.Robert Haas
2012-04-04Fix syslogger to not lose log coherency under high load.Tom Lane
2012-03-29Inherit max_safe_fds to child processes in EXEC_BACKEND mode.Heikki Linnakangas
2012-03-29Remove now redundant pgpipe code.Andrew Dunstan
2012-02-21Avoid double close of file handle in syslogger on win32Magnus Hagander
2012-02-06Fix postmaster to attempt restart after a hot-standby crash.Tom Lane
2012-01-30Minor bug fix and cleanup from self-review of sync rep queues patch.Simon Riggs
2012-01-30Various minor comments changes from bgwriter to checkpointer.Simon Riggs
2012-01-26Make bgwriter sleep longer when it has no work to do, to save electricity.Heikki Linnakangas
2012-01-26Fix a copy/pasted typo in several commentsMagnus Hagander
2012-01-26Add deadlock counter to pg_stat_databaseMagnus Hagander
2012-01-26Classify DROP operations by whether or not they are user-initiated.Robert Haas
2012-01-26Track temporary file count and size in pg_stat_databaseMagnus Hagander
2012-01-25Allow pg_basebackup from standby node with safety checking.Simon Riggs
2012-01-24Suppress possibly-uninitialized-variable warning seen with older gcc versions.Tom Lane
2012-01-19Separate state from query string in pg_stat_activityMagnus Hagander
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-11-30Prevent autovacuum transactions from running in serializable mode.Tom Lane
2011-11-25Move "hot" members of PGPROC into a separate PGXACT array.Robert Haas
2011-11-13Wakeup WALWriter as needed for asynchronous commit performance.Simon Riggs
2011-11-09In COPY, insert tuples to the heap in batches.Heikki Linnakangas
2011-11-02Refactor xlog.c to create src/backend/postmaster/startup.cSimon Riggs