summaryrefslogtreecommitdiff
path: root/src/backend/access/spgist
AgeCommit message (Expand)Author
2023-04-08Handle logical slot conflicts on standbyAndres Freund
2023-04-08Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro
2023-04-06Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel()Andres Freund
2023-04-03Make SP-GiST redirect cleanup more aggressive.Peter Geoghegan
2023-04-02Add info in WAL records in preparation for logical slot conflict handlingAndres Freund
2023-04-02Pass down table relation into more index relation functionsAndres Freund
2023-03-20Ignore BRIN indexes when checking for HOT updatesTomas Vondra
2023-02-27Update types in smgr APIPeter Eisentraut
2023-01-10New header varatt.h split off from postgres.hPeter Eisentraut
2023-01-03Fix typos in comments, code and documentationMichael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-11-17Standardize rmgrdesc recovery conflict XID output.Peter Geoghegan
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-08-24Further -Wshadow=compatible-local warning fixesDavid Rowley
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-06-16Revert changes in HOT handling of BRIN indexesTomas Vondra
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-30Ignore BRIN indexes when checking for HOT udpatesTomas Vondra
2021-11-29Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane
2021-11-20Fix SP-GiST scan initialization logic for binary-compatible cases.Tom Lane
2021-08-27Count SP-GiST index scans in pg_stat statistics.Tom Lane
2021-08-08Remove some unnecessary casts in format argumentsPeter Eisentraut
2021-07-12Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane
2021-05-23Re-order pg_attribute columns to eliminate some padding space.Tom Lane
2021-05-14Prevent infinite insertion loops in spgdoinsert().Tom Lane
2021-05-14Fix query-cancel handling in spgdoinsert().Tom Lane
2021-04-07Remove redundant memset(0) calls for page init of some index AMsMichael Paquier
2021-04-05Support INCLUDE'd columns in SP-GiST.Tom Lane
2021-04-04Fix more confusion in SP-GiST.Tom Lane
2021-04-04Fix confusion in SP-GiST between attribute type and leaf storage type.Tom Lane
2021-04-01Rethink handling of pass-by-value leaf datums in SP-GiST.Tom Lane
2021-02-25VACUUM VERBOSE: Count "newly deleted" index pages.Peter Geoghegan
2021-01-13Pass down "logically unchanged index" hint.Peter Geoghegan
2021-01-02Update copyright for 2021Bruce Momjian
2020-11-23Rename the "point is strictly above/below point" comparison operators.Tom Lane
2020-08-12snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund
2020-08-01Invent "amadjustmembers" AM method for validating opclass members.Tom Lane
2020-06-20Fix masking of SP-GiST pages during xlog consistency checkAlexander Korotkov
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-03-30Fix missing SP-GiST support in 911e702077Alexander Korotkov
2020-03-30Implement operator class parametersAlexander Korotkov
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2020-01-15Introduce IndexAM fields for parallel vacuum.Amit Kapila
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-25Refactor reloption handling for index AMs in-coreMichael Paquier
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila