summaryrefslogtreecommitdiff
path: root/contrib/pgstattuple
Commit message (Expand)AuthorAgeFilesLines
* 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-303-8/+32
* Remove support for upgrading extensions from "unpackaged" state.Tom Lane2020-02-192-11/+1
* Remove excess parens in ereport() callsAlvaro Herrera2020-01-303-8/+8
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-051-1/+5
* Make the order of the header file includes consistent in contrib modules.Amit Kapila2019-10-241-3/+3
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-161-1/+1
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-9/+9
* Initial pgindent run for v12.Tom Lane2019-05-221-1/+1
* 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-012-2/+12
* Make heap TID a tiebreaker nbtree index column.Peter Geoghegan2019-03-201-5/+5
* tableam: Add and use scan APIs.Andres Freund2019-03-111-9/+13
* 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-212-2/+1
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-212-3/+4
* Don't include heapam.h from others headers.Andres Freund2019-01-142-0/+2
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* pgstatindex, pageinspect: handle partitioned indexesAlvaro Herrera2018-05-094-1/+8
* pgstatindex: HASH -> hashAlvaro Herrera2018-05-092-3/+3
* Skip full index scan during cleanup of B-tree indexes when possibleTeodor Sigaev2018-04-041-5/+5
* Sync up our various ways of estimating pg_class.reltuples.Tom Lane2018-03-221-15/+21
* Fix more format truncation issuesPeter Eisentraut2018-03-151-1/+1
* 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
* Minor code-cleanliness improvements for btree.Tom Lane2017-09-181-1/+1
* Remove unnecessary parentheses in return statementsPeter Eisentraut2017-09-051-1/+1
* pgstatindex: Insert some casts to prevent overflow.Robert Haas2017-08-101-2/+3
* hash: Increase the number of possible overflow bitmaps by 8x.Robert Haas2017-08-041-2/+2
* Phase 3 of pgindent updates.Tom Lane2017-06-212-7/+7
* Phase 2 of pgindent updates.Tom Lane2017-06-211-1/+1
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-212-4/+4
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-172-20/+20
* Clean up manipulations of hash indexes' hasho_flag field.Tom Lane2017-04-141-1/+1
* Fix pgstattuple's handling of unused hash pages.Robert Haas2017-04-123-13/+19
* Expand hash indexes more gradually.Robert Haas2017-04-031-2/+2
* Default monitoring rolesSimon Riggs2017-03-301-0/+9
* Remove direct uses of ItemPointer.{ip_blkid,ip_posid}Alvaro Herrera2017-03-281-1/+1
* Refactor GetOldestXmin() to use flagsSimon Riggs2017-03-221-1/+1
* hash: Add write-ahead logging support.Robert Haas2017-03-141-2/+0
* Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch2017-03-122-6/+6
* pgstattuple: Fix typo partitiond -> partitionedStephen Frost2017-03-092-2/+2
* Add relkind checks to certain contrib modulesStephen Frost2017-03-094-7/+219
* pgstattuple: Add pgstathashindex.Robert Haas2017-02-034-0/+223
* Move some things from builtins.h to new header filesPeter Eisentraut2017-01-202-0/+2
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* pgstattuple: Don't take heavyweight locks when examining a hash index.Robert Haas2016-10-281-2/+0
* Remove superuser checks in pgstattupleStephen Frost2016-09-296-15/+307