Commit Graph

34 Commits (3b6728910ace14c64ffa43b538a84508f4fe6408)

Author SHA1 Message Date
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Peter Eisentraut 07d8af5e5e pgstattuple: Use double consistently for percentages 3 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Peter Eisentraut 2ed532ee8c Improve error messages about mismatching relkind 4 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Tom Lane 3d351d916b Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE. 5 years ago
Andres Freund dc7420c2c9 snapshot scalability: Don't compute global horizons while building snapshots. 5 years ago
Peter Eisentraut ee0202d552 pgstattuple: Have pgstattuple_approx accept TOAST tables 5 years ago
Alvaro Herrera 4e89c79a52 Remove excess parens in ereport() calls 6 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Amit Kapila 7e735035f2 Make the order of the header file includes consistent in contrib modules. 6 years ago
Amit Kapila 7db0cde6b5 Revert "Avoid the creation of the free space map for small heap relations". 6 years ago
Andres Freund 4b82664156 Only allow heap in a number of contrib modules. 7 years ago
Amit Kapila 29d108cdec Doc: Update the documentation for FSM behavior for small tables. 7 years ago
Andres Freund c91560defc Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c. 7 years ago
Andres Freund 111944c5ee Replace heapam.h includes with {table, relation}.h where applicable. 7 years ago
Andres Freund 4c850ecec6 Don't include heapam.h from others headers. 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Tom Lane 7c91a0364f Sync up our various ways of estimating pg_class.reltuples. 8 years ago
Tom Lane d04900de7d When updating reltuples after ANALYZE, just extrapolate from our sample. 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Tom Lane e3860ffa4d Initial pgindent run with pg_bsd_indent version 2.0. 8 years ago
Bruce Momjian a6fd7b7a5f Post-PG 10 beta1 pgindent run 8 years ago
Simon Riggs af4b1a0869 Refactor GetOldestXmin() to use flags 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Stephen Frost fd321a1dfd Remove superuser checks in pgstattuple 9 years ago
Kevin Grittner a343e223a5 Revert no-op changes to BufferGetPage() 10 years ago
Kevin Grittner 8b65cf4c5e Modify BufferGetPage() to prepare for "snapshot too old" feature 10 years ago
Noah Misch 4ad6f13500 Copyedit comments and documentation. 10 years ago
Robert Haas a892234f83 Change the format of the VM fork to add a second bit per page. 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Andres Freund 5850b20f58 Add pgstattuple_approx() to the pgstattuple extension. 10 years ago