Commit Graph

1 Commits (98ec7fd903bbd4ab1694de5aaa4f7bb62935c58d)

Author SHA1 Message Date
Fujii Masao 1dc118660b Fix pgstattuple functions to use regclass-type as the argument. 13 years ago
Heikki Linnakangas 357cbaaeae Add pgstatginindex() function to get the size of the GIN pending list. 13 years ago
Tom Lane 458857cc9d Throw a useful error message if an extension script file is fed to psql. 14 years ago
Tom Lane 029fac2264 Avoid use of CREATE OR REPLACE FUNCTION in extension installation files. 15 years ago
Tom Lane 629b3af27d Convert contrib modules to use the extension facility. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Tom Lane d287818eb5 Adjust pgstatindex() to give correct answers for indexes larger than 18 years ago
Bruce Momjian 33e2e02493 Add CVS version labels to all install/uninstall scripts. 18 years ago
Tom Lane 38c75ecf83 Restrict pgstattuple functions to superusers. (This might be too strict, 19 years ago
Bruce Momjian 64058429c5 Add database page inspection /contrib module. 19 years ago
Tom Lane c9a6490991 Clean up some leftover problems in pgstattuple: remove unwanted and 20 years ago
Bruce Momjian 74924d29fa Add functions to /contrib/pgstattuple that show index statistics and 20 years ago
Peter Eisentraut 7f4f42fa10 Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in 20 years ago
Tom Lane 392b187a21 Remove DROPs from contrib object creation scripts, per Dave Page. 22 years ago
Bruce Momjian a647e30ba3 New patch with corrected README attached. 23 years ago
Tom Lane f85f43dfb5 Backend support for autocommit removed, per recent discussions. The 23 years ago
Bruce Momjian aa4c702eac Update /contrib for "autocommit TO 'on'". 24 years ago
Tatsuo Ishii 6bea242750 Add GRANT EXECUTE ON FUNCTION 24 years ago
Tom Lane e4186762ff Adjust nodeFunctionscan.c to reset transient memory context between calls 24 years ago
Tatsuo Ishii cf7ee638a7 Adapt for SRF(Set Returning Function). 24 years ago
Tom Lane 5f4745adf4 Further cleanups for relations in schemas: teach nextval and other 24 years ago
Tatsuo Ishii 9a23885f72 Add pgstattuple 25 years ago