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
*
Fix typo in hash README.
Amit Kapila
2022-05-31
*
Revert "Add single-item cache when looking at topmost XID of a subtrans XID"
Michael Paquier
2022-05-28
*
Add 'static' to file-local variables missing it.
Andres Freund
2022-05-12
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Fix some incorrect preprocessor tests in tuplesort specializations
David Rowley
2022-05-11
*
Make relation-enumerating operations be security-restricted operations.
Noah Misch
2022-05-09
*
Fix control file update done in restartpoints still running after promotion
Michael Paquier
2022-05-09
*
Fix incorrect format placeholders
Peter Eisentraut
2022-05-04
*
pg_walinspect: fix case where flush LSN is in the middle of a record.
Jeff Davis
2022-04-30
*
Revert recent changes with durable_rename_excl()
Michael Paquier
2022-04-28
*
Replace existing durable_rename_excl() calls with durable_rename()
Michael Paquier
2022-04-28
*
Rethink method for assigning OIDs to the template0 and postgres DBs.
Tom Lane
2022-04-21
*
vacuumlazy.c: MultiXactIds are MXIDs, not XMIDs.
Peter Geoghegan
2022-04-20
*
Don't retry restore_command while reading ahead.
Thomas Munro
2022-04-17
*
Fix multi-table VACUUM VERBOSE accounting.
Peter Geoghegan
2022-04-15
*
VACUUM VERBOSE: Show dead items for an empty table.
Peter Geoghegan
2022-04-15
*
Adjust VACUUM's removable cutoff log message.
Peter Geoghegan
2022-04-15
*
Prevent access to no-longer-pinned buffer in heapam_tuple_lock().
Tom Lane
2022-04-13
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
*
Revert the addition of GetMaxBackends() and related stuff.
Robert Haas
2022-04-12
*
Make XLogRecGetBlockTag() throw error if there's no such block.
Tom Lane
2022-04-11
*
Remove comment about historic heap vacuuming issue.
Peter Geoghegan
2022-04-11
*
Remove dead code in do_pg_backup_start().
Tom Lane
2022-04-11
*
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-11
*
Rename delayChkpt to delayChkptFlags.
Robert Haas
2022-04-08
*
Check XLogRecHasBlockRef() before XLogRecHasBlockImage().
Jeff Davis
2022-04-08
*
Add contrib/pg_walinspect.
Jeff Davis
2022-04-08
*
Remove error message hints mentioning configure options
Peter Eisentraut
2022-04-08
*
Truncate line pointer array during heap pruning.
Peter Geoghegan
2022-04-07
*
Fix typo in xlogrecovery.c code comment
Daniel Gustafsson
2022-04-07
*
Prefetch data referenced by the WAL, take II.
Thomas Munro
2022-04-07
*
Fix warning introduced in 5c279a6d350.
Jeff Davis
2022-04-07
*
Fix compilation with WAL_DEBUG.
Andres Freund
2022-04-06
*
Custom WAL Resource Managers.
Jeff Davis
2022-04-06
*
Add single-item cache when looking at topmost XID of a subtrans XID
Michael Paquier
2022-04-07
*
pgstat: store statistics in shared memory.
Andres Freund
2022-04-06
*
pgstat: normalize function naming.
Andres Freund
2022-04-06
*
pgstat: scaffolding for transactional stats creation / drop.
Andres Freund
2022-04-06
*
Suppress "variable 'pagesaving' set but not used" warning.
Tom Lane
2022-04-06
*
pgstat: stats collector references in comments.
Andres Freund
2022-04-06
*
Remove exclusive backup mode
Stephen Frost
2022-04-06
*
Fix unsigned output format in SLRU error reporting
Peter Eisentraut
2022-04-06
*
vacuumlazy.c: Further consolidate resource allocation.
Peter Geoghegan
2022-04-04
*
Adjust tuplesort API to have bitwise option flags
David Rowley
2022-04-04
*
Improve the generation memory allocator
David Rowley
2022-04-04
*
Generalize how VACUUM skips all-frozen pages.
Peter Geoghegan
2022-04-03
*
Set relfrozenxid to oldest extant XID seen by VACUUM.
Peter Geoghegan
2022-04-03
*
vacuumlazy.c: Clean up variable declarations.
Peter Geoghegan
2022-04-02
*
Specialize tuplesort routines for different kinds of abbreviated keys
John Naylor
2022-04-02
*
Add macros in hash and btree AMs to get the special area of their pages
Michael Paquier
2022-04-01
[next]