| Commit message (Expand) | Author | Age |
* | tas() support for Renesas' M32R processor. Kazuhiro Inaoka | Tom Lane | 2007-05-04 |
* | During WAL recovery, when reading a page that we intend to overwrite completely | Tom Lane | 2007-05-02 |
* | Add a multi-worker capability to autovacuum. This allows multiple worker | Alvaro Herrera | 2007-04-16 |
* | Remove the CheckpointStartLock in favor of having backends show whether they | Tom Lane | 2007-04-03 |
* | Cleanup the bootstrap code a little, and rename "dummy procs" in the code | Alvaro Herrera | 2007-03-07 |
* | Add lo_truncate() to backend and libpq for large object truncation. | Bruce Momjian | 2007-03-03 |
* | Add GUC log_lock_waits to log long wait times. | Bruce Momjian | 2007-03-03 |
* | Suppress useless searches for unused line pointers in PageAddItem. To do | Tom Lane | 2007-03-02 |
* | btree source code cleanups: | Bruce Momjian | 2007-02-21 |
* | Restructure autovacuum in two processes: a dummy process, which runs | Alvaro Herrera | 2007-02-15 |
* | Combine cmin and cmax fields of HeapTupleHeaders into a single field, by | Tom Lane | 2007-02-09 |
* | Extend yesterday's patch so that the bgwriter is also told to forget | Tom Lane | 2007-01-17 |
* | Arrange for autovacuum to be killed when another operation wants to be alone | Alvaro Herrera | 2007-01-16 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Clean up smgr.c/md.c APIs as per discussion a couple months ago. Instead of | Tom Lane | 2007-01-03 |
* | Update lock comments for concurrent index creation, analyze. | Bruce Momjian | 2006-11-23 |
* | Clean up local redeclarations of variables with DLLIMPORT, per report | Tom Lane | 2006-10-19 |
* | Redesign the patch for allocation of shmem space and LWLocks for add-on | Tom Lane | 2006-10-15 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Fix pg_locks view to call advisory locks advisory locks, while preserving | Tom Lane | 2006-09-22 |
* | Fix free space map to correctly track the total amount of FSM space needed | Tom Lane | 2006-09-21 |
* | Add built-in userlock manipulation functions to replace the former | Tom Lane | 2006-09-18 |
* | Specify lo_write() to take a _const_ buffer, to match documentation. | Bruce Momjian | 2006-09-07 |
* | Add a function GetLockConflicts() to lock.c to report xacts holding | Tom Lane | 2006-08-27 |
* | Add the ability to create indexes 'concurrently', that is, without | Tom Lane | 2006-08-25 |
* | Now that we've rearranged relation open to get a lock before touching | Tom Lane | 2006-08-18 |
* | Add support for loadable modules to allocated shared memory and | Bruce Momjian | 2006-08-01 |
* | Change the relation_open protocol so that we obtain lock on a relation | Tom Lane | 2006-07-31 |
* | Modify snapshot definition so that lazy vacuums are ignored by other | Alvaro Herrera | 2006-07-30 |
* | Convert the lock manager to use the new dynahash.c support for partitioned | Tom Lane | 2006-07-23 |
* | Split the buffer mapping table into multiple separately lockable | Tom Lane | 2006-07-23 |
* | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 |
* | Improve vacuum code to track minimum Xids per table instead of per database. | Alvaro Herrera | 2006-07-10 |
* | Take the statistics collector out of the loop for monitoring backends' | Tom Lane | 2006-06-19 |
* | Prepare code to be built by MSVC: | Bruce Momjian | 2006-06-07 |
* | Fix Solaris/ASM test for x86. | Bruce Momjian | 2006-05-19 |
* | Use unsigned into for slock_t for pre-sparcv8plus. | Bruce Momjian | 2006-05-18 |
* | Mention that gcc/sparc generates sparcv7 binaries. | Bruce Momjian | 2006-05-18 |
* | Add comments that Solaris Sun compiler only supports sparc9 ASM, | Bruce Momjian | 2006-05-17 |
* | Rewrite btree vacuuming to fold the former bulkdelete and cleanup operations | Tom Lane | 2006-05-08 |
* | Add Win32 semaphore implementation, rather than mimicking SysV | Bruce Momjian | 2006-04-29 |
* | Solaris tas() uses 'int' now. | Bruce Momjian | 2006-04-29 |
* | Remove "volatile" from tas function, per TOm. | Bruce Momjian | 2006-04-28 |
* | Rewrite Solaris compiler tas() assembly routines, merge i386 and x86_64 | Bruce Momjian | 2006-04-27 |
* | Revise large-object access routines to avoid running with CurrentMemoryContext | Tom Lane | 2006-04-26 |
* | Recognize __ppc64__, which seems to be Apple's spelling of the predefined | Tom Lane | 2006-04-19 |
* | Repair a low-probability race condition identified by Qingqing Zhou. | Tom Lane | 2006-04-14 |
* | Clean up WAL/buffer interactions as per my recent proposal. Get rid of the | Tom Lane | 2006-03-31 |
* | Clean up and document the API for XLogOpenRelation and XLogReadBuffer. | Tom Lane | 2006-03-29 |
* | Arrange to emit a description of the current XLOG record as error context | Tom Lane | 2006-03-24 |