summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
Commit message (Expand)AuthorAgeFilesLines
* Change xlog.h to xlogdefs.h in bufpage.h, and fix fallout.Alvaro Herrera2008-06-061-1/+2
* Modify vacuum() to accept a single relation OID instead of a list (which weAlvaro Herrera2008-06-051-15/+4
* Add support for tracking call counts and elapsed runtime for user-definedTom Lane2008-05-152-24/+451
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-122-2/+4
* Add pg_conf_load_time() function to report when the Postgres configurationTom Lane2008-05-041-1/+4
* Code review for recent patch to terminate online backup during shutdown:Tom Lane2008-04-261-24/+29
* Prevent shutdown in normal mode if online backup is running, andMagnus Hagander2008-04-231-5/+32
* Teach ANALYZE to distinguish dead and in-doubt tuples, which it formerlyTom Lane2008-04-031-5/+31
* Use error message wordings for permissions checks on .pgpass and SSL privateTom Lane2008-03-311-1/+8
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-262-2/+4
* Adjust the recent patch for reporting of deadlocked queries so that we reportTom Lane2008-03-241-3/+3
* Report the current queries of all backends involved in a deadlockTom Lane2008-03-211-1/+75
* Remove another useless snapshot creation.Alvaro Herrera2008-03-191-4/+1
* Fix inappropriately-timed memory context switch in autovacuum_do_vac_analyze.Tom Lane2008-03-141-10/+12
* Fix vacuum so that autovacuum is really not cancelled when doing an emergencyAlvaro Herrera2008-03-141-11/+5
* Remove postmaster.c's check that NBuffers is at least twice MaxBackends.Tom Lane2008-03-091-11/+1
* Rename miscadmin.h's PG_VERSIONSTR macro to PG_BACKEND_VERSIONSTR toTom Lane2008-02-201-2/+2
* Change error message to be able to differentiate the two cases. Per suggestionAlvaro Herrera2008-02-201-3/+3
* Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut2008-02-191-8/+2
* Replace time_t with pg_time_t (same values, but always int64) in on-diskTom Lane2008-02-172-13/+13
* Fix two different copy-and-paste-os in CSV log rotation logic; one that led toTom Lane2008-01-251-18/+16
* Mark autovacuum entries in pg_stat_activity so that they can be easilyAlvaro Herrera2008-01-141-3/+3
* Restructure the shutdown procedure for the archiver process to allow it toTom Lane2008-01-112-52/+138
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-018-16/+16
* Make archiver process report its progress in PS display. PerTom Lane2007-12-181-1/+13
* Clarify log messagesPeter Eisentraut2007-12-131-3/+3
* Clean up unportable attempt to use #if inside a macro call, alsoTom Lane2007-12-121-13/+26
* Provide a more accurate, detailed log message when the archive command fails.Peter Eisentraut2007-12-121-5/+29
* Reduce routine successful-archiving message from LOG to DEBUG1 grade,Tom Lane2007-11-241-2/+2
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-154-20/+20
* pgindent run for 8.3.Bruce Momjian2007-11-157-530/+567
* Message improvementsPeter Eisentraut2007-11-151-2/+2
* Fix incorrect calculation of elapsed_xlogs. Itagaki TakahiroTom Lane2007-11-141-2/+2
* Wording changesPeter Eisentraut2007-11-081-4/+4
* Use LOG instead of DEBUG2 for logging invalid cancel requests. (That is,Neil Conway2007-11-051-7/+7
* In the previous commit message, I forgot to credit Simon Riggs who providedAlvaro Herrera2007-10-291-2/+3
* Change win32 child-death tracking code to use a threadpool to wait forMagnus Hagander2007-10-261-171/+79
* Allow an autovacuum worker to be interrupted automatically when it is foundAlvaro Herrera2007-10-261-1/+9
* Fix memory management for new variables -- they must actually surviveAlvaro Herrera2007-10-251-5/+7
* Extract catalog info for error reporting before an error actually happens.Alvaro Herrera2007-10-251-15/+18
* Rearrange vacuum-related bits in PGPROC as a bitmask, to better supportAlvaro Herrera2007-10-241-12/+39
* Minor changes to autovacuum worker: change error handling so that it continuesAlvaro Herrera2007-10-241-43/+52
* Change Assert() to a plain test and elog, just to see if that worksTom Lane2007-10-041-2/+3
* Minor improvements in backup and recovery:Tom Lane2007-09-262-7/+17
* Just-in-time background writing strategy. This code avoids re-scanningTom Lane2007-09-252-9/+30
* Avoid having autovacuum read pgstats data too many times in quick succession.Alvaro Herrera2007-09-241-10/+49
* Simplify and rename some GUC variables, per various recent discussions:Tom Lane2007-09-242-88/+34
* Make autovacuum report the start time of its current activity inTom Lane2007-09-231-2/+5
* Fix erroneous Assert() in syslogger process start in EXEC_BACKEND case,Tom Lane2007-09-221-15/+10
* Cleanup items from csvlog changes, per ITAGAKI Takahiro.Andrew Dunstan2007-09-201-2/+10