aboutsummaryrefslogtreecommitdiff
path: root/src/backend/postmaster
Commit message (Expand)AuthorAge
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Fix one more cast for _open_osfhandle().Magnus Hagander2010-01-02
* Revise pgstat's tracking of tuple changes to improve the reliability ofTom Lane2009-12-30
* Avoid memory leak if pgstat_vacuum_stat is interrupted partway through.Tom Lane2009-12-27
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-19
* If there is no sigdelset(), define it as a macro.Peter Eisentraut2009-12-16
* Add support for an application_name parameter, which is displayed inTom Lane2009-11-28
* Fix memory leak in syslogger: logfile_rotate() would leak a copy of theTom Lane2009-11-19
* Provide a parenthesized-options syntax for VACUUM, analogous to that recentlyTom Lane2009-11-16
* reenable -> re-enablePeter Eisentraut2009-11-05
* Fix an oversight in an 8.3-era patch: pgstat_initstats should allow statsTom Lane2009-10-02
* Add a boolean GUC parameter "bonjour" to control whether a Bonjour-enabledTom Lane2009-09-08
* Replace use of the long-deprecated Bonjour API DNSServiceRegistrationCreateTom Lane2009-09-08
* Remove pgstat's discrimination against MsgVacuum and MsgAnalyze messages.Tom Lane2009-09-04
* Change the autovacuum launcher to read pg_database directly, rather thanTom Lane2009-08-31
* Remove the use of the pg_auth flat file for client authentication.Tom Lane2009-08-29
* Remove useless code that propagated FrontendProtocol to a backend via aTom Lane2009-08-28
* Non-Windows EXEC_BACKEND path was broken by recent write_inheritable_socketTom Lane2009-08-28
* Fix handling of autovacuum reloptions.Alvaro Herrera2009-08-27
* Try to make silent_mode behave somewhat reasonably.Tom Lane2009-08-24
* Small correction to previous patch: we shouldn't ReleasePostmasterChildSlotTom Lane2009-08-24
* Avoid calling kill() in a postmaster signal handler.Alvaro Herrera2009-08-24
* Allow backends to start up without use of the flat-file copy of pg_database.Tom Lane2009-08-12
* Fast shutdown stop should forcibly disconnect any active backends, evenHeikki Linnakangas2009-08-07
* Avoid terminating the postmaster on a number of "can't happen" cases duringMagnus Hagander2009-08-06
* Create a multiplexing structure for signals to Postgres child processes.Tom Lane2009-07-31
* Reserve the shared memory region during backend startup on Windows, soMagnus Hagander2009-07-24
* Remove no-longer-necessary transmission of postmaster's LC_COLLATE andTom Lane2009-07-08
* Cleanup and code review for the patch that made bgwriter active duringTom Lane2009-06-26
* Fix some serious bugs in archive recovery, now that bgwriter is activeHeikki Linnakangas2009-06-25
* Fix several places where a function was declared static and then definedTom Lane2009-06-12
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Fix typo, per TomAlvaro Herrera2009-06-09
* Dynamically set a lower bound on autovacuum nap time so that we don't rebuildAlvaro Herrera2009-06-09
* Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow somewhat saneTom Lane2009-06-06
* Improve the recently-added support for properly pluralized error messagesTom Lane2009-06-04
* Fix all the server-side SIGQUIT handlers (grumble ... why so many identicalTom Lane2009-05-15
* Install a "dead man switch" to allow the postmaster to detect cases whereTom Lane2009-05-05
* Fix missed usage of DLNewElem()Tom Lane2009-05-04
* Avoid a memory allocation in the backend startup code, to avoid having to checkAlvaro Herrera2009-05-04
* Install some simple defenses in postmaster startup to help ensure a usefulTom Lane2009-05-02
* Remove a boatload of useless definitions of 'int optreset'. If weTom Lane2009-04-05
* Modify the relcache to record the temp status of both local and nonlocalTom Lane2009-03-31
* Gettext plural supportPeter Eisentraut2009-03-26
* Fix Windows-specific race condition in syslogger. This could've beenHeikki Linnakangas2009-03-18
* Reload config file in startup process on SIGHUP.Heikki Linnakangas2009-03-04
* Fix copy-pasto in the patch to allow background writer to run duringHeikki Linnakangas2009-03-03
* Put back a "continue" that went missing in the changes to start backgroundHeikki Linnakangas2009-02-25
* Don't append epoch to log_filename if no format specifier is given.Peter Eisentraut2009-02-24
* Change the signaling of end-of-recovery. Startup process now indicates endHeikki Linnakangas2009-02-23