index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
pageinspect
/
Makefile
Age
Commit message (
Expand
)
Author
2017-02-02
pageinspect: Support hash indexes.
Robert Haas
2016-11-01
pageinspect: Add tests
Peter Eisentraut
2016-06-09
Update pageinspect extension for parallel query.
Robert Haas
2015-11-25
Improve pageinspect module
Teodor Sigaev
2014-11-21
Add pageinspect functions for inspecting GIN indexes.
Heikki Linnakangas
2014-11-07
BRIN: Block Range Indexes
Alvaro Herrera
2014-07-14
Add file version information to most installed Windows binaries.
Noah Misch
2014-03-03
pageinspect: Use new pg_lsn datatype.
Robert Haas
2013-05-24
Remove pageinspect--1.0.sql
Heikki Linnakangas
2013-03-18
Remove PageSetTLI and rename pd_tli to pd_checksum
Simon Riggs
2011-02-14
Convert contrib modules to use the extension facility.
Tom Lane
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-08-19
Remove extra newlines at end and beginning of files, add missing newlines
Peter Eisentraut
2008-09-30
Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the
Heikki Linnakangas
2007-11-10
Remove references to READMEs from /contrib Makefiles.
Bruce Momjian
2007-06-26
Fix PGXS conventions so that extensions can be built against Postgres
Tom Lane
2007-05-17
Add database page inspection /contrib module.
Bruce Momjian