]> granicus.if.org Git - postgresql/history - src/backend/access/nbtree/nbtutils.c
Report progress of CREATE INDEX operations
[postgresql] / src / backend / access / nbtree / nbtutils.c
2019-04-02 Alvaro HerreraReport progress of CREATE INDEX operations
2019-04-01 Peter GeogheganFix nbtree high key "continuescan" row compare bug.
2019-03-23 Peter GeogheganAdd nbtree high key "continuescan" optimization.
2019-03-20 Peter GeogheganConsider secondary factors during nbtree splits.
2019-03-20 Peter GeogheganMake heap TID a tiebreaker nbtree index column.
2019-03-20 Peter GeogheganRefactor nbtree insertion scankeys.
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-10-05 Tom LaneAllow btree comparison functions to return INT_MIN.
2018-06-30 Andrew Dunstanpgindent run prior to branching
2018-04-26 Tom LanePost-feature-freeze pgindent run.
2018-04-19 Teodor SigaevAdjust INCLUDE index truncation comments and code.
2018-04-17 Heikki LinnakangasFix a few typos in comments and variable names.
2018-04-07 Teodor SigaevIndexes with INCLUDE columns and their support in B...
2018-01-09 Alvaro HerreraChange some bogus PageGetLSN calls to BufferGetLSNAtomic
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-02-15 Robert Haasbtree: Support parallel index scans.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-08-27 Tom LaneAdd macros to make AllocSetContextCreate() calls simple...
2016-08-13 Tom LaneAdd SQL-accessible functions for inspecting index AM...
2016-04-20 Kevin GrittnerRevert no-op changes to BufferGetPage()
2016-04-08 Kevin GrittnerModify BufferGetPage() to prepare for "snapshot too...
2016-04-08 Teodor SigaevRevert CREATE INDEX ... INCLUDING ...
2016-04-08 Teodor SigaevCREATE INDEX ... INCLUDING (column[, ...])
2016-03-09 Tom LaneFix incorrect handling of NULL index entries in indexed...
2016-03-03 Simon RiggsRevert buggy optimization of index scans
2016-01-18 Tom LaneRestructure index access method API to hide most of...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-03-25 Kevin GrittnerReduce pinning and buffer content locking for btree...
2015-02-20 Tom LaneUse FLEXIBLE_ARRAY_MEMBER in some more places.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-18 Simon RiggsReduce btree scan overhead for < and > strategies
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-06-17 Jeff DavisAdd buffer_std flag to MarkBufferDirtyHint().
2013-03-22 Simon RiggsAllow I/O reliability checks using 16-bit checksums
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-09-27 Tom LaneFix btmarkpos/btrestrpos to handle array keys.
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-12-25 Tom LaneRethink representation of index clauses' mapping to...
2011-11-02 Tom LaneFix btree stop-at-nulls logic properly.
2011-10-31 Tom LaneStop btree indexscans upon reaching nulls in either...
2011-10-16 Tom LaneTeach btree to handle ScalarArrayOpExpr quals natively.
2011-10-09 Tom LaneImprove index-only scans to avoid repeated access to...
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-06-29 Tom LaneRestore correct btree preprocessing of "indexedcol...
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
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-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-03 Tom LaneDept of second thoughts: my first cut at supporting...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2010-01-01 Tom LaneSupport "x IS NOT NULL" clauses as indexscan conditions...
2009-10-08 Tom LaneRemove very ancient tuple-counting infrastructure ...
2009-01-05 Alvaro HerreraChange the reloptions machinery to use a table-based...
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-04-16 Tom LaneRepair two places where SIGTERM exit could leave shared...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-12 Tom LaneRedefine the lp_flags field of item pointers as having...
2007-04-09 Tom LaneMinor tweaking of index special-space definitions so...
2007-04-06 Tom LaneMake 'col IS NULL' clauses be indexable conditions.
2007-03-30 Tom LaneFix oversight in coding of _bt_start_vacuum: we can...
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-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-25 Tom LaneModify btree to delete known-dead index entries without...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-05-08 Tom LaneRewrite btree vacuuming to fold the former bulkdelete...
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-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-06-13 Tom LaneChange the planner to allow indexscan qualification...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-15 Tom LaneCalculation of keys_are_unique flag was wrong for cases...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
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...
next