aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/nbtree.h
Commit message (Expand)AuthorAge
* There already was a macro PageGetItemId; this is now used in (almost)Bruce Momjian2002-07-02
* Update copyright to 2002.Bruce Momjian2002-06-20
* 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
* 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
* Restructure index AM interface for index building and index tuple deletion,Tom Lane2001-07-15
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* More comment improvements.Bruce Momjian2001-02-22
* Clean up index/btree comments/macros, as approved.Bruce Momjian2001-02-22
* Comment improvements.Bruce Momjian2001-02-21
* Macro for btree runtime fix.Vadim B. Mikheev2001-02-07
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* New WAL version - CRC and data blocks backup.Vadim B. Mikheev2000-12-28
* No more #ifdef XLOG.Vadim B. Mikheev2000-11-30
* Put external declarations into header files.Peter Eisentraut2000-11-21
* WALVadim B. Mikheev2000-10-21
* WALVadim B. Mikheev2000-10-13
* WALVadim B. Mikheev2000-10-13
* Btree WAL logging.Vadim B. Mikheev2000-10-04
* Btree WAL records.Vadim B. Mikheev2000-09-12
* CREATE btree INDEX takes dead tuples into account when old transactionsHiroshi Inoue2000-08-10
* Clean up and document btree code for ordering keys. Neat stuff,Tom Lane2000-07-25
* Major overhaul of btree index code. Eliminate special BTP_CHAIN logic forTom Lane2000-07-21
* Clean up #include's.Bruce Momjian2000-06-15
* Another batch of fmgr updates. I think I have gotten all old-styleTom Lane2000-06-13
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-08
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Replace inefficient _bt_invokestrat calls with direct calls to theTom Lane2000-02-18
* Add:Bruce Momjian2000-01-26
* Final stage of psort reconstruction work: replace psort.c withTom Lane1999-10-17
* Fix nbtree's failure to clear BTScans list during xact abort.Tom Lane1999-08-08
* More cleanupBruce Momjian1999-07-16
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Make 0x007f -> (unsigned)0x7f to make pgindent happy.Bruce Momjian1999-05-25
* Get rid of page-level locking in btree-s.Vadim B. Mikheev1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* 1. Vacuum is updated for MVCC.Vadim B. Mikheev1999-03-28
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Fix scan adjustment.Vadim B. Mikheev1998-07-30
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-24
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Add typdefs to pgindent run.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-19