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