summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
AgeCommit message (Expand)Author
2006-11-05Fix recently-understood problems with handling of XID freezing, particularlyTom Lane
2006-10-06Message style improvementsPeter Eisentraut
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-08-28Fix pgstat_report_waiting() to not dump core if called beforeTom Lane
2006-08-19Add a 'waiting' column to pg_stat_activity to carry the same informationTom Lane
2006-08-17Implement archive_timeout feature to force xlog file switches to occur no moreTom Lane
2006-08-15Add server support for "plugin" libraries that can be used for add-on tasksTom Lane
2006-08-08Add a feature for automatic initialization and finalization of dynamicallyTom Lane
2006-08-07On some platforms, pg_usleep isn't interruptible by signals; fixTom Lane
2006-07-31Change the relation_open protocol so that we obtain lock on a relationTom Lane
2006-07-29Adjust initialization sequence for timezone_abbreviations so thatTom Lane
2006-07-25Make the order of operations in PostmasterMain a bit saner ... someTom Lane
2006-07-16In a Windows backend, don't build src/port/pgsleep.c's version ofTom Lane
2006-07-16Ensure that we retry rather than erroring out when send() or recv() returnTom Lane
2006-07-15Put back some more not-so-unused-as-all-that #includes. This un-breaksTom Lane
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian
2006-07-13Allow include files to compile own their own.Bruce Momjian
2006-07-11Alphabetically order reference to include files, "S"-"Z".Bruce Momjian
2006-07-11Sort reference of include files, "A" - "F".Bruce Momjian
2006-07-10Improve vacuum code to track minimum Xids per table instead of per database.Alvaro Herrera
2006-06-29Remove the separate 'stats buffer' process, letting backend stats messagesTom Lane
2006-06-27Add GUC update_process_title to control whether 'ps' display is updatedBruce Momjian
2006-06-27Clamp last_anl_tuples to n_live_tuples, in case we vacuum a table withoutAlvaro Herrera
2006-06-20Remove redundant gettimeofday() calls to the extent practical withoutTom Lane
2006-06-19Take the statistics collector out of the loop for monitoring backends'Tom Lane
2006-06-18Merge postmaster and postgres command into just postgres. postmasterPeter Eisentraut
2006-06-07Prepare code to be built by MSVC:Bruce Momjian
2006-05-30PostmasterIsAlive test really ought to be in the inner loop for safety.Tom Lane
2006-05-30Clarify the HINT for 'checkpoint request failed', per recent complaintTom Lane
2006-05-30Prevent multiple archivers from starting. Backpatch to 8.1.X.Bruce Momjian
2006-05-30Patch reverted because of random buildfarm failures:Bruce Momjian
2006-05-19Add last-vacuum/analyze-time columns to the stats collector, both manual andAlvaro Herrera
2006-05-19Have autovacuum report its activities to the stat collector.Alvaro Herrera
2006-05-03Create a syscache for pg_database-indexed-by-oid, and make use of itTom Lane
2006-04-27Change log message about vacuuming database name from LOG to DEBUG1.Bruce Momjian
2006-04-27Delay write of pg_stats file to once every five minutes, duringBruce Momjian
2006-04-20Add "retry another address" log message on statistics collector socketBruce Momjian
2006-04-06Remove the pgstats logic for delaying destruction of stats table entries.Tom Lane
2006-03-18The call to DNSServiceRegistrationCreate in postmaster.c does incorrectNeil Conway
2006-03-07Turn off zero_damaged_pages in the right place (ie, in the autovacTom Lane
2006-03-07Use SetConfigOption() to turn off "zero_damaged_pages" in autovacuum.Bruce Momjian
2006-03-06Prevent autovacuum from zeroing damaged pages.Bruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-02-01Add code comment about Linux stack randomization and shared memory.Bruce Momjian
2006-02-01Set progname early in the postmaster/postgres binary, rather than doingBruce Momjian
2006-01-20Fix thinko in autovacuum's test to skip temp tables: want to skip anyTom Lane
2006-01-18Modify pgstats code to reduce performance penalties from oversized stats dataTom Lane
2006-01-06Fix Windows-only postmaster code to reject a connection request and continue,Tom Lane
2006-01-05Make all command-line options of postmaster and postgres the same. SeePeter Eisentraut
2006-01-05Remove BEOS port.Bruce Momjian