summaryrefslogtreecommitdiff
path: root/contrib/pg_freespacemap
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* meson: Add 'running' test setup, as a replacement for installcheckAndres Freund2022-12-071-0/+3
* meson: Add windows resource filesAndres Freund2022-10-051-3/+11
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+29
* Avoid instabilities with the regression tests of pg_freespacemapMichael Paquier2022-03-292-0/+6
* Add some basic regression tests for pg_freespacemapMichael Paquier2022-03-244-0/+123
* Remove support for upgrading extensions from "unpackaged" state.Tom Lane2020-02-192-8/+1
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-051-1/+3
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-211-1/+1
* Don't include heapam.h from others headers.Andres Freund2019-01-141-0/+1
* Default monitoring rolesSimon Riggs2017-03-303-3/+10
* Update pg_freespacemap extension for parallel query.Robert Haas2016-06-094-5/+13
* Fix typos in some error messages thrown by extension scripts when fed to psql.Andres Freund2014-08-251-1/+1
* Add file version information to most installed Windows binaries.Noah Misch2014-07-141-1/+2
* Adjust blank lines around PG_MODULE_MAGIC defines, for consistencyBruce Momjian2014-07-101-1/+0
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-181-2/+0
* Throw a useful error message if an extension script file is fed to psql.Tom Lane2011-10-122-0/+6
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-2/+0
* Avoid use of CREATE OR REPLACE FUNCTION in extension installation files.Tom Lane2011-02-131-2/+2
* Convert contrib modules to use the extension facility.Tom Lane2011-02-136-15/+12
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-3/+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-204-4/+4
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-5/+5
* Properly mark pg_freespace() function as strict. Also updateTom Lane2009-06-102-8/+5
* Remove useless (leftover?) extern declaration.Tom Lane2009-04-071-2/+1
* Make the blkno arguments bigints instead of int4s. A signed int4 is notHeikki Linnakangas2008-10-022-11/+9
* Rewrite pg_freespacemap to match the new FSM implementation. I missed theseHeikki Linnakangas2008-09-304-369/+25
* Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas2008-09-301-33/+15
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-3/+4
* Add CVS version labels to all install/uninstall scripts.Bruce Momjian2007-11-132-0/+4
* Make /contrib install/uninstall script consistent:Bruce Momjian2007-11-112-3/+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-173/+0
* Fix PGXS conventions so that extensions can be built against PostgresTom Lane2007-06-261-2/+3
* Clean up local redeclarations of variables with DLLIMPORT, per reportTom Lane2006-10-191-8/+1
* pgindent run for 8.2.Bruce Momjian2006-10-041-64/+65
* uninstall script for pg_freespacemapTom Lane2006-09-302-1/+9
* Fix free space map to correctly track the total amount of FSM space neededTom Lane2006-09-213-47/+47
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-301-1/+3
* Code review for contrib/pg_freespacemap. Add a storedpages column toTom Lane2006-05-043-211/+181
* Split out pg_freespace views to one for relations and another for pages,Bruce Momjian2006-04-263-64/+337
* Adjust /contrib/pg_freespace to show index free space as NULL (FSM onlyBruce Momjian2006-04-263-50/+71
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-271-1/+1
* Need a DLLIMPORT for MaxFSMPages, per buildfarm failure on snake.Tom Lane2006-02-141-1/+3
* Add contrib/pg_freespacemap to display free space map information.Bruce Momjian2006-02-124-0/+365