aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree
Commit message (Expand)AuthorAge
* 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
* Statistical system views (yet without the config stuff, butJan Wieck2001-06-22
* Tweak StrategyEvaluation data structure to eliminate hardwired limit onTom Lane2001-05-30
* Small code cleanups,formatting.Bruce Momjian2001-05-18
* Small cleanup of spacing.Bruce Momjian2001-05-17
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-07
* Ensure that btree sort ordering functions and boolean comparison operatorsTom Lane2001-05-03
* Fix comments that were mis-wrapped, for Tom Lane.Bruce Momjian2001-03-23
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-22
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Runtime btree recovery is now ON by default.Vadim B. Mikheev2001-02-07
* Runtime tree recovery is implemented, just testing is left -:)Vadim B. Mikheev2001-02-02
* Couple additional functions to fix tree at runtime.Vadim B. Mikheev2001-01-31
* Call _bt_fixroot() from _bt_insertonpg.Vadim B. Mikheev2001-01-29
* Clean up handling of tuple descriptors so that result-tuple descriptorsTom Lane2001-01-29
* First step in attempt to fix tree at runtime: create upper levelsVadim B. Mikheev2001-01-26
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Do _bt_wrtbuf() outside critical section, per discussion with Vadim 1/19.Tom Lane2001-01-23
* Restructure backend SIGINT/SIGTERM handling so that 'die' interruptsTom Lane2001-01-14
* Add more critical-section calls: all code sections that hold spinlocksTom Lane2001-01-12
* MUST update (in-memory) data page BEFORE XLogInsert to logVadim B. Mikheev2000-12-29
* nbtree_xlog_newroot: set meta flag in meta page opaque.Vadim B. Mikheev2000-12-29
* New WAL version - CRC and data blocks backup.Vadim B. Mikheev2000-12-28
* Disable elog(ERROR|FATAL) in signal handlers inVadim B. Mikheev2000-12-03
* No more #ifdef XLOG.Vadim B. Mikheev2000-11-30
* Rearrange bufmgr header files so that buf_internals.h need not beTom Lane2000-11-30
* Put external declarations into header files.Peter Eisentraut2000-11-21