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
/
heapam_handler.c
Commit message (
Expand
)
Author
Age
*
Combine freezing and pruning steps in VACUUM
Heikki Linnakangas
2024-04-03
*
Revert "Custom reloptions for table AM"
Alexander Korotkov
2024-04-02
*
Let table AM insertion methods control index insertion
Alexander Korotkov
2024-03-30
*
Custom reloptions for table AM
Alexander Korotkov
2024-03-30
*
Generalize relation analyze in table AM interface
Alexander Korotkov
2024-03-30
*
Allow locking updated tuples in tuple_update() and tuple_delete()
Alexander Korotkov
2024-03-26
*
Allow table AM tuple_insert() method to return the different slot
Alexander Korotkov
2024-03-21
*
Allow table AM to store complex data structures in rd_amcache
Alexander Korotkov
2024-03-21
*
Remove unnecessary smgropen() calls
Heikki Linnakangas
2024-02-12
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Remove unnecessary smgrimmedsync() when creating unlogged table.
Heikki Linnakangas
2023-09-15
*
Fix race in SSI interaction with bitmap heap scan.
Thomas Munro
2023-07-04
*
nbtree: Allocate new pages in separate function.
Peter Geoghegan
2023-06-10
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Fix typos in comments
Michael Paquier
2023-05-02
*
Revert 11470f544e
Alexander Korotkov
2023-04-03
*
Pass down table relation into more index relation functions
Andres Freund
2023-04-01
*
Allow locking updated tuples in tuple_update() and tuple_delete()
Alexander Korotkov
2023-03-23
*
Ignore BRIN indexes when checking for HOT updates
Tomas Vondra
2023-03-20
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Variable renaming in preparation for refactoring
Peter Eisentraut
2022-11-16
*
Remove useless casts
Peter Eisentraut
2022-11-16
*
Allow nodeSort to perform Datum sorts for byref types
David Rowley
2022-10-28
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
*
Prevent access to no-longer-pinned buffer in heapam_tuple_lock().
Tom Lane
2022-04-13
*
pgstat: stats collector references in comments.
Andres Freund
2022-04-06
*
Adjust tuplesort API to have bitwise option flags
David Rowley
2022-04-04
*
Add new block-by-block strategy for CREATE DATABASE.
Robert Haas
2022-03-29
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Report tuple address in data-corruption error message
Alvaro Herrera
2021-08-30
*
Replace RelationOpenSmgr() with RelationGetSmgr().
Tom Lane
2021-07-12
*
Remove forced toast recompression in VACUUM FULL/CLUSTER
Michael Paquier
2021-06-14
*
Rethink definition of pg_attribute.attcompression.
Tom Lane
2021-05-27
*
Fix memory leak when de-toasting compressed values in VACUUM FULL/CLUSTER
Michael Paquier
2021-05-25
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Add macro RelationIsPermanent() to report relation permanence
Bruce Momjian
2021-03-22
*
Allow configurable LZ4 TOAST compression.
Robert Haas
2021-03-19
*
Add TID Range Scans to support efficient scanning ranges of TIDs
David Rowley
2021-02-27
*
Enhance nbtree index tuple deletion.
Peter Geoghegan
2021-01-13
*
Pass down "logically unchanged index" hint.
Peter Geoghegan
2021-01-13
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Fix CLUSTER progress reporting of number of blocks scanned.
Fujii Masao
2020-11-27
*
Handle new HOT chains in index-build table scans
Alvaro Herrera
2020-08-13
*
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-08-12
*
Move syncscan.c to src/backend/access/common.
Thomas Munro
2020-07-29
*
Avoid harmless Valgrind no-buffer-pin errors.
Peter Geoghegan
2020-07-19
*
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-13
*
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-05-12
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-04-04
*
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-22
[next]