index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
cache
/
relcache.c
Commit message (
Expand
)
Author
Age
*
New relcache hash table with RelFileNode as key to be used
Vadim B. Mikheev
2000-10-23
*
New file naming. Database OID is used as "tablespace" id and
Vadim B. Mikheev
2000-10-16
*
This patch implements a different "relkind"
Bruce Momjian
2000-09-12
*
Improve the following.
Hiroshi Inoue
2000-08-30
*
Toast all the system-table columns that seem to need it. It turns out
Tom Lane
2000-08-06
*
Type lztext is toast.
Tom Lane
2000-07-30
*
Cleanup of code for creating index entries. Functional indexes with
Tom Lane
2000-07-14
*
Update textin() and textout() to new fmgr style. This is just phase
Tom Lane
2000-07-05
*
Use a private memory context to store rule information in each relcache
Tom Lane
2000-06-30
*
First phase of memory management rewrite (see backend/utils/mmgr/README
Tom Lane
2000-06-28
*
Modify index-opening code to guarantee that the indexes of a relation
Tom Lane
2000-06-19
*
Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the
Tom Lane
2000-06-18
*
Fix performance problems with pg_index lookups (see, for example,
Tom Lane
2000-06-17
*
Clean out another pocket of functions called via nonspecific function
Tom Lane
2000-06-17
*
Remove NT-specific file open defines by defining our own open macros for
Bruce Momjian
2000-06-02
*
Remove unused include files. Do not touch /port or includes used by defines.
Bruce Momjian
2000-05-30
*
First round of changes for new fmgr interface. fmgr itself and the
Tom Lane
2000-05-28
*
Repair memory leaks that caused CacheCxt to grow without bound. We
Tom Lane
2000-05-21
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
*
Fix low-probability bug in relcache startup: write_irels wrote the
Tom Lane
2000-03-31
*
Fix a bunch of minor portability problems and maybe-bugs revealed by
Tom Lane
2000-03-17
*
Trial implementation of ALTER DROP COLUMN.
Hiroshi Inoue
2000-03-09
*
Reactivated LZTEXT data type and changed rule plan- and qual-strings
Jan Wieck
2000-02-27
*
Implement reindex command
Hiroshi Inoue
2000-02-18
*
Fix problems seen in parallel regress tests when SI buffer overruns (causing
Tom Lane
2000-01-31
*
Modify uses of RelationFlushRelation and RelationCacheInvalidate so that
Tom Lane
2000-01-29
*
Add:
Bruce Momjian
2000-01-26
*
added ALTER TABLE DROP COLUMN, early version
Peter Eisentraut
2000-01-22
*
Fixed all elog related warnings, as well as a few others.
Peter Eisentraut
2000-01-15
*
Repair bugs discussed in pghackers thread of 15 May 1999: creation of a
Tom Lane
1999-12-30
*
Removed LZTEXT datatype as discussed.
Jan Wieck
1999-12-28
*
Some changes to prepare for LONG attributes.
Jan Wieck
1999-12-16
*
Add system indexes to match all caches.
Bruce Momjian
1999-11-22
*
Repair problem exposed by Jan's new parallel-regression-test scaffold:
Tom Lane
1999-11-21
*
Changed pg_rewrite attributes ev_qual and ev_action to the new
Jan Wieck
1999-11-18
*
Fix problem with temp tables shown in regression test by Jan.
Bruce Momjian
1999-11-17
*
Commit to make clearer distinction for temp names and real names.
Bruce Momjian
1999-11-16
*
New NameStr macro to convert Name to Str. No need for var.data anymore.
Bruce Momjian
1999-11-07
*
Make it possible to execute crashed CREATE/DROP commands again.
Hiroshi Inoue
1999-11-04
*
Reimplement parsing and storage of default expressions and constraint
Tom Lane
1999-10-03
*
Mega-commit to make heap_open/heap_openr/heap_close take an
Tom Lane
1999-09-18
*
Fix relcache.c so that local relations (those created during
Tom Lane
1999-09-06
*
RelationCacheInvalidate thought there were 7 nailed-in-cache
Tom Lane
1999-09-06
*
In RelationNameGetRelation(), replace temp table name by
Tom Lane
1999-09-04
*
Modify RelationFlushRelation so that if the relcache entry
Tom Lane
1999-09-04
*
Repair a bunch of problems in md.c. This builds on Hiroshi's
Tom Lane
1999-09-02
*
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-17
*
Final cleanup
Bruce Momjian
1999-07-16
*
Update #include cleanups
Bruce Momjian
1999-07-16
*
Remove unused #includes in *.c files.
Bruce Momjian
1999-07-15
[next]