Commits

DateSubjectAuthorReleases
2026-03-14 pgstattuple: Optimize pgstattuple_approx() with streaming read Michael Paquier 19 (unreleased)
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-10-28 Remove unused #include's from contrib, pl, test .c files Peter Eisentraut 18.0
2024-09-09 Consistently use PageGetExactFreeSpace() in pgstattuple. Tom Lane 18.0
2024-01-04 Update copyright for 2024 Bruce Momjian 17.0
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-09-12 pgstattuple: Use double consistently for percentages Peter Eisentraut 16.0
2022-01-08 Update copyright for 2022 Bruce Momjian 15.0
2021-07-08 Improve error messages about mismatching relkind Peter Eisentraut 15.0
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0
2020-08-30 Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE. Tom Lane 14.0
2020-08-12 snapshot scalability: Don't compute global horizons while building snapshots. Andres Freund 14.0
2020-06-29 pgstattuple: Have pgstattuple_approx accept TOAST tables Peter Eisentraut 14.0
2020-01-30 Remove excess parens in ereport() calls Alvaro Herrera 13.0
2020-01-01 Update copyrights for 2020 Bruce Momjian 13.0
2019-10-24 Make the order of the header file includes consistent in contrib modules. Amit Kapila 13.0
2019-05-07 Revert "Avoid the creation of the free space map for small heap relations". Amit Kapila 12.0
2019-04-01 Only allow heap in a number of contrib modules. Andres Freund 12.0
2019-02-20 Doc: Update the documentation for FSM behavior for small tables. Amit Kapila 12.0
2019-01-22 Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c. Andres Freund 12.0
2019-01-21 Replace heapam.h includes with {table, relation}.h where applicable. Andres Freund 12.0
2019-01-15 Don't include heapam.h from others headers. Andres Freund 12.0
2019-01-02 Update copyright for 2019 Bruce Momjian 12.0
2018-03-22 Sync up our various ways of estimating pg_class.reltuples. Tom Lane 11.0