summaryrefslogtreecommitdiff
path: root/src/include/nodes
AgeCommit message (Expand)Author
2022-01-03Fix index-only scan plans, take 2.Tom Lane
2022-01-01Fix index-only scan plans when not all index columns can be returned.Tom Lane
2021-08-19Avoid trying to lock OLD/NEW in a rule with FOR UPDATE.Tom Lane
2021-03-23Use correct spelling of statistics kindTomas Vondra
2021-02-08Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas
2020-12-01Ensure that expandTableLikeClause() re-examines the same table.Tom Lane
2020-11-24Properly check index mark/restore in ExecSupportsMarkRestore.Andrew Gierth
2020-08-15Be more careful about the shape of hashable subplan clauses.Tom Lane
2020-03-22Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch
2020-03-21Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-01-17Repair more failures with SubPlans in multi-row VALUES lists.Tom Lane
2019-10-03Selectively include window frames in expression walks/mutates.Andrew Gierth
2019-09-13Fix under-parenthesized macro definitionsAlvaro Herrera
2019-06-24Remove misleading comment from pathnodes.h.Thomas Munro
2019-05-17Restructure creation of run-time pruning steps.Tom Lane
2019-03-07Fix handling of targetlist SRFs when scan/join relation is known empty.Tom Lane
2019-01-23Fix misc typos in comments.Heikki Linnakangas
2018-11-15Correct code comments for PartitionedRelPruneInfo structPeter Eisentraut
2018-11-08Revise attribute handling code on partition creationAlvaro Herrera
2018-10-30Fix interaction of CASE and ArrayCoerceExpr.Tom Lane
2018-10-03Fix issues around EXPLAIN with JIT.Andres Freund
2018-09-25Collect JIT instrumentation from workers.Andres Freund
2018-09-18Fix some probably-minor oversights in readfuncs.c.Tom Lane
2018-09-17Fix parsetree representation of XMLTABLE(XMLNAMESPACES(DEFAULT ...)).Tom Lane
2018-08-31Disable support for partitionwise joins in problematic cases.Etsuro Fujita
2018-08-30Fix IndexInfo comments.Heikki Linnakangas
2018-08-13Avoid query-lifetime memory leaks in XMLTABLE (bug #15321)Andrew Gierth
2018-08-01Fix run-time partition pruning for appends with multiple source rels.Tom Lane
2018-07-18Fix misc typos, mostly in comments.Heikki Linnakangas
2018-07-11Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode.Tom Lane
2018-06-27Fix typo in commentAlvaro Herrera
2018-06-26Allow direct lookups of AppendRelInfo by child relidAlvaro Herrera
2018-06-11Improve commentary about run-time partition pruning data structures.Tom Lane
2018-06-10Assorted cosmetic cleanup of run-time-partition-pruning code.Tom Lane
2018-06-10Relocate partition pruning structs to a saner place.Tom Lane
2018-06-10Improve run-time partition pruning to handle any stable expression.Tom Lane
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-23Add GUC enable_partition_pruningAlvaro Herrera
2018-04-20Change more places to be less trusting of RestrictInfo.is_pushed_down.Tom Lane
2018-04-17Update Append's idea of first_partial_planAlvaro Herrera
2018-04-15Reorganize partitioning codeAlvaro Herrera
2018-04-12Revert MERGE patchSimon Riggs
2018-04-12Rename IndexInfo.ii_KeyAttrNumbers arrayTeodor Sigaev
2018-04-10Fix IndexOnlyScan counter for heap fetches in parallel modeAlvaro Herrera
2018-04-09Fix incorrect logic for choosing the next Parallel Append subplanAlvaro Herrera
2018-04-07Support partition pruning at execution timeAlvaro Herrera
2018-04-07Add bms_prev_member functionAlvaro Herrera
2018-04-07Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev
2018-04-06Allow insert and update tuple routing and COPY for foreign tables.Robert Haas
2018-04-06Faster partition pruningAlvaro Herrera