]> granicus.if.org Git - postgresql/history - src/backend/access/nbtree/nbtsearch.c
Update copyright for 2014
[postgresql] / src / backend / access / nbtree / nbtsearch.c
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-11-02 Tom LaneAvoid scanning nulls at the beginning of a btree index...
2011-10-09 Tom LaneImprove index-only scans to avoid repeated access to...
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-06-16 Heikki Linnakangaspgindent run of recent SSI changes. Also, remove an...
2011-06-15 Heikki LinnakangasMake non-MVCC snapshots exempt from predicate locking...
2011-04-12 Tom LanePass collations to functions in FunctionCallInfoData...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-26 Tom LaneClean up cruft around collation initialization for...
2011-02-08 Peter EisentrautPer-column collation support
2011-02-07 Heikki LinnakangasImplement genuine serializable isolation level.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-05-05 Tom LaneInsert CHECK_FOR_INTERRUPTS() calls into btree and...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-12-31 Tom LaneImprove a number of elog messages for not-supposed...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-05-27 Tom LaneFix up pgstats counting of live and dead tuples to...
2007-04-06 Tom LaneMake 'col IS NULL' clauses be indexable conditions.
2007-01-09 Tom LaneSupport ORDER BY ... NULLS FIRST/LAST, and add ASC...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-28 Tom LaneFix up btree's initial scankey processing to be able...
2006-12-23 Tom LaneRestructure operator classes to allow improved handling...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-24 Tom LaneOptimize the case where a btree indexscan has current...
2006-05-07 Tom LaneRewrite btree index scans to work a page at a time...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-25 Tom LaneRemove the no-longer-useful BTItem/BTItemData level...
2006-01-25 Tom LaneAllow row comparisons to be used as indexscan qualifica...
2006-01-23 Tom LaneInstead of using a numberOfRequiredKeys count to distin...
2006-01-17 Tom LaneImprove comments about btree's use of ScanKey data...
2005-12-07 Tom LanePush the responsibility for handling ignore_killed_tupl...
2005-12-07 Tom LaneA couple of tiny performance hacks in _bt_step(). ...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-18 Tom LaneA few trivial code cleanups motivated by reading warnin...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-06 Tom LaneRevise pgstats stuff to fix the problems with not count...
2005-06-19 Tom LaneAvoid unnecessary palloc overhead in _bt_first(). ...
2005-06-13 Tom LaneChange the planner to allow indexscan qualification...
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
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.
next