index
:
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
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
catalog
/
partition.c
Age
Commit message (
Expand
)
Author
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-21
Fix prologue of get_partition_ancestors()
Peter Eisentraut
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-11-29
Add 'missing_ok' argument to build_attrmap_by_name
Alvaro Herrera
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-03-25
ALTER TABLE ... DETACH PARTITION ... CONCURRENTLY
Alvaro Herrera
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-11-07
Plug memory leak in index_get_partition
Alvaro Herrera
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-26
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-25
Allow whole-row Vars to be used in partitioning expressions.
Tom Lane
2019-12-25
Rename files and headers related to index AM
Michael Paquier
2019-12-18
Refactor attribute mappings used in logical tuple conversion
Michael Paquier
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-09-03
Remove 'msg' parameter from convert_tuples_by_name
Alvaro Herrera
2019-07-15
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-06-17
Fix more typos and inconsistencies in the tree
Michael Paquier
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-05
Fix style violations in syscache lookups.
Tom Lane
2019-03-20
Add index_get_partition convenience function
Alvaro Herrera
2019-02-21
Move code for managing PartitionDescs into a new file, partdesc.c
Robert Haas
2019-01-29
Refactor planner's header files.
Tom Lane
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-02
Update copyright for 2019
Bruce Momjian
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-15
Reorganize partitioning code
Alvaro Herrera
2018-04-12
Add comment about default partition in check_new_partition_bound
Alvaro Herrera
2018-04-08
Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.
Tom Lane
2018-04-06
Faster partition pruning
Alvaro Herrera
2018-04-06
Rename MemoryContextCopySetIdentifier() for clarity
Peter Eisentraut
2018-03-27
Allow memory contexts to have both fixed and variable ident strings.
Tom Lane
2018-03-26
Handle INSERT .. ON CONFLICT with partitioned tables
Alvaro Herrera
2018-03-21
Fix relcache handling of the 'default' partition
Alvaro Herrera
2018-03-11
Fix improper uses of canonicalize_qual().
Tom Lane
2018-02-28
Update and improve comments.
Robert Haas
2018-02-23
Revise API for partition bound search functions.
Robert Haas
2018-02-23
Revise API for partition_rbound_cmp/partition_rbound_datum_cmp.
Robert Haas
2018-02-19
Remove bogus "extern" annotations on function definitions.
Tom Lane
2018-02-19
Remove redundant function declaration
Peter Eisentraut
2018-02-02
Refactor code for partition bound searching
Robert Haas
2018-01-31
Fix list partition constraints for partition keys of array type.
Robert Haas
2018-01-28
C includes: Reorder C includes in partition.c
Bruce Momjian
2018-01-04
Minor preparatory refactoring for UPDATE row movement.
Robert Haas
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-12-13
Rethink MemoryContext creation to improve performance.
Tom Lane
2017-12-11
Improve comment about PartitionBoundInfoData.
Robert Haas
2017-12-01
Minor code beautification in partition_bounds_equal.
Robert Haas
[next]