Commits

DateSubjectAuthorReleases
2003-09-02 In _bt_check_unique() loop, don't bother applying _bt_isequal() to Tom Lane 7.4.1
2003-07-28 A visit from the message-style police ... Tom Lane 7.4.1
2003-07-21 Error message editing in backend/access. Tom Lane 7.4.1
2003-02-23 First cut at recycling space in btree indexes. Still some rough edges Tom Lane 7.4.1
2003-02-22 More infrastructure for btree compaction project. Tree-traversal code Tom Lane 7.4.1
2003-02-21 Repair nasty oversight in bt_split: if the index is temporary, we weren't Tom Lane 7.3.3
2003-02-21 Make btree index structure adjustments and WAL logging changes needed to Tom Lane 7.4.1
2002-08-06 Restructure local-buffer handling per recent pghackers discussion. Tom Lane 7.3.1
2002-05-24 Wups, managed to break ANALYZE with one aspect of that heap_fetch change. Tom Lane 7.3.1
2002-05-24 Mark index entries "killed" when they are no longer visible to any Tom Lane 7.3.1
2002-01-01 Fix race condition that could allow two concurrent transactions Tom Lane 7.2.1
2001-09-29 Tweak btree page split logic so that when splitting a page that is Tom Lane 7.2.1
2001-08-23 Ensure that all TransactionId comparisons are encapsulated in macros Tom Lane 7.2.1
2001-07-15 Restructure index AM interface for index building and index tuple deletion, Tom Lane 7.2.1
2001-01-23 Do _bt_wrtbuf() outside critical section, per discussion with Vadim 1/19. Tom Lane 7.1.1
2001-01-14 Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts Tom Lane 7.1.1
2001-01-12 Add more critical-section calls: all code sections that hold spinlocks Tom Lane 7.1.1
2000-10-05 Suppress gcc warnings. Tom Lane 7.1.1
2000-08-25 Tweak btree insertion to avoid O(N^2) slowdown with large numbers of Tom Lane 7.1.1
2000-07-21 Fix sloppiness about alignment requirements in findsplitloc() space Tom Lane 7.1.1
2000-07-21 Major overhaul of btree index code. Eliminate special BTP_CHAIN logic for Tom Lane 7.1.1
2000-05-30 Third round of fmgr updates: eliminate calls using fmgr() and Tom Lane 7.1.1
2000-03-17 Fix a bunch of minor portability problems and maybe-bugs revealed by Tom Lane 7.1.1
2000-02-18 Replace inefficient _bt_invokestrat calls with direct calls to the Tom Lane 7.1.1
1999-12-26 It turns out that the item size limit for btree indexes is about BLCKSZ/3, Tom Lane 7.1.1