summaryrefslogtreecommitdiff
path: root/contrib/pgstattuple
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up manipulations of hash indexes' hasho_flag field.Tom Lane2017-04-141-1/+1
* Fix pgstattuple's handling of unused hash pages.Robert Haas2017-04-123-13/+19
* Expand hash indexes more gradually.Robert Haas2017-04-031-2/+2
* Default monitoring rolesSimon Riggs2017-03-301-0/+9
* Remove direct uses of ItemPointer.{ip_blkid,ip_posid}Alvaro Herrera2017-03-281-1/+1
* Refactor GetOldestXmin() to use flagsSimon Riggs2017-03-221-1/+1
* hash: Add write-ahead logging support.Robert Haas2017-03-141-2/+0
* Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch2017-03-122-6/+6
* pgstattuple: Fix typo partitiond -> partitionedStephen Frost2017-03-092-2/+2
* Add relkind checks to certain contrib modulesStephen Frost2017-03-094-7/+219
* pgstattuple: Add pgstathashindex.Robert Haas2017-02-034-0/+223
* Move some things from builtins.h to new header filesPeter Eisentraut2017-01-202-0/+2
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* pgstattuple: Don't take heavyweight locks when examining a hash index.Robert Haas2016-10-281-2/+0
* Remove superuser checks in pgstattupleStephen Frost2016-09-296-15/+307
* Minor fixes in contrib installation scripts.Tom Lane2016-06-141-1/+1
* Update pgstattuple extension for parallel query.Robert Haas2016-06-104-10/+25
* Remove unused macros.Heikki Linnakangas2016-05-021-10/+0
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-203-11/+9
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-083-9/+11
* Copyedit comments and documentation.Noah Misch2016-04-011-1/+1
* Change the format of the VM fork to add a second bit per page.Robert Haas2016-03-011-1/+1
* Fix multiple bugs in contrib/pgstattuple's pgstatindex() function.Tom Lane2016-02-183-36/+50
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-172-0/+2
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Prevent pgstattuple() from reporting BRIN as unknown index.Fujii Masao2015-07-141-1/+3
* pgindent run for 9.5Bruce Momjian2015-05-231-13/+14
* Add pgstattuple_approx() to the pgstattuple extension.Andres Freund2015-05-135-4/+311
* Fix typos in some error messages thrown by extension scripts when fed to psql.Andres Freund2014-08-251-1/+1
* Add file version information to most installed Windows binaries.Noah Misch2014-07-141-1/+2
* Adjust blank lines around PG_MODULE_MAGIC defines, for consistencyBruce Momjian2014-07-101-1/+0
* Don't prematurely free the BufferAccessStrategy in pgstat_heap().Noah Misch2014-06-301-8/+5
* pgindent run for 9.4Bruce Momjian2014-05-062-8/+8
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-182-9/+0
* Compress GIN posting lists, for smaller index size.Heikki Linnakangas2014-01-221-1/+1
* Add more use of psprintf()Peter Eisentraut2014-01-061-22/+12
* pgstattuple: Use SnapshotDirty, not SnapshotNow.Robert Haas2013-07-251-1/+3
* Fix pgstattuple functions to use regclass-type as the argument.Fujii Masao2013-07-197-22/+240
* pgindent run for release 9.3Bruce Momjian2013-05-291-3/+3
* Add a materialized view relations.Kevin Grittner2013-03-031-0/+1
* Add pgstatginindex() function to get the size of the GIN pending list.Heikki Linnakangas2012-12-057-5/+130
* Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas2012-07-041-1/+0
* Remove RELKIND_UNCATALOGED.Robert Haas2012-06-141-1/+0
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-102-3/+3
* pgstattuple: Use a BufferAccessStrategy object to avoid cache-trashing.Robert Haas2012-03-132-15/+32
* pgstattuple: Add new error case for spgist indexes.Robert Haas2012-03-131-0/+3
* Throw a useful error message if an extension script file is fed to psql.Tom Lane2011-10-122-0/+6
* Make pgstatindex respond to cancel interrupts.Robert Haas2011-10-061-0/+2
* Add a regression test for pgstattuple.Tom Lane2011-08-254-0/+61
* Fix pgstatindex() to give consistent results for empty indexes.Tom Lane2011-08-241-2/+10