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
*
Prevent WAL logging when COPY is done in the same transation that
Bruce Momjian
2007-01-25
1
-2
/
+21
*
Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST
Tom Lane
2007-01-09
1
-3
/
+36
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
1
-2
/
+2
*
Found the problem with my operator-family changes: by fetching from
Tom Lane
2006-12-31
1
-4
/
+5
*
Restructure operator classes to allow improved handling of cross-data-type
Tom Lane
2006-12-23
1
-56
/
+125
*
Fix recently-identified PITR recovery hazard: the base backup could contain
Tom Lane
2006-11-05
1
-1
/
+23
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
1
-36
/
+36
*
Get rid of the separate RULE privilege for tables: now only a table's owner
Tom Lane
2006-09-05
1
-1
/
+18
*
Change the relation_open protocol so that we obtain lock on a relation
Tom Lane
2006-07-31
1
-32
/
+30
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
1
-6
/
+1
*
Allow include files to compile own their own.
Bruce Momjian
2006-07-13
1
-1
/
+2
*
Code review for FILLFACTOR patch. Change WITH grammar as per earlier
Tom Lane
2006-07-03
1
-92
/
+142
*
Add FILLFACTOR to CREATE INDEX.
Bruce Momjian
2006-07-02
1
-55
/
+116
*
Fix problems with cached tuple descriptors disappearing while still in use
Tom Lane
2006-06-16
1
-6
/
+25
*
Further minor simplification of relcache startup: don't need a static
Tom Lane
2006-05-06
1
-17
/
+10
*
Simplify relcache startup sequence. With the new design of InitPostgres
Tom Lane
2006-05-04
1
-37
/
+41
*
Arrange to cache btree metapage data in the relcache entry for the index,
Tom Lane
2006-04-25
1
-1
/
+7
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
1
-2
/
+2
*
Avoid crashing if relcache flush occurs while trying to load data into an
Tom Lane
2006-01-19
1
-13
/
+34
*
Fix a tiny memory leak (one List header) in RelationCacheInvalidate().
Tom Lane
2006-01-19
1
-3
/
+7
*
Avoid leaking memory while reading toasted entries from pg_rewrite,
Tom Lane
2006-01-08
1
-21
/
+39
*
Make all command-line options of postmaster and postgres the same. See
Peter Eisentraut
2006-01-05
1
-2
/
+2
*
Simplify lock manager data structures by making a clear separation between
Tom Lane
2005-12-09
1
-2
/
+2
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
1
-26
/
+26
*
Remove the t_datamcxt field of HeapTupleData. This was introduced for
Tom Lane
2005-11-20
1
-2
/
+1
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
1
-210
/
+198
*
Update two comments to refer to use the new list API names.
Neil Conway
2005-09-16
1
-2
/
+2
*
Arrange for indexes and toast tables to inherit their ownership from
Tom Lane
2005-08-26
1
-1
/
+4
*
Solve the problem of OID collisions by probing for duplicate OIDs
Tom Lane
2005-08-12
1
-4
/
+53
*
Modify AtEOXact_CatCache and AtEOXact_RelationCache to assume that the
Tom Lane
2005-08-08
1
-53
/
+52
*
Modify hash_search() API to prevent future occurrences of the error
Tom Lane
2005-05-29
1
-9
/
+1
*
Arrange to cache fmgr lookup information for an index's access method
Tom Lane
2005-05-27
1
-4
/
+10
*
Code cleanup: in C89, there is no point casting the first argument to
Neil Conway
2005-05-11
1
-3
/
+3
*
For some reason access/tupmacs.h has been #including utils/memutils.h,
Tom Lane
2005-05-06
1
-1
/
+2
*
Marginal hack to use a specialized hash function for dynahash hashtables
Tom Lane
2005-04-14
1
-3
/
+3
*
Completion of project to use fixed OIDs for all system catalogs and
Tom Lane
2005-04-14
1
-247
/
+68
*
First phase of project to use fixed OIDs for all system catalogs and
Tom Lane
2005-04-14
1
-11
/
+24
*
Convert oidvector and int2vector into variable-length arrays. This
Tom Lane
2005-03-29
1
-30
/
+91
*
Rethink the order of expression preprocessing: eval_const_expressions
Tom Lane
2005-03-28
1
-15
/
+14
*
Adjust creation/destruction of TupleDesc data structure to reduce the
Tom Lane
2005-03-07
1
-13
/
+7
*
Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. This
Tom Lane
2005-01-10
1
-34
/
+5
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
1
-2
/
+2
*
Upgrade formrdesc() so that it can correctly initialize the tupledesc
Tom Lane
2004-12-12
1
-28
/
+34
*
Avoid scanning the relcache during AtEOSubXact_RelationCache when there
Tom Lane
2004-11-20
1
-1
/
+30
*
Restructure subtransaction handling to reduce resource consumption,
Tom Lane
2004-09-16
1
-16
/
+16
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
1
-53
/
+55
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
1
-2
/
+2
*
Fix relcache to account properly for subtransaction status of 'new'
Tom Lane
2004-08-28
1
-27
/
+86
*
Invent ResourceOwner mechanism as per my recent proposal, and use it to
Tom Lane
2004-07-17
1
-151
/
+56
*
Nested transactions. There is still much left to do, especially on the
Tom Lane
2004-07-01
1
-4
/
+139
[next]