aboutsummaryrefslogtreecommitdiff
path: root/src/backend/postmaster/postmaster.c
Commit message (Expand)AuthorAge
* Fix for early log messages during postmaster startup getting lost whenMagnus Hagander2007-02-11
* This patch fixes shared_preload_libraries on Windows hosts. It forcesBruce Momjian2007-02-08
* Fix erroneous implementation of -s in postmaster.c (the switch doesn't takeTom Lane2007-01-04
* Minor adjustments to make failures in startup/shutdown behave more cleanly.Tom Lane2006-11-30
* Fix some translator comments so that xgettext finds them and pgindent doesPeter Eisentraut2006-11-28
* On systems that have setsid(2) (which should be just about everything exceptTom Lane2006-11-21
* Adjust elog.c so that elog(FATAL) exits (including cases where ERROR isTom Lane2006-11-21
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Add server support for "plugin" libraries that can be used for add-on tasksTom Lane2006-08-15
* Add a feature for automatic initialization and finalization of dynamicallyTom Lane2006-08-08
* Adjust initialization sequence for timezone_abbreviations so thatTom Lane2006-07-29
* Make the order of operations in PostmasterMain a bit saner ... someTom Lane2006-07-25
* Ensure that we retry rather than erroring out when send() or recv() returnTom Lane2006-07-16
* Put back some more not-so-unused-as-all-that #includes. This un-breaksTom Lane2006-07-15
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Improve vacuum code to track minimum Xids per table instead of per database.Alvaro Herrera2006-07-10
* Remove the separate 'stats buffer' process, letting backend stats messagesTom Lane2006-06-29
* Add GUC update_process_title to control whether 'ps' display is updatedBruce Momjian2006-06-27
* Remove redundant gettimeofday() calls to the extent practical withoutTom Lane2006-06-20
* Take the statistics collector out of the loop for monitoring backends'Tom Lane2006-06-19
* Merge postmaster and postgres command into just postgres. postmasterPeter Eisentraut2006-06-18
* Prepare code to be built by MSVC:Bruce Momjian2006-06-07
* Have autovacuum report its activities to the stat collector.Alvaro Herrera2006-05-19
* The call to DNSServiceRegistrationCreate in postmaster.c does incorrectNeil Conway2006-03-18
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Add code comment about Linux stack randomization and shared memory.Bruce Momjian2006-02-01
* Set progname early in the postmaster/postgres binary, rather than doingBruce Momjian2006-02-01
* Fix Windows-only postmaster code to reject a connection request and continue,Tom Lane2006-01-06
* Make all command-line options of postmaster and postgres the same. SeePeter Eisentraut2006-01-05
* Rearrange backend startup sequence so that ShmemIndexLock can becomeTom Lane2006-01-04
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Repair an error introduced by log_line_prefix patch: it is not acceptableTom Lane2005-11-05
* Fix one overlooked ocurrence of "None" in EXEC_BACKEND block.Alvaro Herrera2005-11-03
* Rename the members of CommandDest enum so they don't collide with other uses ofAlvaro Herrera2005-11-03
* minor code cleanup - replace useless struct timezone argument toAndrew Dunstan2005-10-22
* Postpone pg_timezone_initialize() until after creation of postmaster.pid,Tom Lane2005-10-20
* Clean up libpq's pollution of application namespace by renaming theTom Lane2005-10-17
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Suppress port number for unix domain sockets in log connect/disconnectBruce Momjian2005-09-22
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-20
* Reverse out changes to canonicalize_path(), per suggestion from Tom.Bruce Momjian2005-08-12
* Modify canonicalize_path() so if we would return a trailing "..", throwBruce Momjian2005-08-12
* Code & docs review for server instrumentation patch. File timestampsTom Lane2005-08-12
* Add files to do read I/O on the cluster directory:Bruce Momjian2005-08-12
* Autovacuum loose end mop-up. Provide autovacuum-specific vacuum costTom Lane2005-08-11
* Clean up a number of autovacuum loose ends. Make the stats collectorTom Lane2005-07-29
* Add time/date macros for code clarity:Bruce Momjian2005-07-21
* Integrate autovacuum functionality into the backend. There's still aTom Lane2005-07-14