index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
/
relcache.h
Commit message (
Expand
)
Author
Age
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
*
Put external declarations into header files.
Peter Eisentraut
2000-11-21
*
New relcache hash table with RelFileNode as key to be used
Vadim B. Mikheev
2000-10-23
*
Toast all the system-table columns that seem to need it. It turns out
Tom Lane
2000-08-06
*
Fix performance problems with pg_index lookups (see, for example,
Tom Lane
2000-06-17
*
Fix problems seen in parallel regress tests when SI buffer overruns (causing
Tom Lane
2000-01-31
*
Add:
Bruce Momjian
2000-01-26
*
added ALTER TABLE DROP COLUMN, early version
Peter Eisentraut
2000-01-22
*
Repair problem exposed by Jan's new parallel-regression-test scaffold:
Tom Lane
1999-11-21
*
Reimplement parsing and storage of default expressions and constraint
Tom Lane
1999-10-03
*
Modify RelationFlushRelation so that if the relcache entry
Tom Lane
1999-09-04
*
Change #include's to use <> and "" as appropriate.
Bruce Momjian
1999-07-15
*
Arrange for VACUUM to delete the init file that relcache.c uses
Tom Lane
1999-05-01
*
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1999-02-13
*
OK, folks, here is the pgindent output.
Bruce Momjian
1998-09-01
*
Fix prototypes so they don't look like function definitions.
Bruce Momjian
1998-01-24
*
Another PGINDENT run that changes variable indenting and case label indenting...
Bruce Momjian
1997-09-08
*
Massive commit to run PGINDENT on all *.c and *.h files.
Bruce Momjian
1997-09-07
*
Make functions static where possible, enclose unused functions in #ifdef NOT_...
Bruce Momjian
1997-08-19
*
Definition for RelationForgetRelation().
Vadim B. Mikheev
1997-06-04
*
All external function definitions now have prototypes that are checked.
Bruce Momjian
1996-11-10
*
finally, this directory is (should be!) totally clean
Marc G. Fournier
1996-11-04
*
remove:
Marc G. Fournier
1996-10-31
*
More cleanups of the include files
Marc G. Fournier
1996-08-28