| Age | Commit message (Expand) | Author |
| 2006-07-11 | Alphabetically order reference to include files, "S"-"Z". | Bruce Momjian |
| 2006-07-11 | Sort reference of include files, "A" - "F". | Bruce Momjian |
| 2006-07-10 | Improve vacuum code to track minimum Xids per table instead of per database. | Alvaro Herrera |
| 2006-06-29 | Remove the separate 'stats buffer' process, letting backend stats messages | Tom Lane |
| 2006-06-27 | Add GUC update_process_title to control whether 'ps' display is updated | Bruce Momjian |
| 2006-06-27 | Clamp last_anl_tuples to n_live_tuples, in case we vacuum a table without | Alvaro Herrera |
| 2006-06-20 | Remove redundant gettimeofday() calls to the extent practical without | Tom Lane |
| 2006-06-19 | Take the statistics collector out of the loop for monitoring backends' | Tom Lane |
| 2006-06-18 | Merge postmaster and postgres command into just postgres. postmaster | Peter Eisentraut |
| 2006-06-07 | Prepare code to be built by MSVC: | Bruce Momjian |
| 2006-05-30 | PostmasterIsAlive test really ought to be in the inner loop for safety. | Tom Lane |
| 2006-05-30 | Clarify the HINT for 'checkpoint request failed', per recent complaint | Tom Lane |
| 2006-05-30 | Prevent multiple archivers from starting. Backpatch to 8.1.X. | Bruce Momjian |
| 2006-05-30 | Patch reverted because of random buildfarm failures: | Bruce Momjian |
| 2006-05-19 | Add last-vacuum/analyze-time columns to the stats collector, both manual and | Alvaro Herrera |
| 2006-05-19 | Have autovacuum report its activities to the stat collector. | Alvaro Herrera |
| 2006-05-03 | Create a syscache for pg_database-indexed-by-oid, and make use of it | Tom Lane |
| 2006-04-27 | Change log message about vacuuming database name from LOG to DEBUG1. | Bruce Momjian |
| 2006-04-27 | Delay write of pg_stats file to once every five minutes, during | Bruce Momjian |
| 2006-04-20 | Add "retry another address" log message on statistics collector socket | Bruce Momjian |
| 2006-04-06 | Remove the pgstats logic for delaying destruction of stats table entries. | Tom Lane |
| 2006-03-18 | The call to DNSServiceRegistrationCreate in postmaster.c does incorrect | Neil Conway |
| 2006-03-07 | Turn off zero_damaged_pages in the right place (ie, in the autovac | Tom Lane |
| 2006-03-07 | Use SetConfigOption() to turn off "zero_damaged_pages" in autovacuum. | Bruce Momjian |
| 2006-03-06 | Prevent autovacuum from zeroing damaged pages. | Bruce Momjian |
| 2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
| 2006-02-01 | Add code comment about Linux stack randomization and shared memory. | Bruce Momjian |
| 2006-02-01 | Set progname early in the postmaster/postgres binary, rather than doing | Bruce Momjian |
| 2006-01-20 | Fix thinko in autovacuum's test to skip temp tables: want to skip any | Tom Lane |
| 2006-01-18 | Modify pgstats code to reduce performance penalties from oversized stats data | Tom Lane |
| 2006-01-06 | Fix Windows-only postmaster code to reject a connection request and continue, | Tom Lane |
| 2006-01-05 | Make all command-line options of postmaster and postgres the same. See | Peter Eisentraut |
| 2006-01-05 | Remove BEOS port. | Bruce Momjian |
| 2006-01-04 | Rearrange backend startup sequence so that ShmemIndexLock can become | Tom Lane |
| 2006-01-03 | Assume select() might modify struct timeout, so remove previous | Bruce Momjian |
| 2006-01-03 | Use setitimer() for stats file write, rather than do a gettimeofday() | Bruce Momjian |
| 2006-01-02 | Change if (!(x || y)) construct with if (!x && !y), for clarity. | Bruce Momjian |
| 2005-12-31 | Rename variable to cmd_str. | Bruce Momjian |
| 2005-12-31 | Rename variable 'what' to 'stat_msg'. | Bruce Momjian |
| 2005-12-16 | Rethink prior patch to filter out dead backend entries from the pgstats | Tom Lane |
| 2005-12-08 | Fix bgwriter's failure to release buffer pins and open files after an | Tom Lane |
| 2005-11-28 | Install a more future-proof fix for the snapshot-unset bug just found. | Alvaro Herrera |
| 2005-11-28 | Set a snapshot before running analyze on a single table, to avoid a | Alvaro Herrera |
| 2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
| 2005-11-05 | Repair an error introduced by log_line_prefix patch: it is not acceptable | Tom Lane |
| 2005-11-03 | Fix one overlooked ocurrence of "None" in EXEC_BACKEND block. | Alvaro Herrera |
| 2005-11-03 | Rename the members of CommandDest enum so they don't collide with other uses of | Alvaro Herrera |
| 2005-10-22 | minor code cleanup - replace useless struct timezone argument to | Andrew Dunstan |
| 2005-10-20 | Postpone pg_timezone_initialize() until after creation of postmaster.pid, | Tom Lane |
| 2005-10-17 | Clean up libpq's pollution of application namespace by renaming the | Tom Lane |