summaryrefslogtreecommitdiff
path: root/contrib/bloom
AgeCommit message (Expand)Author
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
2021-01-13Pass down "logically unchanged index" hint.Peter Geoghegan
2021-01-02Update copyright for 2021Bruce Momjian
2020-08-01Invent "amadjustmembers" AM method for validating opclass members.Tom Lane
2020-07-08tap tests: replace 'master' with 'primary'.Andres Freund
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-25Make the order of the header file includes consistent.Amit Kapila
2019-11-08Pass ItemPointer not HeapTuple to IndexBuildCallback.Andres Freund
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
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-09-25Fix failure with lock mode used for custom relation optionsMichael Paquier
2019-07-01Fix many typos and inconsistenciesMichael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
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-03-22Collations with nondeterministic comparisonPeter Eisentraut
2019-02-15Refactor index cost estimation functions in view of IndexClause changes.Tom Lane
2019-01-29Rename nodes/relation.h to nodes/pathnodes.h.Tom Lane
2019-01-29Refactor planner's header files.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-03Add PGXS options to control TAP and isolation tests, take twoMichael Paquier
2018-11-26Revert all new recent changes to add PGXS options for TAP and isolationMichael Paquier
2018-11-26Disable temporarily TAP tests for contrib/bloom/Michael Paquier
2018-11-25Add PGXS options to control TAP and isolation testsMichael Paquier