summaryrefslogtreecommitdiff
path: root/contrib/pgstattuple/pgstatapprox.c
AgeCommit message (Expand)Author
2019-05-07Revert "Avoid the creation of the free space map for small heap relations".Amit Kapila
2019-04-01Only allow heap in a number of contrib modules.Andres Freund
2019-02-20Doc: Update the documentation for FSM behavior for small tables.Amit Kapila
2019-01-22Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.Andres Freund
2019-01-21Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund
2019-01-15Don't include heapam.h from others headers.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-03-22Sync up our various ways of estimating pg_class.reltuples.Tom Lane
2018-03-13When updating reltuples after ANALYZE, just extrapolate from our sample.Tom Lane
2018-01-03Update copyright for 2018Bruce Momjian
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-03-22Refactor GetOldestXmin() to use flagsSimon Riggs
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-09-30Remove superuser checks in pgstattupleStephen Frost
2016-04-20Revert no-op changes to BufferGetPage()Kevin Grittner
2016-04-08Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner
2016-04-02Copyedit comments and documentation.Noah Misch
2016-03-02Change the format of the VM fork to add a second bit per page.Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-13Add pgstattuple_approx() to the pgstattuple extension.Andres Freund