Commit Graph

27 Commits (d66a922f9247ceaa6caed9b51ce686f12e280091)

Author SHA1 Message Date
Tom Lane 1fd3dd2048 Add bt_multi_page_stats() function to contrib/pageinspect. 3 years ago
Tom Lane aeaaf520f4 Mark pageinspect's disk-accessing functions as parallel restricted. 3 years ago
Michael Paquier 127404fbe2 pageinspect: Improve page_header() for pages of 32kB 5 years ago
Peter Eisentraut f18aa1b203 pageinspect: Change block number arguments to bigint 5 years ago
Heikki Linnakangas 756ab29124 Add functions to 'pageinspect' to inspect GiST indexes. 5 years ago
Tom Lane 38ce06c37e Add an explicit test to catch changes in checksumming calculations. 6 years ago
Tom Lane 70a7732007 Remove support for upgrading extensions from "unpackaged" state. 6 years ago
Andres Freund 01368e5d9d Split all OBJS style lines in makefiles into one-line-per-entry style. 6 years ago
Michael Paquier ddbd5d8731 Add to pageinspect function to make t_infomask/t_infomask2 human-readable 6 years ago
Teodor Sigaev 857f9c36cd Skip full index scan during cleanup of B-tree indexes when possible 8 years ago
Robert Haas 08bf6e5295 pageinspect: Support hash indexes. 9 years ago
Peter Eisentraut adfb81d9e1 pageinspect: Add tests 9 years ago
Robert Haas e3b607cd7a Update pageinspect extension for parallel query. 10 years ago
Teodor Sigaev d6061f83a1 Improve pageinspect module 10 years ago
Heikki Linnakangas 3a82bc6f8a Add pageinspect functions for inspecting GIN indexes. 11 years ago
Alvaro Herrera 7516f52594 BRIN: Block Range Indexes 11 years ago
Noah Misch 0ffc201a51 Add file version information to most installed Windows binaries. 12 years ago
Robert Haas 45ffeb7e00 pageinspect: Use new pg_lsn datatype. 12 years ago
Heikki Linnakangas 230e92c82b Remove pageinspect--1.0.sql 13 years ago
Simon Riggs bb7cc2623f Remove PageSetTLI and rename pd_tli to pd_checksum 13 years ago
Tom Lane 629b3af27d Convert contrib modules to use the extension facility. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Peter Eisentraut 3f11971916 Remove extra newlines at end and beginning of files, add missing newlines 16 years ago
Heikki Linnakangas 15c121b3ed Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the 17 years ago
Bruce Momjian 541ff409cc Remove references to READMEs from /contrib Makefiles. 18 years ago
Tom Lane b09c248bdd Fix PGXS conventions so that extensions can be built against Postgres 19 years ago
Bruce Momjian 64058429c5 Add database page inspection /contrib module. 19 years ago
Tom Lane 72ec567a9a Simplify contrib Makefiles by removing unnecessary SRCS macro, 19 years ago
Bruce Momjian 74924d29fa Add functions to /contrib/pgstattuple that show index statistics and 20 years ago
Peter Eisentraut fe83b3ebc6 contrib uninstall scripts 20 years ago
Tom Lane 0b36cb83dc PGXS should be set with := not =, as specified in the documentation, 21 years ago
Bruce Momjian ee85595d46 > Please find enclose a submission to fix these problems. 22 years ago
PostgreSQL Daemon 55b113257c make sure the $Id tags are converted to $PostgreSQL as well ... 22 years ago
Tatsuo Ishii 9a23885f72 Add pgstattuple 25 years ago