summaryrefslogtreecommitdiff
path: root/src/backend/access/gist
Commit message (Expand)AuthorAgeFilesLines
* pgindent new GIST index code, per request from Tom.Bruce Momjian2005-09-227-1205/+1542
* Adjust GiST error messages to conform to message style guidelines.Tom Lane2005-09-224-36/+41
* Small fixesTeodor Sigaev2005-09-161-8/+10
* Copy-editing for GiST README.Neil Conway2005-09-151-27/+34
* Readme about GiST's algorithmsTeodor Sigaev2005-09-151-0/+225
* Clean up a couple of ad-hoc computations of the maximum number of tuplesTom Lane2005-09-021-3/+3
* Migrate rtree_gist functionality into the core system, and add someTom Lane2005-07-012-2/+711
* Improve error messages and add commentTeodor Sigaev2005-07-011-5/+14
* Bug fixes for GiST crash recovery.Teodor Sigaev2005-06-304-55/+91
* Cleanup, remove unneeded pallocsTeodor Sigaev2005-06-292-13/+9
* Code cleanup. gistfillbuffer accepts InvalidOffsetNumber.Teodor Sigaev2005-06-284-30/+16
* Concurrency for GiSTTeodor Sigaev2005-06-276-484/+843
* fix founded hole in recovery after crash, add vacuum_delay_point()Teodor Sigaev2005-06-203-165/+72
* 1. full functional WAL for GiSTTeodor Sigaev2005-06-206-564/+1208
* WAL for GiST. It work for online backup and so on, but onTeodor Sigaev2005-06-145-1077/+1874
* 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-173-8/+9
* GiST improvements:Neil Conway2005-05-173-704/+594
* 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
* First steps towards index scans with heap access decoupled from indexTom Lane2005-03-271-1/+28
* Convert index-related tuple handling routines from char 'n'/' ' to boolTom Lane2005-03-211-80/+48
* Marginal hack to merge adjacent ReleaseBuffer/ReadBuffer calls intoTom Lane2005-02-051-16/+22
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-313-6/+6
* Pgindent run for 8.0.Bruce Momjian2004-08-293-20/+19
* Update copyright to 2004.Bruce Momjian2004-08-293-6/+6
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-171-33/+10
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-011-1/+43
* 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-073-44/+39
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-294-4/+4
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-122-18/+30
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-094-152/+13
* Update copyrights to 2003.Bruce Momjian2003-08-044-8/+8
* pgindent run.Bruce Momjian2003-08-041-4/+5
* A visit from the message-style police ...Tom Lane2003-07-281-2/+3
* 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
* Adjust amrescan code so that it's allowed to call index_rescan with aTom Lane2003-03-231-32/+24
* 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-042-14/+15
* Update copyright to 2002.Bruce Momjian2002-06-204-8/+8
* Repair error with not adjusting active scans properly after gistSplit.Tom Lane2002-05-281-5/+9
* Mark index entries "killed" when they are no longer visible to anyTom Lane2002-05-241-2/+4