summaryrefslogtreecommitdiff
path: root/src/backend/access/hash
AgeCommit message (Expand)Author
2025-12-10Use palloc_object() and palloc_array() in backend codeMichael Paquier
2025-12-09Remove unnecessary casts in printf format arguments (%zu/%zd)Peter Eisentraut
2025-12-09Doc: fix typo in hash index documentationDavid Rowley
2025-12-02Remove useless casting to same typePeter Eisentraut
2025-12-02Simplify hash_xlog_split_allocate_page()Peter Eisentraut
2025-10-31Mark function arguments of type "Datum *" as "const Datum *" where possiblePeter Eisentraut
2025-10-30Mark ItemPointer arguments as const throughoutPeter Eisentraut
2025-10-27Remove Item typePeter Eisentraut
2025-08-29Remove unneeded casts of BufferGetPage() resultPeter Eisentraut
2025-03-11Show index search count in EXPLAIN ANALYZE, take 2.Peter Geoghegan
2025-03-08Fix typoPeter Eisentraut
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-03-01Set amcancrosscompare to true for hashPeter Eisentraut
2025-02-27Generalize hash and ordering support in amapiPeter Eisentraut
2025-02-21Drop opcintype from index AM strategy translation APIPeter Eisentraut
2025-02-13Remove unnecessary (char *) casts [xlog]Peter 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-31Get rid of our dependency on type "long" for memory size calculations.Tom Lane
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-09-13Allow _h_indexbuild() to be interrupted.Tom Lane
2024-09-12Simplify checks for deterministic collations.Jeff Davis
2024-09-12Remove hardcoded hash opclass function signature exceptionsPeter Eisentraut
2024-09-11Replace gratuitous memmove() with memcpy()Peter Eisentraut
2024-09-10Add amgettreeheight index AM API routinePeter Eisentraut
2024-08-05Remove support for null pg_locale_t most places.Jeff Davis
2024-07-30Relax check for return value from second call of pg_strnxfrm().Jeff Davis
2024-04-11Fix inconsistency with replay of hash squeeze record for clean buffersMichael Paquier
2024-03-25Merge prune, freeze and vacuum WAL record formatsHeikki Linnakangas
2024-03-13Make the order of the header file includes consistentPeter Eisentraut
2024-03-11Update obsolete index scan TID comments.Peter Geoghegan
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-02-07Set LSN for wbuf in _hash_freeovflpage() iff wbuf is modified.Amit Kapila
2024-01-03Update copyright for 2024Bruce Momjian
2023-12-08Allow parallel CREATE INDEX for BRIN indexesTomas Vondra
2023-12-01Fix an uninitialized access in hash_xlog_squeeze_page().Amit Kapila
2023-11-25Reuse BrinDesc and BrinRevmap in brininsertTomas Vondra
2023-11-13Use REGBUF_NO_CHANGE at one more place in the hash index.Amit Kapila
2023-10-23Assert that buffers are marked dirty before XLogRegisterBuffer().Jeff Davis
2023-10-10Add const to values and nulls argumentsPeter Eisentraut
2023-09-05Remove the "snapshot too old" feature.Thomas Munro
2023-08-23ExtendBufferedWhat -> BufferManagerRelation.Thomas Munro
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-04-08Handle logical slot conflicts on standbyAndres Freund
2023-04-08Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro
2023-04-05Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel()Andres Freund