summaryrefslogtreecommitdiff
path: root/src/include/access/gist.h
AgeCommit message (Expand)Author
2009-01-01Update copyright for 2009.Bruce Momjian
2008-06-19Improve our #include situation by moving pointer types away from theAlvaro Herrera
2008-05-12Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-04-09Minor tweaking of index special-space definitions so that the variousTom Lane
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-09-10Rename contains/contained-by operators to @> and <@, per discussion thatTom Lane
2006-06-28ChangesTeodor Sigaev
2006-06-25Fix GEVHDRSZ for Win32.Bruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-11-07R-tree is dead ... long live GiST.Tom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-06-30Bug fixes for GiST crash recovery.Teodor Sigaev
2005-06-27Concurrency for GiSTTeodor Sigaev
2005-06-201. full functional WAL for GiSTTeodor Sigaev
2005-05-17Cleanup GiST header files. Since GiST extensions are often written asNeil Conway
2005-05-17GiST improvements:Neil Conway
2005-03-27First steps towards index scans with heap access decoupled from indexTom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-03-30Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-alignedTeodor Sigaev
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-11-09Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane
2003-08-04Update copyrights to 2003.Bruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-08-22Update GiST for new pg_opclass arrangement (finally a clean solutionTom Lane
2001-08-21Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane
2001-08-101. null-safe interface to GiSTBruce Momjian
2001-07-15Restructure index AM interface for index building and index tuple deletion,Tom Lane
2001-05-31Updates to make GIST work with multi-key indexes (from Oleg BartunovTom Lane
2001-05-30Tweak StrategyEvaluation data structure to eliminate hardwired limit onTom Lane
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2000-11-21Put external declarations into header files.Peter Eisentraut
2000-07-14Cleanup of code for creating index entries. Functional indexes withTom Lane
2000-06-13Another batch of fmgr updates. I think I have gotten all old-styleTom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
1999-07-15Change #include's to use <> and "" as appropriate.Bruce Momjian
1999-07-15Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1998-09-01OK, folks, here is the pgindent output.Bruce Momjian
1998-02-26pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian
1998-01-24Fix prototypes so they don't look like function definitions.Bruce Momjian
1998-01-15Thank god for searchable mail archives.PostgreSQL Daemon
1997-09-08Used modified version of indent that understands over 100 typedefs.Bruce Momjian
1997-09-08Add typdefs to pgindent run.Bruce Momjian