aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/relcache.h
Commit message (Expand)AuthorAge
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Put external declarations into header files.Peter Eisentraut2000-11-21
* New relcache hash table with RelFileNode as key to be usedVadim B. Mikheev2000-10-23
* Toast all the system-table columns that seem to need it. It turns outTom Lane2000-08-06
* Fix performance problems with pg_index lookups (see, for example,Tom Lane2000-06-17
* Fix problems seen in parallel regress tests when SI buffer overruns (causingTom Lane2000-01-31
* Add:Bruce Momjian2000-01-26
* added ALTER TABLE DROP COLUMN, early versionPeter Eisentraut2000-01-22
* Repair problem exposed by Jan's new parallel-regression-test scaffold:Tom Lane1999-11-21
* Reimplement parsing and storage of default expressions and constraintTom Lane1999-10-03
* Modify RelationFlushRelation so that if the relcache entryTom Lane1999-09-04
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Arrange for VACUUM to delete the init file that relcache.c usesTom Lane1999-05-01
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-24
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-19
* Definition for RelationForgetRelation().Vadim B. Mikheev1997-06-04
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-10
* finally, this directory is (should be!) totally cleanMarc G. Fournier1996-11-04
* remove:Marc G. Fournier1996-10-31
* More cleanups of the include filesMarc G. Fournier1996-08-28