aboutsummaryrefslogtreecommitdiff
path: root/contrib/pgstattuple
Commit message (Expand)AuthorAge
* Improve error messages about mismatching relkindPeter Eisentraut2021-07-08
* Use full 64-bit XIDs in deleted nbtree pages.Peter Geoghegan2021-02-24
* Correct pgstattuple B-Tree page comments.Peter Geoghegan2021-02-08
* Update copyright for 2021Bruce Momjian2021-01-02
* Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.Tom Lane2020-08-30
* snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund2020-08-12
* pgstattuple: Have pgstattuple_approx accept TOAST tablesPeter Eisentraut2020-06-30
* Remove support for upgrading extensions from "unpackaged" state.Tom Lane2020-02-19
* Remove excess parens in ereport() callsAlvaro Herrera2020-01-30
* Update copyrights for 2020Bruce Momjian2020-01-01
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Make the order of the header file includes consistent in contrib modules.Amit Kapila2019-10-24
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-16
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Revert "Avoid the creation of the free space map for small heap relations".Amit Kapila2019-05-07
* Only allow heap in a number of contrib modules.Andres Freund2019-04-01
* Make heap TID a tiebreaker nbtree index column.Peter Geoghegan2019-03-20
* tableam: Add and use scan APIs.Andres Freund2019-03-11
* Doc: Update the documentation for FSM behavior for small tables.Amit Kapila2019-02-20
* 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
* pgstatindex, pageinspect: handle partitioned indexesAlvaro Herrera2018-05-09
* pgstatindex: HASH -> hashAlvaro Herrera2018-05-09
* Skip full index scan during cleanup of B-tree indexes when possibleTeodor Sigaev2018-04-04
* Sync up our various ways of estimating pg_class.reltuples.Tom Lane2018-03-22
* Fix more format truncation issuesPeter Eisentraut2018-03-15
* When updating reltuples after ANALYZE, just extrapolate from our sample.Tom Lane2018-03-13
* Update copyright for 2018Bruce Momjian2018-01-02
* Minor code-cleanliness improvements for btree.Tom Lane2017-09-18
* Remove unnecessary parentheses in return statementsPeter Eisentraut2017-09-05
* pgstatindex: Insert some casts to prevent overflow.Robert Haas2017-08-10
* hash: Increase the number of possible overflow bitmaps by 8x.Robert Haas2017-08-04
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 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
* Clean up manipulations of hash indexes' hasho_flag field.Tom Lane2017-04-14
* Fix pgstattuple's handling of unused hash pages.Robert Haas2017-04-12
* Expand hash indexes more gradually.Robert Haas2017-04-03
* Default monitoring rolesSimon Riggs2017-03-30
* Remove direct uses of ItemPointer.{ip_blkid,ip_posid}Alvaro Herrera2017-03-28
* Refactor GetOldestXmin() to use flagsSimon Riggs2017-03-22
* hash: Add write-ahead logging support.Robert Haas2017-03-14
* Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch2017-03-12
* pgstattuple: Fix typo partitiond -> partitionedStephen Frost2017-03-09
* Add relkind checks to certain contrib modulesStephen Frost2017-03-09
* pgstattuple: Add pgstathashindex.Robert Haas2017-02-03