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 forced toast recompression in VACUUM FULL/CLUSTER
Michael Paquier
2021-06-14
*
Report sort phase progress in parallel btree build
Alvaro Herrera
2021-06-11
*
Fix an asssortment of typos in brin_minmax_multi.c and mcv.c
David Rowley
2021-06-10
*
Fix corner case failure of new standby to follow new primary.
Robert Haas
2021-06-09
*
Fix pg_visibility regression failure with CLOBBER_CACHE_ALWAYS
Tomas Vondra
2021-06-08
*
Clean up some questionable usages of DatumGet* macros
David Rowley
2021-06-04
*
Adjust locations which have an incorrect copyright year
David Rowley
2021-06-04
*
Standardize usages of appendStringInfo and appendPQExpBuffer
David Rowley
2021-06-03
*
Revert most of 39b66a91bd
Tomas Vondra
2021-06-03
*
Fix VACUUM VERBOSE's LP_DEAD item pages output.
Peter Geoghegan
2021-05-27
*
Rethink definition of pg_attribute.attcompression.
Tom Lane
2021-05-27
*
Fix typo in heapam.c
Michael Paquier
2021-05-26
*
Fix memory leak when de-toasting compressed values in VACUUM FULL/CLUSTER
Michael Paquier
2021-05-25
*
Consider triggering VACUUM failsafe during scan.
Peter Geoghegan
2021-05-24
*
Re-order pg_attribute columns to eliminate some padding space.
Tom Lane
2021-05-23
*
Avoid detoasting failure after COMMIT inside a plpgsql FOR loop.
Tom Lane
2021-05-20
*
Make standby promotion reset the recovery pause state to 'not paused'.
Fujii Masao
2021-05-19
*
Harden nbtree deduplication posting split code.
Peter Geoghegan
2021-05-14
*
Prevent infinite insertion loops in spgdoinsert().
Tom Lane
2021-05-14
*
Fix query-cancel handling in spgdoinsert().
Tom Lane
2021-05-14
*
Fix autovacuum log output heap truncation issue.
Peter Geoghegan
2021-05-13
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Refactor some error messages for easier translation
Peter Eisentraut
2021-05-12
*
Change data type of counters in BufferUsage and WalUsage from long to int64.
Fujii Masao
2021-05-12
*
Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.
Tom Lane
2021-05-10
*
Revert recovery prefetching feature.
Thomas Munro
2021-05-10
*
Remove overzealous VACUUM visibility map assertion.
Peter Geoghegan
2021-05-06
*
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
[next]