summaryrefslogtreecommitdiff
path: root/contrib/pgrowlocks
AgeCommit message (Expand)Author
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
2007-11-30Avoid incrementing the CommandCounter when CommandCounterIncrement is calledTom Lane
2007-11-13Add CVS version labels to all install/uninstall scripts.Bruce Momjian
2007-11-11Make /contrib install/uninstall script consistent:Bruce Momjian
2007-11-10Remove references to READMEs from /contrib Makefiles.Bruce Momjian
2007-11-10Move most /contrib README files into SGML. Some still need conversionBruce Momjian
2007-08-28Reduce the permissions check needed to use pgrowlocks() to havingTom Lane
2007-08-27Restrict pgrowlocks function to superusers. (This might be too strict,Tom Lane
2007-06-26Fix PGXS conventions so that extensions can be built against PostgresTom Lane
2006-10-19Simplify contrib Makefiles by removing unnecessary SRCS macro,Tom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-09-30uninstall script for pgrowlocks - Josh DrakeTom Lane
2006-07-13Adjust /contrib for new include file contents.Bruce Momjian
2006-05-30Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane
2006-04-25Fix bug reported by Michael Fuhr on Sun, 23 Apr 2006 09:52:31 -0600Tatsuo Ishii
2006-04-23Add new contrib function pgrowlocks. See README.pgrowlocks for more details.Tatsuo Ishii