| Commit message (Expand) | Author | Age | Files | Lines |
* | Change xlog.h to xlogdefs.h in bufpage.h, and fix fallout. | Alvaro Herrera | 2008-06-06 | 1 | -1/+2 |
* | Modify vacuum() to accept a single relation OID instead of a list (which we | Alvaro Herrera | 2008-06-05 | 1 | -15/+4 |
* | Add support for tracking call counts and elapsed runtime for user-defined | Tom Lane | 2008-05-15 | 2 | -24/+451 |
* | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 | 2 | -2/+4 |
* | Add pg_conf_load_time() function to report when the Postgres configuration | Tom Lane | 2008-05-04 | 1 | -1/+4 |
* | Code review for recent patch to terminate online backup during shutdown: | Tom Lane | 2008-04-26 | 1 | -24/+29 |
* | Prevent shutdown in normal mode if online backup is running, and | Magnus Hagander | 2008-04-23 | 1 | -5/+32 |
* | Teach ANALYZE to distinguish dead and in-doubt tuples, which it formerly | Tom Lane | 2008-04-03 | 1 | -5/+31 |
* | Use error message wordings for permissions checks on .pgpass and SSL private | Tom Lane | 2008-03-31 | 1 | -1/+8 |
* | Move the HTSU_Result enum definition into snapshot.h, to avoid including | Alvaro Herrera | 2008-03-26 | 2 | -2/+4 |
* | Adjust the recent patch for reporting of deadlocked queries so that we report | Tom Lane | 2008-03-24 | 1 | -3/+3 |
* | Report the current queries of all backends involved in a deadlock | Tom Lane | 2008-03-21 | 1 | -1/+75 |
* | Remove another useless snapshot creation. | Alvaro Herrera | 2008-03-19 | 1 | -4/+1 |
* | Fix inappropriately-timed memory context switch in autovacuum_do_vac_analyze. | Tom Lane | 2008-03-14 | 1 | -10/+12 |
* | Fix vacuum so that autovacuum is really not cancelled when doing an emergency | Alvaro Herrera | 2008-03-14 | 1 | -11/+5 |
* | Remove postmaster.c's check that NBuffers is at least twice MaxBackends. | Tom Lane | 2008-03-09 | 1 | -11/+1 |
* | Rename miscadmin.h's PG_VERSIONSTR macro to PG_BACKEND_VERSIONSTR to | Tom Lane | 2008-02-20 | 1 | -2/+2 |
* | Change error message to be able to differentiate the two cases. Per suggestion | Alvaro Herrera | 2008-02-20 | 1 | -3/+3 |
* | Refactor backend makefiles to remove lots of duplicate code | Peter Eisentraut | 2008-02-19 | 1 | -8/+2 |
* | Replace time_t with pg_time_t (same values, but always int64) in on-disk | Tom Lane | 2008-02-17 | 2 | -13/+13 |
* | Fix two different copy-and-paste-os in CSV log rotation logic; one that led to | Tom Lane | 2008-01-25 | 1 | -18/+16 |
* | Mark autovacuum entries in pg_stat_activity so that they can be easily | Alvaro Herrera | 2008-01-14 | 1 | -3/+3 |
* | Restructure the shutdown procedure for the archiver process to allow it to | Tom Lane | 2008-01-11 | 2 | -52/+138 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 8 | -16/+16 |
* | Make archiver process report its progress in PS display. Per | Tom Lane | 2007-12-18 | 1 | -1/+13 |
* | Clarify log messages | Peter Eisentraut | 2007-12-13 | 1 | -3/+3 |
* | Clean up unportable attempt to use #if inside a macro call, also | Tom Lane | 2007-12-12 | 1 | -13/+26 |
* | Provide a more accurate, detailed log message when the archive command fails. | Peter Eisentraut | 2007-12-12 | 1 | -5/+29 |
* | Reduce routine successful-archiving message from LOG to DEBUG1 grade, | Tom Lane | 2007-11-24 | 1 | -2/+2 |
* | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian | 2007-11-15 | 4 | -20/+20 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 7 | -530/+567 |
* | Message improvements | Peter Eisentraut | 2007-11-15 | 1 | -2/+2 |
* | Fix incorrect calculation of elapsed_xlogs. Itagaki Takahiro | Tom Lane | 2007-11-14 | 1 | -2/+2 |
* | Wording changes | Peter Eisentraut | 2007-11-08 | 1 | -4/+4 |
* | Use LOG instead of DEBUG2 for logging invalid cancel requests. (That is, | Neil Conway | 2007-11-05 | 1 | -7/+7 |
* | In the previous commit message, I forgot to credit Simon Riggs who provided | Alvaro Herrera | 2007-10-29 | 1 | -2/+3 |
* | Change win32 child-death tracking code to use a threadpool to wait for | Magnus Hagander | 2007-10-26 | 1 | -171/+79 |
* | Allow an autovacuum worker to be interrupted automatically when it is found | Alvaro Herrera | 2007-10-26 | 1 | -1/+9 |
* | Fix memory management for new variables -- they must actually survive | Alvaro Herrera | 2007-10-25 | 1 | -5/+7 |
* | Extract catalog info for error reporting before an error actually happens. | Alvaro Herrera | 2007-10-25 | 1 | -15/+18 |
* | Rearrange vacuum-related bits in PGPROC as a bitmask, to better support | Alvaro Herrera | 2007-10-24 | 1 | -12/+39 |
* | Minor changes to autovacuum worker: change error handling so that it continues | Alvaro Herrera | 2007-10-24 | 1 | -43/+52 |
* | Change Assert() to a plain test and elog, just to see if that works | Tom Lane | 2007-10-04 | 1 | -2/+3 |
* | Minor improvements in backup and recovery: | Tom Lane | 2007-09-26 | 2 | -7/+17 |
* | Just-in-time background writing strategy. This code avoids re-scanning | Tom Lane | 2007-09-25 | 2 | -9/+30 |
* | Avoid having autovacuum read pgstats data too many times in quick succession. | Alvaro Herrera | 2007-09-24 | 1 | -10/+49 |
* | Simplify and rename some GUC variables, per various recent discussions: | Tom Lane | 2007-09-24 | 2 | -88/+34 |
* | Make autovacuum report the start time of its current activity in | Tom Lane | 2007-09-23 | 1 | -2/+5 |
* | Fix erroneous Assert() in syslogger process start in EXEC_BACKEND case, | Tom Lane | 2007-09-22 | 1 | -15/+10 |
* | Cleanup items from csvlog changes, per ITAGAKI Takahiro. | Andrew Dunstan | 2007-09-20 | 1 | -2/+10 |