index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
heap
/
heapam_handler.c
Age
Commit message (
Expand
)
Author
2023-07-04
Fix race in SSI interaction with bitmap heap scan.
Thomas Munro
2022-11-17
Replace RelationOpenSmgr() with RelationGetSmgr().
Tom Lane
2022-04-13
Prevent access to no-longer-pinned buffer in heapam_tuple_lock().
Tom Lane
2021-08-30
Report tuple address in data-corruption error message
Alvaro Herrera
2020-11-27
Fix CLUSTER progress reporting of number of blocks scanned.
Fujii Masao
2020-08-13
Handle new HOT chains in index-build table scans
Alvaro Herrera
2020-03-22
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-21
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2019-06-18
Fix memory corruption/crash in ANALYZE.
Andres Freund
2019-06-08
Fix assorted inconsistencies.
Amit Kapila
2019-06-03
Fix typos in various places
Michael Paquier
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-05-21
tableam: Move heap-specific logic from needs_toast_table below tableam.
Robert Haas
2019-05-19
Don't to predicate lock for analyze scans, refactor scan option passing.
Andres Freund
2019-05-17
tableam: Avoid relying on relation size to determine validity of tids.
Andres Freund
2019-05-17
tableam: Don't assume that every AM uses md.c style storage.
Andres Freund
2019-05-14
Handle table_complete_speculative's succeeded argument as documented.
Andres Freund
2019-05-13
Standardize ItemIdData terminology.
Peter Geoghegan
2019-04-29
Fix several recently introduced issues around handling new relation forks.
Andres Freund
2019-04-23
Allow pg_class xid & multixid horizons to not be set.
Andres Freund
2019-04-07
Fix a number of issues around modifying a previously updated row.
Andres Freund
2019-04-04
tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering.
Andres Freund
2019-04-02
Report progress of CREATE INDEX operations
Alvaro Herrera
2019-04-01
tableam: Add table_finish_bulk_insert().
Andres Freund
2019-03-31
tableam: bitmap table scan.
Andres Freund
2019-03-31
tableam: sample scan.
Andres Freund
2019-03-31
tableam: Formatting and other minor cleanups.
Andres Freund
2019-03-30
tableam: Move heap specific logic from estimate_rel_size below tableam.
Andres Freund
2019-03-30
tableam: VACUUM and ANALYZE support.
Andres Freund
2019-03-29
tableam: Comment fixes.
Andres Freund
2019-03-28
tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE.
Andres Freund
2019-03-27
tableam: Support for an index build's initial table scan(s).
Andres Freund
2019-03-26
Compute XID horizon for page level index vacuum on primary.
Andres Freund
2019-03-25
tableam: Add table_get_latest_tid, to wrap heap_get_latest_tid.
Andres Freund
2019-03-25
tableam: Add and use table_fetch_row_version().
Andres Freund
2019-03-23
tableam: Add tuple_{insert, delete, update, lock} and use.
Andres Freund
2019-03-11
tableam: Add and use scan APIs.
Andres Freund
2019-03-06
tableam: introduce table AM infrastructure.
Andres Freund