summaryrefslogtreecommitdiff
path: root/src/backend/access/heap/heapam_handler.c
AgeCommit message (Expand)Author
2023-05-02Fix typos in commentsMichael Paquier
2023-04-03Revert 11470f544eAlexander Korotkov
2023-04-02Pass down table relation into more index relation functionsAndres Freund
2023-03-22Allow locking updated tuples in tuple_update() and tuple_delete()Alexander Korotkov
2023-03-20Ignore BRIN indexes when checking for HOT updatesTomas Vondra
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-16Variable renaming in preparation for refactoringPeter Eisentraut
2022-11-16Remove useless castsPeter Eisentraut
2022-10-27Allow nodeSort to perform Datum sorts for byref typesDavid Rowley
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-04-13Prevent access to no-longer-pinned buffer in heapam_tuple_lock().Tom Lane
2022-04-06pgstat: stats collector references in comments.Andres Freund
2022-04-04Adjust tuplesort API to have bitwise option flagsDavid Rowley
2022-03-29Add new block-by-block strategy for CREATE DATABASE.Robert Haas
2022-01-08Update copyright for 2022Bruce Momjian
2021-08-30Report tuple address in data-corruption error messageAlvaro Herrera
2021-07-12Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane
2021-06-14Remove forced toast recompression in VACUUM FULL/CLUSTERMichael Paquier
2021-05-27Rethink definition of pg_attribute.attcompression.Tom Lane
2021-05-25Fix memory leak when de-toasting compressed values in VACUUM FULL/CLUSTERMichael Paquier
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-03-23Add macro RelationIsPermanent() to report relation permanenceBruce Momjian
2021-03-19Allow configurable LZ4 TOAST compression.Robert Haas
2021-02-27Add TID Range Scans to support efficient scanning ranges of TIDsDavid Rowley
2021-01-13Enhance nbtree index tuple deletion.Peter Geoghegan
2021-01-13Pass down "logically unchanged index" hint.Peter Geoghegan
2021-01-02Update copyright for 2021Bruce Momjian
2020-11-27Fix CLUSTER progress reporting of number of blocks scanned.Fujii Masao
2020-08-13Handle new HOT chains in index-build table scansAlvaro Herrera
2020-08-12snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund
2020-07-29Move syncscan.c to src/backend/access/common.Thomas Munro
2020-07-19Avoid harmless Valgrind no-buffer-pin errors.Peter Geoghegan
2020-05-13Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera
2020-05-12Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera
2020-04-04Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-03-22Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch
2020-03-21Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-03-04Introduce macros for typalign and typstorage constants.Tom Lane
2020-01-28Remove dependency on HeapTuple from predicate locking functions.Thomas Munro
2020-01-07tableam: New callback relation_fetch_toast_slice.Robert Haas
2020-01-07tableam: Allow choice of toast AM.Robert Haas
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-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-11-08Pass ItemPointer not HeapTuple to IndexBuildCallback.Andres Freund
2019-09-05Split tuptoaster.c into three separate files.Robert Haas
2019-08-01Add error codes to some corruption log messagesPeter Eisentraut
2019-07-08tableam: Provide helper functions for relation sizing.Robert Haas
2019-06-18Fix memory corruption/crash in ANALYZE.Andres Freund