summaryrefslogtreecommitdiff
path: root/contrib/pgstattuple
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-041-0/+1
* Avoid use of CREATE OR REPLACE FUNCTION in extension installation files.Tom Lane2011-02-131-4/+4
* Convert contrib modules to use the extension facility.Tom Lane2011-02-136-22/+15
* Basic foreign table support.Robert Haas2011-01-011-0/+3
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-221-0/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-205-5/+5
* Ensure that contrib/pgstattuple functions respond to cancel interruptsTom Lane2010-04-021-1/+11
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-112-22/+22
* Blank line Makefile cleanups.Bruce Momjian2009-04-281-2/+1
* Fix contrib/pgstattuple and contrib/pageinspect to prevent attempts to readTom Lane2009-03-312-2/+24
* Remove outdated Japanese README files per discussion.Tatsuo Ishii2009-01-061-129/+0
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-191-3/+2
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-171-0/+3
* Suppress compiler warning induced by recent header file refactoring.Tom Lane2008-05-161-1/+2
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-122-1/+4
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-261-1/+2
* Adjust pgstatindex() to give correct answers for indexes larger thanTom Lane2008-03-212-68/+59
* Fix pgstat_heap() to not be broken by syncscans starting from a blockTom Lane2008-01-141-2/+3
* pgindent run for 8.3.Bruce Momjian2007-11-151-4/+5
* Add CVS version labels to all install/uninstall scripts.Bruce Momjian2007-11-132-0/+4
* Make /contrib install/uninstall script consistent:Bruce Momjian2007-11-111-1/+1
* Remove references to READMEs from /contrib Makefiles.Bruce Momjian2007-11-101-2/+1
* Move most /contrib README files into SGML. Some still need conversionBruce Momjian2007-11-101-102/+0
* Be careful to get share lock on each page before computing its free space.Tom Lane2007-10-221-4/+4
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-201-3/+3
* Redefine the lp_flags field of item pointers as having four states, ratherTom Lane2007-09-121-2/+2
* Restrict pgstattuple functions to superusers. (This might be too strict,Tom Lane2007-08-264-66/+72
* Fix CHECK_RELATION_BLOCK_RANGE macro, which was not merely producingTom Lane2007-07-151-3/+4
* Silence a rather odd compiler warning. In passing, make this file'sTom Lane2007-07-151-6/+6
* Fix PGXS conventions so that extensions can be built against PostgresTom Lane2007-06-261-2/+3
* The functions bt_metap, bt_page_stats and bt_page_items had movedMagnus Hagander2007-06-071-48/+1
* Add CVS comment for recent commit:Bruce Momjian2007-05-171-1/+1
* Add database page inspection /contrib module.Bruce Momjian2007-05-174-588/+42
* Tweak hash index AM to use the new ReadOrZeroBuffer bufmgr API when fetchingTom Lane2007-05-031-2/+2
* Clean up the representation of special snapshots by including a "methodTom Lane2007-03-251-3/+3
* Fix uninitialized value in pgstatindex leading to invalid values beingAlvaro Herrera2007-03-161-11/+6
* Simplify contrib Makefiles by removing unnecessary SRCS macro,Tom Lane2006-10-191-4/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-97/+100
* Update Japanese readme for pgstattuple.Bruce Momjian2006-09-041-27/+103