]> granicus.if.org Git - postgresql/history - src/backend/access/gist/gist.c
Run pgindent on 9.2 source tree in preparation for first 9.3
[postgresql] / src / backend / access / gist / gist.c
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-05-11 Heikki LinnakangasOn GiST page split, release the locks on child pages...
2012-01-30 Tom LaneAssorted comment fixes, mostly just typos, but some...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-30 Tom LaneSupport GiST index support functions that want to cache...
2011-09-08 Heikki LinnakangasBuffering GiST index build algorithm.
2011-07-15 Heikki LinnakangasChange the way the offset of downlink is stored in...
2011-07-15 Heikki LinnakangasFix two ancient bugs in GiST code to re-find a parent...
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-06-21 Peter EisentrautMessage style and spelling improvements
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-05-18 Peter EisentrautSpell checking and markup refinement
2011-04-23 Tom LaneMake GIN and GIST pass the index collation to all their...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-01-09 Heikki LinnakangasFix crash in the new GiST insertion code, when an updat...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-29 Robert HaasSupport unlogged tables.
2010-12-23 Heikki LinnakangasRewrite the GiST insertion logic so that we don't need...
2010-12-13 Robert HaasGeneralize concept of temporary relations to "relation...
2010-12-04 Tom LaneKNNGIST, otherwise known as order-by-operator support...
2010-11-16 Heikki LinnakangasThe GiST scan algorithm uses LSNs to detect concurrent...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-07-29 Tom LaneSupport deferrable uniqueness constraints.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-19 Heikki LinnakangasRethink the way FSM truncation works. Instead of WAL...
2008-11-13 Tom LanePrevent synchronous scan during GIN index build, becaus...
2008-11-03 Tom LaneClean up the messy semantics (not to mention inefficien...
2008-09-30 Heikki LinnakangasRewrite the FSM. Instead of relying on a fixed-size...
2008-06-12 Heikki LinnakangasRefactor XLogOpenRelation() and XLogReadBuffer() in...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
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-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-11-12 Neil ConwayFix some typos in comments.
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-06-28 Teodor SigaevChanges
2006-05-29 Teodor SigaevSom improve page split in multicolumn GiST index.
2006-05-24 Teodor Sigaev* Add support NULL to GiST.
2006-05-19 Teodor SigaevSimplify gistSplit() and some refactoring related code.
2006-05-17 Teodor SigaevReduce size of critial section during vacuum full,...
2006-05-10 Tom LaneClean up code associated with updating pg_class statist...
2006-05-10 Teodor SigaevReduce size of critical section and remove call of...
2006-04-03 Teodor SigaevEliminate ajust scan code. Since concurrent GiST it...
2006-03-31 Tom LaneClean up WAL/buffer interactions as per my recent propo...
2006-03-30 Tom LaneImprove gist XLOG code to follow the coding rules neede...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-11-06 Tom LaneAdd simple sanity checks on newly-read pages to GiST...
2005-10-18 Tom LaneA few trivial code cleanups motivated by reading warnin...
2005-09-22 Bruce Momjianpgindent new GIST index code, per request from Tom.
2005-06-30 Teodor SigaevBug fixes for GiST crash recovery.
2005-06-29 Teodor SigaevCleanup, remove unneeded pallocs
2005-06-28 Teodor SigaevCode cleanup. gistfillbuffer accepts InvalidOffsetNumber.
2005-06-27 Teodor SigaevConcurrency for GiST
2005-06-20 Teodor Sigaevfix founded hole in recovery after crash, add vacuum_de...
2005-06-20 Teodor Sigaev1. full functional WAL for GiST
2005-06-14 Teodor SigaevWAL for GiST. It work for online backup and so on,...
2005-06-06 Tom LaneRemove the mostly-stubbed-out-anyway support routines...
2005-05-17 Neil ConwayCleanup GiST header files. Since GiST extensions are...
2005-05-17 Neil ConwayGiST improvements:
2005-05-15 Neil ConwayVarious style cleanups for GiST; no changes to function...
2005-05-11 Neil ConwayThis patch refactors away some duplicated code in the...
2005-03-21 Tom LaneConvert index-related tuple handling routines from...
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-03-30 Teodor SigaevCleanup vectors of GISTENTRY and eliminate problem...
2004-02-10 Tom LaneCentralize implementation of delay code by creating...
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-07-21 Tom LaneError message editing in backend/access.
2003-05-27 Bruce MomjianMake debug_ GUC varables output DEBUG1 rather than...
2003-03-10 Tom LaneThis patch fixes a bunch of spelling mistakes in commen...
2003-02-24 Tom LaneDuring VACUUM FULL, truncate off any deletable pages...
2003-02-22 Tom LaneMore infrastructure for btree compaction project. ...
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-09-04 Bruce Momjianpgindent run.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-28 Tom LaneRepair error with not adjusting active scans properly...
2002-05-24 Tom LaneMark index entries "killed" when they are no longer...
2002-05-20 Tom LaneRestructure indexscan API (index_beginscan, index_getne...
2002-03-06 Bruce MomjianChange made to elog:
2002-03-05 Bruce MomjianI was digging through the GiST code, and figured I...
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2002-02-11 Tom LaneTweak GiST code to work correctly on machines where...
2002-01-15 Tom LaneAdd more sanity-checking to PageAddItem and PageIndexTu...
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-10-06 Tom LaneRearrange fmgr.c and relcache so that it's possible...
2001-08-22 Tom LaneUpdate GiST for new pg_opclass arrangement (finally...
2001-08-21 Tom LaneRestructure pg_opclass, pg_amop, and pg_amproc per...
2001-08-10 Bruce Momjian1. null-safe interface to GiST
next