aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree
Commit message (Expand)AuthorAge
* Fix bug introduced into _bt_getstackbuf() on 2003-Feb-21: the initialTom Lane2004-08-17
* Adjust btree index build procedure so that the btree metapage looksTom Lane2003-09-29
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* In _bt_check_unique() loop, don't bother applying _bt_isequal() toTom Lane2003-09-02
* Repair potential deadlock created by recent changes to recycle btreeTom Lane2003-08-10
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Fix longstanding error in _bt_search(): should moveright at top of loop notTom Lane2003-07-29
* A visit from the message-style police ...Tom Lane2003-07-28
* Error message editing in backend/access.Tom Lane2003-07-21
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-27
* Indexing support for pattern matching operations via separate operatorPeter Eisentraut2003-05-15
* Adjust amrescan code so that it's allowed to call index_rescan with aTom Lane2003-03-23
* Reimplement free-space-map management as per recent discussions.Tom Lane2003-03-04
* During VACUUM FULL, truncate off any deletable pages that are at theTom Lane2003-02-24
* Remove no-longer-used FixBTree GUC variable.Tom Lane2003-02-23
* btree page recycling can be done as soon as page's next-xact label isTom Lane2003-02-23
* Adjust btbulkdelete logic so that only one WAL record is issued whileTom Lane2003-02-23
* First cut at recycling space in btree indexes. Still some rough edgesTom Lane2003-02-23
* More infrastructure for btree compaction project. Tree-traversal codeTom Lane2003-02-22
* Make btree index structure adjustments and WAL logging changes needed toTom Lane2003-02-21
* Rename show_btree_build_stats to log_btree_build_statsBruce Momjian2002-11-15
* Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian2002-11-13
* Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian2002-11-11
* Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian2002-11-10
* Fix potential problem with btbulkdelete deleting an indexscan's currentTom Lane2002-10-20
* pgindent run.Bruce Momjian2002-09-04
* Still more paranoia in PageAddItem: disallow specification of an itemTom Lane2002-08-06
* Restructure local-buffer handling per recent pghackers discussion.Tom Lane2002-08-06
* There already was a macro PageGetItemId; this is now used in (almost)Bruce Momjian2002-07-02
* Update copyright to 2002.Bruce Momjian2002-06-20
* Wups, managed to break ANALYZE with one aspect of that heap_fetch change.Tom Lane2002-05-24
* Mark index entries "killed" when they are no longer visible to anyTom Lane2002-05-24
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-20
* Change made to elog:Bruce Momjian2002-03-06
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-02
* Add more sanity-checking to PageAddItem and PageIndexTupleDelete,Tom Lane2002-01-15
* Add CHECK_FOR_INTERRUPTS() in various strategic spots, per commentsTom Lane2002-01-06
* Fix race condition that could allow two concurrent transactionsTom Lane2002-01-01
* Fix boundary condition in btbulkdelete: don't examine high key in caseTom Lane2001-11-23
* Clean up usage-statistics display code (ShowUsage and friends). StatFpTom Lane2001-11-10
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfoTom Lane2001-10-06
* Tweak btree page split logic so that when splitting a page that isTom Lane2001-09-29
* Ensure that all TransactionId comparisons are encapsulated in macrosTom Lane2001-08-23
* Restructure index AM interface for index building and index tuple deletion,Tom Lane2001-07-15
* Install infrastructure for shared-memory free space map. Doesn't actuallyTom Lane2001-06-27