| Age | Commit message (Expand) | Author |
| 2008-09-15 | Parse pg_hba.conf in postmaster, instead of once in each backend for | Magnus Hagander |
| 2008-08-25 | Unconditionally write the statsfile when SIGHUP is received, to minimize | Magnus Hagander |
| 2008-08-25 | Make stats_temp_directory PGC_SIGHUP, and document how it may cause a temporary | Magnus Hagander |
| 2008-08-15 | Make the temporary directory for pgstat files configurable by the GUC | Magnus Hagander |
| 2008-08-13 | Have autovacuum consider processing TOAST tables separately from their | Alvaro Herrera |
| 2008-08-11 | Introduce the concept of relation forks. An smgr relation can now consist | Heikki Linnakangas |
| 2008-08-05 | Move pgstat.tmp into a temporary directory under $PGDATA named pg_stat_tmp. | Magnus Hagander |
| 2008-08-01 | Add a few more DTrace probes to the backend. | Alvaro Herrera |
| 2008-07-23 | Ratchet up patch to improve autovacuum wraparound messages. | Alvaro Herrera |
| 2008-07-21 | Publish more openly the fact that autovacuum is working for wraparound | Alvaro Herrera |
| 2008-07-17 | Avoid crashing when a table is deleted while we're on the process of checking | Alvaro Herrera |
| 2008-07-01 | Teach autovacuum how to determine whether a temp table belongs to a crashed | Tom Lane |
| 2008-06-30 | Turn PGBE_ACTIVITY_SIZE into a GUC variable, track_activity_query_size. | Heikki Linnakangas |
| 2008-06-26 | Fix 'pg_ctl restart' to preserve command-line arguments. | Bruce Momjian |
| 2008-06-26 | Use SYSTEMQUOTE as concatentation to strings, rather than %s printf | Bruce Momjian |
| 2008-06-19 | Rewrite the sinval messaging mechanism to reduce contention and avoid | Tom Lane |
| 2008-06-19 | Improve our #include situation by moving pointer types away from the | Alvaro Herrera |
| 2008-06-06 | Change xlog.h to xlogdefs.h in bufpage.h, and fix fallout. | Alvaro Herrera |
| 2008-06-05 | Modify vacuum() to accept a single relation OID instead of a list (which we | Alvaro Herrera |
| 2008-05-15 | Add support for tracking call counts and elapsed runtime for user-defined | Tom Lane |
| 2008-05-12 | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera |
| 2008-05-04 | Add pg_conf_load_time() function to report when the Postgres configuration | Tom Lane |
| 2008-04-26 | Code review for recent patch to terminate online backup during shutdown: | Tom Lane |
| 2008-04-23 | Prevent shutdown in normal mode if online backup is running, and | Magnus Hagander |
| 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 |