a0ffab351e
Magic blocks don't do us any good unless we use 'em ... so install one
...
in every shared library.
2006-05-30 22:12:16 +00:00
525de8d556
Improve /contrib/pg_buffercache installation to use BEGIN/COMMIT,
...
improve examples.
Mark Kirkwood
2006-04-26 22:50:17 +00:00
7f4f42fa10
Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in
...
particular get rid of single quotes around language names and old WITH ()
construct.
2006-02-27 16:09:50 +00:00
fe83b3ebc6
contrib uninstall scripts
...
by David Fetter
2006-02-27 12:54:39 +00:00
1dc3498251
Standard pgindent run for 8.1.
2005-10-15 02:49:52 +00:00
07eeb9d109
Do all accesses to shared buffer headers through volatile-qualified
...
pointers, to ensure that compilers won't rearrange accesses to occur
while we're not holding the buffer header spinlock. It's probably
not necessary to mark volatile in every single place in bufmgr.c,
but better safe than sorry. Per trouble report from Kevin Grittner.
2005-10-12 16:45:14 +00:00
0b36cb83dc
PGXS should be set with := not =, as specified in the documentation,
...
to avoid useless multiple executions of pg_config.
2005-09-27 17:13:14 +00:00
12a323b7a8
Change relblocknumber field of pg_buffercache view from numeric to int8
...
for efficiency's sake. Mark Kirkwood.
2005-05-31 00:07:47 +00:00
f5dbbdcf00
Remove pg_buffercache_pages.h -- patch from Mark Kirkwood.
2005-04-01 08:41:19 +00:00
e1b398c6f5
Fix build error in pg_buffercache on Win32 (native and cygwin). From
...
Mark Kirkwood.
2005-03-31 00:45:26 +00:00
de004e44e2
Add pg_buffercache contrib module, from Mark Kirkwood.
2005-03-12 15:36:24 +00:00