| Age | Commit message (Expand) | Author |
| 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 |
| 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 |
| 2005-07-29 | Clean up a number of autovacuum loose ends. Make the stats collector | Tom Lane |
| 2005-07-24 | Fix some failures to initialize table entries induced by recent autovacuum | Tom Lane |
| 2005-07-21 | Update DAYS_PER_MONTH comment. | Bruce Momjian |
| 2005-07-21 | Add time/date macros for code clarity: | Bruce Momjian |
| 2005-07-14 | Integrate autovacuum functionality into the backend. There's still a | Tom Lane |
| 2005-07-04 | Arrange for the postmaster (and standalone backends, initdb, etc) to | Tom Lane |
| 2005-06-30 | Issue fatal error if no TCP/IP sockets could be created | Peter Eisentraut |
| 2005-06-30 | Improve the checkpoint signaling mechanism so that the bgwriter can tell | Tom Lane |
| 2005-06-29 | Clean up the rather historically encumbered interface to now() and | Tom Lane |
| 2005-06-28 | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane |