summaryrefslogtreecommitdiff
path: root/contrib/pgstattuple/pgstattuple.c
AgeCommit message (Expand)Author
2016-04-20Revert no-op changes to BufferGetPage()Kevin Grittner
2016-04-08Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner
2016-01-18Restructure index access method API to hide most of it at the C level.Tom Lane
2015-07-14Prevent pgstattuple() from reporting BRIN as unknown index.Fujii Masao
2014-07-10Adjust blank lines around PG_MODULE_MAGIC defines, for consistencyBruce Momjian
2014-06-30Don't prematurely free the BufferAccessStrategy in pgstat_heap().Noah Misch
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-18Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut
2013-07-25pgstattuple: Use SnapshotDirty, not SnapshotNow.Robert Haas
2013-03-04Add a materialized view relations.Kevin Grittner
2012-06-14Remove RELKIND_UNCATALOGED.Robert Haas
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-03-13pgstattuple: Use a BufferAccessStrategy object to avoid cache-trashing.Robert Haas
2012-03-13pgstattuple: Add new error case for spgist indexes.Robert Haas
2011-01-02Basic foreign table support.Robert Haas
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-04-02Ensure that contrib/pgstattuple functions respond to cancel interruptsTom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-03-31Fix contrib/pgstattuple and contrib/pageinspect to prevent attempts to readTom Lane
2008-06-19Improve our #include situation by moving pointer types away from theAlvaro Herrera
2008-05-16Suppress compiler warning induced by recent header file refactoring.Tom Lane
2008-05-12Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera
2008-03-26Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera
2008-01-14Fix pgstat_heap() to not be broken by syncscans starting from a blockTom Lane
2007-10-22Be careful to get share lock on each page before computing its free space.Tom Lane
2007-09-20HOT updates. When we update a tuple without changing any of its indexedTom Lane
2007-09-12Redefine the lp_flags field of item pointers as having four states, ratherTom Lane
2007-08-26Restrict pgstattuple functions to superusers. (This might be too strict,Tom Lane
2007-05-03Tweak hash index AM to use the new ReadOrZeroBuffer bufmgr API when fetchingTom Lane
2007-03-25Clean up the representation of special snapshots by including a "methodTom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-09-04Clean up some leftover problems in pgstattuple: remove unwanted andTom Lane
2006-07-11Alphabetically order reference to include files, "N" - "S".Bruce Momjian
2006-07-06Add index information to /contrib/pgstattuple:Bruce Momjian
2006-05-30Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-05-30Document get_call_result_type() and friends; mark TypeGetTupleDesc()Tom Lane
2005-05-27Remove second argument from textToQualifiedNameList(), as it is no longerNeil Conway
2004-10-15Repair possible failure to update hint bits back to disk, perTom Lane
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-05-08Get rid of rd_nblocks field in relcache entries. Turns out this wasTom Lane
2004-04-01Replace TupleTableSlot convention for whole-row variables and functionTom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-08-04pgindent run.Bruce Momjian
2003-08-01Fix some minor portability issues, per Chris K-L.Tom Lane
2003-06-12New patch with corrected README attached.Bruce Momjian
2002-09-04pgindent run.Bruce Momjian
2002-08-29Adjust nodeFunctionscan.c to reset transient memory context between callsTom Lane
2002-08-23Adapt for SRF(Set Returning Function).Tatsuo Ishii
2002-05-20Restructure indexscan API (index_beginscan, index_getnext) perTom Lane