| Commit message (Expand) | Author | Age | Files | Lines |
| * | Extend yesterday's patch so that the bgwriter is also told to forget | Tom Lane | 2007-01-17 | 1 | -46/+106 |
| * | Revise bgwriter fsync-request mechanism to improve robustness when a table | Tom Lane | 2007-01-17 | 1 | -94/+204 |
| * | Arrange for autovacuum to be killed when another operation wants to be alone | Alvaro Herrera | 2007-01-16 | 2 | -8/+28 |
| * | Remove trace macro call from new log_temp_files, until it gets more | Bruce Momjian | 2007-01-09 | 1 | -2/+1 |
| * | Add GUC log_temp_files to log the use of temporary files. | Bruce Momjian | 2007-01-09 | 1 | -2/+17 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 29 | -58/+58 |
| * | Clean up smgr.c/md.c APIs as per discussion a couple months ago. Instead of | Tom Lane | 2007-01-03 | 2 | -352/+368 |
| * | Modify local buffer management to request memory for local buffers in blocks | Tom Lane | 2006-12-27 | 1 | -6/+51 |
| * | KB -> kB | Peter Eisentraut | 2006-11-24 | 1 | -2/+2 |
| * | On systems that have setsid(2) (which should be just about everything except | Tom Lane | 2006-11-21 | 1 | -1/+5 |
| * | When truncating a relation in-place (eg during VACUUM), do not try to unlink | Tom Lane | 2006-11-20 | 1 | -37/+62 |
| * | Remove temporary Windows-specific debugging code; it seems the problem | Tom Lane | 2006-11-06 | 1 | -15/+1 |
| * | Fix recently-understood problems with handling of XID freezing, particularly | Tom Lane | 2006-11-05 | 1 | -2/+4 |
| * | Remove an unnecessary HOLD_INTERRUPTS/RESUME_INTERRUPTS pair. | Tom Lane | 2006-10-22 | 1 | -9/+2 |
| * | Redesign the patch for allocation of shmem space and LWLocks for add-on | Tom Lane | 2006-10-15 | 3 | -243/+65 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 15 | -204/+205 |
| * | Replace strncpy with strlcpy in selected places that seem possibly relevant | Tom Lane | 2006-09-27 | 1 | -9/+6 |
| * | Add a check to prevent overwriting valid data if smgrnblocks() gives a | Tom Lane | 2006-09-25 | 1 | -4/+21 |
| * | Fix pg_locks view to call advisory locks advisory locks, while preserving | Tom Lane | 2006-09-22 | 2 | -3/+12 |
| * | Fix free space map to correctly track the total amount of FSM space needed | Tom Lane | 2006-09-21 | 1 | -34/+87 |
| * | Add built-in userlock manipulation functions to replace the former | Tom Lane | 2006-09-18 | 3 | -20/+11 |
| * | Marginal cleanup in arrangements for ensuring StrategyHintVacuum is cleared | Tom Lane | 2006-09-17 | 1 | -4/+1 |
| * | Specify lo_write() to take a _const_ buffer, to match documentation. | Bruce Momjian | 2006-09-07 | 1 | -2/+2 |
| * | Arrange for GetSnapshotData to copy live-subtransaction XIDs from the | Tom Lane | 2006-09-03 | 1 | -10/+59 |
| * | Add a function GetLockConflicts() to lock.c to report xacts holding | Tom Lane | 2006-08-27 | 1 | -1/+99 |
| * | Add the ability to create indexes 'concurrently', that is, without | Tom Lane | 2006-08-25 | 1 | -2/+30 |
| * | Add some debug logging code to AllocateFile's failure path to log the | Tom Lane | 2006-08-24 | 1 | -1/+15 |
| * | Add a 'waiting' column to pg_stat_activity to carry the same information | Tom Lane | 2006-08-19 | 1 | -2/+7 |
| * | Now that we've rearranged relation open to get a lock before touching | Tom Lane | 2006-08-18 | 1 | -3/+18 |
| * | Put back another improperly-removed #include. | Tom Lane | 2006-08-07 | 1 | -1/+2 |
| * | Fix missing 'static' keywords --- some compilers gripe about this. | Tom Lane | 2006-08-04 | 1 | -3/+3 |
| * | Add support for loadable modules to allocated shared memory and | Bruce Momjian | 2006-08-01 | 3 | -10/+244 |
| * | Change the relation_open protocol so that we obtain lock on a relation | Tom Lane | 2006-07-31 | 3 | -62/+176 |
| * | Fix a couple of comments. | Tom Lane | 2006-07-30 | 1 | -6/+4 |
| * | Modify snapshot definition so that lazy vacuums are ignored by other | Alvaro Herrera | 2006-07-30 | 2 | -13/+34 |
| * | DTrace support, with a small initial set of probes | Peter Eisentraut | 2006-07-24 | 2 | -2/+17 |
| * | Convert the lock manager to use the new dynahash.c support for partitioned | Tom Lane | 2006-07-23 | 4 | -218/+274 |
| * | Fix oversight in sizing of shared buffer lookup hashtable. Because | Tom Lane | 2006-07-23 | 1 | -4/+11 |
| * | Split the buffer mapping table into multiple separately lockable | Tom Lane | 2006-07-23 | 4 | -47/+148 |
| * | Add support to dynahash.c for partitioning shared hashtables according | Tom Lane | 2006-07-22 | 2 | -32/+9 |
| * | Hmm, seems --disable-spinlocks has been broken for awhile and nobody | Tom Lane | 2006-07-22 | 1 | -3/+5 |
| * | Put back another not-so-unnecessary #include, per report from Hiroshi Saito. | Tom Lane | 2006-07-16 | 1 | -1/+2 |
| * | Put back some more not-so-unused-as-all-that #includes. This un-breaks | Tom Lane | 2006-07-15 | 1 | -1/+2 |
| * | Fix another passel of include-file breakage. Kris Jurka, Tom Lane | Tom Lane | 2006-07-14 | 2 | -2/+5 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 18 | -51/+18 |
| * | Fix a passel of recently-committed violations of the rule 'thou shalt | Tom Lane | 2006-07-14 | 4 | -9/+4 |
| * | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 | 5 | -6/+14 |
| * | Add GUC update_process_title to control whether 'ps' display is updated | Bruce Momjian | 2006-06-27 | 1 | -11/+17 |
| * | Remove redundant gettimeofday() calls to the extent practical without | Tom Lane | 2006-06-20 | 1 | -33/+40 |
| * | Take the statistics collector out of the loop for monitoring backends' | Tom Lane | 2006-06-19 | 2 | -38/+5 |