summaryrefslogtreecommitdiff
path: root/src/include/access
AgeCommit message (Expand)Author
2019-06-11tableam: Fix index_build_range_scan parameter name.Robert Haas
2019-06-08Fix assorted inconsistencies.Amit Kapila
2019-06-04Fix some typos and inconsistencies in tableam.hMichael Paquier
2019-05-31Fix incorrect parameter name in commentDavid Rowley
2019-05-30Remove unnecessary (and wrong) forward declaration.Andres Freund
2019-05-23tableam: Rename wrapper functions to match callback names.Andres Freund
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-05-22In transam.h, don't expose static inline functions to frontend code.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-18tableam: Avoid relying on relation size to determine validity of tids.Andres Freund
2019-05-18tableam: Don't assume that every AM uses md.c style storage.Andres Freund
2019-05-14Detect internal GiST page splits correctly during index build.Heikki Linnakangas
2019-05-13Standardize ItemIdData terminology.Peter Geoghegan
2019-05-13Improve comment for att_isnull.Robert Haas
2019-04-30Fix several recently introduced issues around handling new relation forks.Andres Freund
2019-04-24Allow pg_class xid & multixid horizons to not be set.Andres Freund
2019-04-23Prevent O(N^2) unique index insertion edge case.Peter Geoghegan
2019-04-22Convert gist to compute page level xid horizon on primary.Andres Freund
2019-04-08tableam: comment and formatting fixes.Andres Freund
2019-04-08Fix a number of issues around modifying a previously updated row.Andres Freund
2019-04-05Harden tableam against nonexistant / wrong kind of AMs.Andres Freund
2019-04-04tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering.Andres Freund
2019-04-04tableam: basic documentation.Andres Freund
2019-04-03Log all statements from a sample of transactionsAlvaro Herrera
2019-04-03Generate less WAL during GiST, GIN and SP-GiST index build.Heikki Linnakangas
2019-04-02Report progress of CREATE INDEX operationsAlvaro Herrera
2019-04-02Add wal_recycle and wal_init_zero GUCs.Thomas Munro
2019-04-01tableam: Add table_finish_bulk_insert().Andres Freund
2019-04-01tableam: bitmap table scan.Andres Freund
2019-04-01tableam: sample scan.Andres Freund
2019-04-01tableam: Formatting and other minor cleanups.Andres Freund
2019-03-31tableam: Move heap specific logic from estimate_rel_size below tableam.Andres Freund
2019-03-31tableam: VACUUM and ANALYZE support.Andres Freund
2019-03-30Generated columnsPeter Eisentraut
2019-03-29Tweak some nbtree-related code comments.Peter Geoghegan
2019-03-29tableam: Comment fixes.Andres Freund
2019-03-29tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE.Andres Freund
2019-03-28Fix a few comment copy & pastos.Andres Freund
2019-03-28Use FullTransactionId for the transaction stack.Thomas Munro
2019-03-28Add basic infrastructure for 64 bit transaction IDs.Thomas Munro
2019-03-28tableam: Support for an index build's initial table scan(s).Andres Freund
2019-03-26Compute XID horizon for page level index vacuum on primary.Andres Freund
2019-03-26Remove heap_hot_search().Andres Freund
2019-03-26tableam: Add table_get_latest_tid, to wrap heap_get_latest_tid.Andres Freund
2019-03-25tableam: Add helper for indexes to check if a corresponding table tuples exist.Andres Freund
2019-03-25tableam: Add and use table_fetch_row_version().Andres Freund
2019-03-24Transaction chainingPeter Eisentraut
2019-03-24Remove spurious return.Andres Freund