| Commit message (Expand) | Author | Age |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Remove old-style VACUUM FULL (which was known for a little while as | Tom Lane | 2010-02-08 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs | 2009-12-19 |
* | Support deferrable uniqueness constraints. | Tom Lane | 2009-07-29 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow somewhat sane | Tom Lane | 2009-06-06 |
* | Insert CHECK_FOR_INTERRUPTS() calls into btree and hash index scans at the | Tom Lane | 2009-05-05 |
* | Implement "fastupdate" support for GIN indexes, in which we try to accumulate | Tom Lane | 2009-03-24 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | 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 |