aboutsummaryrefslogtreecommitdiff
path: root/src/backend/postmaster
Commit message (Expand)AuthorAge
* Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls.Tom Lane2014-04-16
* check socket creation errors against PGINVALID_SOCKETBruce Momjian2014-04-16
* Block signals earlier during postmaster startup.Tom Lane2014-04-05
* Fix assorted issues in client host name lookup.Tom Lane2014-04-02
* Fix bugs in manipulation of PgBackendStatus.st_clienthostname.Tom Lane2014-04-01
* Make it easy to detach completely from shared memory.Robert Haas2014-03-18
* C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian2014-03-13
* Allow logical decoding via the walsender interface.Robert Haas2014-03-10
* Remove the correct pgstat file on DROP DATABASEAlvaro Herrera2014-03-05
* Show xid and xmin in pg_stat_activity and pg_stat_replication.Robert Haas2014-02-25
* Fix unportable coding in BackgroundWorkerStateChange().Tom Lane2014-02-15
* Fix unportable coding in DetermineSleepTime().Tom Lane2014-02-15
* Centralize getopt-related declarations in a new header file pg_getopt.h.Tom Lane2014-02-15
* Separate multixact freezing parameters from xid'sAlvaro Herrera2014-02-13
* Mark some more variables as static or include the appropriate headerPeter Eisentraut2014-02-08
* Fix compiler warning in EXEC_BACKEND builds.Robert Haas2014-01-28
* Add pg_stat_archiver statistics view.Fujii Masao2014-01-29
* Revert dup2() checking in syslogger.cStephen Frost2014-01-28
* Relax the requirement that all lwlocks be stored in a single array.Robert Haas2014-01-27
* Code review for auto-tuned effective_cache_size.Tom Lane2014-01-27
* Check dup2() results in sysloggerStephen Frost2014-01-26
* Fix VACUUM's reporting of dead-tuple counts to the stats collector.Tom Lane2014-01-18
* Logging running transactions every 15 seconds.Robert Haas2014-01-15
* Fix possible crashes due to using elog/ereport too early in startup.Tom Lane2014-01-11
* Reduce the number of semaphores used under --disable-spinlocks.Robert Haas2014-01-08
* Update copyright for 2014Bruce Momjian2014-01-07
* Ooops, should use double not single quotes in StaticAssertStmt().Tom Lane2014-01-02
* Fix calculation of maximum statistics-message size.Tom Lane2014-01-02
* New autovacuum_work_mem parameterSimon Riggs2013-12-12
* Add new wal_level, logical, sufficient for logical decoding.Robert Haas2013-12-10
* Fix assorted race conditions in the new timeout infrastructure.Tom Lane2013-11-29
* Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut2013-11-10
* Increase the number of different values used when seeding random().Heikki Linnakangas2013-10-24
* Suppress a couple of compiler warnings seen with older gcc versions.Tom Lane2013-10-22
* Provide a reliable mechanism for terminating a background worker.Robert Haas2013-10-18
* Add use of asprintf()Peter Eisentraut2013-10-13
* Centralize effective_cache_size default settingBruce Momjian2013-10-09
* Adjust the effective_cache_size default for standalone backendsBruce Momjian2013-10-08
* Again move function where we set effective_cache_size's defaultBruce Momjian2013-10-08
* Move new effective_cache_size functionBruce Momjian2013-10-08
* Auto-tune effective_cache size to be 4x shared buffersBruce Momjian2013-10-08
* Fix various bugs in postmaster SIGKILL processingAlvaro Herrera2013-10-05
* Fix compiler warning in WaitForBackgroundWorkerStartup().Robert Haas2013-09-19
* Rename various "freeze multixact" variablesAlvaro Herrera2013-09-16
* Make error wording more consistentAlvaro Herrera2013-08-29
* Allow discovery of whether a dynamic background worker is running.Robert Haas2013-08-28
* Be more wary of unwanted whitespace in pgstat_reset_remove_files().Tom Lane2013-08-19
* Fix removal of files in pgstats directoriesAlvaro Herrera2013-08-19
* Move more bgworker code to bgworker.c; also, some renaming.Robert Haas2013-08-16
* Emit a log message if output is about to be redirected away from stderr.Tom Lane2013-08-13