]> granicus.if.org Git - postgresql/history - src/backend/access/nbtree/nbtinsert.c
Update copyright for 2016
[postgresql] / src / backend / access / nbtree / nbtinsert.c
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2015-03-25 Kevin GrittnerReduce pinning and buffer content locking for btree...
2015-01-28 Stephen FrostFix column-privilege leak in error-message paths
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-20 Heikki LinnakangasRevamp the WAL record format.
2014-11-06 Heikki LinnakangasMove the backup-block logic from XLogInsert to a new...
2014-09-11 Heikki LinnakangasRemove dead InRecovery check.
2014-05-19 Heikki LinnakangasFix backup-block numbering in redo of b-tree split.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-23 Heikki LinnakangasUpdate obsolete comments.
2014-04-22 Heikki LinnakangasFix bug in the new B-tree incomplete-split code.
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-19 Alvaro HerreraSetup error context callback for transaction lock waits
2014-03-18 Heikki LinnakangasMake the handling of interrupted B-tree page splits...
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-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-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-01 Bruce MomjianUpdate copyrights for 2013
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-04-12 Tom LanePass collations to functions in FunctionCallInfoData...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-02-07 Heikki LinnakangasImplement genuine serializable isolation level.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-13 Robert HaasGeneralize concept of temporary relations to "relation...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-29 Tom LaneReduce PANIC to ERROR in some occasionally-reported...
2010-03-28 Simon RiggsDerive latestRemovedXid for btree deletes by reading...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
2009-10-02 Tom LaneMake sure that GIN fast-insert and regular code paths...
2009-08-01 Tom LaneDepartment of second thoughts: let's show the exact...
2009-08-01 Tom LaneImprove unique-constraint-violation error messages...
2009-07-29 Tom LaneSupport deferrable uniqueness constraints.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-03 Tom LaneClean up the messy semantics (not to mention inefficien...
2008-06-11 Heikki LinnakangasFix bug in the WAL recovery code to finish an incomplet...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
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-16 Tom LaneRepair still another bug in the btree page split WAL...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-20 Tom LaneHOT updates. When we update a tuple without changing...
2007-09-12 Tom LaneRedefine the lp_flags field of item pointers as having...
2007-06-03 Peter EisentrautClarify some error messages about duplicate things.
2007-05-20 Tom LaneTo support external compression of archived WAL data...
2007-04-11 Tom LaneCode review for btree page split WAL reduction patch...
2007-03-25 Tom LaneClean up the representation of special snapshots by...
2007-03-05 Neil ConwayFix a typo in a comment. Heikki Linnakangas.
2007-03-03 Bruce MomjianSplit _bt_insertonpg to two functions.
2007-02-21 Bruce Momjianbtree source code cleanups:
2007-02-08 Alvaro HerreraFix reference-after-free in the new btree page split...
2007-02-08 Bruce MomjianReduce WAL activity for page splits:
2007-02-06 Tom LaneRemove some dead code, per Heikki.
2007-01-27 Tom LaneCorrect an old logic error in btree page splitting...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-11-11 Tom LaneSuppress a few 'uninitialized variable' warnings that...
2006-11-01 Tom LaneFix "failed to re-find parent key" btree VACUUM failure...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-25 Tom LaneAdd the ability to create indexes 'concurrently', that...
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-11 Tom LaneTweak fillfactor code as per my recent proposal. Fix...
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-04-25 Tom LaneArrange to cache btree metapage data in the relcache...
2006-04-13 Tom LaneFix an ancient oversight in btree xlog replay. When...
2006-03-31 Tom LaneClean up WAL/buffer interactions as per my recent propo...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-25 Tom LaneRemove the no-longer-useful BTItem/BTItemData level...
2006-01-17 Tom LaneImprove comments about btree's use of ScanKey data...
2006-01-11 Neil ConwayCosmetic code cleanup: fix a bunch of places that used...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-06 Tom LaneAdd defenses to btree and hash index AMs to do simple...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-12 Tom LaneFix longstanding bug found by Atsushi Ogawa: _bt_check_...
2005-09-24 Tom LaneClean up possibly-uninitialized-variable warnings repor...
2005-08-11 Bruce MomjianMention MD5 function index for indexing long values.
2005-08-10 Tom LaneMake new hints follow style guide.
2005-08-10 Bruce MomjianAdd hints to cases where indexes fail because of values...
2005-06-06 Tom LaneModify XLogInsert API to make callers specify whether...
2005-03-21 Tom LaneConvert index-related tuple handling routines from...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-10-26 Tom LaneMake heap_fetch API more consistent by having the buffe...
2004-10-15 Tom LaneRepair possible failure to update hint bits back to...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-17 Tom LaneFix bug introduced into _bt_getstackbuf() on 2003-Feb...
next