summaryrefslogtreecommitdiff
path: root/src/backend/access/spgist
AgeCommit message (Expand)Author
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-05-30Fix wording in amvalidate error messagesAlvaro Herrera
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-03-12Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch
2017-02-27Allow index AMs to return either HeapTuple or IndexTuple format during IOS.Tom Lane
2017-02-15Add optimizer and executor support for parallel index scans.Robert Haas
2017-02-14Split index xlog headers from other private index headers.Robert Haas
2017-02-09Allow index AMs to cache data across aminsert calls within a SQL command.Tom Lane
2017-02-08Add WAL consistency checking facility.Robert Haas
2017-01-24Extend index AM API for parallel index scans.Robert Haas
2017-01-21Move some things from builtins.h to new header filesPeter Eisentraut
2017-01-17Generate fmgr prototypes automaticallyPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-08Log the creation of an init fork unconditionally.Robert Haas
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-08-23Improve SP-GiST opclass API to better support unlabeled nodes.Tom Lane
2016-08-13Add SQL-accessible functions for inspecting index AM properties.Tom Lane
2016-07-28Message style improvementsPeter Eisentraut
2016-04-28Prevent to use magic constantsTeodor Sigaev
2016-04-20Revert no-op changes to BufferGetPage()Kevin Grittner
2016-04-08Add the "snapshot too old" featureKevin Grittner
2016-04-08Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner
2016-04-08Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev
2016-04-08CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev
2016-03-30Introduce traversalValue for SP-GiST scanTeodor Sigaev
2016-01-22Suppress compiler warning.Tom Lane
2016-01-22Improve index AMs' opclass validation procedures.Tom Lane
2016-01-18Restructure index access method API to hide most of it at the C level.Tom Lane
2016-01-02Fix overly-strict assertions in spgtextproc.c.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-07-27Don't assume that PageIsEmpty() returns true on an all-zeros page.Heikki Linnakangas
2015-07-27Fix handling of all-zero pages in SP-GiST vacuum.Heikki Linnakangas
2015-07-20Sanity-check that a page zeroed by redo routine is marked with WILL_INIT.Heikki Linnakangas
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-15Move strategy numbers to include/access/stratnum.hAlvaro Herrera
2015-03-26Add support for index-only scans in GiST.Heikki Linnakangas
2015-01-06Update copyright for 2015Bruce Momjian
2014-11-20Revamp the WAL record format.Heikki Linnakangas
2014-11-07Fix generation of SP-GiST vacuum WAL records.Heikki Linnakangas
2014-11-06Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas
2014-09-02Refactor per-page logic common to all redo routines to a new function.Heikki Linnakangas
2014-07-31Move log_newpage and log_newpage_buffer to xlog.c.Heikki Linnakangas
2014-06-09Fix infinite loop when splitting inner tuples in SPGiST text indexes.Tom Lane
2014-06-05Adjust SP-GiST WAL record formats to reduce alignment padding.Heikki Linnakangas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-04Avoid allocations in critical sections.Heikki Linnakangas
2014-01-23Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian