summaryrefslogtreecommitdiff
path: root/contrib/bloom
AgeCommit message (Expand)Author
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
2018-09-01Avoid using potentially-under-aligned page buffers.Tom Lane
2018-07-18Fix misc typos, mostly in comments.Heikki Linnakangas
2018-05-27Don't fall off the end of perl functionsAndrew Dunstan
2018-04-27perltidy: Add option --nooutdent-long-quotesPeter Eisentraut
2018-04-07Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev
2018-03-22Fix errors in contrib/bloom index build.Tom Lane
2018-02-02Support parallel btree index builds.Robert Haas
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-10Tighten test in contrib/bloom/t/001_wal.pl.Tom Lane
2017-11-03Flag index metapages as standard-format in xlog.c calls.Tom Lane
2017-10-28Fix typo.Robert Haas
2017-10-19Add more tests for reloptionsAlvaro Herrera
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-11Rename WAL-related functions and views to use "lsn" not "location".Tom Lane
2017-02-15Add optimizer and executor support for parallel index scans.Robert Haas
2017-02-09Remove all references to "xlog" from SQL-callable functions in pg_proc.Robert Haas
2017-02-09Allow index AMs to cache data across aminsert calls within a SQL command.Tom Lane
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-01-24Extend index AM API for parallel index scans.Robert Haas
2017-01-21Move some things from builtins.h to new header filesPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-08Log the creation of an init fork unconditionally.Robert Haas