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
*
Fix infer_arbiter_indexes() to not assume resultRelation is 1.
Tom Lane
2024-06-11
*
Revert temporal primary keys and foreign keys
Peter Eisentraut
2024-05-16
*
Revert structural changes to not-null constraints
Alvaro Herrera
2024-05-13
*
Fix ON CONFLICT DO NOTHING/UPDATE for temporal indexes
Peter Eisentraut
2024-05-10
*
Fix IS [NOT] NULL qual optimization for inheritance tables
David Rowley
2024-04-12
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Add better handling of redundant IS [NOT] NULL quals
David Rowley
2024-01-23
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Prevent integer overflow when forming tuple width estimates.
Tom Lane
2023-12-19
*
Fix missed optimization in relation_excluded_by_constraints().
Tom Lane
2023-10-11
*
Catalog not-null constraints
Alvaro Herrera
2023-08-25
*
nbtree: Allocate new pages in separate function.
Peter Geoghegan
2023-06-10
*
Fix some typos and some incorrectly duplicated words
David Rowley
2023-04-18
*
Revert "Catalog NOT NULL constraints" and fallout
Alvaro Herrera
2023-04-12
*
Catalog NOT NULL constraints
Alvaro Herrera
2023-04-07
*
Pass down table relation into more index relation functions
Andres Freund
2023-04-01
*
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
[next]