summaryrefslogtreecommitdiff
path: root/src/backend/commands/foreigncmds.c
Commit message (Expand)AuthorAgeFilesLines
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-141-37/+20
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Always pass catalog id to the options validator function specified inHeikki Linnakangas2009-12-231-9/+23
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-114/+113
* Remove the recently added node types ReloptElem and OptionDefElem in favorTom Lane2009-04-041-38/+33
* Add the possibility to specify an explicit validator function for foreign-dataPeter Eisentraut2009-02-241-35/+68
* Revise the permission checking on user mapping DDL commands.Peter Eisentraut2009-01-201-24/+32
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Fix various confusions of pointers and OIDs, unsafe assumptions about nulls,Tom Lane2008-12-201-17/+32
* Don't use OidIsValid to check the return value of transformGenericOptions,Heikki Linnakangas2008-12-201-10/+10
* SQL/MED catalog manipulation facilitiesPeter Eisentraut2008-12-191-0/+1102