index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
access
/
nbtree.h
Commit message (
Expand
)
Author
Age
*
Improve btree's initial-positioning-strategy code so that we never need
Tom Lane
2003-12-21
*
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2003-11-29
*
Cross-data-type comparisons are now indexable by btrees, pursuant to my
Tom Lane
2003-11-12
*
Add operator strategy and comparison-value datatype fields to ScanKey.
Tom Lane
2003-11-09
*
Adjust btree index build procedure so that the btree metapage looks
Tom Lane
2003-09-29
*
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
*
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
*
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
*
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
*
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
*
Restructure index AM interface for index building and index tuple deletion,
Tom Lane
2001-07-15
*
pgindent run. Make it all clean.
Bruce Momjian
2001-03-22
*
More comment improvements.
Bruce Momjian
2001-02-22
*
Clean up index/btree comments/macros, as approved.
Bruce Momjian
2001-02-22
*
Comment improvements.
Bruce Momjian
2001-02-21
*
Macro for btree runtime fix.
Vadim B. Mikheev
2001-02-07
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
*
New WAL version - CRC and data blocks backup.
Vadim B. Mikheev
2000-12-28
*
No more #ifdef XLOG.
Vadim B. Mikheev
2000-11-30
*
Put external declarations into header files.
Peter Eisentraut
2000-11-21
*
WAL
Vadim B. Mikheev
2000-10-21
*
WAL
Vadim B. Mikheev
2000-10-13
*
WAL
Vadim B. Mikheev
2000-10-13
*
Btree WAL logging.
Vadim B. Mikheev
2000-10-04
*
Btree WAL records.
Vadim B. Mikheev
2000-09-12
*
CREATE btree INDEX takes dead tuples into account when old transactions
Hiroshi Inoue
2000-08-10
*
Clean up and document btree code for ordering keys. Neat stuff,
Tom Lane
2000-07-25
*
Major overhaul of btree index code. Eliminate special BTP_CHAIN logic for
Tom Lane
2000-07-21
*
Clean up #include's.
Bruce Momjian
2000-06-15
*
Another batch of fmgr updates. I think I have gotten all old-style
Tom Lane
2000-06-13
*
Mark functions as static and ifdef NOT_USED as appropriate.
Bruce Momjian
2000-06-08
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
*
Replace inefficient _bt_invokestrat calls with direct calls to the
Tom Lane
2000-02-18
*
Add:
Bruce Momjian
2000-01-26
*
Final stage of psort reconstruction work: replace psort.c with
Tom Lane
1999-10-17
*
Fix nbtree's failure to clear BTScans list during xact abort.
Tom Lane
1999-08-08
*
More cleanup
Bruce Momjian
1999-07-16
*
Change #include's to use <> and "" as appropriate.
Bruce Momjian
1999-07-15
*
Clean up #include in /include directory. Add scripts for checking includes.
Bruce Momjian
1999-07-15
*
Make 0x007f -> (unsigned)0x7f to make pgindent happy.
Bruce Momjian
1999-05-25
*
Get rid of page-level locking in btree-s.
Vadim B. Mikheev
1999-05-25
[next]