| Commit message (Expand) | Author | Age |
* | Throw a useful error message if an extension script file is fed to psql. | Tom Lane | 2011-10-12 |
* | Avoid use of CREATE OR REPLACE FUNCTION in extension installation files. | Tom Lane | 2011-02-13 |
* | Convert contrib modules to use the extension facility. | Tom Lane | 2011-02-13 |
* | Remove useless whitespace at end of lines | Peter Eisentraut | 2010-11-23 |
* | Convert cvsignore to gitignore, and add .gitignore for build targets. | Magnus Hagander | 2010-09-22 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | pg_buffercache needs to be taught about relation forks, as Greg Stark | Heikki Linnakangas | 2008-08-14 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Add CVS version labels to all install/uninstall scripts. | Bruce Momjian | 2007-11-13 |
* | Make /contrib install/uninstall script consistent: | Bruce Momjian | 2007-11-11 |
* | Remove references to READMEs from /contrib Makefiles. | Bruce Momjian | 2007-11-10 |
* | Move most /contrib README files into SGML. Some still need conversion | Bruce Momjian | 2007-11-10 |
* | Fix pg_buffercache to release buffer partition locks in reverse order, | Tom Lane | 2007-07-16 |
* | Fix PGXS conventions so that extensions can be built against Postgres | Tom Lane | 2007-06-26 |
* | Add the usage count statistics to the information available in | Bruce Momjian | 2007-04-07 |
* | Code cleanup for pg_buffercache, from Mark Kirkwood. | Tom Lane | 2006-10-22 |
* | Clean up local redeclarations of variables with DLLIMPORT, per report | Tom Lane | 2006-10-19 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Split the buffer mapping table into multiple separately lockable | Tom Lane | 2006-07-23 |
* | Magic blocks don't do us any good unless we use 'em ... so install one | Tom Lane | 2006-05-30 |
* | Improve /contrib/pg_buffercache installation to use BEGIN/COMMIT, | Bruce Momjian | 2006-04-26 |
* | Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in | Peter Eisentraut | 2006-02-27 |
* | contrib uninstall scripts | Peter Eisentraut | 2006-02-27 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Do all accesses to shared buffer headers through volatile-qualified | Tom Lane | 2005-10-12 |
* | PGXS should be set with := not =, as specified in the documentation, | Tom Lane | 2005-09-27 |
* | Change relblocknumber field of pg_buffercache view from numeric to int8 | Tom Lane | 2005-05-31 |
* | Remove pg_buffercache_pages.h -- patch from Mark Kirkwood. | Neil Conway | 2005-04-01 |
* | Fix build error in pg_buffercache on Win32 (native and cygwin). From | Neil Conway | 2005-03-31 |
* | Add pg_buffercache contrib module, from Mark Kirkwood. | Neil Conway | 2005-03-12 |