summaryrefslogtreecommitdiff
path: root/contrib/bloom
AgeCommit message (Expand)Author
2025-03-26Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane
2025-03-11Show index search count in EXPLAIN ANALYZE, take 2.Peter Geoghegan
2025-03-07Rename amcancrosscomparePeter Eisentraut
2025-03-05Revert "Show index search count in EXPLAIN ANALYZE."Peter Geoghegan
2025-03-05Show index search count in EXPLAIN ANALYZE.Peter Geoghegan
2025-02-27Generalize hash and ordering support in amapiPeter Eisentraut
2025-02-11Add is_analyze parameter to vacuum_delay_point().Nathan Bossart
2025-02-02Convert strategies to and from compare typesPeter Eisentraut
2025-02-01Add get_opfamily_name() functionPeter Eisentraut
2025-01-24Fix copy-and-paste typoPeter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-11-26Clean up newlines following left parenthesesÁlvaro Herrera
2024-11-13Count contrib/bloom index scans in pgstat view.Peter Geoghegan
2024-10-28Remove unused #include's from contrib, pl, test .c filesPeter Eisentraut
2024-09-11Replace gratuitous memmove() with memcpy()Peter Eisentraut
2024-09-10Add amgettreeheight index AM API routinePeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2024-01-02Fix typos in comments and in one isolation test.Robert Haas
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-12-08Allow parallel CREATE INDEX for BRIN indexesTomas Vondra
2023-11-25Reuse BrinDesc and BrinRevmap in brininsertTomas Vondra
2023-09-05Remove the "snapshot too old" feature.Thomas Munro
2023-08-23Use the buffer cache when initializing an unlogged index.Heikki Linnakangas
2023-08-23ExtendBufferedWhat -> BufferManagerRelation.Thomas Munro
2023-07-04Remove incidental md5() function uses from several testsPeter Eisentraut
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-02-27Update types in smgr APIPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-11-12If wait_for_catchup fails under has_wal_read_bug, skip balance of test.Noah Misch
2022-10-07meson: Add support for building with precompiled headersAndres Freund
2022-10-07Fix final warnings produced by -Wshadow=compatible-localDavid Rowley
2022-10-05meson: Add windows resource filesAndres Freund
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-07-18Remove now superfluous declarations of dlsym()ed symbols.Andres Freund
2022-07-16Replace many MemSet calls with struct initializationPeter Eisentraut
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-05-07Under has_wal_read_bug, skip contrib/bloom/t/001_wal.pl.Noah Misch
2022-03-29Add new block-by-block strategy for CREATE DATABASE.Robert Haas
2022-02-11Replace Test::More plans with done_testingDaniel Gustafsson
2022-01-08Update copyright for 2022Bruce Momjian
2021-10-24Move Perl test modules to a better namespaceAndrew Dunstan
2021-09-28Fix instability in contrib/bloom TAP tests.Tom Lane
2021-09-27Re-enable contrib/bloom's TAP tests.Tom Lane
2021-07-29Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan
2021-07-12Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane
2021-05-07Add a copyright notice to perl files lacking one.Andrew Dunstan
2021-04-07Remove redundant memset(0) calls for page init of some index AMsMichael Paquier