summaryrefslogtreecommitdiff
path: root/src/backend/access/hash
AgeCommit message (Expand)Author
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-06Remove 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-04Update 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-24Assert 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-06Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel()Andres Freund
2023-04-02Add info in WAL records in preparation for logical slot conflict handlingAndres Freund
2023-03-20Ignore BRIN indexes when checking for HOT updatesTomas Vondra
2023-02-23Remove unnecessary #ifdef USE_ICU and branch.Jeff Davis
2023-02-23Refactor to introduce pg_locale_deterministic().Jeff Davis
2023-02-23Refactor to add pg_strcoll(), pg_strxfrm(), and variants.Jeff Davis
2023-01-10New header varatt.h split off from postgres.hPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-01Fix memory leak for hashing with nondeterministic collations.Jeff Davis