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 some forgotten LSN_FORMAT_ARGS() in xlogreader.c
Michael Paquier
2021-04-24
*
Remove use of [U]INT64_FORMAT in some translatable strings
Michael Paquier
2021-04-23
*
Fix typo
Peter Eisentraut
2021-04-21
*
Improve WAL record descriptions for SP-GiST records.
Tom Lane
2021-04-20
*
Document LP_DEAD accounting issues in VACUUM.
Peter Geoghegan
2021-04-19
*
Fix typos and grammar in comments and docs
Michael Paquier
2021-04-19
*
Use correct format placeholder for block numbers
Peter Eisentraut
2021-04-17
*
Improve quoting in some error messages
Peter Eisentraut
2021-04-14
*
Don't truncate heap when VACUUM's failsafe is in effect.
Peter Geoghegan
2021-04-13
*
Avoid improbable PANIC during heap_update.
Tom Lane
2021-04-13
*
Fix potential SSI hazard in heap_update().
Thomas Munro
2021-04-13
*
Remove COMMIT_TS_SETTS record.
Fujii Masao
2021-04-12
*
Doc: Review for "Optionally prefetch referenced data in recovery."
Thomas Munro
2021-04-10
*
Silence another _bt_check_unique compiler warning.
Peter Geoghegan
2021-04-08
*
Optionally prefetch referenced data in recovery.
Thomas Munro
2021-04-08
*
Add circular WAL decoding buffer.
Thomas Munro
2021-04-08
*
Remove read_page callback from XLogReader.
Thomas Munro
2021-04-08
*
autovacuum: handle analyze for partitioned tables
Alvaro Herrera
2021-04-08
*
Teach VACUUM to bypass unnecessary index vacuuming.
Peter Geoghegan
2021-04-07
*
Add wraparound failsafe to VACUUM.
Peter Geoghegan
2021-04-07
*
Truncate line pointer array during VACUUM.
Peter Geoghegan
2021-04-07
*
Don't add non-existent pages to bitmap from BRIN
Tomas Vondra
2021-04-07
*
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
Heikki Linnakangas
2021-04-07
*
Add sortsupport for gist_btree opclasses, for faster index builds.
Heikki Linnakangas
2021-04-07
*
Remove redundant memset(0) calls for page init of some index AMs
Michael Paquier
2021-04-07
*
Remove tupgone special case from vacuumlazy.c.
Peter Geoghegan
2021-04-06
*
Refactor lazy_scan_heap() loop.
Peter Geoghegan
2021-04-06
*
Clean up treatment of missing default and CHECK-constraint records.
Tom Lane
2021-04-06
*
Stop archive recovery if WAL generated with wal_level=minimal is found.
Fujii Masao
2021-04-06
*
Allocate access strategy in parallel VACUUM workers.
Peter Geoghegan
2021-04-05
*
Support INCLUDE'd columns in SP-GiST.
Tom Lane
2021-04-05
*
Propagate parallel VACUUM's buffer access strategy.
Peter Geoghegan
2021-04-05
*
Simplify state managed by VACUUM.
Peter Geoghegan
2021-04-05
*
Fix more confusion in SP-GiST.
Tom Lane
2021-04-04
*
Fix confusion in SP-GiST between attribute type and leaf storage type.
Tom Lane
2021-04-04
*
Fix bug in brin_minmax_multi_union
Tomas Vondra
2021-04-04
*
Fix order of parameters in BRIN minmax-multi calls
Tomas Vondra
2021-04-04
*
Fix BRIN minmax-multi distance for inet type
Tomas Vondra
2021-04-04
*
Fix BRIN minmax-multi distance for timetz type
Tomas Vondra
2021-04-04
*
Fix BRIN minmax-multi distance for interval type
Tomas Vondra
2021-04-04
*
Rethink handling of pass-by-value leaf datums in SP-GiST.
Tom Lane
2021-04-01
*
Accept slightly-filled pages for tuples larger than fillfactor.
Noah Misch
2021-03-30
*
Adjust design of per-worker parallel seqscan data struct
David Rowley
2021-03-30
*
Fix alignment in BRIN minmax-multi deserialization
Tomas Vondra
2021-03-26
*
BRIN minmax-multi indexes
Tomas Vondra
2021-03-26
*
BRIN bloom indexes
Tomas Vondra
2021-03-26
*
Support the old signature of BRIN consistent function
Tomas Vondra
2021-03-26
*
Fix interaction of TOAST compression with expression indexes.
Robert Haas
2021-03-25
*
Sanitize the term "combo CID" in code comments
Michael Paquier
2021-03-25
*
Fix bug in WAL replay of COMMIT_TS_SETTS record.
Fujii Masao
2021-03-25
[next]