index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
cache
/
relcache.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve the following.
Hiroshi Inoue
2000-08-30
1
-2
/
+5
*
Toast all the system-table columns that seem to need it. It turns out
Tom Lane
2000-08-06
1
-24
/
+110
*
Type lztext is toast.
Tom Lane
2000-07-30
1
-3
/
+7
*
Cleanup of code for creating index entries. Functional indexes with
Tom Lane
2000-07-14
1
-1
/
+2
*
Update textin() and textout() to new fmgr style. This is just phase
Tom Lane
2000-07-05
1
-11
/
+13
*
Use a private memory context to store rule information in each relcache
Tom Lane
2000-06-30
1
-161
/
+188
*
First phase of memory management rewrite (see backend/utils/mmgr/README
Tom Lane
2000-06-28
1
-14
/
+11
*
Modify index-opening code to guarantee that the indexes of a relation
Tom Lane
2000-06-19
1
-6
/
+56
*
Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the
Tom Lane
2000-06-18
1
-10
/
+4
*
Fix performance problems with pg_index lookups (see, for example,
Tom Lane
2000-06-17
1
-8
/
+126
*
Clean out another pocket of functions called via nonspecific function
Tom Lane
2000-06-17
1
-9
/
+19
*
Remove NT-specific file open defines by defining our own open macros for
Bruce Momjian
2000-06-02
1
-11
/
+3
*
Remove unused include files. Do not touch /port or includes used by defines.
Bruce Momjian
2000-05-30
1
-2
/
+1
*
First round of changes for new fmgr interface. fmgr itself and the
Tom Lane
2000-05-28
1
-1
/
+2
*
Repair memory leaks that caused CacheCxt to grow without bound. We
Tom Lane
2000-05-21
1
-22
/
+23
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
1
-91
/
+103
*
Fix low-probability bug in relcache startup: write_irels wrote the
Tom Lane
2000-03-31
1
-4
/
+23
*
Fix a bunch of minor portability problems and maybe-bugs revealed by
Tom Lane
2000-03-17
1
-2
/
+2
*
Trial implementation of ALTER DROP COLUMN.
Hiroshi Inoue
2000-03-09
1
-1
/
+21
*
Reactivated LZTEXT data type and changed rule plan- and qual-strings
Jan Wieck
2000-02-27
1
-4
/
+4
*
Implement reindex command
Hiroshi Inoue
2000-02-18
1
-73
/
+161
*
Fix problems seen in parallel regress tests when SI buffer overruns (causing
Tom Lane
2000-01-31
1
-162
/
+259
*
Modify uses of RelationFlushRelation and RelationCacheInvalidate so that
Tom Lane
2000-01-29
1
-5
/
+22
*
Add:
Bruce Momjian
2000-01-26
1
-2
/
+3
*
added ALTER TABLE DROP COLUMN, early version
Peter Eisentraut
2000-01-22
1
-9
/
+9
*
Fixed all elog related warnings, as well as a few others.
Peter Eisentraut
2000-01-15
1
-2
/
+2
*
Repair bugs discussed in pghackers thread of 15 May 1999: creation of a
Tom Lane
1999-12-30
1
-22
/
+10
*
Removed LZTEXT datatype as discussed.
Jan Wieck
1999-12-28
1
-3
/
+3
*
Some changes to prepare for LONG attributes.
Jan Wieck
1999-12-16
1
-2
/
+4
*
Add system indexes to match all caches.
Bruce Momjian
1999-11-22
1
-3
/
+3
*
Repair problem exposed by Jan's new parallel-regression-test scaffold:
Tom Lane
1999-11-21
1
-17
/
+9
*
Changed pg_rewrite attributes ev_qual and ev_action to the new
Jan Wieck
1999-11-18
1
-4
/
+4
*
Fix problem with temp tables shown in regression test by Jan.
Bruce Momjian
1999-11-17
1
-5
/
+4
*
Commit to make clearer distinction for temp names and real names.
Bruce Momjian
1999-11-16
1
-3
/
+3
*
New NameStr macro to convert Name to Str. No need for var.data anymore.
Bruce Momjian
1999-11-07
1
-18
/
+18
*
Make it possible to execute crashed CREATE/DROP commands again.
Hiroshi Inoue
1999-11-04
1
-5
/
+5
*
Reimplement parsing and storage of default expressions and constraint
Tom Lane
1999-10-03
1
-80
/
+91
*
Mega-commit to make heap_open/heap_openr/heap_close take an
Tom Lane
1999-09-18
1
-46
/
+44
*
Fix relcache.c so that local relations (those created during
Tom Lane
1999-09-06
1
-10
/
+21
*
RelationCacheInvalidate thought there were 7 nailed-in-cache
Tom Lane
1999-09-06
1
-11
/
+18
*
In RelationNameGetRelation(), replace temp table name by
Tom Lane
1999-09-04
1
-21
/
+12
*
Modify RelationFlushRelation so that if the relcache entry
Tom Lane
1999-09-04
1
-49
/
+118
*
Repair a bunch of problems in md.c. This builds on Hiroshi's
Tom Lane
1999-09-02
1
-13
/
+6
*
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-17
1
-3
/
+1
*
Final cleanup
Bruce Momjian
1999-07-16
1
-2
/
+2
*
Update #include cleanups
Bruce Momjian
1999-07-16
1
-2
/
+2
*
Remove unused #includes in *.c files.
Bruce Momjian
1999-07-15
1
-20
/
+1
*
Clean up #include in /include directory. Add scripts for checking includes.
Bruce Momjian
1999-07-15
1
-2
/
+1
*
pgindent run over code.
Bruce Momjian
1999-05-25
1
-20
/
+19
*
Change error messages to oids come out as %u and not %d. Change has no
Bruce Momjian
1999-05-10
1
-3
/
+3
[next]