summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
AgeCommit message (Expand)Author
2010-02-14Wrap calls to SearchSysCache and related functions using macros.Robert Haas
2010-02-05Document that archive_timeout will force new WAL files even if a singleBruce Momjian
2010-01-31Make checks for invalid pgStatSock use PGINVALID_SOCKETMagnus Hagander
2010-01-28Add functions to reset the statistics counter for a single table/index orMagnus Hagander
2010-01-27Make standby server continuously retry restoring the next WAL segment withHeikki Linnakangas
2010-01-19Add pg_stat_reset_shared('bgwriter') to reset the cluster-wide sharedMagnus Hagander
2010-01-15Introduce Streaming Replication.Heikki Linnakangas
2010-01-11Add some simple support and documentation for using process-specific oom_adjTom Lane
2010-01-10Create typedef pgsocket for storing socket descriptors.Magnus Hagander
2010-01-02Update copyright for the year 2010.Bruce Momjian
2010-01-02Fix one more cast for _open_osfhandle().Magnus Hagander
2009-12-30Revise pgstat's tracking of tuple changes to improve the reliability ofTom Lane
2009-12-27Avoid memory leak if pgstat_vacuum_stat is interrupted partway through.Tom Lane
2009-12-19Allow read only connections during recovery, known as Hot Standby.Simon Riggs
2009-12-16If there is no sigdelset(), define it as a macro.Peter Eisentraut
2009-11-28Add support for an application_name parameter, which is displayed inTom Lane
2009-11-19Fix memory leak in syslogger: logfile_rotate() would leak a copy of theTom Lane
2009-11-16Provide a parenthesized-options syntax for VACUUM, analogous to that recentlyTom Lane
2009-11-05reenable -> re-enablePeter Eisentraut
2009-10-02Fix an oversight in an 8.3-era patch: pgstat_initstats should allow statsTom Lane
2009-09-08Add a boolean GUC parameter "bonjour" to control whether a Bonjour-enabledTom Lane
2009-09-08Replace use of the long-deprecated Bonjour API DNSServiceRegistrationCreateTom Lane
2009-09-04Remove pgstat's discrimination against MsgVacuum and MsgAnalyze messages.Tom Lane
2009-08-31Change the autovacuum launcher to read pg_database directly, rather thanTom Lane
2009-08-29Remove the use of the pg_auth flat file for client authentication.Tom Lane
2009-08-28Remove useless code that propagated FrontendProtocol to a backend via aTom Lane
2009-08-28Non-Windows EXEC_BACKEND path was broken by recent write_inheritable_socketTom Lane
2009-08-27Fix handling of autovacuum reloptions.Alvaro Herrera
2009-08-24Try to make silent_mode behave somewhat reasonably.Tom Lane
2009-08-24Small correction to previous patch: we shouldn't ReleasePostmasterChildSlotTom Lane
2009-08-24Avoid calling kill() in a postmaster signal handler.Alvaro Herrera
2009-08-12Allow backends to start up without use of the flat-file copy of pg_database.Tom Lane
2009-08-07Fast shutdown stop should forcibly disconnect any active backends, evenHeikki Linnakangas
2009-08-06Avoid terminating the postmaster on a number of "can't happen" cases duringMagnus Hagander
2009-07-31Create a multiplexing structure for signals to Postgres child processes.Tom Lane
2009-07-24Reserve the shared memory region during backend startup on Windows, soMagnus Hagander
2009-07-08Remove no-longer-necessary transmission of postmaster's LC_COLLATE andTom Lane
2009-06-26Cleanup and code review for the patch that made bgwriter active duringTom Lane
2009-06-25Fix some serious bugs in archive recovery, now that bgwriter is activeHeikki Linnakangas
2009-06-12Fix several places where a function was declared static and then definedTom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-06-09Fix typo, per TomAlvaro Herrera
2009-06-09Dynamically set a lower bound on autovacuum nap time so that we don't rebuildAlvaro Herrera
2009-06-06Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow somewhat saneTom Lane
2009-06-04Improve the recently-added support for properly pluralized error messagesTom Lane
2009-05-15Fix all the server-side SIGQUIT handlers (grumble ... why so many identicalTom Lane
2009-05-05Install a "dead man switch" to allow the postmaster to detect cases whereTom Lane
2009-05-04Fix missed usage of DLNewElem()Tom Lane
2009-05-04Avoid a memory allocation in the backend startup code, to avoid having to checkAlvaro Herrera
2009-05-02Install some simple defenses in postmaster startup to help ensure a usefulTom Lane