aboutsummaryrefslogtreecommitdiff
path: root/contrib/pg_freespacemap
Commit message (Expand)AuthorAge
* Update copyright for 2024Bruce Momjian2024-01-03
* Update copyright for 2023Bruce Momjian2023-01-02
* Add copyright notices to meson filesAndrew Dunstan2022-12-20
* meson: Add 'running' test setup, as a replacement for installcheckAndres Freund2022-12-07
* meson: Add windows resource filesAndres Freund2022-10-05
* meson: Add initial version of meson based build systemAndres Freund2022-09-21
* Avoid instabilities with the regression tests of pg_freespacemapMichael Paquier2022-03-29
* Add some basic regression tests for pg_freespacemapMichael Paquier2022-03-24
* Remove support for upgrading extensions from "unpackaged" state.Tom Lane2020-02-19
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-21
* Don't include heapam.h from others headers.Andres Freund2019-01-14
* Default monitoring rolesSimon Riggs2017-03-30
* Update pg_freespacemap extension for parallel query.Robert Haas2016-06-09
* Fix typos in some error messages thrown by extension scripts when fed to psql.Andres Freund2014-08-25
* Add file version information to most installed Windows binaries.Noah Misch2014-07-14
* Adjust blank lines around PG_MODULE_MAGIC defines, for consistencyBruce Momjian2014-07-10
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-18
* Throw a useful error message if an extension script file is fed to psql.Tom Lane2011-10-12
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Avoid use of CREATE OR REPLACE FUNCTION in extension installation files.Tom Lane2011-02-13
* Convert contrib modules to use the extension facility.Tom Lane2011-02-13
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-22
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Properly mark pg_freespace() function as strict. Also updateTom Lane2009-06-10
* Remove useless (leftover?) extern declaration.Tom Lane2009-04-07
* Make the blkno arguments bigints instead of int4s. A signed int4 is notHeikki Linnakangas2008-10-02
* Rewrite pg_freespacemap to match the new FSM implementation. I missed theseHeikki Linnakangas2008-09-30
* Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas2008-09-30
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Add CVS version labels to all install/uninstall scripts.Bruce Momjian2007-11-13
* Make /contrib install/uninstall script consistent:Bruce Momjian2007-11-11
* Remove references to READMEs from /contrib Makefiles.Bruce Momjian2007-11-10
* Move most /contrib README files into SGML. Some still need conversionBruce Momjian2007-11-10
* Fix PGXS conventions so that extensions can be built against PostgresTom Lane2007-06-26
* Clean up local redeclarations of variables with DLLIMPORT, per reportTom Lane2006-10-19
* pgindent run for 8.2.Bruce Momjian2006-10-04
* uninstall script for pg_freespacemapTom Lane2006-09-30
* Fix free space map to correctly track the total amount of FSM space neededTom Lane2006-09-21
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-30
* Code review for contrib/pg_freespacemap. Add a storedpages column toTom Lane2006-05-04
* Split out pg_freespace views to one for relations and another for pages,Bruce Momjian2006-04-26
* Adjust /contrib/pg_freespace to show index free space as NULL (FSM onlyBruce Momjian2006-04-26
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-27
* Need a DLLIMPORT for MaxFSMPages, per buildfarm failure on snake.Tom Lane2006-02-14
* Add contrib/pg_freespacemap to display free space map information.Bruce Momjian2006-02-12