summaryrefslogtreecommitdiff
path: root/src/backend/access/spgist/spginsert.c
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-02-23Introduce a new smgr bulk loading facility.Heikki Linnakangas
2024-01-04Update copyright for 2024Bruce Momjian
2023-08-23Use the buffer cache when initializing an unlogged index.Heikki Linnakangas
2023-04-08Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro
2023-02-27Update types in smgr APIPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-01-08Update copyright for 2022Bruce Momjian
2021-07-12Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane
2021-04-05Support INCLUDE'd columns in SP-GiST.Tom Lane
2021-01-13Pass down "logically unchanged index" hint.Peter Geoghegan
2021-01-02Update copyright for 2021Bruce Momjian
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-26Revert "Rename files and headers related to index AM"Michael Paquier
2019-12-25Rename files and headers related to index AMMichael Paquier
2019-11-08Pass ItemPointer not HeapTuple to IndexBuildCallback.Andres Freund
2019-04-03Generate less WAL during GiST, GIN and SP-GiST index build.Heikki Linnakangas
2019-04-02Report progress of CREATE INDEX operationsAlvaro Herrera
2019-03-28tableam: Support for an index build's initial table scan(s).Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-03-22Fix tuple counting in SP-GiST index build.Tom Lane
2018-02-02Support parallel btree index builds.Robert Haas
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-02Set the metapage's pd_lower correctly in brin, gin, and spgist indexes.Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
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-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-04-20Revert no-op changes to BufferGetPage()Kevin Grittner
2016-04-08Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner
2016-01-18Restructure index access method API to hide most of it at the C level.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-01-06Update copyright for 2015Bruce Momjian
2014-11-20Revamp the WAL record format.Heikki Linnakangas
2014-11-06Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas
2014-07-31Move log_newpage and log_newpage_buffer to xlog.c.Heikki Linnakangas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-12-03Don't include unused space in LOG_NEWPAGE records.Heikki Linnakangas
2013-11-02Retry after buffer locking failure during SPGiST index creation.Tom Lane
2013-06-14Avoid deadlocks during insertion into SP-GiST indexes.Tom Lane
2013-03-22Allow I/O reliability checks using 16-bit checksumsSimon Riggs
2013-03-18Remove PageSetTLI and rename pd_tli to pd_checksumSimon Riggs
2013-01-01Update copyrights for 2013Bruce Momjian