]> granicus.if.org Git - postgresql/history - src/backend/access/nbtree
Remove _hash_wrtbuf() in favor of calling MarkBufferDirty().
[postgresql] / src / backend / access / nbtree /
2016-12-12 Robert HaasRemove should_free arguments to tuplesort routines.
2016-12-08 Robert HaasLog the creation of an init fork unconditionally.
2016-11-17 Alvaro HerreraAvoid pin scan for replay of XLOG_BTREE_VACUUM in all...
2016-08-27 Tom LaneAdd macros to make AllocSetContextCreate() calls simple...
2016-08-13 Tom LaneAdd SQL-accessible functions for inspecting index AM...
2016-08-06 Tom LaneIn B-tree page deletion, clean up properly after page...
2016-07-28 Peter EisentrautMessage style improvements
2016-06-09 Robert Haaspgindent run for 9.6
2016-06-02 Kevin GrittnerFix btree mark/restore bug.
2016-05-23 Tom LaneFix BTREE_BUILD_STATS build.
2016-04-28 Teodor SigaevPrevent to use magic constants
2016-04-20 Kevin GrittnerRevert no-op changes to BufferGetPage()
2016-04-08 Kevin GrittnerAdd the "snapshot too old" feature
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-04-07 Kevin GrittnerDetect SSI conflicts before reporting constraint violations
2016-04-03 Simon RiggsAvoid pin scan for replay of XLOG_BTREE_VACUUM in all...
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-22 Tom LaneImprove index AMs' opclass validation procedures.
2016-01-18 Tom LaneRestructure index access method API to hide most of...
2016-01-09 Simon RiggsAvoid pin scan for replay of XLOG_BTREE_VACUUM
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-07-27 Heikki LinnakangasAvoid calling PageGetSpecialPointer() on an all-zeros...
2015-06-30 Heikki LinnakangasDon't call PageGetSpecialPointer() on page until it...
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-20 Heikki LinnakangasCollection of typo fixes.
2015-05-17 Magnus HaganderFix typos in comments
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2015-04-26 Andres FreundFix various typos and grammar errors in comments.
2015-04-13 Alvaro HerreraRemove duplicated word in README
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-28 Stephen FrostFix column-privilege leak in error-message paths
2015-01-19 Robert HaasUse abbreviated keys for faster sorting of text datums.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-24 Heikki LinnakangasAdd a few paragraphs to B-tree README explaining L...
2014-11-20 Heikki LinnakangasSilence compiler warning about variable being used...
2014-11-20 Heikki LinnakangasRevamp the WAL record format.
2014-11-18 Simon RiggsReduce btree scan overhead for < and > strategies
2014-11-17 Heikki LinnakangasFix WAL-logging of B-tree "unlink halfdead page" operation.
2014-11-14 Stephen FrostClean up includes from RLS patch
2014-11-07 Robert HaasUse the sortsupport infrastructure in more cases.
2014-11-06 Heikki LinnakangasMove the backup-block logic from XLogInsert to a new...
2014-10-12 Peter EisentrautMessage improvements
2014-09-11 Heikki LinnakangasRemove dead InRecovery check.
2014-09-02 Heikki LinnakangasRefactor per-page logic common to all redo routines...
2014-07-31 Heikki LinnakangasMove log_newpage and log_newpage_buffer to xlog.c.
2014-07-01 Robert HaasAvoid copying index tuples when building an index.
2014-05-25 Heikki LinnakangasFix error when trying to delete page with half-dead...
2014-05-19 Heikki LinnakangasFix backup-block numbering in redo of b-tree split.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-05-06 Simon RiggsCorrect comment in Hot Standby nbtree handling
2014-04-23 Heikki LinnakangasUpdate obsolete comments.
2014-04-23 Heikki LinnakangasFix typos in comment.
2014-04-23 Heikki LinnakangasCleanup of new b-tree page deletion code.
2014-04-22 Heikki LinnakangasFix bug in the new B-tree incomplete-split code.
2014-04-22 Heikki LinnakangasFix bug in new B-tree page deletion code.
2014-04-22 Heikki LinnakangasRetain original physical order of tuples in redo of...
2014-04-04 Heikki LinnakangasAvoid allocations in critical sections.
2014-04-01 Heikki LinnakangasFix bug in the new B-tree incomplete-split code.
2014-03-24 Heikki LinnakangasRemove dead code and add comments.
2014-03-19 Alvaro HerreraSetup error context callback for transaction lock waits
2014-03-18 Heikki LinnakangasMake the handling of interrupted B-tree page splits...
2014-03-14 Heikki LinnakangasFix race condition in B-tree page deletion.
2014-02-26 Heikki Linnakangasbtbuild no longer calls _bt_doinsert(), update comment.
2014-02-05 Tom LaneRemove unnecessary relcache flushes after changing...
2014-01-23 Tom LaneAllow use of "z" flag in our printf calls, and use...
2014-01-14 Tom LaneFix multiple bugs in index page locking during hot...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-03 Heikki LinnakangasDon't include unused space in LOG_NEWPAGE records.
2013-07-02 Robert HaasUse an MVCC snapshot, rather than SnapshotNow, for...
2013-06-17 Jeff DavisAdd buffer_std flag to MarkBufferDirtyHint().
2013-06-03 Stephen FrostAdditional spelling corrections
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-03-22 Simon RiggsAllow I/O reliability checks using 16-bit checksums
2013-03-18 Simon RiggsRemove PageSetTLI and rename pd_tli to pd_checksum
2013-01-29 Tom LaneProvide database object names as separate fields in...
2013-01-11 Tom LaneRedesign the planner's handling of index-descent cost...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-28 Alvaro HerreraRemove obsolete XLogRecPtr macros
2012-11-28 Alvaro HerreraSplit out rmgr rm_desc functions into their own files
2012-11-13 Tom LaneFix multiple problems in WAL replay.
2012-09-27 Tom LaneFix btmarkpos/btrestrpos to handle array keys.
2012-08-28 Alvaro HerreraSplit heapam_xlog.h from heapam.h
2012-08-03 Tom LaneImprove underdocumented btree_xlog_delete_get_latestRem...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-06-01 Simon RiggsAvoid early reuse of btree pages, causing incorrect...
2012-04-24 Robert HaasLots of doc corrections.
2012-02-21 Tom LaneDon't clear btpo_cycleid during _bt_vacuum_one_page.
2012-02-21 Tom LaneCosmetic cleanup for commit a760893dbda9934e287789d54bb...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-25 Tom LaneRethink representation of index clauses' mapping to...
2011-12-18 Tom LaneReplace simple constant pg_am.amcanreturn with an AM...
2011-12-07 Tom LaneCreate a "sort support" interface API for faster sorting.
2011-11-22 Simon RiggsContinue to allow VACUUM to mark last block of index...
2011-11-18 Simon RiggsAvoid marking buffer dirty when VACUUM has no work...
2011-11-02 Tom LaneAvoid scanning nulls at the beginning of a btree index...
2011-11-02 Tom LaneFix btree stop-at-nulls logic properly.
next