OSDN Git Service

Tweak indexscan and seqscan code to arrange that steps from one page to
[pg-rex/syncrep.git] / src / backend / access / nbtree / nbtsearch.c
2004-04-21 Tom LaneTweak indexscan and seqscan code to arrange that steps...
2003-12-21 Tom LaneFurther cleanup in _bt_first: eliminate duplicate code...
2003-12-21 Tom LanePrevious change exposed some opportunities for further...
2003-12-21 Tom LaneImprove btree's initial-positioning-strategy code so...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
2003-11-09 Tom LaneAdd operator strategy and comparison-value datatype...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-29 Tom LaneFix longstanding error in _bt_search(): should moverigh...
2003-07-28 Tom LaneA visit from the message-style police ...
2003-07-21 Tom LaneError message editing in backend/access.
2003-02-22 Tom LaneMore infrastructure for btree compaction project. ...
2003-02-21 Tom LaneMake btree index structure adjustments and WAL logging...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-24 Tom LaneMark index entries "killed" when they are no longer...
2002-05-20 Tom LaneRestructure indexscan API (index_beginscan, index_getne...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-06 Tom LaneRearrange fmgr.c and relcache so that it's possible...
2001-07-15 Tom LaneRestructure index AM interface for index building and...
2001-03-23 Bruce MomjianFix comments that were mis-wrapped, for Tom Lane.
2001-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-07-25 Tom LaneClean up and document btree code for ordering keys...
2000-07-21 Tom LaneMajor overhaul of btree index code. Eliminate special...
2000-05-30 Tom LaneThird round of fmgr updates: eliminate calls using...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-17 Tom LaneFix a bunch of minor portability problems and maybe...
2000-02-18 Tom LaneReplace inefficient _bt_invokestrat calls with direct...
2000-01-26 Bruce MomjianAdd:
1999-11-07 Bruce MomjianNew NameStr macro to convert Name to Str. No need...
1999-09-27 Bruce MomjianCurrently,only the first column of multi-column indices
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-17 Tom LaneFix silly typo in commentary...
1999-07-16 Tom LaneRevise _bt_binsrch() so that its binary search loop...
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-07-14 Bruce MomjianCleanup of /include #include's, for 6.6 only.
1999-05-25 Vadim B. MikheevGet rid of page-level locking in btree-s.
1999-05-25 Bruce Momjianpgindent run over code.
1999-04-13 Bruce MomjianThere are some bugs about backward scanning using
1999-03-28 Vadim B. Mikheev1. Vacuum is updated for MVCC.
1999-02-21 Marc G. FournierFrom: Tatsuo Ishii <t-ishii@sra.co.jp>
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-11-02 Bruce MomjianFix for relname.data from SHIOZAKI Takehiko
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-05-13 Bruce MomjianRemove added NullProc define, and use fmgr.h value...
1998-04-10 Marc G. FournierOops...I used Relation->rd_fd->relname exactly, instead...
1998-04-10 Marc G. FournierOkay, add relation name to the file generating the...
1998-04-10 Marc G. FournierSee if I can determine where the BTP_CHAIN error is...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-01-15 PostgreSQL DaemonThank god for searchable mail archives.
1998-01-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-10-22 Vadim B. MikheevFix multi-column index scans in internal pages.
1997-09-08 Bruce MomjianAdd typdefs to pgindent run.
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1997-08-12 Bruce MomjianRemove more (void) and fix -Wall warnings.
1997-06-10 Vadim B. MikheevDuplicates handling...
1997-05-30 Vadim B. MikheevFix duplicates handling.
1997-05-05 Vadim B. MikheevBug: backend crashes in btbeginscan()->btrescan()-...
1997-04-24 Vadim B. Mikheev_bt_endpoint fixed: set currentItemData to Invalid...
1997-04-16 Vadim B. Mikheev1. BTREE_VERSION_1: using bti_itup->t_tid as unique...
1997-03-24 Vadim B. Mikheev+ NULLs handling
1997-03-18 Marc G. FournierPatches for Vadim's multikey indexing...
1997-02-18 Bruce MomjianUpdate btree patches that were missed.
1997-01-05 Vadim B. MikheevReleasing empty root page in _bt_endpoint () to avoid
1996-12-15 Bryan HendersonMake compile on AIX, Alpha OSF. Thanks Darren King...
1996-12-06 Vadim B. Mikheev1. _bt_compare fixed to work properly with new code...
1996-11-21 Vadim B. MikheevFix memory overhelding while forming index' result:
1996-11-13 Marc G. FournierCommit of a *MAJOR* patch from Dan McGuirk <djm@indirec...
1996-11-05 Marc G. FournierAlmost done access...
1996-11-03 Marc G. FournierMore include file cleanups
1996-11-03 Marc G. FournierChanges required so that access/* compiles cleanly...
1996-10-30 Marc G. FournierFixes:
1996-10-23 Marc G. FournierMajor code cleanups from D'arcy (-Wall -Werror)
1996-10-20 Marc G. Fournier#include file cleanup
1996-07-30 Marc G. FournierFixes:
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources