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
/
partcache.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-03-25
1
-6
/
+4
*
Update copyright for 2023
Bruce Momjian
2023-01-02
1
-1
/
+1
*
Resolve partition strategy during early parsing
Alvaro Herrera
2022-11-03
1
-0
/
+6
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Remove unused function parameter in get_qual_from_partbound
John Naylor
2021-07-14
1
-1
/
+1
*
ALTER TABLE ... DETACH PARTITION ... CONCURRENTLY
Alvaro Herrera
2021-03-25
1
-3
/
+9
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Allow whole-row Vars to be used in partitioning expressions.
Tom Lane
2019-12-25
1
-6
/
+1
*
Load relcache entries' partitioning data on-demand, not immediately.
Tom Lane
2019-12-25
1
-6
/
+26
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
1
-1
/
+1
*
Prevent memory leaks associated with relcache rd_partcheck structures.
Tom Lane
2019-04-13
1
-15
/
+39
*
Generated columns
Peter Eisentraut
2019-03-30
1
-0
/
+1
*
Move code for managing PartitionDescs into a new file, partdesc.c
Robert Haas
2019-02-21
1
-124
/
+0
*
Refactor planner's header files.
Tom Lane
2019-01-29
1
-2
/
+1
*
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-21
1
-1
/
+1
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Reduce unnecessary list construction in RelationBuildPartitionDesc.
Robert Haas
2018-11-19
1
-17
/
+23
*
Redesign initialization of partition routing structures
Alvaro Herrera
2018-11-16
1
-4
/
+12
*
Refactor code creating PartitionBoundInfo
Michael Paquier
2018-11-14
1
-504
/
+35
*
Fix assorted bugs in pg_get_partition_constraintdef().
Tom Lane
2018-09-27
1
-19
/
+29
*
Simplify partitioned table creation vs. relcache
Alvaro Herrera
2018-09-05
1
-17
/
+4
*
Fix some ill-chosen names for globally-visible partition support functions.
Tom Lane
2018-06-13
1
-4
/
+4
*
Plural of modulus is moduli
Alvaro Herrera
2018-04-19
1
-1
/
+1
*
Reorganize partitioning code
Alvaro Herrera
2018-04-14
1
-0
/
+967