| Age | Commit message (Expand) | Author |
| 2009-01-20 | Fix erroneous memory context switch in autovacuum, which was returning to a | Alvaro Herrera |
| 2008-06-27 | Fix 'pg_ctl reload' to properly preserve postmaster commend-line | Bruce Momjian |
| 2008-01-17 | Backpatch my fix of rev 1.48 to avoid a division-by-zero error in the | Alvaro Herrera |
| 2007-09-11 | Make sure that open hash table scans are cleaned up when bgwriter tries to | Tom Lane |
| 2007-08-02 | Make sure syslogPipe runs in binary mode on Windows to avoid corrupting the p... | Andrew Dunstan |
| 2007-07-19 | Only use the pipe chunking protocol if we know the syslogger should | Andrew Dunstan |
| 2007-07-08 | Remove the pgstat_drop_relation() call from smgr_internal_unlink(), because | Tom Lane |
| 2007-06-14 | Implement a chunking protocol for writes to the syslogger pipe, with messages | Andrew Dunstan |
| 2007-06-07 | Avoid losing track of data for shared tables in pgstats. Report by Michael | Alvaro Herrera |
| 2007-02-11 | Fix for early log messages during postmaster startup getting lost when | Magnus Hagander |
| 2007-01-27 | Back-port changes of Jan 16 and 17 to "revoke" pending fsync requests during | Tom Lane |
| 2007-01-14 | Fix autovacuum to avoid leaving non-permanent Xids in non-connectable | Alvaro Herrera |
| 2007-01-11 | Fix a performance problem in databases with large numbers of tables | Tom Lane |
| 2006-07-16 | Ensure that we retry rather than erroring out when send() or recv() return | Tom Lane |
| 2006-06-27 | Fix typo. | Tom Lane |
| 2006-06-27 | Clamp last_anl_tuples to n_live_tuples, in case we vacuum a table without | Alvaro Herrera |
| 2006-05-30 | PostmasterIsAlive test really ought to be in the inner loop for safety. | Tom Lane |
| 2006-05-30 | Prevent multiple archivers from starting. Backpatch to 8.1.X. | Bruce Momjian |
| 2006-05-19 | Have autovacuum report its activities to the stat collector. | Alvaro Herrera |
| 2006-03-18 | The call to DNSServiceRegistrationCreate in postmaster.c does incorrect | Neil Conway |
| 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 |
| 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 |
| 2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
| 2005-10-06 | Revise pgstats stuff to fix the problems with not counting accesses | Tom Lane |
| 2005-09-24 | Suppress signed-vs-unsigned-char warnings. | Tom Lane |
| 2005-09-22 | Suppress port number for unix domain sockets in log connect/disconnect | Bruce Momjian |
| 2005-09-12 | Ensure that any memory leaked during an error inside the bgwriter is | Tom Lane |
| 2005-08-30 | Log send() failures when sending to statistics process (but only in | Tom Lane |
| 2005-08-20 | Convert the arithmetic for shared memory size calculation from 'int' | Tom Lane |
| 2005-08-15 | Allow the pgstat views to show toast tables as well as regular tables | Tom Lane |
| 2005-08-12 | Reverse out changes to canonicalize_path(), per suggestion from Tom. | Bruce Momjian |
| 2005-08-12 | Modify canonicalize_path() so if we would return a trailing "..", throw | Bruce Momjian |
| 2005-08-12 | Code & docs review for server instrumentation patch. File timestamps | Tom Lane |
| 2005-08-12 | Add files to do read I/O on the cluster directory: | Bruce Momjian |
| 2005-08-11 | Autovacuum loose end mop-up. Provide autovacuum-specific vacuum cost | Tom Lane |
| 2005-08-09 | Make backends that are reading the pgstats file verify each backend PID | Tom Lane |
| 2005-08-08 | Cause ShutdownPostgres to do a normal transaction abort during backend | Tom Lane |
| 2005-08-02 | Tweak BgBufferSync() so that a persistent write error on a dirty buffer | Tom Lane |