| Age | Commit message (Expand) | Author |
| 2008-04-03 | Teach ANALYZE to distinguish dead and in-doubt tuples, which it formerly | Tom Lane |
| 2008-03-31 | Use error message wordings for permissions checks on .pgpass and SSL private | Tom Lane |
| 2008-03-26 | Move the HTSU_Result enum definition into snapshot.h, to avoid including | Alvaro Herrera |
| 2008-03-24 | Adjust the recent patch for reporting of deadlocked queries so that we report | Tom Lane |
| 2008-03-21 | Report the current queries of all backends involved in a deadlock | Tom Lane |
| 2008-03-19 | Remove another useless snapshot creation. | Alvaro Herrera |
| 2008-03-14 | Fix inappropriately-timed memory context switch in autovacuum_do_vac_analyze. | Tom Lane |
| 2008-03-14 | Fix vacuum so that autovacuum is really not cancelled when doing an emergency | Alvaro Herrera |
| 2008-03-09 | Remove postmaster.c's check that NBuffers is at least twice MaxBackends. | Tom Lane |
| 2008-02-20 | Rename miscadmin.h's PG_VERSIONSTR macro to PG_BACKEND_VERSIONSTR to | Tom Lane |
| 2008-02-20 | Change error message to be able to differentiate the two cases. Per suggestion | Alvaro Herrera |
| 2008-02-19 | Refactor backend makefiles to remove lots of duplicate code | Peter Eisentraut |
| 2008-02-17 | Replace time_t with pg_time_t (same values, but always int64) in on-disk | Tom Lane |
| 2008-01-25 | Fix two different copy-and-paste-os in CSV log rotation logic; one that led to | Tom Lane |
| 2008-01-14 | Mark autovacuum entries in pg_stat_activity so that they can be easily | Alvaro Herrera |
| 2008-01-11 | Restructure the shutdown procedure for the archiver process to allow it to | Tom Lane |
| 2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
| 2007-12-18 | Make archiver process report its progress in PS display. Per | Tom Lane |
| 2007-12-13 | Clarify log messages | Peter Eisentraut |
| 2007-12-12 | Clean up unportable attempt to use #if inside a macro call, also | Tom Lane |
| 2007-12-12 | Provide a more accurate, detailed log message when the archive command fails. | Peter Eisentraut |
| 2007-11-24 | Reduce routine successful-archiving message from LOG to DEBUG1 grade, | Tom Lane |
| 2007-11-15 | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian |
| 2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
| 2007-11-15 | Message improvements | Peter Eisentraut |
| 2007-11-14 | Fix incorrect calculation of elapsed_xlogs. Itagaki Takahiro | Tom Lane |
| 2007-11-08 | Wording changes | Peter Eisentraut |
| 2007-11-05 | Use LOG instead of DEBUG2 for logging invalid cancel requests. (That is, | Neil Conway |
| 2007-10-29 | In the previous commit message, I forgot to credit Simon Riggs who provided | Alvaro Herrera |
| 2007-10-26 | Change win32 child-death tracking code to use a threadpool to wait for | Magnus Hagander |
| 2007-10-26 | Allow an autovacuum worker to be interrupted automatically when it is found | Alvaro Herrera |
| 2007-10-25 | Fix memory management for new variables -- they must actually survive | Alvaro Herrera |
| 2007-10-25 | Extract catalog info for error reporting before an error actually happens. | Alvaro Herrera |
| 2007-10-24 | Rearrange vacuum-related bits in PGPROC as a bitmask, to better support | Alvaro Herrera |
| 2007-10-24 | Minor changes to autovacuum worker: change error handling so that it continues | Alvaro Herrera |
| 2007-10-04 | Change Assert() to a plain test and elog, just to see if that works | Tom Lane |
| 2007-09-26 | Minor improvements in backup and recovery: | Tom Lane |
| 2007-09-25 | Just-in-time background writing strategy. This code avoids re-scanning | Tom Lane |
| 2007-09-24 | Avoid having autovacuum read pgstats data too many times in quick succession. | Alvaro Herrera |
| 2007-09-24 | Simplify and rename some GUC variables, per various recent discussions: | Tom Lane |
| 2007-09-23 | Make autovacuum report the start time of its current activity in | Tom Lane |
| 2007-09-22 | Fix erroneous Assert() in syslogger process start in EXEC_BACKEND case, | Tom Lane |
| 2007-09-20 | Cleanup items from csvlog changes, per ITAGAKI Takahiro. | Andrew Dunstan |
| 2007-09-20 | HOT updates. When we update a tuple without changing any of its indexed | Tom Lane |
| 2007-09-16 | Remove Assert(BgWriterShmem != NULL), which is rather pointless since | Tom Lane |
| 2007-09-12 | Fix a memory leak in the autovacuum launcher code. Noted by Darcy Buskermolen, | Alvaro Herrera |
| 2007-09-11 | Make sure that open hash table scans are cleaned up when bgwriter tries to | Tom Lane |
| 2007-09-11 | Rename recently-added pg_stat_activity column from txn_start to xact_start, | Tom Lane |
| 2007-08-21 | Suppress uninitialized-variable warning. | Tom Lane |
| 2007-08-19 | Provide for logfiles in machine readable CSV format. In consequence, rename | Andrew Dunstan |