summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
AgeCommit message (Expand)Author
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
2008-02-20Change error message to be able to differentiate the two cases. Per suggestionAlvaro Herrera
2008-02-19Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut
2008-02-17Replace time_t with pg_time_t (same values, but always int64) in on-diskTom Lane
2008-01-25Fix two different copy-and-paste-os in CSV log rotation logic; one that led toTom Lane
2008-01-14Mark autovacuum entries in pg_stat_activity so that they can be easilyAlvaro Herrera
2008-01-11Restructure the shutdown procedure for the archiver process to allow it toTom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-12-18Make archiver process report its progress in PS display. PerTom Lane
2007-12-13Clarify log messagesPeter Eisentraut
2007-12-12Clean up unportable attempt to use #if inside a macro call, alsoTom Lane
2007-12-12Provide a more accurate, detailed log message when the archive command fails.Peter Eisentraut
2007-11-24Reduce routine successful-archiving message from LOG to DEBUG1 grade,Tom Lane
2007-11-15Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-11-15Message improvementsPeter Eisentraut
2007-11-14Fix incorrect calculation of elapsed_xlogs. Itagaki TakahiroTom Lane
2007-11-08Wording changesPeter Eisentraut
2007-11-05Use LOG instead of DEBUG2 for logging invalid cancel requests. (That is,Neil Conway
2007-10-29In the previous commit message, I forgot to credit Simon Riggs who providedAlvaro Herrera
2007-10-26Change win32 child-death tracking code to use a threadpool to wait forMagnus Hagander
2007-10-26Allow an autovacuum worker to be interrupted automatically when it is foundAlvaro Herrera
2007-10-25Fix memory management for new variables -- they must actually surviveAlvaro Herrera
2007-10-25Extract catalog info for error reporting before an error actually happens.Alvaro Herrera
2007-10-24Rearrange vacuum-related bits in PGPROC as a bitmask, to better supportAlvaro Herrera
2007-10-24Minor changes to autovacuum worker: change error handling so that it continuesAlvaro Herrera
2007-10-04Change Assert() to a plain test and elog, just to see if that worksTom Lane
2007-09-26Minor improvements in backup and recovery:Tom Lane
2007-09-25Just-in-time background writing strategy. This code avoids re-scanningTom Lane
2007-09-24Avoid having autovacuum read pgstats data too many times in quick succession.Alvaro Herrera
2007-09-24Simplify and rename some GUC variables, per various recent discussions:Tom Lane
2007-09-23Make autovacuum report the start time of its current activity inTom Lane
2007-09-22Fix erroneous Assert() in syslogger process start in EXEC_BACKEND case,Tom Lane
2007-09-20Cleanup items from csvlog changes, per ITAGAKI Takahiro.Andrew Dunstan
2007-09-20HOT updates. When we update a tuple without changing any of its indexedTom Lane
2007-09-16Remove Assert(BgWriterShmem != NULL), which is rather pointless sinceTom Lane
2007-09-12Fix a memory leak in the autovacuum launcher code. Noted by Darcy Buskermolen,Alvaro Herrera
2007-09-11Make sure that open hash table scans are cleaned up when bgwriter tries toTom Lane
2007-09-11Rename recently-added pg_stat_activity column from txn_start to xact_start,Tom Lane
2007-08-21Suppress uninitialized-variable warning.Tom Lane
2007-08-19Provide for logfiles in machine readable CSV format. In consequence, renameAndrew Dunstan