summaryrefslogtreecommitdiff
path: root/src/backend/access/spgist/spgxlog.c
AgeCommit message (Expand)Author
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-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-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-03-11Teach SPGiST to store nulls and do 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-17Add SP-GiST (space-partitioned GiST) index access method.Tom Lane