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
2023-06-10
nbtree: Allocate new pages in separate function.
Peter Geoghegan
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-05-02
Fix typos in comments
Michael Paquier
2023-04-03
Revert 11470f544e
Alexander Korotkov
2023-04-01
Pass down table relation into more index relation functions
Andres Freund
2023-03-23
Allow locking updated tuples in tuple_update() and tuple_delete()
Alexander Korotkov
2023-03-20
Ignore BRIN indexes when checking for HOT updates
Tomas Vondra
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-11-16
Variable renaming in preparation for refactoring
Peter Eisentraut
2022-11-16
Remove useless casts
Peter Eisentraut
2022-10-28
Allow nodeSort to perform Datum sorts for byref types
David Rowley
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-04-13
Prevent access to no-longer-pinned buffer in heapam_tuple_lock().
Tom Lane
2022-04-06
pgstat: stats collector references in comments.
Andres Freund
2022-04-04
Adjust tuplesort API to have bitwise option flags
David Rowley
2022-03-29
Add new block-by-block strategy for CREATE DATABASE.
Robert Haas
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-08-30
Report tuple address in data-corruption error message
Alvaro Herrera
2021-07-12
Replace RelationOpenSmgr() with RelationGetSmgr().
Tom Lane
2021-06-14
Remove forced toast recompression in VACUUM FULL/CLUSTER
Michael Paquier
2021-05-27
Rethink definition of pg_attribute.attcompression.
Tom Lane
2021-05-25
Fix memory leak when de-toasting compressed values in VACUUM FULL/CLUSTER
Michael Paquier
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-03-22
Add macro RelationIsPermanent() to report relation permanence
Bruce Momjian
2021-03-19
Allow configurable LZ4 TOAST compression.
Robert Haas
2021-02-27
Add TID Range Scans to support efficient scanning ranges of TIDs
David Rowley
2021-01-13
Enhance nbtree index tuple deletion.
Peter Geoghegan
2021-01-13
Pass down "logically unchanged index" hint.
Peter Geoghegan
2021-01-02
Update copyright for 2021
Bruce Momjian
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-08-12
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-07-29
Move syncscan.c to src/backend/access/common.
Thomas Munro
2020-07-19
Avoid harmless Valgrind no-buffer-pin errors.
Peter Geoghegan
2020-05-13
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-12
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-04-04
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
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
2020-03-04
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-01-28
Remove dependency on HeapTuple from predicate locking functions.
Thomas Munro
2020-01-07
tableam: New callback relation_fetch_toast_slice.
Robert Haas
2020-01-07
tableam: Allow choice of toast AM.
Robert Haas
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-27
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-25
Rename files and headers related to index AM
Michael Paquier
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-08
Pass ItemPointer not HeapTuple to IndexBuildCallback.
Andres Freund
2019-09-05
Split tuptoaster.c into three separate files.
Robert Haas
[next]