summaryrefslogtreecommitdiff
path: root/src/backend/access/heap/heapam_handler.c
AgeCommit message (Expand)Author
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-03-22Add 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-27Revert "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
2019-06-08Fix assorted inconsistencies.Amit Kapila
2019-06-03Fix typos in various placesMichael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-05-21tableam: Move heap-specific logic from needs_toast_table below tableam.Robert Haas
2019-05-19Don't to predicate lock for analyze scans, refactor scan option passing.Andres Freund
2019-05-17tableam: Avoid relying on relation size to determine validity of tids.Andres Freund
2019-05-17tableam: Don't assume that every AM uses md.c style storage.Andres Freund
2019-05-14Handle table_complete_speculative's succeeded argument as documented.Andres Freund
2019-05-13Standardize ItemIdData terminology.Peter Geoghegan
2019-04-29Fix several recently introduced issues around handling new relation forks.Andres Freund
2019-04-23Allow pg_class xid & multixid horizons to not be set.Andres Freund
2019-04-07Fix a number of issues around modifying a previously updated row.Andres Freund
2019-04-04tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering.Andres Freund
2019-04-02Report progress of CREATE INDEX operationsAlvaro Herrera
2019-04-01tableam: Add table_finish_bulk_insert().Andres Freund
2019-03-31tableam: bitmap table scan.Andres Freund
2019-03-31tableam: sample scan.Andres Freund
2019-03-31tableam: Formatting and other minor cleanups.Andres Freund
2019-03-30tableam: Move heap specific logic from estimate_rel_size below tableam.Andres Freund