summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
Commit message (Expand)AuthorAgeFilesLines
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-057-14/+14
* Fix erroneous implementation of -s in postmaster.c (the switch doesn't takeTom Lane2007-01-041-2/+7
* Add a txn_start column to pg_stat_activity. This makes it easier toNeil Conway2006-12-061-1/+25
* Make the bgwriter's error recovery path do smgrcloseall(). On Windows thisTom Lane2006-12-011-1/+8
* Minor adjustments to make failures in startup/shutdown behave more cleanly.Tom Lane2006-11-302-4/+30
* Fix some translator comments so that xgettext finds them and pgindent doesPeter Eisentraut2006-11-281-13/+10
* On systems that have setsid(2) (which should be just about everything exceptTom Lane2006-11-216-40/+156
* Adjust elog.c so that elog(FATAL) exits (including cases where ERROR isTom Lane2006-11-212-18/+26
* Clean up some misleading references to %p being a full path, per Simon.Tom Lane2006-11-101-2/+2
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-052-246/+199
* Message style improvementsPeter Eisentraut2006-10-061-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-044-134/+131
* Fix pgstat_report_waiting() to not dump core if called beforeTom Lane2006-08-281-10/+9
* Add a 'waiting' column to pg_stat_activity to carry the same informationTom Lane2006-08-191-1/+27
* Implement archive_timeout feature to force xlog file switches to occur no moreTom Lane2006-08-171-5/+54
* Add server support for "plugin" libraries that can be used for add-on tasksTom Lane2006-08-151-2/+2
* Add a feature for automatic initialization and finalization of dynamicallyTom Lane2006-08-081-8/+3
* On some platforms, pg_usleep isn't interruptible by signals; fixTom Lane2006-08-071-9/+11
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-311-30/+20
* Adjust initialization sequence for timezone_abbreviations so thatTom Lane2006-07-291-2/+8
* Make the order of operations in PostmasterMain a bit saner ... someTom Lane2006-07-251-12/+13
* In a Windows backend, don't build src/port/pgsleep.c's version ofTom Lane2006-07-161-2/+2
* Ensure that we retry rather than erroring out when send() or recv() returnTom Lane2006-07-162-7/+33
* Put back some more not-so-unused-as-all-that #includes. This un-breaksTom Lane2006-07-151-1/+4
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-144-22/+4
* Allow include files to compile own their own.Bruce Momjian2006-07-134-4/+11
* Alphabetically order reference to include files, "S"-"Z".Bruce Momjian2006-07-111-2/+2
* Sort reference of include files, "A" - "F".Bruce Momjian2006-07-111-2/+2
* Improve vacuum code to track minimum Xids per table instead of per database.Alvaro Herrera2006-07-102-41/+83
* Remove the separate 'stats buffer' process, letting backend stats messagesTom Lane2006-06-292-528/+146
* Add GUC update_process_title to control whether 'ps' display is updatedBruce Momjian2006-06-275-19/+14
* Clamp last_anl_tuples to n_live_tuples, in case we vacuum a table withoutAlvaro Herrera2006-06-271-2/+9
* Remove redundant gettimeofday() calls to the extent practical withoutTom Lane2006-06-202-8/+18
* Take the statistics collector out of the loop for monitoring backends'Tom Lane2006-06-192-703/+466
* Merge postmaster and postgres command into just postgres. postmasterPeter Eisentraut2006-06-185-100/+27
* Prepare code to be built by MSVC:Bruce Momjian2006-06-072-4/+4
* PostmasterIsAlive test really ought to be in the inner loop for safety.Tom Lane2006-05-301-2/+6
* Clarify the HINT for 'checkpoint request failed', per recent complaintTom Lane2006-05-301-2/+2
* Prevent multiple archivers from starting. Backpatch to 8.1.X.Bruce Momjian2006-05-301-2/+2
* Patch reverted because of random buildfarm failures:Bruce Momjian2006-05-301-109/+12
* Add last-vacuum/analyze-time columns to the stats collector, both manual andAlvaro Herrera2006-05-191-1/+23
* Have autovacuum report its activities to the stat collector.Alvaro Herrera2006-05-193-11/+81
* Create a syscache for pg_database-indexed-by-oid, and make use of itTom Lane2006-05-031-21/+8
* Change log message about vacuuming database name from LOG to DEBUG1.Bruce Momjian2006-04-271-2/+2
* Delay write of pg_stats file to once every five minutes, duringBruce Momjian2006-04-271-12/+109
* Add "retry another address" log message on statistics collector socketBruce Momjian2006-04-201-2/+7
* Remove the pgstats logic for delaying destruction of stats table entries.Tom Lane2006-04-062-176/+28
* The call to DNSServiceRegistrationCreate in postmaster.c does incorrectNeil Conway2006-03-181-2/+2
* Turn off zero_damaged_pages in the right place (ie, in the autovacTom Lane2006-03-071-4/+8
* Use SetConfigOption() to turn off "zero_damaged_pages" in autovacuum.Bruce Momjian2006-03-071-2/+2