index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
pgstattuple
Commit message (
Expand
)
Author
Age
*
Improve error messages about mismatching relkind
Peter Eisentraut
2021-07-08
*
Use full 64-bit XIDs in deleted nbtree pages.
Peter Geoghegan
2021-02-24
*
Correct pgstattuple B-Tree page comments.
Peter Geoghegan
2021-02-08
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.
Tom Lane
2020-08-30
*
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-08-12
*
pgstattuple: Have pgstattuple_approx accept TOAST tables
Peter Eisentraut
2020-06-30
*
Remove support for upgrading extensions from "unpackaged" state.
Tom Lane
2020-02-19
*
Remove excess parens in ereport() calls
Alvaro Herrera
2020-01-30
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
*
Make the order of the header file includes consistent in contrib modules.
Amit Kapila
2019-10-24
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-16
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Revert "Avoid the creation of the free space map for small heap relations".
Amit Kapila
2019-05-07
*
Only allow heap in a number of contrib modules.
Andres Freund
2019-04-01
*
Make heap TID a tiebreaker nbtree index column.
Peter Geoghegan
2019-03-20
*
tableam: Add and use scan APIs.
Andres Freund
2019-03-11
*
Doc: Update the documentation for FSM behavior for small tables.
Amit Kapila
2019-02-20
*
Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.
Andres Freund
2019-01-21
*
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-21
*
Don't include heapam.h from others headers.
Andres Freund
2019-01-14
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
pgstatindex, pageinspect: handle partitioned indexes
Alvaro Herrera
2018-05-09
*
pgstatindex: HASH -> hash
Alvaro Herrera
2018-05-09
*
Skip full index scan during cleanup of B-tree indexes when possible
Teodor Sigaev
2018-04-04
*
Sync up our various ways of estimating pg_class.reltuples.
Tom Lane
2018-03-22
*
Fix more format truncation issues
Peter Eisentraut
2018-03-15
*
When updating reltuples after ANALYZE, just extrapolate from our sample.
Tom Lane
2018-03-13
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Minor code-cleanliness improvements for btree.
Tom Lane
2017-09-18
*
Remove unnecessary parentheses in return statements
Peter Eisentraut
2017-09-05
*
pgstatindex: Insert some casts to prevent overflow.
Robert Haas
2017-08-10
*
hash: Increase the number of possible overflow bitmaps by 8x.
Robert Haas
2017-08-04
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Clean up manipulations of hash indexes' hasho_flag field.
Tom Lane
2017-04-14
*
Fix pgstattuple's handling of unused hash pages.
Robert Haas
2017-04-12
*
Expand hash indexes more gradually.
Robert Haas
2017-04-03
*
Default monitoring roles
Simon Riggs
2017-03-30
*
Remove direct uses of ItemPointer.{ip_blkid,ip_posid}
Alvaro Herrera
2017-03-28
*
Refactor GetOldestXmin() to use flags
Simon Riggs
2017-03-22
*
hash: Add write-ahead logging support.
Robert Haas
2017-03-14
*
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-12
*
pgstattuple: Fix typo partitiond -> partitioned
Stephen Frost
2017-03-09
*
Add relkind checks to certain contrib modules
Stephen Frost
2017-03-09
*
pgstattuple: Add pgstathashindex.
Robert Haas
2017-02-03
[next]