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