index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
util
/
plancat.c
Commit message (
Expand
)
Author
Age
*
Allow left join removals and unique joins on partitioned tables
David Rowley
2023-01-09
*
Fix calculation of which GENERATED columns need to be updated.
Tom Lane
2023-01-05
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Guard against table-AM-less relations in planner.
Tom Lane
2022-10-17
*
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-20
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Add support for MERGE SQL command
Alvaro Herrera
2022-03-28
*
Add stxdinherit flag to pg_statistic_ext_data
Tomas Vondra
2022-01-16
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Some RELKIND macro refactoring
Peter Eisentraut
2021-12-03
*
Revert per-index collation version tracking feature.
Thomas Munro
2021-05-07
*
Fix relcache inconsistency hazard in partition detach
Alvaro Herrera
2021-04-22
*
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-31
*
Extended statistics on expressions
Tomas Vondra
2021-03-27
*
ALTER TABLE ... DETACH PARTITION ... CONCURRENTLY
Alvaro Herrera
2021-03-25
*
Add macro RelationIsPermanent() to report relation permanence
Bruce Momjian
2021-03-22
*
Add TID Range Scans to support efficient scanning ranges of TIDs
David Rowley
2021-02-27
*
Fix error with CREATE PUBLICATION, wal_level=minimal, and new tables.
Noah Misch
2021-01-30
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Change get_constraint_index() to use pg_constraint.conindid
Peter Eisentraut
2020-12-09
*
Properly check index mark/restore in ExecSupportsMarkRestore.
Andrew Gierth
2020-11-24
*
Track collation versions for indexes.
Thomas Munro
2020-11-03
*
Fix foreign-key selectivity estimation in the presence of constants.
Tom Lane
2020-10-28
*
Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.
Tom Lane
2020-08-30
*
Cosmetic improvements for code related to partitionwise join.
Tom Lane
2020-04-03
*
Implement operator class parameters
Alexander Korotkov
2020-03-30
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-27
*
Rename files and headers related to index AM
Michael Paquier
2019-12-25
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Remove last traces of heap_open/close in the tree
Michael Paquier
2019-10-19
*
Don't constraint-exclude partitioned tables as much
Alvaro Herrera
2019-08-13
*
Avoid using lcons and list_delete_first where it's easy to do so.
Tom Lane
2019-07-17
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
*
Rework the pg_statistic_ext catalog
Tomas Vondra
2019-06-16
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Fix style violations in syscache lookups.
Tom Lane
2019-05-05
*
Clean up handling of constraint_exclusion and enable_partition_pruning.
Tom Lane
2019-04-30
*
Make queries' locking of indexes more consistent.
Tom Lane
2019-04-04
*
tableam: bitmap table scan.
Andres Freund
2019-03-31
*
tableam: Formatting and other minor cleanups.
Andres Freund
2019-03-31
*
tableam: Move heap specific logic from estimate_rel_size below tableam.
Andres Freund
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-30
*
Add support for multivariate MCV lists
Tomas Vondra
2019-03-27
*
Don't copy PartitionBoundInfo in set_relation_partition_info.
Tom Lane
2019-03-22
*
Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.
Robert Haas
2019-03-07
*
Move code for managing PartitionDescs into a new file, partdesc.c
Robert Haas
2019-02-21
*
Build out the planner support function infrastructure.
Tom Lane
2019-02-09
*
Refactor planner's header files.
Tom Lane
2019-01-29
[next]