summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
AgeCommit message (Expand)Author
2018-01-03Update copyright for 2018Bruce Momjian
2017-12-21Add parallel-aware hash joins.Andres Freund
2017-12-06Report failure to start a background worker.Robert Haas
2017-12-04Clean up assorted messiness around AllocateDir() usage.Tom Lane
2017-11-29Update typedefs.list and re-run pgindentRobert Haas
2017-11-21Provide for forward compatibility with future minor protocol versions.Robert Haas
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-10-30Fix autovacuum work item error handlingAlvaro Herrera
2017-10-03Allow multiple tables to be specified in one VACUUM or ANALYZE command.Tom Lane
2017-10-01Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.Andres Freund
2017-09-29Add background worker typePeter Eisentraut
2017-09-23Improve memory management in autovacuum.c.Tom Lane
2017-09-20Sync process names between ps and pg_stat_activityPeter Eisentraut
2017-09-20Make WAL segment size configurable at initdb time.Andres Freund
2017-09-19s/NULL byte/NUL byte/ in comment refering to C string terminator.Andres Freund
2017-09-19Avoid use of non-portable strnlen() in pgstat_clip_activity().Andres Freund
2017-09-19Speedup pgstat_report_activity by moving mb-aware truncation to read side.Andres Freund
2017-09-19Fix crash restart bug introduced in 8356753c212.Andres Freund
2017-09-14Perform only one ReadControlFile() during startup.Andres Freund
2017-09-01Use group updates when setting transaction status in clog.Robert Haas
2017-08-15Simplify autovacuum work-item implementationAlvaro Herrera
2017-08-15Fix error handling path in autovacuum launcherAlvaro Herrera
2017-08-08Fix replication origin-related race conditionsAlvaro Herrera
2017-08-08Fix inadequacies in recently added wait eventsAlvaro Herrera
2017-07-10On Windows, retry process creation if we fail to reserve shared memory.Tom Lane
2017-06-28Change pg_ctl to detect server-ready by watching status in postmaster.pid.Tom Lane
2017-06-26Don't lose walreceiver start requests due to race condition in postmaster.Tom Lane
2017-06-26Ignore old stats file timestamps when starting the stats collector.Tom Lane
2017-06-22Fix autovacuum launcher attachment to its DSAAlvaro Herrera
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-06Clean up latch related code.Andres Freund
2017-06-06Revert "Prevent panic during shutdown checkpoint"Andres Freund
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-16Try to ensure that stats collector's receive buffer size is at least 100KB.Tom Lane
2017-05-15Make pgstat tabstat lookup hash table less fragile.Tom Lane
2017-05-12Replace "transaction log" with "write-ahead log"Peter Eisentraut
2017-05-06Fix off-by-one possibly leading to skipped XLOG_RUNNING_XACTS records.Andres Freund
2017-05-05Prevent panic during shutdown checkpointPeter Eisentraut
2017-04-26Allow multiple bgworkers to be launched per postmaster iteration.Tom Lane
2017-04-24Revert "Use pselect(2) not select(2), if available, to wait in postmaster's l...Tom Lane
2017-04-24Use pselect(2) not select(2), if available, to wait in postmaster's loop.Tom Lane
2017-04-24Run the postmaster's signal handlers without SA_RESTART.Tom Lane
2017-04-24Fix postmaster's handling of fork failure for a bgworker process.Tom Lane
2017-04-21Avoid depending on non-POSIX behavior of fcntl(2).Tom Lane
2017-04-17Fix new warnings from GCC 7Peter Eisentraut
2017-04-15Avoid passing function pointers across process boundaries.Tom Lane
2017-04-14Report statistics in logical replication workersPeter Eisentraut