summaryrefslogtreecommitdiff
path: root/contrib/pgstattuple/pgstatapprox.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* pgstattuple: Use double consistently for percentagesPeter Eisentraut2022-09-121-2/+2
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Improve error messages about mismatching relkindPeter Eisentraut2021-07-081-2/+3
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.Tom Lane2020-08-301-0/+3
* snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund2020-08-121-1/+1
* pgstattuple: Have pgstattuple_approx accept TOAST tablesPeter Eisentraut2020-06-301-5/+5
* Remove excess parens in ereport() callsAlvaro Herrera2020-01-301-1/+1
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Make the order of the header file includes consistent in contrib modules.Amit Kapila2019-10-241-3/+3
* Revert "Avoid the creation of the free space map for small heap relations".Amit Kapila2019-05-071-3/+0
* Only allow heap in a number of contrib modules.Andres Freund2019-04-011-1/+6
* Doc: Update the documentation for FSM behavior for small tables.Amit Kapila2019-02-201-0/+3
* Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.Andres Freund2019-01-211-1/+1
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-211-2/+2
* Don't include heapam.h from others headers.Andres Freund2019-01-141-0/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Sync up our various ways of estimating pg_class.reltuples.Tom Lane2018-03-221-15/+21
* When updating reltuples after ANALYZE, just extrapolate from our sample.Tom Lane2018-03-131-1/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Phase 3 of pgindent updates.Tom Lane2017-06-211-1/+1
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-211-1/+1
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-1/+1
* Refactor GetOldestXmin() to use flagsSimon Riggs2017-03-221-1/+1
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Remove superuser checks in pgstattupleStephen Frost2016-09-291-5/+34
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-201-1/+1
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-081-1/+1
* Copyedit comments and documentation.Noah Misch2016-04-011-1/+1
* Change the format of the VM fork to add a second bit per page.Robert Haas2016-03-011-1/+1
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* pgindent run for 9.5Bruce Momjian2015-05-231-13/+14
* Add pgstattuple_approx() to the pgstattuple extension.Andres Freund2015-05-131-0/+273