index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
heap
Commit message (
Expand
)
Author
Age
*
tableam: Provide helper functions for relation sizing.
Robert Haas
2019-07-08
*
Use consistent style for checking return from system calls
Peter Eisentraut
2019-07-07
*
Fix memory corruption/crash in ANALYZE.
Andres Freund
2019-06-18
*
Avoid spurious deadlocks when upgrading a tuple lock
Alvaro Herrera
2019-06-18
*
Revert "Avoid spurious deadlocks when upgrading a tuple lock"
Alvaro Herrera
2019-06-16
*
Silence compiler warning
Alvaro Herrera
2019-06-14
*
Avoid spurious deadlocks when upgrading a tuple lock
Alvaro Herrera
2019-06-13
*
Fix assorted inconsistencies.
Amit Kapila
2019-06-08
*
Fix message style
Alvaro Herrera
2019-06-06
*
Fix typos in various places
Michael Paquier
2019-06-03
*
tableam: Rename wrapper functions to match callback names.
Andres Freund
2019-05-23
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
tableam: Move heap-specific logic from needs_toast_table below tableam.
Robert Haas
2019-05-21
*
Don't to predicate lock for analyze scans, refactor scan option passing.
Andres Freund
2019-05-19
*
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-17
*
Handle table_complete_speculative's succeeded argument as documented.
Andres Freund
2019-05-14
*
Fix comment on when HOT update is possible.
Heikki Linnakangas
2019-05-14
*
Standardize ItemIdData terminology.
Peter Geoghegan
2019-05-13
*
Add TRUNCATE parameter to VACUUM.
Fujii Masao
2019-05-08
*
Revert "Avoid the creation of the free space map for small heap relations".
Amit Kapila
2019-05-07
*
heap_prepare_freeze_tuple: Simplify coding
Alvaro Herrera
2019-05-02
*
Fix some problems with VACUUM (INDEX_CLEANUP FALSE).
Robert Haas
2019-05-02
*
Fix several recently introduced issues around handling new relation forks.
Andres Freund
2019-04-29
*
Allow pg_class xid & multixid horizons to not be set.
Andres Freund
2019-04-23
*
Add vacuum_truncate reloption.
Fujii Masao
2019-04-08
*
Fix a number of issues around modifying a previously updated row.
Andres Freund
2019-04-07
*
tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering.
Andres Freund
2019-04-04
*
Allow VACUUM to be run with index cleanup disabled.
Robert Haas
2019-04-04
*
Correctly initialize newly added struct member
Alvaro Herrera
2019-04-03
*
Report progress of CREATE INDEX operations
Alvaro Herrera
2019-04-02
*
Add support for partial TOAST decompression
Stephen Frost
2019-04-02
*
tableam: Add table_finish_bulk_insert().
Andres Freund
2019-04-01
*
Fix deadlock in heap_compute_xid_horizon_for_tuples().
Thomas Munro
2019-04-02
*
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-31
*
Skip redundant anti-wraparound vacuums
Michael Paquier
2019-03-31
*
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-30
*
tableam: Comment fixes.
Andres Freund
2019-03-29
*
tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE.
Andres Freund
2019-03-28
*
tableam: Support for an index build's initial table scan(s).
Andres Freund
2019-03-27
*
Suppress uninitialized-variable warning.
Tom Lane
2019-03-27
*
Compute XID horizon for page level index vacuum on primary.
Andres Freund
2019-03-26
*
Remove heap_hot_search().
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-25
*
tableam: Add tuple_{insert, delete, update, lock} and use.
Andres Freund
2019-03-23
[next]