index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
vacuum.c
Age
Commit message (
Expand
)
Author
2025-06-30
Rationalize handling of VacuumParams
Michael Paquier
2025-06-25
Avoid scribbling of VACUUM options
Michael Paquier
2025-04-20
Avoid ERROR at ON COMMIT DELETE ROWS after relhassubclass=f.
Noah Misch
2025-03-29
Use PRI?64 instead of "ll?" in format strings (continued).
Peter Eisentraut
2025-03-20
Add vacuum_truncate configuration parameter.
Nathan Bossart
2025-03-03
Add relallfrozen to pg_class
Melanie Plageman
2025-02-11
Add cost-based vacuum delay time to progress views.
Nathan Bossart
2025-02-11
Add is_analyze parameter to vacuum_delay_point().
Nathan Bossart
2025-02-11
Eagerly scan all-visible pages to amortize aggressive vacuum
Melanie Plageman
2025-01-10
Adjust signature of cluster_rel() and its subroutines
Álvaro Herrera
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-11-27
Make GUC_check_errdetail messages full sentences
Álvaro Herrera
2024-10-27
Remove unused #include's from backend .c files
Peter Eisentraut
2024-09-24
Fix data loss at inplace update after heap_update().
Noah Misch
2024-09-24
Add ONLY support for VACUUM and ANALYZE
David Rowley
2024-08-14
Use pgBufferUsage for buffer usage tracking in analyze.
Masahiko Sawada
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-04-29
Avoid repeating loads of frozen ID values.
Noah Misch
2024-04-29
Close race condition between datfrozen and relfrozen updates.
Noah Misch
2024-04-11
Revert: Custom reloptions for table AM
Alexander Korotkov
2024-04-08
Custom reloptions for table AM
Alexander Korotkov
2024-04-02
Use TidStore for dead tuple TIDs storage during lazy vacuum.
Masahiko Sawada
2024-03-13
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-05
Fix buildfarm failures from 2af07e2f74.
Jeff Davis
2024-03-05
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-01-04
Update copyright for 2024
Bruce Momjian
2023-11-30
Apply quotes more consistently to GUC names in logs
Michael Paquier
2023-09-05
Remove the "snapshot too old" feature.
Thomas Munro
2023-07-13
Handle DROP DATABASE getting interrupted
Andres Freund
2023-07-13
Release lock after encountering bogs row in vac_truncate_clog()
Andres Freund
2023-07-07
Revert MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2023-06-22
Fix cache lookup hazards introduced by ff9618e82a.
Nathan Bossart
2023-06-20
Move bool parameter for vacuum_rel() to option bits.
Nathan Bossart
2023-06-10
Revert "Fix search_path to a safe value during maintenance operations."
Jeff Davis
2023-06-09
Fix search_path to a safe value during maintenance operations.
Jeff Davis
2023-04-11
Improve ereports for VACUUM's BUFFER_USAGE_LIMIT option
David Rowley
2023-04-07
Add --buffer-usage-limit option to vacuumdb
David Rowley
2023-04-06
Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT option
David Rowley
2023-04-06
Refresh cost-based delay params more frequently in autovacuum
Daniel Gustafsson
2023-04-06
Separate vacuum cost variables from GUCs
Daniel Gustafsson
2023-04-06
Make vacuum failsafe_active globally visible
Daniel Gustafsson
2023-04-06
Move various prechecks from vacuum() into ExecVacuum()
David Rowley
2023-04-06
Always make a BufferAccessStrategy for ANALYZE
David Rowley
2023-04-03
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
[next]