]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/geo_spgist.c
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / backend / utils / adt / geo_spgist.c
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-09-18 Alexander KorotkovAdd support for nearest-neighbor (KNN) searches to...
2018-08-26 Thomas MunroFix typos.
2018-08-16 Tomas VondraUse the built-in float datatypes to implement geometric...
2018-07-29 Tomas VondraProvide separate header file for built-in float types
2018-07-29 Tomas VondraRefactor geometric functions and operators
2018-04-26 Tom LanePost-feature-freeze pgindent run.
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-12-25 Teodor SigaevAdd polygon opclass for SP-GiST
2017-03-21 Teodor SigaevFix support for some operators (&<, &>, $<|, |&>) in...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-06-09 Robert Haaspgindent run for 9.6
2016-06-03 Greg StarkFix various common mispellings.
2016-04-23 Bruce MomjianProperly mark initRectBox() as taking 'void' args
2016-03-30 Tom LaneSuppress uninitialized-variable warnings.
2016-03-30 Teodor SigaevIntroduce SP-GiST operator class over box.