summaryrefslogtreecommitdiff
path: root/src/backend/access/brin
AgeCommit message (Expand)Author
5 daysUpdate copyright for 2026Bruce Momjian
7 daysChange IndexAmRoutines to be statically-allocated structs.Tom Lane
2025-12-19Use table/index_close() more consistentlyMichael Paquier
2025-12-18Do not emit WAL for unlogged BRIN indexesHeikki Linnakangas
2025-12-10Use palloc_object() and palloc_array() in backend codeMichael Paquier
2025-11-17Use streaming read I/O in BRIN vacuum scan.Masahiko Sawada
2025-11-13Add some missing #include <limits.h>.Thomas Munro
2025-10-31Mark function arguments of type "Datum *" as "const Datum *" where possiblePeter Eisentraut
2025-10-27Add some const qualificationsPeter Eisentraut
2025-10-27Remove Item typePeter Eisentraut
2025-10-21Re-pgindent brin.c.Nathan Bossart
2025-10-21Fix BRIN 32-bit counter wrap issue with huge tablesDavid Rowley
2025-10-05Don't include execnodes.h in brin.h or gin.hÁlvaro Herrera
2025-08-29Remove unneeded casts of BufferGetPage() resultPeter Eisentraut
2025-08-08Add missing Datum conversionsPeter Eisentraut
2025-08-05Fix incorrect return value in brin_minmax_multi_distance_numeric().Tom Lane
2025-08-05Fix varatt versus Datum type confusionsPeter Eisentraut
2025-05-30Change internal queryid type from uint64 to int64David Rowley
2025-03-29Use PRI?64 instead of "ll?" in format strings (continued).Peter Eisentraut
2025-03-26Keep the decompressed filter in brin_bloom_unionTomas Vondra
2025-03-11Show index search count in EXPLAIN ANALYZE, take 2.Peter Geoghegan
2025-03-11BRIN: be more strict about required support procsÁlvaro Herrera
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-19Fix crash in brininsertcleanup during logical replication.Tom Lane
2025-02-13Remove unnecessary (char *) casts [xlog]Peter Eisentraut
2025-02-02Convert strategies to and from compare typesPeter Eisentraut
2025-02-01Add get_opfamily_name() functionPeter Eisentraut
2025-01-14Fix potential integer overflow in bringetbitmap()Michael Paquier
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-24Remove pgrminclude annotationsPeter Eisentraut
2024-12-21Optimize alignment calculations in tuple form/deformDavid Rowley
2024-12-20Introduce CompactAttribute array in TupleDesc, take 2David Rowley
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-10-27Remove unused #include's from backend .c filesPeter Eisentraut
2024-09-30Set query ID in parallel workers for vacuum, BRIN and btreeMichael Paquier
2024-09-11Replace gratuitous memmove() with memcpy()Peter Eisentraut
2024-09-10Add amgettreeheight index AM API routinePeter Eisentraut
2024-09-03Add const qualifiers to XLogRegister*() functionsPeter Eisentraut
2024-06-12Harmonize function parameter names for Postgres 17.Peter Geoghegan
2024-05-04Fix an assortment of typosDavid Rowley
2024-04-19Add missing index_insert_cleanup callsTomas Vondra
2024-04-19Fix a couple typos in BRIN codeTomas Vondra
2024-04-17Cleanup parallel BRIN index build codeTomas Vondra
2024-04-14Use the correct PG_DETOAST_DATUM macro in BRINTomas Vondra
2024-04-14Update nbits_set in brin_bloom_unionTomas Vondra
2024-03-13Make the order of the header file includes consistentPeter Eisentraut
2024-03-04Fix buildfarm failures from 2af07e2f74.Jeff Davis