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
Commit message (
Expand
)
Author
Age
*
Add xl_btree_delete optimization.
Peter Geoghegan
2020-01-03
*
Clear up btree_xlog_split() alignment comment.
Peter Geoghegan
2020-01-02
*
Correct _bt_delitems_vacuum() lock comments.
Peter Geoghegan
2020-01-02
*
Revise BTP_HAS_GARBAGE nbtree VACUUM comments.
Peter Geoghegan
2020-01-01
*
Update btree_xlog_delete() comments.
Peter Geoghegan
2020-01-01
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-27
*
Refactor code dedicated to index vacuuming in vacuumlazy.c
Michael Paquier
2019-12-26
*
Rename files and headers related to index AM
Michael Paquier
2019-12-25
*
Avoid splitting C string literals with \-newline
Alvaro Herrera
2019-12-24
*
Update nbtree LP_DEAD item deletion comments.
Peter Geoghegan
2019-12-22
*
Remove unneeded "pin scan" nbtree VACUUM code.
Peter Geoghegan
2019-12-19
*
revert: Remove meaningless assignments in nbtree code
Bruce Momjian
2019-12-19
*
Remove meaningless assignments in nbtree code
Bruce Momjian
2019-12-19
*
Fix minor problems with non-exclusive backup cleanup.
Robert Haas
2019-12-19
*
Move heap-specific detoasting logic into a separate function.
Robert Haas
2019-12-18
*
Fix compiler warning in non-assert builds
Michael Paquier
2019-12-18
*
Refactor attribute mappings used in logical tuple conversion
Michael Paquier
2019-12-18
*
Remove shadow variables linked to RedoRecPtr in xlog.c
Michael Paquier
2019-12-18
*
Fix bad formula in previous commit.
Robert Haas
2019-12-17
*
Code cleanup for toast_fetch_datum and toast_fetch_datum_slice.
Robert Haas
2019-12-17
*
Change overly strict Assert in TransactionGroupUpdateXidStatus.
Amit Kapila
2019-12-17
*
Rename nbtree tuple macros.
Peter Geoghegan
2019-12-16
*
Update nbtree README's "Scans during Recovery".
Peter Geoghegan
2019-12-16
*
Demote variable from global to local
Alvaro Herrera
2019-12-16
*
Fix yet another crash in page split during GiST index creation.
Heikki Linnakangas
2019-12-16
*
Remove duplicated progress reporting during heap scan of VACUUM
Michael Paquier
2019-12-15
*
Fix crash when a page was split during GiST index creation.
Heikki Linnakangas
2019-12-13
*
Fix thinkos from commit 9989d37
Michael Paquier
2019-12-03
*
Remove XLogFileNameP() from the tree
Michael Paquier
2019-12-03
*
Remove useless "return;" lines
Alvaro Herrera
2019-11-28
*
Refactor WAL file-reading code into WALRead()
Alvaro Herrera
2019-11-25
*
Refactor reloption handling for index AMs in-core
Michael Paquier
2019-11-25
*
Avoid assertion failure with LISTEN in a serializable transaction.
Tom Lane
2019-11-24
*
Remove configure --disable-float4-byval
Peter Eisentraut
2019-11-21
*
Make DROP DATABASE command generate less WAL records.
Fujii Masao
2019-11-21
*
Fix HeapTupleSatisfiesNonVacuumable() comment.
Peter Geoghegan
2019-11-20
*
Fix page modification outside of critical section in GIN
Alexander Korotkov
2019-11-20
*
Revise GIN README
Alexander Korotkov
2019-11-20
*
Fix traversing to the deleted GIN page via downlink
Alexander Korotkov
2019-11-20
*
Fix deadlock between ginDeletePage() and ginStepRight()
Alexander Korotkov
2019-11-20
*
nbtree: Tweak _bt_pgaddtup() comments.
Peter Geoghegan
2019-11-18
*
Properly determine length for on-disk TOAST values
Tomas Vondra
2019-11-16
*
Cleanup code in reloptions.h regarding reloption handling
Michael Paquier
2019-11-14
*
Split handling of reloptions for partitioned tables
Michael Paquier
2019-11-14
*
Make pg_waldump report more detail information about PREPARE TRANSACTION record.
Fujii Masao
2019-11-13
*
Make _bt_keep_natts_fast() use datum_image_eq().
Peter Geoghegan
2019-11-12
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Optimize TransactionIdIsCurrentTransactionId().
Thomas Munro
2019-11-11
*
Pass ItemPointer not HeapTuple to IndexBuildCallback.
Andres Freund
2019-11-08
[next]