Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-10-28Remove unused #include's from contrib, pl, test .c filesPeter Eisentraut
2024-09-09Consistently use PageGetExactFreeSpace() in pgstattuple.Tom Lane
2024-01-04Update copyright for 2024Bruce Momjian
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-12pgstattuple: Use double consistently for percentagesPeter Eisentraut
2022-01-08Update copyright for 2022Bruce Momjian
2021-07-08Improve error messages about mismatching relkindPeter Eisentraut
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-01-30Remove excess parens in ereport() callsAlvaro Herrera
2020-01-01Update copyrights for 2020Bruce Momjian
2019-10-24Make the order of the header file includes consistent in contrib modules.Amit Kapila
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-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-03-22Sync up our various ways of estimating pg_class.reltuples.Tom Lane
2018-03-13When updating reltuples after ANALYZE, just extrapolate from our sample.Tom Lane
2018-01-03Update copyright for 2018Bruce Momjian
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-03-22Refactor GetOldestXmin() to use flagsSimon Riggs
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-09-30Remove superuser checks in pgstattupleStephen Frost
2016-04-20Revert no-op changes to BufferGetPage()Kevin Grittner
2016-04-08Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner
2016-04-02Copyedit comments and documentation.Noah Misch
2016-03-02Change the format of the VM fork to add a second bit per page.Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-13Add pgstattuple_approx() to the pgstattuple extension.Andres Freund