aboutsummaryrefslogtreecommitdiff
path: root/src/backend/catalog/partition.c
Commit message (Expand)AuthorAge
* Plug memory leak in index_get_partitionAlvaro Herrera2020-11-06
* Update copyrights for 2020Bruce Momjian2020-01-01
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-27
* Allow whole-row Vars to be used in partitioning expressions.Tom Lane2019-12-25
* Rename files and headers related to index AMMichael Paquier2019-12-25
* Refactor attribute mappings used in logical tuple conversionMichael Paquier2019-12-18
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Remove 'msg' parameter from convert_tuples_by_nameAlvaro Herrera2019-09-03
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-15
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-17
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Fix style violations in syscache lookups.Tom Lane2019-05-05
* Add index_get_partition convenience functionAlvaro Herrera2019-03-20
* Move code for managing PartitionDescs into a new file, partdesc.cRobert Haas2019-02-21
* Refactor planner's header files.Tom Lane2019-01-29
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-21
* Update copyright for 2019Bruce Momjian2019-01-02
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Reorganize partitioning codeAlvaro Herrera2018-04-14
* Add comment about default partition in check_new_partition_boundAlvaro Herrera2018-04-12
* Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.Tom Lane2018-04-08
* Faster partition pruningAlvaro Herrera2018-04-06
* Rename MemoryContextCopySetIdentifier() for clarityPeter Eisentraut2018-04-06
* Allow memory contexts to have both fixed and variable ident strings.Tom Lane2018-03-27
* Handle INSERT .. ON CONFLICT with partitioned tablesAlvaro Herrera2018-03-26
* Fix relcache handling of the 'default' partitionAlvaro Herrera2018-03-21
* Fix improper uses of canonicalize_qual().Tom Lane2018-03-11
* Update and improve comments.Robert Haas2018-02-28
* Revise API for partition bound search functions.Robert Haas2018-02-23
* Revise API for partition_rbound_cmp/partition_rbound_datum_cmp.Robert Haas2018-02-23
* Remove bogus "extern" annotations on function definitions.Tom Lane2018-02-19
* Remove redundant function declarationPeter Eisentraut2018-02-18
* Refactor code for partition bound searchingRobert Haas2018-02-02
* Fix list partition constraints for partition keys of array type.Robert Haas2018-01-31
* C includes: Reorder C includes in partition.cBruce Momjian2018-01-27
* Minor preparatory refactoring for UPDATE row movement.Robert Haas2018-01-04
* Update copyright for 2018Bruce Momjian2018-01-02
* Rethink MemoryContext creation to improve performance.Tom Lane2017-12-13
* Improve comment about PartitionBoundInfoData.Robert Haas2017-12-11
* Minor code beautification in partition_bounds_equal.Robert Haas2017-12-01
* Update typedefs.list and re-run pgindentRobert Haas2017-11-29
* If a range-partitioned table has no default partition, reject null keys.Robert Haas2017-11-28
* Add null test to partition constraint for default range partitions.Robert Haas2017-11-28
* Fix multiple problems with satisfies_hash_partition.Robert Haas2017-11-21
* Fix typo in comment.Robert Haas2017-11-16
* Centralize executor-related partitioning code.Robert Haas2017-11-15
* Add hash partitioning.Robert Haas2017-11-09
* Fix typo in commentMagnus Hagander2017-10-30
* Fix misplaced ReleaseSysCache call in get_default_partition_oid.Robert Haas2017-10-28