Commit Graph

19 Commits (327e0250716f12fe94b62669d25e572b40a8fba5)

Author SHA1 Message Date
Tom Lane 327e025071 Create the catalog infrastructure for foreign-data-wrapper handlers. 15 years ago
Tom Lane d9572c4e3b Core support for "extensions", which are packages of SQL objects. 15 years ago
Heikki Linnakangas 8aea1373d8 Don't require usage privileges on the foreign data wrapper when creating a 15 years ago
Robert Haas 0d692a0dc9 Basic foreign table support. 15 years ago
Bruce Momjian 5d950e3b0c Stamp copyrights for year 2011. 15 years ago
Robert Haas cc1ed40d57 Object access hook framework, with post-creation hook. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Robert Haas 2a6ef3445c Standardize get_whatever_oid functions for object types with 15 years ago
Robert Haas e26c539e9f Wrap calls to SearchSysCache and related functions using macros. 16 years ago
Bruce Momjian 0239800893 Update copyright for the year 2010. 16 years ago
Heikki Linnakangas 4e766f2d17 Always pass catalog id to the options validator function specified in 16 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 17 years ago
Tom Lane 090173a3f9 Remove the recently added node types ReloptElem and OptionDefElem in favor 17 years ago
Peter Eisentraut 7babccb915 Add the possibility to specify an explicit validator function for foreign-data 17 years ago
Peter Eisentraut 93a6be63a5 Revise the permission checking on user mapping DDL commands. 17 years ago
Bruce Momjian 511db38ace Update copyright for 2009. 17 years ago
Tom Lane a1212d09a1 Fix various confusions of pointers and OIDs, unsafe assumptions about nulls, 17 years ago
Heikki Linnakangas cef8efc62d Don't use OidIsValid to check the return value of transformGenericOptions, 17 years ago
Peter Eisentraut cae565e503 SQL/MED catalog manipulation facilities 17 years ago