summaryrefslogtreecommitdiff
path: root/contrib/pgstattuple/pgstattuple.c
AgeCommit message (Expand)Author
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
2002-03-30Further cleanups for relations in schemas: teach nextval and otherTom Lane
2002-03-06Change made to elog:Bruce Momjian
2001-12-19Fix pgstattuple to acquire a read lock on the target table. ThisTom Lane
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-01Add pgstattupleTatsuo Ishii