summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
AgeCommit message (Expand)Author
2015-03-11Add macros wrapping all usage of gcc's __attribute__.Andres Freund
2015-02-23Replace checkpoint_segments with min_wal_size and max_wal_size.Heikki Linnakangas
2015-02-20Use FLEXIBLE_ARRAY_MEMBER in some more places.Tom Lane
2015-02-20Have TRUNCATE update pgstat tuple countersAlvaro Herrera
2015-02-20Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane
2015-02-03Introduce and use infrastructure for interrupt processing during client reads.Andres Freund
2015-02-02Add new function BackgroundWorkerInitializeConnectionByOid.Robert Haas
2015-02-02Be more careful to not lose sync in the FE/BE protocol.Heikki Linnakangas
2015-01-24Replace a bunch more uses of strncpy() with safer coding.Tom Lane
2015-01-20Adjust "pgstat wait timeout" message to be a translatable LOG message.Tom Lane
2015-01-14Add a default local latch for use in signal handlers.Andres Freund
2015-01-13Commonalize process startup code.Andres Freund
2015-01-13Make logging_collector=on work with non-windows EXEC_BACKEND again.Andres Freund
2015-01-08On Darwin, refuse postmaster startup when multithreaded.Noah Misch
2015-01-08On Darwin, detect and report a multithreaded postmaster.Noah Misch
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-25Lockless StrategyGetBuffer clock sweep hot path.Andres Freund
2014-12-18Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane
2014-12-18Add memory barriers for PgBackendStatus.st_changecount protocol.Fujii Masao
2014-12-11Fix assorted confusion between Oid and int32.Tom Lane
2014-11-25action_at_recovery_target recovery config optionSimon Riggs
2014-10-05Eliminate one background-worker-related flag variable.Robert Haas
2014-10-03Don't balance vacuum cost delay when per-table settings are in effectAlvaro Herrera
2014-10-01Block signals while computing the sleep time in postmaster's main loop.Andres Freund
2014-08-28Allow escaping of option values for options passed at connection start.Andres Freund
2014-08-11Break out OpenSSL-specific code to separate files.Heikki Linnakangas
2014-07-30Avoid wholesale autovacuuming when autovacuum is nominally off.Tom Lane
2014-07-30Fix mishandling of background worker PGPROCs in EXEC_BACKEND builds.Robert Haas
2014-07-15Add missing serial commasPeter Eisentraut
2014-07-02Smooth reporting of commit/rollback statistics.Kevin Grittner
2014-06-30Fix and enhance the assertion of no palloc's in a critical section.Heikki Linnakangas
2014-06-20Don't allow to disable backend assertions via the debug_assertions GUC.Andres Freund
2014-06-19Improve our mechanism for controlling the Linux out-of-memory killer.Tom Lane
2014-06-04Save pg_stat_statements statistics file into $PGDATA/pg_stat directory at shu...Fujii Masao
2014-05-15Fix unportable setvbuf() usage in initdb.Tom Lane
2014-05-07When a background worker exists with code 0, unregister it.Robert Haas
2014-05-07When a bgworker exits, always call ReleasePostmasterChildSlot.Robert Haas
2014-05-07Restart bgworkers immediately after a crash-and-restart cycle.Robert Haas
2014-05-07Detach shared memory from bgworkers without shmem access.Robert Haas
2014-05-07Never crash-and-restart for bgworkers without shared memory access.Robert Haas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-16Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls.Tom Lane
2014-04-16check socket creation errors against PGINVALID_SOCKETBruce Momjian
2014-04-05Block signals earlier during postmaster startup.Tom Lane
2014-04-02Fix assorted issues in client host name lookup.Tom Lane
2014-04-02Fix bugs in manipulation of PgBackendStatus.st_clienthostname.Tom Lane
2014-03-18Make it easy to detach completely from shared memory.Robert Haas
2014-03-13C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian
2014-03-10Allow logical decoding via the walsender interface.Robert Haas
2014-03-05Remove the correct pgstat file on DROP DATABASEAlvaro Herrera