| 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 | -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 |
| * | Solaris tas() uses 'int' now. | Bruce Momjian | 2006-04-29 | 1 | -2/+2 |
| * | Remove "volatile" from tas function, per TOm. | Bruce Momjian | 2006-04-28 | 1 | -2/+2 |
| * | Rewrite Solaris compiler tas() assembly routines, merge i386 and x86_64 | Bruce Momjian | 2006-04-27 | 1 | -14/+5 |
| * | Revise large-object access routines to avoid running with CurrentMemoryContext | Tom Lane | 2006-04-26 | 1 | -2/+2 |
| * | Recognize __ppc64__, which seems to be Apple's spelling of the predefined | Tom Lane | 2006-04-19 | 1 | -3/+3 |
| * | Repair a low-probability race condition identified by Qingqing Zhou. | Tom Lane | 2006-04-14 | 1 | -3/+2 |
| * | Clean up WAL/buffer interactions as per my recent proposal. Get rid of the | Tom Lane | 2006-03-31 | 2 | -5/+5 |
| * | Clean up and document the API for XLogOpenRelation and XLogReadBuffer. | Tom Lane | 2006-03-29 | 1 | -2/+2 |
| * | Arrange to emit a description of the current XLOG record as error context | Tom Lane | 2006-03-24 | 1 | -2/+2 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 32 | -64/+64 |
| * | Declare the arguments of AllocateFile() as const char *, not char *. | Tom Lane | 2006-03-04 | 1 | -2/+2 |
| * | Add contrib/pg_freespacemap to display free space map information. | Bruce Momjian | 2006-02-12 | 1 | -1/+98 |
| * | It turns out that TablespaceCreateDbspace fails badly if a relcache flush | Tom Lane | 2006-01-19 | 1 | -1/+2 |
| * | Remove QNX port. | Bruce Momjian | 2006-01-05 | 1 | -20/+1 |
| * | Rearrange backend startup sequence so that ShmemIndexLock can become | Tom Lane | 2006-01-04 | 4 | -10/+15 |
| * | Add support for Solaris x86_64 using Sun's compiler. | Bruce Momjian | 2005-12-30 | 1 | -2/+3 |
| * | Get rid of the SpinLockAcquire/SpinLockAcquire_NoHoldoff distinction | Tom Lane | 2005-12-29 | 2 | -39/+17 |
| * | Fix typo. | Bruce Momjian | 2005-12-17 | 1 | -2/+2 |
| * | Update s_lock.c comments. | Bruce Momjian | 2005-12-17 | 1 | -12/+14 |
| * | Update ASM comments. | Bruce Momjian | 2005-12-17 | 1 | -12/+13 |