index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
pgstattuple
/
pgstatapprox.c
Commit message (
Expand
)
Author
Age
*
Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.
Andres Freund
2019-01-21
*
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-21
*
Don't include heapam.h from others headers.
Andres Freund
2019-01-14
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Sync up our various ways of estimating pg_class.reltuples.
Tom Lane
2018-03-22
*
When updating reltuples after ANALYZE, just extrapolate from our sample.
Tom Lane
2018-03-13
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Refactor GetOldestXmin() to use flags
Simon Riggs
2017-03-22
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Remove superuser checks in pgstattuple
Stephen Frost
2016-09-29
*
Revert no-op changes to BufferGetPage()
Kevin Grittner
2016-04-20
*
Modify BufferGetPage() to prepare for "snapshot too old" feature
Kevin Grittner
2016-04-08
*
Copyedit comments and documentation.
Noah Misch
2016-04-01
*
Change the format of the VM fork to add a second bit per page.
Robert Haas
2016-03-01
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Add pgstattuple_approx() to the pgstattuple extension.
Andres Freund
2015-05-13