summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gist.c
Commit message (Expand)AuthorAgeFilesLines
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Fix some typos in comments.Neil Conway2006-11-121-6/+6
* pgindent run for 8.2.Bruce Momjian2006-10-041-70/+81
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-4/+1
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-031-9/+11
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-021-5/+12
* ChangesTeodor Sigaev2006-06-281-162/+20
* Som improve page split in multicolumn GiST index.Teodor Sigaev2006-05-291-2/+8
* * Add support NULL to GiST.Teodor Sigaev2006-05-241-108/+148
* Simplify gistSplit() and some refactoring related code.Teodor Sigaev2006-05-191-103/+42
* Reduce size of critial section during vacuum full, criticalTeodor Sigaev2006-05-171-4/+4
* Clean up code associated with updating pg_class statistics columnsTom Lane2006-05-101-5/+11
* Reduce size of critical section and remove call of user-defined functions inTeodor Sigaev2006-05-101-218/+175
* Eliminate ajust scan code. Since concurrent GiST it doesn'tTeodor Sigaev2006-04-031-6/+1
* Clean up WAL/buffer interactions as per my recent proposal. Get rid of theTom Lane2006-03-311-41/+37
* Improve gist XLOG code to follow the coding rules needed to preventTom Lane2006-03-301-52/+53
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Add simple sanity checks on newly-read pages to GiST, too.Tom Lane2005-11-061-12/+18
* A few trivial code cleanups motivated by reading warnings generatedTom Lane2005-10-181-4/+2
* pgindent new GIST index code, per request from Tom.Bruce Momjian2005-09-221-352/+468
* Bug fixes for GiST crash recovery.Teodor Sigaev2005-06-301-13/+12
* Cleanup, remove unneeded pallocsTeodor Sigaev2005-06-291-1/+2
* Code cleanup. gistfillbuffer accepts InvalidOffsetNumber.Teodor Sigaev2005-06-281-10/+5
* Concurrency for GiSTTeodor Sigaev2005-06-271-99/+384
* fix founded hole in recovery after crash, add vacuum_delay_point()Teodor Sigaev2005-06-201-36/+20
* 1. full functional WAL for GiSTTeodor Sigaev2005-06-201-411/+164
* WAL for GiST. It work for online backup and so on, but onTeodor Sigaev2005-06-141-1073/+457
* Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane2005-06-061-7/+1
* Cleanup GiST header files. Since GiST extensions are often written asNeil Conway2005-05-171-4/+4
* GiST improvements:Neil Conway2005-05-171-403/+250
* Various style cleanups for GiST; no changes to functionality.Neil Conway2005-05-151-35/+31
* This patch refactors away some duplicated code in the index AM buildNeil Conway2005-05-111-22/+3
* Convert index-related tuple handling routines from char 'n'/' ' to boolTom Lane2005-03-211-80/+48
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-10/+10
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-alignedTeodor Sigaev2004-03-301-58/+43
* Centralize implementation of delay code by creating a pg_usleep()Tom Lane2004-02-101-1/+4
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-071-20/+19
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Error message editing in backend/access.Tom Lane2003-07-211-5/+5
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-271-3/+3
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-101-3/+3
* During VACUUM FULL, truncate off any deletable pages that are at theTom Lane2003-02-241-3/+2
* More infrastructure for btree compaction project. Tree-traversal codeTom Lane2003-02-221-2/+3
* Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian2002-11-131-5/+3
* Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian2002-11-111-3/+5
* Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian2002-11-101-5/+3
* pgindent run.Bruce Momjian2002-09-041-12/+13