| Commit message (Expand) | Author | Age |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Fix one more cast for _open_osfhandle(). | Magnus Hagander | 2010-01-02 |
* | Revise pgstat's tracking of tuple changes to improve the reliability of | Tom Lane | 2009-12-30 |
* | Avoid memory leak if pgstat_vacuum_stat is interrupted partway through. | Tom Lane | 2009-12-27 |
* | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs | 2009-12-19 |
* | If there is no sigdelset(), define it as a macro. | Peter Eisentraut | 2009-12-16 |
* | Add support for an application_name parameter, which is displayed in | Tom Lane | 2009-11-28 |
* | Fix memory leak in syslogger: logfile_rotate() would leak a copy of the | Tom Lane | 2009-11-19 |
* | Provide a parenthesized-options syntax for VACUUM, analogous to that recently | Tom Lane | 2009-11-16 |
* | reenable -> re-enable | Peter Eisentraut | 2009-11-05 |
* | Fix an oversight in an 8.3-era patch: pgstat_initstats should allow stats | Tom Lane | 2009-10-02 |
* | 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-08 |
* | Remove pgstat's discrimination against MsgVacuum and MsgAnalyze messages. | Tom Lane | 2009-09-04 |
* | Change the autovacuum launcher to read pg_database directly, rather than | Tom Lane | 2009-08-31 |
* | Remove the use of the pg_auth flat file for client authentication. | Tom Lane | 2009-08-29 |
* | 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-28 |
* | Fix handling of autovacuum reloptions. | Alvaro Herrera | 2009-08-27 |
* | 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-24 |
* | Allow backends to start up without use of the flat-file copy of pg_database. | Tom Lane | 2009-08-12 |
* | Fast shutdown stop should forcibly disconnect any active backends, even | Heikki Linnakangas | 2009-08-07 |
* | Avoid terminating the postmaster on a number of "can't happen" cases during | Magnus Hagander | 2009-08-06 |
* | Create a multiplexing structure for signals to Postgres child processes. | Tom Lane | 2009-07-31 |
* | Reserve the shared memory region during backend startup on Windows, so | Magnus Hagander | 2009-07-24 |
* | Remove no-longer-necessary transmission of postmaster's LC_COLLATE and | Tom Lane | 2009-07-08 |
* | Cleanup and code review for the patch that made bgwriter active during | Tom Lane | 2009-06-26 |
* | Fix some serious bugs in archive recovery, now that bgwriter is active | Heikki Linnakangas | 2009-06-25 |
* | Fix several places where a function was declared static and then defined | Tom Lane | 2009-06-12 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | 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-09 |
* | Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow somewhat sane | Tom Lane | 2009-06-06 |
* | Improve the recently-added support for properly pluralized error messages | Tom Lane | 2009-06-04 |
* | Fix all the server-side SIGQUIT handlers (grumble ... why so many identical | Tom Lane | 2009-05-15 |
* | Install a "dead man switch" to allow the postmaster to detect cases where | Tom Lane | 2009-05-05 |
* | 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-04 |
* | Install some simple defenses in postmaster startup to help ensure a useful | Tom Lane | 2009-05-02 |
* | Remove a boatload of useless definitions of 'int optreset'. If we | Tom Lane | 2009-04-05 |
* | Modify the relcache to record the temp status of both local and nonlocal | Tom Lane | 2009-03-31 |
* | Gettext plural support | Peter Eisentraut | 2009-03-26 |
* | Fix Windows-specific race condition in syslogger. This could've been | Heikki Linnakangas | 2009-03-18 |
* | Reload config file in startup process on SIGHUP. | Heikki Linnakangas | 2009-03-04 |
* | Fix copy-pasto in the patch to allow background writer to run during | Heikki Linnakangas | 2009-03-03 |
* | Put back a "continue" that went missing in the changes to start background | Heikki Linnakangas | 2009-02-25 |
* | Don't append epoch to log_filename if no format specifier is given. | Peter Eisentraut | 2009-02-24 |
* | Change the signaling of end-of-recovery. Startup process now indicates end | Heikki Linnakangas | 2009-02-23 |