| Age | Commit message (Expand) | Author |
| 2008-12-11 | The macros NULL_DEV and DEVNULL were both used to work around | Peter Eisentraut |
| 2008-12-09 | Revert SIGUSR1 multiplexing patch, per Tom's objection. | Heikki Linnakangas |
| 2008-12-09 | Provide support for multiplexing SIGUSR1 signal. The upcoming synchronous | Heikki Linnakangas |
| 2008-12-08 | Teach pgstat_vacuum_stat to not bother scanning pg_proc in the common case | Tom Lane |
| 2008-12-04 | Utilize the visibility map in autovacuum, too. There was an oversight in | Heikki Linnakangas |
| 2008-11-23 | Teach RequestCheckpoint() to wait and retry a few times if it can't signal | Tom Lane |
| 2008-11-12 | Fix off-by-one error in autovacuum shmem struct sizing. This could lead to | Heikki Linnakangas |
| 2008-11-04 | Fix compiler warning about uninitialized variable | Peter Eisentraut |
| 2008-11-03 | Reduce the acceptable staleness of pgstat data for autovacuum, per the | Alvaro Herrera |
| 2008-11-03 | Change the pgstat logic so that the stats collector writes the stats file only | Tom Lane |
| 2008-11-02 | Remove the last vestiges of the MAKE_PTR/MAKE_OFFSET mechanism. We haven't | Tom Lane |
| 2008-10-28 | Remove support for (insecure) crypt authentication. | Magnus Hagander |
| 2008-10-14 | Fix oversight in the relation forks patch: forgot to copy fork number to | Heikki Linnakangas |
| 2008-09-30 | Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the | Heikki Linnakangas |
| 2008-09-23 | Add comment about the use of EXEC_BACKEND. | Bruce Momjian |
| 2008-09-23 | Make LC_COLLATE and LC_CTYPE database-level settings. Collation and | Heikki Linnakangas |
| 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 |