| Age | Commit message (Expand) | Author |
| 2010-02-14 | Wrap calls to SearchSysCache and related functions using macros. | Robert Haas |
| 2010-02-05 | Document that archive_timeout will force new WAL files even if a single | Bruce Momjian |
| 2010-01-31 | Make checks for invalid pgStatSock use PGINVALID_SOCKET | Magnus Hagander |
| 2010-01-28 | Add functions to reset the statistics counter for a single table/index or | Magnus Hagander |
| 2010-01-27 | Make standby server continuously retry restoring the next WAL segment with | Heikki Linnakangas |
| 2010-01-19 | Add pg_stat_reset_shared('bgwriter') to reset the cluster-wide shared | Magnus Hagander |
| 2010-01-15 | Introduce Streaming Replication. | Heikki Linnakangas |
| 2010-01-11 | Add some simple support and documentation for using process-specific oom_adj | Tom Lane |
| 2010-01-10 | Create typedef pgsocket for storing socket descriptors. | Magnus Hagander |
| 2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
| 2010-01-02 | Fix one more cast for _open_osfhandle(). | Magnus Hagander |
| 2009-12-30 | Revise pgstat's tracking of tuple changes to improve the reliability of | Tom Lane |
| 2009-12-27 | Avoid memory leak if pgstat_vacuum_stat is interrupted partway through. | Tom Lane |
| 2009-12-19 | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs |
| 2009-12-16 | If there is no sigdelset(), define it as a macro. | Peter Eisentraut |
| 2009-11-28 | Add support for an application_name parameter, which is displayed in | Tom Lane |
| 2009-11-19 | Fix memory leak in syslogger: logfile_rotate() would leak a copy of the | Tom Lane |
| 2009-11-16 | Provide a parenthesized-options syntax for VACUUM, analogous to that recently | Tom Lane |
| 2009-11-05 | reenable -> re-enable | Peter Eisentraut |
| 2009-10-02 | Fix an oversight in an 8.3-era patch: pgstat_initstats should allow stats | Tom Lane |
| 2009-09-08 | Add a boolean GUC parameter "bonjour" to control whether a Bonjour-enabled | Tom Lane |
| 2009-09-08 | Replace use of the long-deprecated Bonjour API DNSServiceRegistrationCreate | Tom Lane |
| 2009-09-04 | Remove pgstat's discrimination against MsgVacuum and MsgAnalyze messages. | Tom Lane |
| 2009-08-31 | Change the autovacuum launcher to read pg_database directly, rather than | Tom Lane |
| 2009-08-29 | Remove the use of the pg_auth flat file for client authentication. | Tom Lane |
| 2009-08-28 | Remove useless code that propagated FrontendProtocol to a backend via a | Tom Lane |
| 2009-08-28 | Non-Windows EXEC_BACKEND path was broken by recent write_inheritable_socket | Tom Lane |
| 2009-08-27 | Fix handling of autovacuum reloptions. | Alvaro Herrera |
| 2009-08-24 | Try to make silent_mode behave somewhat reasonably. | Tom Lane |
| 2009-08-24 | Small correction to previous patch: we shouldn't ReleasePostmasterChildSlot | Tom Lane |
| 2009-08-24 | Avoid calling kill() in a postmaster signal handler. | Alvaro Herrera |
| 2009-08-12 | Allow backends to start up without use of the flat-file copy of pg_database. | Tom Lane |
| 2009-08-07 | Fast shutdown stop should forcibly disconnect any active backends, even | Heikki Linnakangas |
| 2009-08-06 | Avoid terminating the postmaster on a number of "can't happen" cases during | Magnus Hagander |
| 2009-07-31 | Create a multiplexing structure for signals to Postgres child processes. | Tom Lane |
| 2009-07-24 | Reserve the shared memory region during backend startup on Windows, so | Magnus Hagander |
| 2009-07-08 | Remove no-longer-necessary transmission of postmaster's LC_COLLATE and | Tom Lane |
| 2009-06-26 | Cleanup and code review for the patch that made bgwriter active during | Tom Lane |
| 2009-06-25 | Fix some serious bugs in archive recovery, now that bgwriter is active | Heikki Linnakangas |
| 2009-06-12 | Fix several places where a function was declared static and then defined | Tom Lane |
| 2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
| 2009-06-09 | Fix typo, per Tom | Alvaro Herrera |
| 2009-06-09 | Dynamically set a lower bound on autovacuum nap time so that we don't rebuild | Alvaro Herrera |
| 2009-06-06 | Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow somewhat sane | Tom Lane |
| 2009-06-04 | Improve the recently-added support for properly pluralized error messages | Tom Lane |
| 2009-05-15 | Fix all the server-side SIGQUIT handlers (grumble ... why so many identical | Tom Lane |
| 2009-05-05 | Install a "dead man switch" to allow the postmaster to detect cases where | Tom Lane |
| 2009-05-04 | Fix missed usage of DLNewElem() | Tom Lane |
| 2009-05-04 | Avoid a memory allocation in the backend startup code, to avoid having to check | Alvaro Herrera |
| 2009-05-02 | Install some simple defenses in postmaster startup to help ensure a useful | Tom Lane |