]> granicus.if.org Git - postgresql/history - src/backend/access/gist/gist.c
KNNGIST, otherwise known as order-by-operator support for GIST.
[postgresql] / src / backend / access / gist / gist.c
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
2001-07-15 Tom LaneRestructure index AM interface for index building and...
2001-06-11 Tom LaneNest macros with slightly less enthusiasm, for performa...
2001-05-31 Tom LaneUpdates to make GIST work with multi-key indexes (from...
2001-05-30 Tom LaneTweak StrategyEvaluation data structure to eliminate...
2001-05-15 Bruce Momjianwe found a problem in GiST with massive insert/update...
2001-05-15 Bruce MomjianRe-add pg_index.indhaskeytype.
2001-05-14 Bruce MomjianRemove columns pg_index.haskeytype and pg_index.indiscl...
2001-05-07 Tom LaneRewrite of planner statistics-gathering code. ANALYZE...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-03-07 Tom LaneRepair a number of places that didn't bother to check...
2001-02-22 Bruce MomjianClean up index/btree comments/macros, as approved.
2001-01-29 Tom LaneClean up handling of tuple descriptors so that result...
2001-01-12 Marc G. FournierNew feature:
2000-11-30 Vadim B. MikheevNo more #ifdef XLOG.
2000-11-21 Peter EisentrautPut external declarations into header files.
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-11-08 Tom LaneMake DROP TABLE rollback-able: postpone physical file...
2000-10-21 Vadim B. MikheevWAL
2000-07-14 Tom LaneCleanup of code for creating index entries. Functional...
next