]> granicus.if.org Git - postgresql/history - src/backend/access/gist
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / backend / access / gist /
2019-10-21 Amit KapilaFix memory leak introduced in commit 7df159a620.
2019-09-25 Alvaro HerreraSupport reloptions of enum type
2019-09-19 Alexander KorotkovImprove handling of NULLs in KNN-GiST and KNN-SP-GiST
2019-09-08 Alexander KorotkovFix handling of NULL distances in KNN-GiST
2019-09-08 Alexander KorotkovFix handling Inf and Nan values in GiST pairing heap...
2019-08-13 Michael PaquierFix inconsistencies and typos in the tree, take 10
2019-08-05 Michael PaquierFix inconsistencies and typos in the tree, take 9
2019-07-24 Heikki LinnakangasUse full 64-bit XID for checking if a deleted GiST...
2019-07-24 Heikki LinnakangasRefactor checks for deleted GiST pages.
2019-07-22 Michael PaquierFix inconsistencies and typos in the tree
2019-07-17 Tom LaneAvoid using lcons and list_delete_first where it's...
2019-07-16 Michael PaquierFix inconsistencies and typos in the tree
2019-07-14 Alexander KorotkovAdd support for <-> (box, point) operator to GiST box_ops
2019-07-10 Michael PaquierFix variable initialization when using buffering build...
2019-06-03 Michael PaquierFix typos in various places
2019-05-22 Tom LanePhase 2 pgindent run for v12.
2019-05-22 Tom LaneInitial pgindent run for v12.
2019-05-14 Heikki LinnakangasDetect internal GiST page splits correctly during index...
2019-04-22 Andres FreundConvert gist to compute page level xid horizon on primary.
2019-04-03 Heikki LinnakangasGenerate less WAL during GiST, GIN and SP-GiST index...
2019-04-02 Alvaro HerreraReport progress of CREATE INDEX operations
2019-03-28 Andres Freundtableam: Support for an index build's initial table...
2019-03-27 Michael PaquierSwitch some palloc/memset calls to palloc0
2019-03-22 Heikki LinnakangasFix bug in the GiST vacuum's 2nd stage.
2019-03-22 Heikki LinnakangasDelete empty pages during GiST VACUUM.
2019-03-11 Andres Freundtableam: Add and use scan APIs.
2019-03-10 Alexander KorotkovSupport for INCLUDE attributes in GiST indexes
2019-03-05 Heikki LinnakangasScan GiST indexes in physical order during VACUUM.
2019-01-29 Tom LaneRefactor planner's header files.
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-12-20 Alexander KorotkovCheck for conflicting queries during replay of gistvacu...
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-09-18 Alexander KorotkovAdd support for nearest-neighbor (KNN) searches to...
2018-08-22 Peter Eisentrautdoc: Update uses of the word "procedure"
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-11 Alvaro HerreraRethink how to get float.h in old Windows API for isnan...
2018-05-04 Teodor SigaevRe-think predicate locking on GIN indexes.
2018-04-26 Tom LanePost-feature-freeze pgindent run.
2018-04-07 Teodor SigaevIndexes with INCLUDE columns and their support in B...
2018-03-27 Teodor SigaevAdd predicate locking for GiST
2018-03-02 Tom LaneMake gistvacuumcleanup() count the actual number of...
2018-02-02 Robert HaasSupport parallel btree index builds.
2018-01-09 Alvaro HerreraChange some bogus PageGetLSN calls to BufferGetLSNAtomic
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-10 Peter EisentrautAdd some const decorations to prototypes
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-09-22 Robert HaasFor wal_consistency_checking, mask page checksum as...
2017-09-20 Tom LaneRemove no-op GiST support functions in the core GiST...
2017-09-20 Tom LaneAllow no-op GiST support functions to be omitted.
2017-08-20 Andres FreundChange tupledesc->attrs[n] to TupleDescAttr(tupledesc...
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-13 Tom LaneRe-run pgindent.
2017-05-30 Alvaro HerreraFix wording in amvalidate error messages
2017-05-04 Tom LaneFix pfree-of-already-freed-tuple when rescanning a...
2017-03-08 Tom LanePut back <float.h> in a few files that need it for...
2017-02-27 Tom LaneAllow index AMs to return either HeapTuple or IndexTupl...
2017-02-15 Robert HaasAdd optimizer and executor support for parallel index...
2017-02-14 Robert HaasSplit index xlog headers from other private index headers.
2017-02-09 Tom LaneAllow index AMs to cache data across aminsert calls...
2017-02-08 Robert HaasAdd WAL consistency checking facility.
2017-02-06 Heikki LinnakangasFix typos in comments.
2017-01-24 Robert HaasExtend index AM API for parallel index scans.
2017-01-21 Peter EisentrautMove some things from builtins.h to new header files
2017-01-17 Peter EisentrautGenerate fmgr prototypes automatically
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-09-20 Heikki LinnakangasFix outdated comments, GIST search queue is not an...
2016-09-09 Tom LaneInvent PageIndexTupleOverwrite, and teach BRIN and...
2016-08-27 Tom LaneAdd macros to make AllocSetContextCreate() calls simple...
2016-08-24 Tom LaneSuppress compiler warnings in non-cassert builds.
2016-08-15 Tom LaneFinal pgindent + perltidy run for 9.6.
2016-08-13 Tom LaneAdd SQL-accessible functions for inspecting index AM...
2016-07-28 Peter EisentrautMessage style improvements
2016-07-14 Tom LaneFix GiST index build for NaN values in geometric types.
2016-06-28 Alvaro HerreraRemove unused arguments in two GiST subroutines
2016-06-09 Robert Haaspgindent run for 9.6
2016-04-28 Teodor SigaevPrevent to use magic constants
2016-04-20 Kevin GrittnerRevert no-op changes to BufferGetPage()
2016-04-08 Kevin GrittnerAdd the "snapshot too old" feature
2016-04-08 Kevin GrittnerModify BufferGetPage() to prepare for "snapshot too...
2016-04-08 Teodor SigaevRevert CREATE INDEX ... INCLUDING ...
2016-04-08 Teodor SigaevCREATE INDEX ... INCLUDING (column[, ...])
2016-02-02 Teodor SigaevFix lossy KNN GiST when ordering operator returns non...
2016-01-22 Tom LaneSuppress compiler warning.
2016-01-22 Tom LaneImprove index AMs' opclass validation procedures.
2016-01-19 Tom LaneFix assorted inconsistencies in GiST opclass support...
2016-01-18 Tom LaneRestructure index access method API to hide most of...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-09-17 Teodor SigaevFix bug introduced by microvacuum for GiST
2015-09-09 Teodor SigaevFix oversight in 013ebc0a7b7ea9c1b1ab7a3d4dd75ea121ea8b...
2015-09-09 Teodor SigaevMicrovacuum for GIST
2015-09-05 Heikki LinnakangasFix misc typos.
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-23 Tom LaneStill more fixes for lossy-GiST-distance-functions...
2015-05-15 Alvaro HerreraMove strategy numbers to include/access/stratnum.h
2015-05-15 Heikki LinnakangasFix datatype confusion with the new lossy GiST distance...
2015-05-15 Heikki LinnakangasAllow GiST distance function to return merely a lower...
2015-03-26 Heikki LinnakangasFix GiST index-only scans for opclasses with different...
2015-03-26 Heikki LinnakangasAdd support for index-only scans in GiST.
next