summaryrefslogtreecommitdiff
path: root/src/backend/access/spgist
AgeCommit message (Expand)Author
2013-12-03Don't include unused space in LOG_NEWPAGE records.Heikki Linnakangas
2013-11-02Retry after buffer locking failure during SPGiST index creation.Tom Lane
2013-09-18Typo fix.Robert Haas
2013-06-14Avoid deadlocks during insertion into SP-GiST indexes.Tom Lane
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-05-08Use the term "radix tree" instead of "suffix tree" for SP-GiST text opclass.Heikki Linnakangas
2013-03-22Allow I/O reliability checks using 16-bit checksumsSimon Riggs
2013-03-18Remove PageSetTLI and rename pd_tli to pd_checksumSimon Riggs
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-28Remove obsolete XLogRecPtr macrosAlvaro Herrera
2012-11-28Split out rmgr rm_desc functions into their own filesAlvaro Herrera
2012-11-13Fix multiple problems in WAL replay.Tom Lane
2012-09-05Trim spgist_private.h inclusionAlvaro Herrera
2012-08-29Optimize SP-GiST insertions.Heikki Linnakangas
2012-08-28Split heapam_xlog.h from heapam.hAlvaro Herrera
2012-08-03In SPGiST replay, do conflict resolution before modifying the page.Tom Lane
2012-08-02Fix race conditions associated with SPGiST redirection tuples.Tom Lane
2012-07-02Assorted message style improvementsPeter Eisentraut
2012-06-26Cope with smaller-than-normal BLCKSZ setting in SPGiST indexes on text.Tom Lane
2012-06-24Replace int2/int4 in C code with int16/int32Peter Eisentraut
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-05-02Remove duplicate words in comments.Heikki Linnakangas
2012-03-12Fix SPGiST vacuum algorithm to handle concurrent tuple motion properly.Tom Lane
2012-03-11Teach SPGiST to store nulls and do whole-index scans.Tom Lane
2012-03-10Restructure SPGiST opclass interface API to support whole-index scans.Tom Lane
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-19Rename updateNodeLink to spgUpdateNodeLink.Tom Lane
2011-12-19Teach SP-GiST to do index-only scans.Tom Lane
2011-12-18Replace simple constant pg_am.amcanreturn with an AM support function.Tom Lane
2011-12-18Defend against null scankeys in spgist searches.Tom Lane
2011-12-17Fix compiler warning seen on 64-bit machine.Tom Lane
2011-12-17Add SP-GiST (space-partitioned GiST) index access method.Tom Lane