summaryrefslogtreecommitdiff
path: root/contrib/pgstattuple
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-022-2/+2
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* meson: Add support for building with precompiled headersAndres Freund2022-10-061-0/+1
* meson: Add windows resource filesAndres Freund2022-10-051-5/+13
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+31
* pgstattuple: Use double consistently for percentagesPeter Eisentraut2022-09-121-2/+2
* Replace many MemSet calls with struct initializationPeter Eisentraut2022-07-161-2/+1
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-34/+34
* Add macros in hash and btree AMs to get the special area of their pagesMichael Paquier2022-04-012-4/+4
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Some RELKIND macro refactoringPeter Eisentraut2021-12-031-9/+8
* Improve error messages about mismatching relkindPeter Eisentraut2021-07-084-89/+52
* Use full 64-bit XIDs in deleted nbtree pages.Peter Geoghegan2021-02-241-2/+6
* Correct pgstattuple B-Tree page comments.Peter Geoghegan2021-02-081-2/+2
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* 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