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
*
Ignore BRIN indexes when checking for HOT updates
Tomas Vondra
2023-03-20
1
-20
/
+50
*
Fix more outdated comments
Peter Eisentraut
2023-02-06
1
-6
/
+6
*
Fix up outdated comments
Peter Eisentraut
2023-02-06
1
-7
/
+7
*
Remove useless casts to (void *) in hash_search() calls
Peter Eisentraut
2023-02-06
1
-6
/
+6
*
Update copyright for 2023
Bruce Momjian
2023-01-02
1
-1
/
+1
*
Rework query relation permission checking
Alvaro Herrera
2022-12-06
1
-2
/
+2
*
Prevent pgstats from getting confused when relkind of a relation changes
Andres Freund
2022-12-02
1
-0
/
+7
*
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-28
1
-1
/
+1
*
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-28
1
-1
/
+1
*
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-09-27
1
-1
/
+1
*
Use TRUNCATE to preserve relfilenode for pg_largeobject + index.
Robert Haas
2022-07-28
1
-5
/
+61
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
1
-93
/
+93
*
Avoid unnecessary MemSet call
Peter Eisentraut
2022-06-30
1
-1
/
+1
*
Revert changes in HOT handling of BRIN indexes
Tomas Vondra
2022-06-16
1
-30
/
+23
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
1
-12
/
+11
*
Revert "Logical decoding of sequences"
Tomas Vondra
2022-04-07
1
-25
/
+3
*
pgstat: store statistics in shared memory.
Andres Freund
2022-04-06
1
-1
/
+6
*
Add new block-by-block strategy for CREATE DATABASE.
Robert Haas
2022-03-29
1
-1
/
+1
*
Allow specifying column lists for logical replication
Tomas Vondra
2022-03-26
1
-1
/
+32
*
Add decoding of sequences to built-in replication
Tomas Vondra
2022-03-24
1
-3
/
+25
*
Don't call fwrite() with len == 0 when writing out relcache init file.
Andres Freund
2022-03-23
1
-1
/
+1
*
Add support for security invoker views.
Dean Rasheed
2022-03-22
1
-27
/
+46
*
Allow specifying row filters for logical replication of tables.
Amit Kapila
2022-02-22
1
-30
/
+68
*
Add UNIQUE null treatment option
Peter Eisentraut
2022-02-03
1
-0
/
+1
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Allow specifying column list for foreign key ON DELETE SET actions
Peter Eisentraut
2021-12-08
1
-1
/
+1
*
Some RELKIND macro refactoring
Peter Eisentraut
2021-12-03
1
-60
/
+30
*
Ignore BRIN indexes when checking for HOT udpates
Tomas Vondra
2021-11-30
1
-21
/
+29
*
Allow publishing the tables of schema.
Amit Kapila
2021-10-27
1
-0
/
+7
*
Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.
Noah Misch
2021-10-23
1
-6
/
+109
*
Rename debug_invalidate_system_caches_always to debug_discard_caches.
Tom Lane
2021-07-13
1
-9
/
+8
*
Reduce overhead of cache-clobber testing in LookupOpclassInfo().
Tom Lane
2021-07-05
1
-20
/
+24
*
Improve RelationGetIdentityKeyBitmap().
Amit Kapila
2021-06-28
1
-9
/
+4
*
Handle no replica identity index case in RelationGetIdentityKeyBitmap.
Amit Kapila
2021-06-19
1
-1
/
+11
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
1
-3
/
+3
*
Revert per-index collation version tracking feature.
Thomas Munro
2021-05-07
1
-2
/
+0
*
Allow a partdesc-omitting-partitions to be cached
Alvaro Herrera
2021-04-28
1
-5
/
+28
*
Fix Logical Replication of Truncate in synchronous commit mode.
Amit Kapila
2021-04-27
1
-0
/
+75
*
Clean up treatment of missing default and CHECK-constraint records.
Tom Lane
2021-04-06
1
-87
/
+109
*
Add macro RelationIsPermanent() to report relation permanence
Bruce Momjian
2021-03-22
1
-1
/
+1
*
Don't run RelationInitTableAccessMethod in a long-lived context.
Tom Lane
2021-03-18
1
-5
/
+7
*
Don't leak rd_statlist when a relcache entry is dropped.
Tom Lane
2021-03-18
1
-0
/
+1
*
Replace CLOBBER_CACHE_ALWAYS with run-time GUC
Peter Eisentraut
2021-01-06
1
-27
/
+40
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-15
1
-2
/
+0
*
Track collation versions for indexes.
Thomas Munro
2020-11-03
1
-0
/
+2
*
Don't use custom OID symbols in pg_proc.dat.
Tom Lane
2020-10-28
1
-2
/
+2
*
Fix rd_firstRelfilenodeSubid for nailed relations, in parallel workers.
Noah Misch
2020-09-09
1
-8
/
+15
*
Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.
Tom Lane
2020-08-30
1
-2
/
+2
*
Don't create pg_type entries for sequences or toast tables.
Tom Lane
2020-07-07
1
-6
/
+7
[next]