index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
vacuum.c
Commit message (
Expand
)
Author
Age
*
Revise GUC names quoting in messages again
Peter Eisentraut
2024-05-17
*
Avoid repeating loads of frozen ID values.
Noah Misch
2024-04-29
*
Close race condition between datfrozen and relfrozen updates.
Noah Misch
2024-04-29
*
Revert: Custom reloptions for table AM
Alexander Korotkov
2024-04-11
*
Custom reloptions for table AM
Alexander Korotkov
2024-04-08
*
Use TidStore for dead tuple TIDs storage during lazy vacuum.
Masahiko Sawada
2024-04-02
*
Reintroduce MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2024-03-13
*
Make the order of the header file includes consistent
Peter Eisentraut
2024-03-13
*
Fix buildfarm failures from 2af07e2f74.
Jeff Davis
2024-03-04
*
Fix search_path to a safe value during maintenance operations.
Jeff Davis
2024-03-04
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Use MyBackendType in more places to check what process this is
Heikki Linnakangas
2024-03-04
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Apply quotes more consistently to GUC names in logs
Michael Paquier
2023-11-30
*
Remove the "snapshot too old" feature.
Thomas Munro
2023-09-05
*
Handle DROP DATABASE getting interrupted
Andres Freund
2023-07-13
*
Release lock after encountering bogs row in vac_truncate_clog()
Andres Freund
2023-07-13
*
Revert MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2023-07-07
*
Fix cache lookup hazards introduced by ff9618e82a.
Nathan Bossart
2023-06-22
*
Move bool parameter for vacuum_rel() to option bits.
Nathan Bossart
2023-06-20
*
Revert "Fix search_path to a safe value during maintenance operations."
Jeff Davis
2023-06-10
*
Fix search_path to a safe value during maintenance operations.
Jeff Davis
2023-06-09
*
Improve ereports for VACUUM's BUFFER_USAGE_LIMIT option
David Rowley
2023-04-11
*
Add --buffer-usage-limit option to vacuumdb
David Rowley
2023-04-07
*
Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT option
David Rowley
2023-04-07
*
Refresh cost-based delay params more frequently in autovacuum
Daniel Gustafsson
2023-04-07
*
Separate vacuum cost variables from GUCs
Daniel Gustafsson
2023-04-07
*
Make vacuum failsafe_active globally visible
Daniel Gustafsson
2023-04-07
*
Move various prechecks from vacuum() into ExecVacuum()
David Rowley
2023-04-06
*
Always make a BufferAccessStrategy for ANALYZE
David Rowley
2023-04-06
*
Disable vacuum's use of a buffer access strategy during failsafe
David Rowley
2023-04-03
*
Only make buffer strategy for vacuum when it's likely needed
David Rowley
2023-04-03
*
Remove some global variables from vacuum.c
David Rowley
2023-04-03
*
Fix fractional vacuum_cost_delay.
Thomas Munro
2023-03-15
*
Improve readability of code PROCESS_MAIN in vacuum_rel()
Michael Paquier
2023-03-08
*
Add PROCESS_MAIN to VACUUM
Michael Paquier
2023-03-06
*
Remove useless casts to (void *) in arguments of some system functions
Peter Eisentraut
2023-02-07
*
Revert "Add eager and lazy freezing strategies to VACUUM."
Peter Geoghegan
2023-01-25
*
Add eager and lazy freezing strategies to VACUUM.
Peter Geoghegan
2023-01-25
*
Fix MAINTAIN privileges for toast tables and partitions.
Jeff Davis
2023-01-14
*
Clean up useless "skipping" messages for VACUUM/ANALYZE.
Jeff Davis
2023-01-13
*
Add options to control whether VACUUM runs vac_update_datfrozenxid.
Tom Lane
2023-01-06
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Refactor how VACUUM passes around its XID cutoffs.
Peter Geoghegan
2022-12-22
*
Add grantable MAINTAIN privilege and pg_maintain role.
Jeff Davis
2022-12-13
*
Provide per-table permissions for vacuum and analyze.
Andrew Dunstan
2022-11-28
*
Simplify WARNING messages from skipped vacuum/analyze on a table
Andrew Dunstan
2022-11-23
*
Simplify vacuum_set_xid_limits() signature.
Peter Geoghegan
2022-11-23
*
Refactor ownercheck functions
Peter Eisentraut
2022-11-13
*
Derive freeze cutoff from nextXID, not OldestXmin.
Peter Geoghegan
2022-08-31
[next]