| Commit message (Expand) | Author | Age |
* | Rethink the way FSM truncation works. Instead of WAL-logging FSM | Heikki Linnakangas | 2008-11-19 |
* | Prevent synchronous scan during GIN index build, because GIN is optimized | Tom Lane | 2008-11-13 |
* | Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBuffer | Heikki Linnakangas | 2008-10-31 |
* | Index FSMs needs to be vacuumed as well. Report by Jeff Davis. | Heikki Linnakangas | 2008-10-06 |
* | Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the | Heikki Linnakangas | 2008-09-30 |
* | Improve our #include situation by moving pointer types away from the | Alvaro Herrera | 2008-06-19 |
* | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 |
* | Repair two places where SIGTERM exit could leave shared memory state | Tom Lane | 2008-04-16 |
* | Phase 2 of project to make index operator lossiness be determined at runtime | Tom Lane | 2008-04-13 |
* | Replace "amgetmulti" AM functions with "amgetbitmap", in which the whole | Tom Lane | 2008-04-10 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Make large sequential scans and VACUUMs work in a limited-size "ring" of | Tom Lane | 2007-05-30 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Fix "failed to re-find parent key" btree VACUUM failure by revising page | Tom Lane | 2006-11-01 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Fix free space map to correctly track the total amount of FSM space needed | Tom Lane | 2006-09-21 |
* | Optimize the case where a btree indexscan has current and mark positions | Tom Lane | 2006-08-24 |
* | Clean up code associated with updating pg_class statistics columns | Tom Lane | 2006-05-10 |
* | Rewrite btree vacuuming to fold the former bulkdelete and cleanup operations | Tom Lane | 2006-05-08 |
* | Rewrite btree index scans to work a page at a time in all cases (both | Tom Lane | 2006-05-07 |
* | Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion. | Tom Lane | 2006-05-02 |
* | Arrange to cache btree metapage data in the relcache entry for the index, | Tom Lane | 2006-04-25 |
* | Remove the 'slow' path for btree index build, which built the btree | Tom Lane | 2006-04-01 |
* | Clean up WAL/buffer interactions as per my recent proposal. Get rid of the | Tom Lane | 2006-03-31 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Move btbulkdelete's vacuum_delay_point() call to a place in the loop where | Tom Lane | 2006-02-14 |
* | Actually there's a better way to do this, which is to count tuples | Tom Lane | 2006-02-12 |
* | Skip ambulkdelete scan if there's nothing to delete and the index is not | Tom Lane | 2006-02-11 |
* | Revert based on Tom's recommendation: | Bruce Momjian | 2006-02-11 |
* | Allow VACUUM to complete faster by avoiding scanning the indexes when no | Bruce Momjian | 2006-02-11 |
* | Remove the no-longer-useful BTItem/BTItemData level of structure, and | Tom Lane | 2006-01-25 |
* | Push the responsibility for handling ignore_killed_tuples down into | Tom Lane | 2005-12-07 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Add defenses to btree and hash index AMs to do simple sanity checks | Tom Lane | 2005-11-06 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Clean up a couple of ad-hoc computations of the maximum number of tuples | Tom Lane | 2005-09-02 |
* | This patch refactors away some duplicated code in the index AM build | Neil Conway | 2005-05-11 |
* | Repair very-low-probability race condition between relation extension | Tom Lane | 2005-05-07 |
* | For some reason access/tupmacs.h has been #including utils/memutils.h, | Tom Lane | 2005-05-06 |
* | First steps towards index scans with heap access decoupled from index | Tom Lane | 2005-03-27 |
* | Convert index-related tuple handling routines from char 'n'/' ' to bool | Tom Lane | 2005-03-21 |
* | Remove unnecessary calls of FlushRelationBuffers: there is no need | Tom Lane | 2005-03-20 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Change planner to use the current true disk file size as its estimate of | Tom Lane | 2004-12-01 |
* | Micro-optimization of markpos() and restrpos() in btree and hash indexes. | Neil Conway | 2004-11-17 |
* | Remove obsolete comment from btbuild() and hashbuild(): we no longer use | Neil Conway | 2004-11-11 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Invent ResourceOwner mechanism as per my recent proposal, and use it to | Tom Lane | 2004-07-17 |
* | Tweak palloc/repalloc to allow zero bytes to be requested, as per recent | Tom Lane | 2004-06-05 |
* | Adjust btree index build to not use shared buffers, thereby avoiding the | Tom Lane | 2004-06-02 |