aboutsummaryrefslogtreecommitdiff
path: root/contrib/pgstattuple/pgstatapprox.c
Commit message (Expand)AuthorAge
* Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.Andres Freund2019-01-21
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-21
* Don't include heapam.h from others headers.Andres Freund2019-01-14
* Update copyright for 2019Bruce Momjian2019-01-02
* Sync up our various ways of estimating pg_class.reltuples.Tom Lane2018-03-22
* When updating reltuples after ANALYZE, just extrapolate from our sample.Tom Lane2018-03-13
* Update copyright for 2018Bruce Momjian2018-01-02
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Refactor GetOldestXmin() to use flagsSimon Riggs2017-03-22
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Remove superuser checks in pgstattupleStephen Frost2016-09-29
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-20
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-08
* Copyedit comments and documentation.Noah Misch2016-04-01
* Change the format of the VM fork to add a second bit per page.Robert Haas2016-03-01
* Update copyright for 2016Bruce Momjian2016-01-02
* pgindent run for 9.5Bruce Momjian2015-05-23
* Add pgstattuple_approx() to the pgstattuple extension.Andres Freund2015-05-13