aboutsummaryrefslogtreecommitdiff
path: root/src/backend/postmaster
Commit message (Expand)AuthorAge
* In a Windows backend, don't build src/port/pgsleep.c's version ofTom Lane2006-07-16
* 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
* Alphabetically order reference to include files, "S"-"Z".Bruce Momjian2006-07-11
* Sort reference of include files, "A" - "F".Bruce Momjian2006-07-11
* 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
* Clamp last_anl_tuples to n_live_tuples, in case we vacuum a table withoutAlvaro Herrera2006-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
* PostmasterIsAlive test really ought to be in the inner loop for safety.Tom Lane2006-05-30
* Clarify the HINT for 'checkpoint request failed', per recent complaintTom Lane2006-05-30
* Prevent multiple archivers from starting. Backpatch to 8.1.X.Bruce Momjian2006-05-30
* Patch reverted because of random buildfarm failures:Bruce Momjian2006-05-30
* Add last-vacuum/analyze-time columns to the stats collector, both manual andAlvaro Herrera2006-05-19
* Have autovacuum report its activities to the stat collector.Alvaro Herrera2006-05-19
* Create a syscache for pg_database-indexed-by-oid, and make use of itTom Lane2006-05-03
* Change log message about vacuuming database name from LOG to DEBUG1.Bruce Momjian2006-04-27
* Delay write of pg_stats file to once every five minutes, duringBruce Momjian2006-04-27
* Add "retry another address" log message on statistics collector socketBruce Momjian2006-04-20
* Remove the pgstats logic for delaying destruction of stats table entries.Tom Lane2006-04-06
* The call to DNSServiceRegistrationCreate in postmaster.c does incorrectNeil Conway2006-03-18
* Turn off zero_damaged_pages in the right place (ie, in the autovacTom Lane2006-03-07
* Use SetConfigOption() to turn off "zero_damaged_pages" in autovacuum.Bruce Momjian2006-03-07
* Prevent autovacuum from zeroing damaged pages.Bruce Momjian2006-03-06
* 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 thinko in autovacuum's test to skip temp tables: want to skip anyTom Lane2006-01-20
* Modify pgstats code to reduce performance penalties from oversized stats dataTom Lane2006-01-18
* 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
* Remove BEOS port.Bruce Momjian2006-01-05
* Rearrange backend startup sequence so that ShmemIndexLock can becomeTom Lane2006-01-04
* Assume select() might modify struct timeout, so remove previousBruce Momjian2006-01-03
* Use setitimer() for stats file write, rather than do a gettimeofday()Bruce Momjian2006-01-03
* Change if (!(x || y)) construct with if (!x && !y), for clarity.Bruce Momjian2006-01-02
* Rename variable to cmd_str.Bruce Momjian2005-12-31
* Rename variable 'what' to 'stat_msg'.Bruce Momjian2005-12-31
* Rethink prior patch to filter out dead backend entries from the pgstatsTom Lane2005-12-16
* Fix bgwriter's failure to release buffer pins and open files after anTom Lane2005-12-08
* Install a more future-proof fix for the snapshot-unset bug just found.Alvaro Herrera2005-11-28
* Set a snapshot before running analyze on a single table, to avoid aAlvaro Herrera2005-11-28
* 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