summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
AgeCommit message (Expand)Author
2008-12-11The macros NULL_DEV and DEVNULL were both used to work aroundPeter Eisentraut
2008-12-09Revert SIGUSR1 multiplexing patch, per Tom's objection.Heikki Linnakangas
2008-12-09Provide support for multiplexing SIGUSR1 signal. The upcoming synchronousHeikki Linnakangas
2008-12-08Teach pgstat_vacuum_stat to not bother scanning pg_proc in the common caseTom Lane
2008-12-04Utilize the visibility map in autovacuum, too. There was an oversight inHeikki Linnakangas
2008-11-23Teach RequestCheckpoint() to wait and retry a few times if it can't signalTom Lane
2008-11-12Fix off-by-one error in autovacuum shmem struct sizing. This could lead toHeikki Linnakangas
2008-11-04Fix compiler warning about uninitialized variablePeter Eisentraut
2008-11-03Reduce the acceptable staleness of pgstat data for autovacuum, per theAlvaro Herrera
2008-11-03Change the pgstat logic so that the stats collector writes the stats file onlyTom Lane
2008-11-02Remove the last vestiges of the MAKE_PTR/MAKE_OFFSET mechanism. We haven'tTom Lane
2008-10-28Remove support for (insecure) crypt authentication.Magnus Hagander
2008-10-14Fix oversight in the relation forks patch: forgot to copy fork number toHeikki Linnakangas
2008-09-30Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas
2008-09-23Add comment about the use of EXEC_BACKEND.Bruce Momjian
2008-09-23Make LC_COLLATE and LC_CTYPE database-level settings. Collation andHeikki Linnakangas
2008-09-15Parse pg_hba.conf in postmaster, instead of once in each backend forMagnus Hagander
2008-08-25Unconditionally write the statsfile when SIGHUP is received, to minimizeMagnus Hagander
2008-08-25Make stats_temp_directory PGC_SIGHUP, and document how it may cause a temporaryMagnus Hagander
2008-08-15Make the temporary directory for pgstat files configurable by the GUCMagnus Hagander
2008-08-13Have autovacuum consider processing TOAST tables separately from theirAlvaro Herrera
2008-08-11Introduce the concept of relation forks. An smgr relation can now consistHeikki Linnakangas
2008-08-05Move pgstat.tmp into a temporary directory under $PGDATA named pg_stat_tmp.Magnus Hagander
2008-08-01Add a few more DTrace probes to the backend.Alvaro Herrera
2008-07-23Ratchet up patch to improve autovacuum wraparound messages.Alvaro Herrera
2008-07-21Publish more openly the fact that autovacuum is working for wraparoundAlvaro Herrera
2008-07-17Avoid crashing when a table is deleted while we're on the process of checkingAlvaro Herrera
2008-07-01Teach autovacuum how to determine whether a temp table belongs to a crashedTom Lane
2008-06-30Turn PGBE_ACTIVITY_SIZE into a GUC variable, track_activity_query_size.Heikki Linnakangas
2008-06-26Fix 'pg_ctl restart' to preserve command-line arguments.Bruce Momjian
2008-06-26Use SYSTEMQUOTE as concatentation to strings, rather than %s printfBruce Momjian
2008-06-19Rewrite the sinval messaging mechanism to reduce contention and avoidTom Lane
2008-06-19Improve our #include situation by moving pointer types away from theAlvaro Herrera
2008-06-06Change xlog.h to xlogdefs.h in bufpage.h, and fix fallout.Alvaro Herrera
2008-06-05Modify vacuum() to accept a single relation OID instead of a list (which weAlvaro Herrera
2008-05-15Add support for tracking call counts and elapsed runtime for user-definedTom Lane
2008-05-12Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera
2008-05-04Add pg_conf_load_time() function to report when the Postgres configurationTom Lane
2008-04-26Code review for recent patch to terminate online backup during shutdown:Tom Lane
2008-04-23Prevent shutdown in normal mode if online backup is running, andMagnus Hagander
2008-04-03Teach ANALYZE to distinguish dead and in-doubt tuples, which it formerlyTom Lane
2008-03-31Use error message wordings for permissions checks on .pgpass and SSL privateTom Lane
2008-03-26Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera
2008-03-24Adjust the recent patch for reporting of deadlocked queries so that we reportTom Lane
2008-03-21Report the current queries of all backends involved in a deadlockTom Lane
2008-03-19Remove another useless snapshot creation.Alvaro Herrera
2008-03-14Fix inappropriately-timed memory context switch in autovacuum_do_vac_analyze.Tom Lane
2008-03-14Fix vacuum so that autovacuum is really not cancelled when doing an emergencyAlvaro Herrera
2008-03-09Remove postmaster.c's check that NBuffers is at least twice MaxBackends.Tom Lane
2008-02-20Rename miscadmin.h's PG_VERSIONSTR macro to PG_BACKEND_VERSIONSTR toTom Lane