index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
catalog
/
partition.c
Commit message (
Expand
)
Author
Age
*
Plug memory leak in index_get_partition
Alvaro Herrera
2020-11-06
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-27
*
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-25
*
Refactor attribute mappings used in logical tuple conversion
Michael Paquier
2019-12-18
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Remove 'msg' parameter from convert_tuples_by_name
Alvaro Herrera
2019-09-03
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
*
Fix more typos and inconsistencies in the tree
Michael Paquier
2019-06-17
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Fix style violations in syscache lookups.
Tom Lane
2019-05-05
*
Add index_get_partition convenience function
Alvaro Herrera
2019-03-20
*
Move code for managing PartitionDescs into a new file, partdesc.c
Robert Haas
2019-02-21
*
Refactor planner's header files.
Tom Lane
2019-01-29
*
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-21
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Reorganize partitioning code
Alvaro Herrera
2018-04-14
*
Add comment about default partition in check_new_partition_bound
Alvaro Herrera
2018-04-12
*
Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.
Tom Lane
2018-04-08
*
Faster partition pruning
Alvaro Herrera
2018-04-06
*
Rename MemoryContextCopySetIdentifier() for clarity
Peter Eisentraut
2018-04-06
*
Allow memory contexts to have both fixed and variable ident strings.
Tom Lane
2018-03-27
*
Handle INSERT .. ON CONFLICT with partitioned tables
Alvaro Herrera
2018-03-26
*
Fix relcache handling of the 'default' partition
Alvaro Herrera
2018-03-21
*
Fix improper uses of canonicalize_qual().
Tom Lane
2018-03-11
*
Update and improve comments.
Robert Haas
2018-02-28
*
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-23
*
Remove bogus "extern" annotations on function definitions.
Tom Lane
2018-02-19
*
Remove redundant function declaration
Peter Eisentraut
2018-02-18
*
Refactor code for partition bound searching
Robert Haas
2018-02-02
*
Fix list partition constraints for partition keys of array type.
Robert Haas
2018-01-31
*
C includes: Reorder C includes in partition.c
Bruce Momjian
2018-01-27
*
Minor preparatory refactoring for UPDATE row movement.
Robert Haas
2018-01-04
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Rethink MemoryContext creation to improve performance.
Tom Lane
2017-12-13
*
Improve comment about PartitionBoundInfoData.
Robert Haas
2017-12-11
*
Minor code beautification in partition_bounds_equal.
Robert Haas
2017-12-01
*
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-29
*
If a range-partitioned table has no default partition, reject null keys.
Robert Haas
2017-11-28
*
Add null test to partition constraint for default range partitions.
Robert Haas
2017-11-28
*
Fix multiple problems with satisfies_hash_partition.
Robert Haas
2017-11-21
*
Fix typo in comment.
Robert Haas
2017-11-16
*
Centralize executor-related partitioning code.
Robert Haas
2017-11-15
*
Add hash partitioning.
Robert Haas
2017-11-09
*
Fix typo in comment
Magnus Hagander
2017-10-30
*
Fix misplaced ReleaseSysCache call in get_default_partition_oid.
Robert Haas
2017-10-28
[next]