Commit Graph

65 Commits (d02cceb85cf1a46a36c36825dd8266a30aed134f)

Author SHA1 Message Date
Tom Lane bd95c74985 Code cleanup for pg_buffercache, from Mark Kirkwood. 19 years ago
Tom Lane def651f48f Clean up local redeclarations of variables with DLLIMPORT, per report 19 years ago
Bruce Momjian f99a569a2e pgindent run for 8.2. 19 years ago
Tom Lane 10b9ca3d05 Split the buffer mapping table into multiple separately lockable 19 years ago
Tom Lane a0ffab351e Magic blocks don't do us any good unless we use 'em ... so install one 20 years ago
Bruce Momjian 525de8d556 Improve /contrib/pg_buffercache installation to use BEGIN/COMMIT, 20 years ago
Peter Eisentraut 7f4f42fa10 Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in 20 years ago
Peter Eisentraut fe83b3ebc6 contrib uninstall scripts 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Tom Lane 07eeb9d109 Do all accesses to shared buffer headers through volatile-qualified 20 years ago
Tom Lane 0b36cb83dc PGXS should be set with := not =, as specified in the documentation, 20 years ago
Tom Lane 12a323b7a8 Change relblocknumber field of pg_buffercache view from numeric to int8 21 years ago
Neil Conway f5dbbdcf00 Remove pg_buffercache_pages.h -- patch from Mark Kirkwood. 21 years ago
Neil Conway e1b398c6f5 Fix build error in pg_buffercache on Win32 (native and cygwin). From 21 years ago
Neil Conway de004e44e2 Add pg_buffercache contrib module, from Mark Kirkwood. 21 years ago