]> granicus.if.org Git - postgresql/history - src/backend/access/spgist
Reduce pinning and buffer content locking for btree scans.
[postgresql] / src / backend / access / spgist /
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-20 Heikki LinnakangasRevamp the WAL record format.
2014-11-07 Heikki LinnakangasFix generation of SP-GiST vacuum WAL records.
2014-11-06 Heikki LinnakangasMove the backup-block logic from XLogInsert to a new...
2014-09-02 Heikki LinnakangasRefactor per-page logic common to all redo routines...
2014-07-31 Heikki LinnakangasMove log_newpage and log_newpage_buffer to xlog.c.
2014-06-09 Tom LaneFix infinite loop when splitting inner tuples in SPGiST...
2014-06-05 Heikki LinnakangasAdjust SP-GiST WAL record formats to reduce alignment...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-04 Heikki LinnakangasAvoid allocations in critical sections.
2014-01-23 Tom LaneAllow use of "z" flag in our printf calls, and use...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-03 Heikki LinnakangasDon't include unused space in LOG_NEWPAGE records.
2013-11-02 Tom LaneRetry after buffer locking failure during SPGiST index...
2013-09-18 Robert HaasTypo fix.
2013-06-14 Tom LaneAvoid deadlocks during insertion into SP-GiST indexes.
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-05-08 Heikki LinnakangasUse the term "radix tree" instead of "suffix tree"...
2013-03-22 Simon RiggsAllow I/O reliability checks using 16-bit checksums
2013-03-18 Simon RiggsRemove PageSetTLI and rename pd_tli to pd_checksum
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-28 Alvaro HerreraRemove obsolete XLogRecPtr macros
2012-11-28 Alvaro HerreraSplit out rmgr rm_desc functions into their own files
2012-11-13 Tom LaneFix multiple problems in WAL replay.
2012-09-05 Alvaro HerreraTrim spgist_private.h inclusion
2012-08-29 Heikki LinnakangasOptimize SP-GiST insertions.
2012-08-28 Alvaro HerreraSplit heapam_xlog.h from heapam.h
2012-08-03 Tom LaneIn SPGiST replay, do conflict resolution before modifyi...
2012-08-02 Tom LaneFix race conditions associated with SPGiST redirection...
2012-07-02 Peter EisentrautAssorted message style improvements
2012-06-26 Tom LaneCope with smaller-than-normal BLCKSZ setting in SPGiST...
2012-06-24 Peter EisentrautReplace int2/int4 in C code with int16/int32
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-05-02 Heikki LinnakangasRemove duplicate words in comments.
2012-03-12 Tom LaneFix SPGiST vacuum algorithm to handle concurrent tuple...
2012-03-11 Tom LaneTeach SPGiST to store nulls and do whole-index scans.
2012-03-10 Tom LaneRestructure SPGiST opclass interface API to support...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-19 Tom LaneRename updateNodeLink to spgUpdateNodeLink.
2011-12-19 Tom LaneTeach SP-GiST to do index-only scans.
2011-12-18 Tom LaneReplace simple constant pg_am.amcanreturn with an AM...
2011-12-18 Tom LaneDefend against null scankeys in spgist searches.
2011-12-17 Tom LaneFix compiler warning seen on 64-bit machine.
2011-12-17 Tom LaneAdd SP-GiST (space-partitioned GiST) index access method.