| Age | Commit message (Expand) | Author |
| 2007-06-14 | Implement a chunking protocol for writes to the syslogger pipe, with messages | Andrew Dunstan |
| 2007-06-13 | Avoid integer overflow issues in autovacuum. | Alvaro Herrera |
| 2007-06-08 | Disallow the cost balancing code from resulting in a zero cost limit, which | Alvaro Herrera |
| 2007-06-08 | Avoid passing zero as a value for vacuum_cost_limit, because it's not a valid | Alvaro Herrera |
| 2007-06-07 | Avoid losing track of data for shared tables in pgstats. Report by Michael | Alvaro Herrera |
| 2007-06-04 | Remove ill-conceived CRLF translation for Windows in syslogger. | Andrew Dunstan |
| 2007-05-30 | Make large sequential scans and VACUUMs work in a limited-size "ring" of | Tom Lane |
| 2007-05-27 | Ooops, I was too busy worrying about getting the transactional infrastructure | Tom Lane |
| 2007-05-27 | pgstat's on-proc-exit hook has to execute after the last transaction commit | Tom Lane |
| 2007-05-27 | Fix up pgstats counting of live and dead tuples to recognize that committed | Tom Lane |
| 2007-05-07 | Make sure we don't skip databases that are supposed to be vacuumed "exactly | Alvaro Herrera |
| 2007-05-04 | Suppress a recently-introduced 'variable might be clobbered by longjmp' warning. | Tom Lane |
| 2007-05-02 | Use the new TimestampDifferenceExceeds API instead of timestamp_cmp_internal | Alvaro Herrera |
| 2007-05-02 | Fix failure to check for INVALID worker entry in the new autovacuum code, which | Alvaro Herrera |
| 2007-04-30 | Fix oversight in my patch of yesterday: forgot to ensure that stats would | Tom Lane |
| 2007-04-30 | Implement rate-limiting logic on how often backends will attempt to send | Tom Lane |
| 2007-04-21 | Adjust pgstat_initstats() to avoid repeated searches of the TabStat arrays | Tom Lane |
| 2007-04-18 | Enable configurable log of autovacuum actions. Initial patch from Simon | Alvaro Herrera |
| 2007-04-16 | Add a multi-worker capability to autovacuum. This allows multiple worker | Alvaro Herrera |
| 2007-03-30 | Add some instrumentation to the bgwriter, through the stats collector. | Magnus Hagander |
| 2007-03-28 | Add the "recheck" logic to autovacuum worker code. The worker first builds | Alvaro Herrera |
| 2007-03-27 | Cosmetic changes: rename some struct fields, and move the fetching of pgstat | Alvaro Herrera |
| 2007-03-23 | Set the node properly, per Tom. | Alvaro Herrera |
| 2007-03-23 | Separate the code to start a new worker into its own function. The code is | Alvaro Herrera |
| 2007-03-23 | Separate fetch of pg_autovacuum tuple into its own function. | Alvaro Herrera |
| 2007-03-23 | We no longer need to palloc the VacuumStmt node; keeping it on the stack is | Alvaro Herrera |
| 2007-03-22 | Allow the pgstat process to restart immediately after a receiving | Bruce Momjian |
| 2007-03-16 | Add new columns for tuple statistics on a database level to | Magnus Hagander |
| 2007-03-13 | First phase of plan-invalidation project: create a plan cache management | Tom Lane |
| 2007-03-07 | Cleanup the bootstrap code a little, and rename "dummy procs" in the code | Alvaro Herrera |
| 2007-03-01 | Fix miscalculation of stats collector's write delay, introduced in revision 1... | Tom Lane |
| 2007-02-16 | Code review for SSLKEY patch. | Tom Lane |
| 2007-02-16 | SSL improvements: | Bruce Momjian |
| 2007-02-16 | Remove useless database name from bootstrap argument processing (including | Alvaro Herrera |
| 2007-02-15 | Restructure autovacuum in two processes: a dummy process, which runs | Alvaro Herrera |
| 2007-02-13 | Improve postmaster's behavior if an accept() call fails. Because the server | Tom Lane |
| 2007-02-11 | Fix for early log messages during postmaster startup getting lost when | Magnus Hagander |
| 2007-02-10 | StrNCpy -> strlcpy (not complete) | Peter Eisentraut |
| 2007-02-09 | Call pgstat_drop_database during DROP DATABASE, so that any stats file | Tom Lane |
| 2007-02-08 | This patch fixes shared_preload_libraries on Windows hosts. It forces | Bruce Momjian |
| 2007-02-07 | Add a function pg_stat_clear_snapshot() that discards any statistics snapshot | Tom Lane |
| 2007-02-07 | Remove the xlog-centric "database system is ready" message and replace it with | Tom Lane |
| 2007-01-29 | Update process termination message to display signal number and name | Bruce Momjian |
| 2007-01-28 | Clean up broken usage of HAVE_DECL_SYS_SIGLIST and inconsistent/poorly | Tom Lane |
| 2007-01-28 | Use autoconf build-in sys_siglist macro AC_DECL_SYS_SIGLIST, rather than | Bruce Momjian |
| 2007-01-28 | Use sys_siglist[] to print out signal names for signal exits, rather | Bruce Momjian |
| 2007-01-26 | On Windows, use pgwin32_waitforsinglesocket() instead of select() to wait for | Tom Lane |
| 2007-01-23 | Back out use of FormatMessage(), does error values, not exception | Bruce Momjian |
| 2007-01-23 | Print meaningfull error text for abonormal process exit on Win32, rather | Bruce Momjian |
| 2007-01-22 | Use errhint() for WIN32 SIGTERM message, where possible. | Bruce Momjian |