Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update copyright for 2015 | Bruce Momjian | 2015-01-06 |
| | | | | Backpatch certain files through 9.0 | ||
* | Introduce custom path and scan providers. | Robert Haas | 2014-11-07 |
This allows extension modules to define their own methods for scanning a relation, and get the core code to use them. It's unclear as yet how much use this capability will find, but we won't find out if we never commit it. KaiGai Kohei, reviewed at various times and in various levels of detail by Shigeru Hanada, Tom Lane, Andres Freund, Álvaro Herrera, and myself. |