| Commit message (Expand) | Author | Age |
* | 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 |
* | Minor code rationalization: FlushRelationBuffers just returns void, | Tom Lane | 2004-05-31 |
* | Get rid of rd_nblocks field in relcache entries. Turns out this was | Tom Lane | 2004-05-08 |
* | Tweak indexscan and seqscan code to arrange that steps from one page to | Tom Lane | 2004-04-21 |
* | Centralize implementation of delay code by creating a pg_usleep() | Tom Lane | 2004-02-10 |
* | Restructure smgr API as per recent proposal. smgr no longer depends on | Tom Lane | 2004-02-10 |
* | Cost based vacuum delay feature. | Jan Wieck | 2004-02-06 |
* | Rename SortMem and VacuumMem to work_mem and maintenance_work_mem. | Tom Lane | 2004-02-03 |
* | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway | 2004-01-07 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane | 2003-11-12 |
* | Adjust btree index build procedure so that the btree metapage looks | Tom Lane | 2003-09-29 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Error message editing in backend/access. | Tom Lane | 2003-07-21 |
* | Adjust amrescan code so that it's allowed to call index_rescan with a | Tom Lane | 2003-03-23 |
* | Reimplement free-space-map management as per recent discussions. | Tom Lane | 2003-03-04 |
* | During VACUUM FULL, truncate off any deletable pages that are at the | Tom Lane | 2003-02-24 |