index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
nbtree
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
*
Fix an ancient oversight in btree xlog replay. When trying to determine if an
Tom Lane
2006-04-13
*
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
*
Clean up and document the API for XLogOpenRelation and XLogReadBuffer.
Tom Lane
2006-03-29
*
Repair longstanding error in btree xlog replay: XLogReadBuffer should be
Tom Lane
2006-03-28
*
Arrange to emit a description of the current XLOG record as error context
Tom Lane
2006-03-24
*
Add a CHECK_FOR_INTERRUPTS() in _bt_buildadd(). This fixes problem
Tom Lane
2006-03-10
*
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
*
Allow row comparisons to be used as indexscan qualifications.
Tom Lane
2006-01-25
*
Instead of using a numberOfRequiredKeys count to distinguish required
Tom Lane
2006-01-23
*
Improve comments about btree's use of ScanKey data structures: there
Tom Lane
2006-01-17
*
Cosmetic code cleanup: fix a bunch of places that used "return (expr);"
Neil Conway
2006-01-11
*
Add RelationOpenSmgr() calls to ensure rd_smgr is valid when we try to
Tom Lane
2006-01-07
*
Push the responsibility for handling ignore_killed_tuples down into
Tom Lane
2005-12-07
*
A couple of tiny performance hacks in _bt_step(). Remove PageIsEmpty
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
*
A few trivial code cleanups motivated by reading warnings generated
Tom Lane
2005-10-18
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Fix longstanding bug found by Atsushi Ogawa: _bt_check_unique would mark
Tom Lane
2005-10-12
*
Revise pgstats stuff to fix the problems with not counting accesses
Tom Lane
2005-10-06
*
Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.
Tom Lane
2005-09-24
*
Clean up a couple of ad-hoc computations of the maximum number of tuples
Tom Lane
2005-09-02
*
Change a couple of "can't happen" error messages to be a shade more
Tom Lane
2005-08-12
*
Mention MD5 function index for indexing long values.
Bruce Momjian
2005-08-11
*
Make new hints follow style guide.
Tom Lane
2005-08-10
*
Add hints to cases where indexes fail because of values that are too long.
Bruce Momjian
2005-08-10
*
Avoid unnecessary palloc overhead in _bt_first(). The temporary
Tom Lane
2005-06-19
*
Change the planner to allow indexscan qualification clauses to use
Tom Lane
2005-06-13
*
Modify XLogInsert API to make callers specify whether pages to be backed
Tom Lane
2005-06-06
*
Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.
Tom Lane
2005-06-06
*
Change CRCs in WAL records from 64bit to 32bit for performance reasons.
Tom Lane
2005-06-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
*
Restructure LOCKTAG as per discussions of a couple months ago.
Tom Lane
2005-04-29
*
Convert oidvector and int2vector into variable-length arrays. This
Tom Lane
2005-03-29
*
First steps towards index scans with heap access decoupled from index
Tom Lane
2005-03-27
*
Create a routine PageIndexMultiDelete() that replaces a loop around
Tom Lane
2005-03-22
[next]