index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
util
/
inherit.c
Age
Commit message (
Expand
)
Author
2020-04-08
Allow partitionwise joins in more cases.
Etsuro Fujita
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-02
Fix EXPLAIN's column alias output for mismatched child tables.
Tom Lane
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-03-30
Speed up planning when partitions can be pruned at plan time.
Tom Lane
2019-03-30
Generated columns
Peter Eisentraut
2019-03-26
Get rid of duplicate child RTE for a partitioned table.
Tom Lane
2019-03-07
Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.
Robert Haas
2019-02-26
Change lock acquisition order in expand_inherited_rtentry.
Robert Haas
2019-02-21
Move code for managing PartitionDescs into a new file, partdesc.c
Robert Haas
2019-01-21
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-16
Reorganize planner code moved in b60c39759908
Alvaro Herrera
2019-01-10
Move inheritance expansion code into its own file
Alvaro Herrera