| Commit message (Expand) | Author | Age |
* | Fix bug introduced into _bt_getstackbuf() on 2003-Feb-21: the initial | Tom Lane | 2004-08-17 |
* | Adjust btree index build procedure so that the btree metapage looks | Tom Lane | 2003-09-29 |
* | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 |
* | In _bt_check_unique() loop, don't bother applying _bt_isequal() to | Tom Lane | 2003-09-02 |
* | Repair potential deadlock created by recent changes to recycle btree | Tom Lane | 2003-08-10 |
* | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Fix longstanding error in _bt_search(): should moveright at top of loop not | Tom Lane | 2003-07-29 |
* | A visit from the message-style police ... | Tom Lane | 2003-07-28 |
* | Error message editing in backend/access. | Tom Lane | 2003-07-21 |
* | Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in | Bruce Momjian | 2003-05-27 |
* | Indexing support for pattern matching operations via separate operator | Peter Eisentraut | 2003-05-15 |
* | 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 |
* | Remove no-longer-used FixBTree GUC variable. | Tom Lane | 2003-02-23 |
* | btree page recycling can be done as soon as page's next-xact label is | Tom Lane | 2003-02-23 |
* | Adjust btbulkdelete logic so that only one WAL record is issued while | Tom Lane | 2003-02-23 |
* | First cut at recycling space in btree indexes. Still some rough edges | Tom Lane | 2003-02-23 |
* | More infrastructure for btree compaction project. Tree-traversal code | Tom Lane | 2003-02-22 |
* | Make btree index structure adjustments and WAL logging changes needed to | Tom Lane | 2003-02-21 |
* | Rename show_btree_build_stats to log_btree_build_stats | Bruce Momjian | 2002-11-15 |
* | Add new palloc0 call as merge of palloc and MemSet(0). | Bruce Momjian | 2002-11-13 |
* | Back out use of palloc0 in place if palloc/MemSet. Seems constant len | Bruce Momjian | 2002-11-11 |
* | Merge palloc()/MemSet(0) calls into a single palloc0() call. | Bruce Momjian | 2002-11-10 |
* | Fix potential problem with btbulkdelete deleting an indexscan's current | Tom Lane | 2002-10-20 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Still more paranoia in PageAddItem: disallow specification of an item | Tom Lane | 2002-08-06 |
* | Restructure local-buffer handling per recent pghackers discussion. | Tom Lane | 2002-08-06 |
* | There already was a macro PageGetItemId; this is now used in (almost) | Bruce Momjian | 2002-07-02 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Wups, managed to break ANALYZE with one aspect of that heap_fetch change. | Tom Lane | 2002-05-24 |
* | Mark index entries "killed" when they are no longer visible to any | Tom Lane | 2002-05-24 |
* | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane | 2002-05-20 |
* | Change made to elog: | Bruce Momjian | 2002-03-06 |
* | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 |
* | Add more sanity-checking to PageAddItem and PageIndexTupleDelete, | Tom Lane | 2002-01-15 |
* | Add CHECK_FOR_INTERRUPTS() in various strategic spots, per comments | Tom Lane | 2002-01-06 |
* | Fix race condition that could allow two concurrent transactions | Tom Lane | 2002-01-01 |
* | Fix boundary condition in btbulkdelete: don't examine high key in case | Tom Lane | 2001-11-23 |
* | Clean up usage-statistics display code (ShowUsage and friends). StatFp | Tom Lane | 2001-11-10 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 |
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo | Tom Lane | 2001-10-06 |
* | Tweak btree page split logic so that when splitting a page that is | Tom Lane | 2001-09-29 |
* | Ensure that all TransactionId comparisons are encapsulated in macros | Tom Lane | 2001-08-23 |
* | Restructure index AM interface for index building and index tuple deletion, | Tom Lane | 2001-07-15 |
* | Install infrastructure for shared-memory free space map. Doesn't actually | Tom Lane | 2001-06-27 |