summaryrefslogtreecommitdiff
path: root/contrib/pgstattuple/pgstattuple.c
AgeCommit message (Expand)Author
2025-03-26Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane
2024-10-28Remove unused #include's from contrib, pl, test .c filesPeter Eisentraut
2024-09-12Reintroduce support for sequences in pgstattuple and pageinspect.Nathan Bossart
2024-09-09Consistently use PageGetExactFreeSpace() in pgstattuple.Tom Lane
2023-10-30Diagnose !indisvalid in more SQL functions.Noah Misch
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-01Add macros in hash and btree AMs to get the special area of their pagesMichael Paquier
2021-12-03Some RELKIND macro refactoringPeter Eisentraut
2021-07-08Improve error messages about mismatching relkindPeter Eisentraut
2021-02-08Correct pgstattuple B-Tree page comments.Peter Geoghegan
2020-01-30Remove excess parens in ereport() callsAlvaro Herrera
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-04-01Only allow heap in a number of contrib modules.Andres Freund
2019-03-11tableam: Add and use scan APIs.Andres Freund
2019-01-22Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.Andres Freund
2019-01-15Don't include heapam.h from others headers.Andres Freund
2018-05-09pgstatindex, pageinspect: handle partitioned indexesAlvaro Herrera
2018-03-15Fix more format truncation issuesPeter Eisentraut
2017-09-18Minor code-cleanliness improvements for btree.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-04-14Clean up manipulations of hash indexes' hasho_flag field.Tom Lane
2017-03-28Remove direct uses of ItemPointer.{ip_blkid,ip_posid}Alvaro Herrera
2017-03-12Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch
2017-03-09Add relkind checks to certain contrib modulesStephen Frost
2017-01-21Move some things from builtins.h to new header filesPeter Eisentraut
2016-10-28pgstattuple: Don't take heavyweight locks when examining a hash index.Robert Haas
2016-09-30Remove superuser checks in pgstattupleStephen Frost
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