summaryrefslogtreecommitdiff
path: root/contrib/pgstattuple
AgeCommit message (Expand)Author
2025-03-26Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane
2025-01-01Update copyright for 2025Bruce Momjian
2024-10-28Remove unused #include's from contrib, pl, test .c filesPeter Eisentraut
2024-09-12Reintroduce support for sequences in pgstattuple and pageinspect.Nathan Bossart
2024-09-09Consistently use PageGetExactFreeSpace() in pgstattuple.Tom Lane
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-19pgstattuple: Fix failure with pgstathashindex() for partitioned indexesMichael Paquier
2023-10-30Diagnose !indisvalid in more SQL functions.Noah Misch
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-10-07meson: Add support for building with precompiled headersAndres Freund
2022-10-05meson: Add windows resource filesAndres Freund
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-12pgstattuple: Use double consistently for percentagesPeter Eisentraut
2022-07-16Replace many MemSet calls with struct initializationPeter Eisentraut
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-01Add macros in hash and btree AMs to get the special area of their pagesMichael Paquier
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-03Some RELKIND macro refactoringPeter Eisentraut
2021-07-08Improve error messages about mismatching relkindPeter Eisentraut
2021-02-25Use full 64-bit XIDs in deleted nbtree pages.Peter Geoghegan
2021-02-08Correct pgstattuple B-Tree page comments.Peter Geoghegan
2021-01-02Update copyright for 2021Bruce Momjian
2020-08-30Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.Tom Lane
2020-08-12snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund
2020-06-29pgstattuple: Have pgstattuple_approx accept TOAST tablesPeter Eisentraut
2020-02-19Remove support for upgrading extensions from "unpackaged" state.Tom Lane
2020-01-30Remove excess parens in ereport() callsAlvaro Herrera
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-10-24Make the order of the header file includes consistent in contrib modules.Amit Kapila
2019-07-16Fix inconsistencies and typos in the treeMichael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
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-03-20Make heap TID a tiebreaker nbtree index column.Peter Geoghegan
2019-03-11tableam: Add and use scan APIs.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-05-09pgstatindex, pageinspect: handle partitioned indexesAlvaro Herrera
2018-05-09pgstatindex: HASH -> hashAlvaro Herrera
2018-04-04Skip full index scan during cleanup of B-tree indexes when possibleTeodor Sigaev
2018-03-22Sync up our various ways of estimating pg_class.reltuples.Tom Lane
2018-03-15Fix more format truncation issuesPeter Eisentraut
2018-03-13When updating reltuples after ANALYZE, just extrapolate from our sample.Tom Lane
2018-01-03Update copyright for 2018Bruce Momjian