Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
| | |||
* | Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h | Alvaro Herrera | 2011-07-04 |
| | | | | | This lets us stop including rel.h into execnodes.h, which is a widely used header. | ||
* | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 |
| | |||
* | Implement an API to let foreign-data wrappers actually be functional. | Tom Lane | 2011-02-20 |
This commit provides the core code and documentation needed. A contrib module test case will follow shortly. Shigeru Hanada, Jan Urbanski, Heikki Linnakangas |