| Commit message (Expand) | Author | Age |
* | 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-02-01 |
* | Fix thinko in autovacuum's test to skip temp tables: want to skip any | Tom Lane | 2006-01-20 |
* | Modify pgstats code to reduce performance penalties from oversized stats data | Tom Lane | 2006-01-18 |
* | Fix Windows-only postmaster code to reject a connection request and continue, | Tom Lane | 2006-01-06 |
* | Make all command-line options of postmaster and postgres the same. See | Peter Eisentraut | 2006-01-05 |
* | Remove BEOS port. | Bruce Momjian | 2006-01-05 |
* | Rearrange backend startup sequence so that ShmemIndexLock can become | Tom Lane | 2006-01-04 |
* | 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-03 |
* | Change if (!(x || y)) construct with if (!x && !y), for clarity. | Bruce Momjian | 2006-01-02 |
* | Rename variable to cmd_str. | Bruce Momjian | 2005-12-31 |
* | Rename variable 'what' to 'stat_msg'. | Bruce Momjian | 2005-12-31 |
* | Rethink prior patch to filter out dead backend entries from the pgstats | Tom Lane | 2005-12-16 |
* | Fix bgwriter's failure to release buffer pins and open files after an | Tom Lane | 2005-12-08 |
* | 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-28 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Repair an error introduced by log_line_prefix patch: it is not acceptable | Tom Lane | 2005-11-05 |
* | 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-11-03 |
* | minor code cleanup - replace useless struct timezone argument to | Andrew Dunstan | 2005-10-22 |
* | Postpone pg_timezone_initialize() until after creation of postmaster.pid, | Tom Lane | 2005-10-20 |
* | Clean up libpq's pollution of application namespace by renaming the | Tom Lane | 2005-10-17 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Revise pgstats stuff to fix the problems with not counting accesses | Tom Lane | 2005-10-06 |
* | Suppress signed-vs-unsigned-char warnings. | Tom Lane | 2005-09-24 |
* | Suppress port number for unix domain sockets in log connect/disconnect | Bruce Momjian | 2005-09-22 |
* | Ensure that any memory leaked during an error inside the bgwriter is | Tom Lane | 2005-09-12 |
* | Log send() failures when sending to statistics process (but only in | Tom Lane | 2005-08-30 |
* | Convert the arithmetic for shared memory size calculation from 'int' | Tom Lane | 2005-08-20 |
* | Allow the pgstat views to show toast tables as well as regular tables | Tom Lane | 2005-08-15 |
* | 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-12 |
* | Autovacuum loose end mop-up. Provide autovacuum-specific vacuum cost | Tom Lane | 2005-08-11 |
* | Make backends that are reading the pgstats file verify each backend PID | Tom Lane | 2005-08-09 |
* | Cause ShutdownPostgres to do a normal transaction abort during backend | Tom Lane | 2005-08-08 |
* | Tweak BgBufferSync() so that a persistent write error on a dirty buffer | Tom Lane | 2005-08-02 |
* | Clean up a number of autovacuum loose ends. Make the stats collector | Tom Lane | 2005-07-29 |
* | Fix some failures to initialize table entries induced by recent autovacuum | Tom Lane | 2005-07-24 |
* | Update DAYS_PER_MONTH comment. | Bruce Momjian | 2005-07-21 |
* | Add time/date macros for code clarity: | Bruce Momjian | 2005-07-21 |
* | Integrate autovacuum functionality into the backend. There's still a | Tom Lane | 2005-07-14 |
* | Arrange for the postmaster (and standalone backends, initdb, etc) to | Tom Lane | 2005-07-04 |
* | 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-30 |
* | Clean up the rather historically encumbered interface to now() and | Tom Lane | 2005-06-29 |
* | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane | 2005-06-28 |