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