summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
AgeCommit message (Expand)Author
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
2014-02-25Show xid and xmin in pg_stat_activity and pg_stat_replication.Robert Haas
2014-02-15Fix unportable coding in BackgroundWorkerStateChange().Tom Lane
2014-02-15Fix unportable coding in DetermineSleepTime().Tom Lane
2014-02-15Centralize getopt-related declarations in a new header file pg_getopt.h.Tom Lane
2014-02-13Separate multixact freezing parameters from xid'sAlvaro Herrera
2014-02-09Mark some more variables as static or include the appropriate headerPeter Eisentraut
2014-01-29Fix compiler warning in EXEC_BACKEND builds.Robert Haas
2014-01-28Add pg_stat_archiver statistics view.Fujii Masao
2014-01-28Revert dup2() checking in syslogger.cStephen Frost
2014-01-27Relax the requirement that all lwlocks be stored in a single array.Robert Haas
2014-01-27Code review for auto-tuned effective_cache_size.Tom Lane
2014-01-26Check dup2() results in sysloggerStephen Frost
2014-01-19Fix VACUUM's reporting of dead-tuple counts to the stats collector.Tom Lane
2014-01-15Logging running transactions every 15 seconds.Robert Haas
2014-01-11Fix possible crashes due to using elog/ereport too early in startup.Tom Lane
2014-01-08Reduce the number of semaphores used under --disable-spinlocks.Robert Haas
2014-01-07Update copyright for 2014Bruce Momjian
2014-01-03Ooops, should use double not single quotes in StaticAssertStmt().Tom Lane
2014-01-03Fix calculation of maximum statistics-message size.Tom Lane
2013-12-12New autovacuum_work_mem parameterSimon Riggs
2013-12-11Add new wal_level, logical, sufficient for logical decoding.Robert Haas
2013-11-29Fix assorted race conditions in the new timeout infrastructure.Tom Lane
2013-11-10Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut
2013-10-24Increase the number of different values used when seeding random().Heikki Linnakangas
2013-10-23Suppress a couple of compiler warnings seen with older gcc versions.Tom Lane
2013-10-18Provide a reliable mechanism for terminating a background worker.Robert Haas
2013-10-13Add use of asprintf()Peter Eisentraut
2013-10-09Centralize effective_cache_size default settingBruce Momjian
2013-10-09Adjust the effective_cache_size default for standalone backendsBruce Momjian