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
...
*
Remove obsolete _bt_compare() comment.
Peter Geoghegan
2020-02-18
*
Use pg_pwrite() in more places.
Thomas Munro
2020-02-11
*
Fix typos.
Amit Kapila
2020-02-10
*
Store the deletion horizon XID for a deleted GIN page on the right page.
Tom Lane
2020-02-09
*
Force tuple conversion when the source has missing attributes.
Andrew Gierth
2020-02-05
*
Make vacuum buffer counters 64 bits wide
Alvaro Herrera
2020-02-05
*
Handle lack of DSM slots in parallel btree build, take 2.
Thomas Munro
2020-02-05
*
Optimizations for integer to decimal output.
Andrew Gierth
2020-02-01
*
Handle lack of DSM slots in parallel btree build.
Thomas Munro
2020-01-31
*
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
*
Remove excess parens in ereport() calls
Alvaro Herrera
2020-01-30
*
Fail if recovery target is not reached
Peter Eisentraut
2020-01-29
*
Fix randAccess setting in ReadRecord()
Heikki Linnakangas
2020-01-28
*
Fix compile error on HP C.
Thomas Munro
2020-01-28
*
Remove dependency on HeapTuple from predicate locking functions.
Thomas Munro
2020-01-28
*
Refactor XLogReadRecord(), adding XLogBeginRead() function.
Heikki Linnakangas
2020-01-26
*
Clarify some comments in vacuumlazy.c
Michael Paquier
2020-01-23
*
Add GUC ignore_invalid_pages.
Fujii Masao
2020-01-22
*
Fix the computation of max dead tuples during the vacuum.
Amit Kapila
2020-01-22
*
Fix crash in BRIN inclusion op functions, due to missing datum copy.
Heikki Linnakangas
2020-01-20
*
Allow vacuum command to process indexes in parallel.
Amit Kapila
2020-01-20
*
Avoid full scan of GIN indexes when possible
Alexander Korotkov
2020-01-18
*
Introduce IndexAM fields for parallel vacuum.
Amit Kapila
2020-01-15
*
Fix comment in heapam.c
Michael Paquier
2020-01-13
*
Delete empty pages in each pass during GIST VACUUM.
Amit Kapila
2020-01-13
*
Reimplement nullification of walsender timestamp
Alvaro Herrera
2020-01-08
*
pg_stat_activity: show NULL stmt start time for walsenders
Alvaro Herrera
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-07
*
Remove redundant incomplete split assertion.
Peter Geoghegan
2020-01-05
*
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
[prev]
[next]