summaryrefslogtreecommitdiff
path: root/contrib/pgrowlocks
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in some error messages thrown by extension scripts when fed to psql.Andres Freund2014-08-251-1/+1
* 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-1/+0
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-041-0/+1
* Avoid use of CREATE OR REPLACE FUNCTION in extension installation files.Tom Lane2011-02-131-1/+1
* Convert contrib modules to use the extension facility.Tom Lane2011-02-136-19/+12
* 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-2/+2
* Blank line Makefile cleanups.Bruce Momjian2009-04-281-2/+1
* Remove outdated Japanese README files per discussion.Tatsuo Ishii2009-01-061-121/+0
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-191-1/+2
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-1/+2
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-261-1/+2
* Avoid incrementing the CommandCounter when CommandCounterIncrement is calledTom Lane2007-11-301-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-111-0/+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-88/+0
* Reduce the permissions check needed to use pgrowlocks() to havingTom Lane2007-08-281-6/+10
* Restrict pgrowlocks function to superusers. (This might be too strict,Tom Lane2007-08-274-61/+26
* Fix PGXS conventions so that extensions can be built against PostgresTom Lane2007-06-261-2/+3
* Simplify contrib Makefiles by removing unnecessary SRCS macro,Tom Lane2006-10-191-4/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-27/+26
* uninstall script for pgrowlocks - Josh DrakeTom Lane2006-09-302-1/+7
* Adjust /contrib for new include file contents.Bruce Momjian2006-07-131-1/+2
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-301-1/+3
* Fix bug reported by Michael Fuhr on Sun, 23 Apr 2006 09:52:31 -0600Tatsuo Ishii2006-04-251-2/+4
* Add new contrib function pgrowlocks. See README.pgrowlocks for more details.Tatsuo Ishii2006-04-235-0/+488