summaryrefslogtreecommitdiff
path: root/src/backend/access/hash/hashinsert.c
AgeCommit message (Expand)Author
2025-02-13Remove unnecessary (char *) casts [xlog]Peter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-04-02Add info in WAL records in preparation for logical slot conflict handlingAndres Freund
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-24Improve indenting in _hash_pgaddtupDavid Rowley
2022-11-24Speedup hash index builds by skipping needless binary searchesDavid Rowley
2022-11-17Standardize rmgrdesc recovery conflict XID output.Peter Geoghegan
2022-04-01Add macros in hash and btree AMs to get the special area of their pagesMichael Paquier
2022-01-30Remove xloginsert.h from xlog.hAlvaro Herrera
2022-01-08Update copyright for 2022Bruce Momjian
2021-09-08Clean up some code using "(expr) ? true : false"Michael Paquier
2021-01-02Update copyright for 2021Bruce Momjian
2020-01-28Remove dependency on HeapTuple from predicate locking functions.Thomas Munro
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-08-05Fix inconsistencies and typos in the tree, take 9Michael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-03-26Compute XID horizon for page level index vacuum on primary.Andres Freund
2019-01-21Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-04-07Predicate locking in hash indexes.Teodor Sigaev
2018-03-01Remove redundant IndexTupleDSize macro.Tom Lane
2018-01-03Update copyright for 2018Bruce Momjian
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-03-27Still more code review for single-page hash vacuuming.Robert Haas
2017-03-20Fixes for single-page hash index vacuum.Robert Haas
2017-03-16Port single-page btree vacuum logic to hash indexes.Robert Haas
2017-03-14hash: Add write-ahead logging support.Robert Haas
2017-02-27hash: Refactor bucket squeeze code.Robert Haas
2017-02-07Cache hash index's metapage in rel->rd_amcache.Robert Haas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-23Remove _hash_chgbufaccess().Robert Haas
2016-12-22Fix broken error check in _hash_doinsert.Robert Haas
2016-12-16Remove _hash_wrtbuf() in favor of calling MarkBufferDirty().Robert Haas
2016-11-30Improve hash index bucket split behavior.Robert Haas
2016-04-20Revert no-op changes to BufferGetPage()Kevin Grittner
2016-04-08Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner
2016-01-02Update copyright for 2016Bruce Momjian
2015-01-06Update copyright for 2015Bruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-23Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-06-26Reduce use of heavyweight locking inside hash AM.Robert Haas
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian