| Commit message (Expand) | Author | Age | Files | Lines |
| * | Throw a useful error message if an extension script file is fed to psql. | Tom Lane | 2011-10-12 | 2 | -0/+6 |
| * | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian | 2011-09-01 | 1 | -2/+0 |
| * | Avoid use of CREATE OR REPLACE FUNCTION in extension installation files. | Tom Lane | 2011-02-13 | 1 | -2/+2 |
| * | Convert contrib modules to use the extension facility. | Tom Lane | 2011-02-13 | 6 | -15/+12 |
| * | Remove useless whitespace at end of lines | Peter Eisentraut | 2010-11-23 | 1 | -3/+3 |
| * | Convert cvsignore to gitignore, and add .gitignore for build targets. | Magnus Hagander | 2010-09-22 | 1 | -0/+1 |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 4 | -4/+4 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -5/+5 |
| * | Properly mark pg_freespace() function as strict. Also update | Tom Lane | 2009-06-10 | 2 | -8/+5 |
| * | Remove useless (leftover?) extern declaration. | Tom Lane | 2009-04-07 | 1 | -2/+1 |
| * | Make the blkno arguments bigints instead of int4s. A signed int4 is not | Heikki Linnakangas | 2008-10-02 | 2 | -11/+9 |
| * | Rewrite pg_freespacemap to match the new FSM implementation. I missed these | Heikki Linnakangas | 2008-09-30 | 4 | -369/+25 |
| * | Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the | Heikki Linnakangas | 2008-09-30 | 1 | -33/+15 |
| * | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 | 1 | -3/+4 |
| * | Add CVS version labels to all install/uninstall scripts. | Bruce Momjian | 2007-11-13 | 2 | -0/+4 |
| * | Make /contrib install/uninstall script consistent: | Bruce Momjian | 2007-11-11 | 2 | -3/+1 |
| * | Remove references to READMEs from /contrib Makefiles. | Bruce Momjian | 2007-11-10 | 1 | -2/+1 |
| * | Move most /contrib README files into SGML. Some still need conversion | Bruce Momjian | 2007-11-10 | 1 | -173/+0 |
| * | Fix PGXS conventions so that extensions can be built against Postgres | Tom Lane | 2007-06-26 | 1 | -2/+3 |
| * | Clean up local redeclarations of variables with DLLIMPORT, per report | Tom Lane | 2006-10-19 | 1 | -8/+1 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -64/+65 |
| * | uninstall script for pg_freespacemap | Tom Lane | 2006-09-30 | 2 | -1/+9 |
| * | Fix free space map to correctly track the total amount of FSM space needed | Tom Lane | 2006-09-21 | 3 | -47/+47 |
| * | Magic blocks don't do us any good unless we use 'em ... so install one | Tom Lane | 2006-05-30 | 1 | -1/+3 |
| * | Code review for contrib/pg_freespacemap. Add a storedpages column to | Tom Lane | 2006-05-04 | 3 | -211/+181 |
| * | Split out pg_freespace views to one for relations and another for pages, | Bruce Momjian | 2006-04-26 | 3 | -64/+337 |
| * | Adjust /contrib/pg_freespace to show index free space as NULL (FSM only | Bruce Momjian | 2006-04-26 | 3 | -50/+71 |
| * | Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in | Peter Eisentraut | 2006-02-27 | 1 | -1/+1 |
| * | Need a DLLIMPORT for MaxFSMPages, per buildfarm failure on snake. | Tom Lane | 2006-02-14 | 1 | -1/+3 |
| * | Add contrib/pg_freespacemap to display free space map information. | Bruce Momjian | 2006-02-12 | 4 | -0/+365 |