| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 | 1 | -15/+17 |
| | | |||||
| * | Wrap calls to SearchSysCache and related functions using macros. | Robert Haas | 2010-02-14 | 1 | -5/+4 |
| | | | | | | | | | | | | | The purpose of this change is to eliminate the need for every caller of SearchSysCache, SearchSysCacheCopy, SearchSysCacheExists, GetSysCacheOid, and SearchSysCacheList to know the maximum number of allowable keys for a syscache entry (currently 4). This will make it far easier to increase the maximum number of keys in a future release should we choose to do so, and it makes the code shorter, too. Design and review by Tom Lane. | ||||
| * | Fix several oversights in previous commit - attribute options patch. | Robert Haas | 2010-01-22 | 1 | -0/+181 |
| I failed to 'cvs add' the new files and also neglected to bump catversion. | |||||
