]> granicus.if.org Git - postgresql/history - src/backend/access/nbtree/nbtsort.c
Update copyright for 2014
[postgresql] / src / backend / access / nbtree / nbtsort.c
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-03 Heikki LinnakangasDon't include unused space in LOG_NEWPAGE records.
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-08-28 Alvaro HerreraSplit heapam_xlog.h from heapam.h
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
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-02-18 Tom LaneUn-break building with BTREE_BUILD_STATS.
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-13 Robert HaasInclude the backend ID in the relpath of temporary...
2010-04-28 Heikki LinnakangasIntroduce wal_level GUC to explicitly control if inform...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-20 Heikki LinnakangasWrite a WAL record whenever we perform an operation...
2010-01-15 Heikki LinnakangasIntroduce Streaming Replication.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-10-02 Tom LaneMake sure that GIN fast-insert and regular code paths...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-09-30 Heikki LinnakangasRewrite the FSM. Instead of relying on a fixed-size...
2008-08-11 Heikki LinnakangasIntroduce the concept of relation forks. An smgr relati...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-03-16 Tom LaneWhen creating a large hash index, pre-sort the index...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
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-04-08 Tom LaneMake CLUSTER MVCC-safe. Heikki Linnakangas
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...
2007-01-03 Tom LaneClean up smgr.c/md.c APIs as per discussion a couple...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
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-06-27 Tom LaneExtend the MinimalTuple concept to tuplesort.c, thereby...
2006-05-08 Tom LaneRewrite btree vacuuming to fold the former bulkdelete...
2006-03-10 Tom LaneAdd a CHECK_FOR_INTERRUPTS() in _bt_buildadd(). This...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-25 Tom LaneRemove the no-longer-useful BTItem/BTItemData level...
2006-01-07 Tom LaneAdd RelationOpenSmgr() calls to ensure rd_smgr is valid...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
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...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-09-27 Neil ConwayCode cleanup: don't bother casting the argument to...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-15 Tom LaneDept. of further reflection: I looked around to see...
2004-07-21 Tom LaneInvent WAL timelines, as per recent discussion, to...
2004-07-19 Tom LaneXLOG file archiving and point-in-time recovery. There...
2004-07-11 Tom LaneRename XLOG_BTREE_NEWPAGE xlog record type into XLOG_HE...
2004-06-02 Tom LaneAdjust btree index build to not use shared buffers...
2004-02-03 Tom LaneRename SortMem and VacuumMem to work_mem and maintenanc...
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-09-29 Tom LaneAdjust btree index build procedure so that the btree...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
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-11-15 Bruce MomjianRename show_btree_build_stats to log_btree_build_stats
2002-11-13 Bruce MomjianAdd new palloc0 call as merge of palloc and MemSet(0).
2002-11-11 Bruce MomjianBack out use of palloc0 in place if palloc/MemSet....
2002-11-10 Bruce MomjianMerge palloc()/MemSet(0) calls into a single palloc0...
2002-08-06 Tom LaneStill more paranoia in PageAddItem: disallow specificat...
2002-07-02 Bruce MomjianThere already was a macro PageGetItemId; this is now...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2001-11-10 Tom LaneClean up usage-statistics display code (ShowUsage and...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-11-16 Bruce MomjianMake pgsql compile on FreeBSD-alpha.
2000-08-10 Hiroshi InoueCREATE btree INDEX takes dead tuples into account when...
2000-07-21 Tom LaneFurther cleanup of btbuild (CREATE INDEX). Avoid stori...
2000-07-21 Tom LaneMajor overhaul of btree index code. Eliminate special...
2000-06-15 Bruce MomjianFinal #include cleanup.
2000-05-31 Peter EisentrautThe heralded `Grand Unified Configuration scheme' ...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-02-18 Tom LaneReplace inefficient _bt_invokestrat calls with direct...
2000-01-26 Bruce MomjianAdd:
2000-01-15 Peter EisentrautFixed all elog related warnings, as well as a few others.
2000-01-08 Tom LaneNeed defense against oversize index entries in btree...
1999-10-17 Tom LaneFinal stage of psort reconstruction work: replace psort...
1999-07-19 Bruce MomjianInstall new alignment code to use MAXALIGN rather than...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
next