summaryrefslogtreecommitdiff
path: root/contrib/bloom/blutils.c
AgeCommit message (Expand)Author
2025-03-07Rename amcancrosscomparePeter Eisentraut
2025-02-27Generalize hash and ordering support in amapiPeter Eisentraut
2025-02-02Convert strategies to and from compare typesPeter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-10-28Remove unused #include's from contrib, pl, test .c filesPeter Eisentraut
2024-09-10Add amgettreeheight index AM API routinePeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-08Allow parallel CREATE INDEX for BRIN indexesTomas Vondra
2023-11-25Reuse BrinDesc and BrinRevmap in brininsertTomas Vondra
2023-08-23Use the buffer cache when initializing an unlogged index.Heikki Linnakangas
2023-08-23ExtendBufferedWhat -> BufferManagerRelation.Thomas Munro
2023-04-06Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel()Andres Freund
2023-01-02Update copyright for 2023Bruce Momjian
2022-01-08Update copyright for 2022Bruce Momjian
2021-04-07Remove redundant memset(0) calls for page init of some index AMsMichael Paquier
2021-01-02Update copyright for 2021Bruce Momjian
2020-08-01Invent "amadjustmembers" AM method for validating opclass members.Tom Lane
2020-03-30Implement operator class parametersAlexander Korotkov
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-05Refactor code building relation optionsMichael Paquier
2019-10-24Make the order of the header file includes consistent in contrib modules.Amit Kapila
2019-09-25Allow definition of lock mode for custom reloptionsMichael Paquier
2019-07-01Fix many typos and inconsistenciesMichael Paquier
2019-04-02Report progress of CREATE INDEX operationsAlvaro Herrera
2019-03-22Collations with nondeterministic comparisonPeter Eisentraut
2019-01-02Update copyright for 2019Bruce Momjian
2018-04-07Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev
2018-01-03Update copyright for 2018Bruce Momjian
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-02-15Add optimizer and executor support for parallel index scans.Robert Haas
2017-01-24Extend index AM API for parallel index scans.Robert Haas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-09-30Fix use of offsetof()Peter Eisentraut
2016-08-14Fix assorted bugs in contrib/bloom.Tom Lane
2016-08-13Add SQL-accessible functions for inspecting index AM properties.Tom Lane
2016-08-11Trivial cosmetic cleanup in bloom/blutils.c.Tom Lane
2016-06-09pgindent run for 9.6Robert Haas
2016-06-03Measure Bloom index signature-length reloption in bits, not words.Tom Lane
2016-05-25Fix contrib/bloom to work for unlogged indexes.Tom Lane
2016-04-28Prevent to use magic constantsTeodor Sigaev
2016-04-20Revert no-op changes to BufferGetPage()Kevin Grittner
2016-04-12Improve API of GenericXLogRegister().Tom Lane
2016-04-12Add page id to bloom indexTeodor Sigaev
2016-04-08Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner
2016-04-04Fix typoTeodor Sigaev