summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
AgeCommit message (Expand)Author
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
2006-01-04Rearrange backend startup sequence so that ShmemIndexLock can becomeTom Lane
2006-01-03Assume select() might modify struct timeout, so remove previousBruce Momjian
2006-01-03Use setitimer() for stats file write, rather than do a gettimeofday()Bruce Momjian
2006-01-02Change if (!(x || y)) construct with if (!x && !y), for clarity.Bruce Momjian
2005-12-31Rename variable to cmd_str.Bruce Momjian
2005-12-31Rename variable 'what' to 'stat_msg'.Bruce Momjian
2005-12-16Rethink prior patch to filter out dead backend entries from the pgstatsTom Lane
2005-12-08Fix bgwriter's failure to release buffer pins and open files after anTom Lane
2005-11-28Install a more future-proof fix for the snapshot-unset bug just found.Alvaro Herrera
2005-11-28Set a snapshot before running analyze on a single table, to avoid aAlvaro Herrera
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-11-05Repair an error introduced by log_line_prefix patch: it is not acceptableTom Lane
2005-11-03Fix one overlooked ocurrence of "None" in EXEC_BACKEND block.Alvaro Herrera
2005-11-03Rename the members of CommandDest enum so they don't collide with other uses ofAlvaro Herrera
2005-10-22minor code cleanup - replace useless struct timezone argument toAndrew Dunstan
2005-10-20Postpone pg_timezone_initialize() until after creation of postmaster.pid,Tom Lane
2005-10-17Clean up libpq's pollution of application namespace by renaming theTom Lane