summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistget.c
Commit message (Expand)AuthorAgeFilesLines
...
* WAL for GiST. It work for online backup and so on, but onTeodor Sigaev2005-06-141-2/+2
* Cleanup GiST header files. Since GiST extensions are often written asNeil Conway2005-05-171-2/+3
* GiST improvements:Neil Conway2005-05-171-193/+184
* First steps towards index scans with heap access decoupled from indexTom Lane2005-03-271-1/+28
* Marginal hack to merge adjacent ReleaseBuffer/ReadBuffer calls intoTom Lane2005-02-051-16/+22
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-4/+5
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-071-3/+3
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-121-16/+27
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-091-16/+6
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2002-09-041-2/+2
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-201-75/+37
* I was digging through the GiST code, and figured I'd fix up some of theBruce Momjian2002-03-051-4/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-5/+5
* Update GiST for new pg_opclass arrangement (finally a clean solutionTom Lane2001-08-221-3/+3
* 1. null-safe interface to GiSTBruce Momjian2001-08-101-2/+2
* Updates to make GIST work with multi-key indexes (from Oleg BartunovTom Lane2001-05-311-11/+16
* Tweak StrategyEvaluation data structure to eliminate hardwired limit onTom Lane2001-05-301-3/+3
* we found a problem in GiST with massive insert/update operationsBruce Momjian2001-05-151-5/+8
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-2/+2
* Another batch of fmgr updates. I think I have gotten all old-styleTom Lane2000-06-131-4/+6
* Third round of fmgr updates: eliminate calls using fmgr() andTom Lane2000-05-301-9/+10
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-5/+0
* Final cleanup.Bruce Momjian1999-07-161-0/+1
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-3/+3
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-6/+0
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-1/+1
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-4/+2
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-14/+14
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-28/+0
* Thank god for searchable mail archives.PostgreSQL Daemon1998-01-151-2/+2
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-2/+2
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-39/+39
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-301/+343
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-1/+4
* From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier1997-03-121-4/+4
* Fix memory overhelding while forming index' result:Vadim B. Mikheev1996-11-211-14/+8
* More cleaned out #include filesMarc G. Fournier1996-11-051-13/+9
* More include file cleanupsMarc G. Fournier1996-11-031-33/+1
* Add a couple of missing includesMarc G. Fournier1996-10-311-2/+5
* -Wall cleanup of gist subdirectory:Marc G. Fournier1996-10-211-1/+14
* First pass at fixing my own mistakesMarc G. Fournier1996-10-201-0/+26
* Welp, another subdirectory cleaned out of redundant/unused #includeMarc G. Fournier1996-10-191-12/+6
* Oops, thanks to Dan McGuirk for pointing out that I missed part ofMarc G. Fournier1996-08-261-0/+374