| Commit message (Expand) | Author | Age | Files | Lines |
| * | Implement "distributed" checkpoints in which the checkpoint I/O is spread | Tom Lane | 2007-06-28 | 2 | -6/+5 |
| * | Remove unused BAD_LOCATION definition. | Alvaro Herrera | 2007-06-25 | 1 | -2/+1 |
| * | Code review for log_lock_waits patch. Don't try to issue log messages from | Tom Lane | 2007-06-19 | 2 | -6/+12 |
| * | Arrange for large sequential scans to synchronize with each other, so that | Tom Lane | 2007-06-08 | 1 | -1/+2 |
| * | Rework temp_tablespaces patch so that temp tablespaces are assigned separately | Tom Lane | 2007-06-07 | 2 | -4/+8 |
| * | Create a GUC parameter temp_tablespaces that allows selection of the | Tom Lane | 2007-06-03 | 2 | -5/+4 |
| * | Make CREATE/DROP/RENAME DATABASE wait a little bit to see if other backends | Tom Lane | 2007-06-01 | 1 | -2/+2 |
| * | Make large sequential scans and VACUUMs work in a limited-size "ring" of | Tom Lane | 2007-05-30 | 3 | -9/+28 |
| * | Fix trivial misspelling in comment. | Tom Lane | 2007-05-30 | 1 | -2/+2 |
| * | tas() support for Renesas' M32R processor. Kazuhiro Inaoka | Tom Lane | 2007-05-04 | 1 | -1/+13 |
| * | During WAL recovery, when reading a page that we intend to overwrite completely | Tom Lane | 2007-05-02 | 1 | -1/+2 |
| * | Add a multi-worker capability to autovacuum. This allows multiple worker | Alvaro Herrera | 2007-04-16 | 2 | -2/+5 |
| * | Remove the CheckpointStartLock in favor of having backends show whether they | Tom Lane | 2007-04-03 | 3 | -4/+8 |
| * | Cleanup the bootstrap code a little, and rename "dummy procs" in the code | Alvaro Herrera | 2007-03-07 | 1 | -4/+4 |
| * | Add lo_truncate() to backend and libpq for large object truncation. | Bruce Momjian | 2007-03-03 | 1 | -1/+2 |
| * | Add GUC log_lock_waits to log long wait times. | Bruce Momjian | 2007-03-03 | 2 | -3/+11 |
| * | Suppress useless searches for unused line pointers in PageAddItem. To do | Tom Lane | 2007-03-02 | 1 | -6/+35 |
| * | btree source code cleanups: | Bruce Momjian | 2007-02-21 | 1 | -1/+2 |
| * | Restructure autovacuum in two processes: a dummy process, which runs | Alvaro Herrera | 2007-02-15 | 3 | -5/+8 |
| * | Combine cmin and cmax fields of HeapTupleHeaders into a single field, by | Tom Lane | 2007-02-09 | 1 | -4/+5 |
| * | Extend yesterday's patch so that the bgwriter is also told to forget | Tom Lane | 2007-01-17 | 1 | -1/+3 |
| * | Arrange for autovacuum to be killed when another operation wants to be alone | Alvaro Herrera | 2007-01-16 | 2 | -3/+4 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 32 | -64/+64 |
| * | Clean up smgr.c/md.c APIs as per discussion a couple months ago. Instead of | Tom Lane | 2007-01-03 | 1 | -13/+12 |
| * | Update lock comments for concurrent index creation, analyze. | Bruce Momjian | 2006-11-23 | 1 | -3/+4 |
| * | Clean up local redeclarations of variables with DLLIMPORT, per report | Tom Lane | 2006-10-19 | 2 | -5/+5 |
| * | Redesign the patch for allocation of shmem space and LWLocks for add-on | Tom Lane | 2006-10-15 | 3 | -16/+8 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 5 | -16/+16 |
| * | Fix pg_locks view to call advisory locks advisory locks, while preserving | Tom Lane | 2006-09-22 | 1 | -4/+5 |
| * | Fix free space map to correctly track the total amount of FSM space needed | Tom Lane | 2006-09-21 | 1 | -7/+9 |
| * | Add built-in userlock manipulation functions to replace the former | Tom Lane | 2006-09-18 | 1 | -5/+12 |
| * | Specify lo_write() to take a _const_ buffer, to match documentation. | Bruce Momjian | 2006-09-07 | 1 | -2/+2 |
| * | Add a function GetLockConflicts() to lock.c to report xacts holding | Tom Lane | 2006-08-27 | 1 | -8/+11 |
| * | Add the ability to create indexes 'concurrently', that is, without | Tom Lane | 2006-08-25 | 1 | -1/+2 |
| * | Now that we've rearranged relation open to get a lock before touching | Tom Lane | 2006-08-18 | 1 | -1/+2 |
| * | Add support for loadable modules to allocated shared memory and | Bruce Momjian | 2006-08-01 | 3 | -3/+17 |
| * | Change the relation_open protocol so that we obtain lock on a relation | Tom Lane | 2006-07-31 | 2 | -7/+11 |
| * | Modify snapshot definition so that lazy vacuums are ignored by other | Alvaro Herrera | 2006-07-30 | 2 | -5/+8 |
| * | Convert the lock manager to use the new dynahash.c support for partitioned | Tom Lane | 2006-07-23 | 2 | -16/+31 |
| * | Split the buffer mapping table into multiple separately lockable | Tom Lane | 2006-07-23 | 3 | -18/+37 |
| * | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 | 6 | -15/+7 |
| * | Improve vacuum code to track minimum Xids per table instead of per database. | Alvaro Herrera | 2006-07-10 | 1 | -1/+2 |
| * | Take the statistics collector out of the loop for monitoring backends' | Tom Lane | 2006-06-19 | 1 | -2/+1 |
| * | Prepare code to be built by MSVC: | Bruce Momjian | 2006-06-07 | 1 | -1/+19 |
| * | Fix Solaris/ASM test for x86. | Bruce Momjian | 2006-05-19 | 1 | -2/+2 |
| * | Use unsigned into for slock_t for pre-sparcv8plus. | Bruce Momjian | 2006-05-18 | 1 | -1/+6 |
| * | Mention that gcc/sparc generates sparcv7 binaries. | Bruce Momjian | 2006-05-18 | 1 | -2/+3 |
| * | Add comments that Solaris Sun compiler only supports sparc9 ASM, | Bruce Momjian | 2006-05-17 | 1 | -1/+5 |
| * | Rewrite btree vacuuming to fold the former bulkdelete and cleanup operations | Tom Lane | 2006-05-08 | 1 | -1/+2 |
| * | Add Win32 semaphore implementation, rather than mimicking SysV | Bruce Momjian | 2006-04-29 | 1 | -1/+6 |