summaryrefslogtreecommitdiff
path: root/src/include/nodes
AgeCommit message (Expand)Author
2019-01-25Split QTW_EXAMINE_RTES flag into QTW_EXAMINE_RTES_BEFORE/_AFTER.Tom Lane
2019-01-23Fix misc typos in comments.Heikki Linnakangas
2019-01-19Allow COPY FROM to filter data using WHERE conditionsTomas Vondra
2019-01-15Don't include genam.h from execnodes.h and relscan.h anymore.Andres Freund
2019-01-15Don't include heapam.h from others headers.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-31Remove some useless codeAlvaro Herrera
2018-12-30Support parameterized TidPaths.Tom Lane
2018-12-20Make bitmapset.c use 64-bit bitmap words on 64-bit machines.Tom Lane
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-11-16Redesign initialization of partition routing structuresAlvaro Herrera
2018-11-16Introduce notion of different types of slots (without implementing them).Andres Freund
2018-11-15Correct code comments for PartitionedRelPruneInfo structPeter Eisentraut
2018-11-10Don't require return slots for nodes without projection.Andres Freund
2018-11-08Revise attribute handling code on partition creationAlvaro Herrera
2018-11-07Postpone calculating total_table_pages until after pruning/exclusion.Tom Lane
2018-10-30Fix interaction of CASE and ArrayCoerceExpr.Tom Lane
2018-10-17Improve some comments related to executor result relations.Tom Lane
2018-10-08Avoid O(N^2) cost in ExecFindRowMark().Tom Lane
2018-10-07Remove some unnecessary fields from Plan trees.Tom Lane
2018-10-04In the executor, use an array of pointers to access the rangetable.Tom Lane
2018-10-04Centralize executor's opening/closing of Relations for rangetable entries.Tom Lane
2018-10-04Add option SKIP_LOCKED to VACUUM and ANALYZEMichael Paquier
2018-10-03Fix issues around EXPLAIN with JIT.Andres Freund
2018-09-30Create an RTE field to record the query's lock mode for each relation.Tom Lane
2018-09-25Collect JIT instrumentation from workers.Andres Freund
2018-09-18Add a debugging option to stress-test outfuncs.c and readfuncs.c.Tom Lane
2018-09-18Fix some minor issues exposed by outfuncs/readfuncs testing.Tom Lane
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-29Fix two oversights from 9ebe0572 which refactored cluster_relMichael Paquier
2018-07-24Refactor cluster_rel() to handle more optionsMichael Paquier
2018-07-19Expand run-time partition pruning to work with MergeAppendHeikki Linnakangas
2018-07-18Fix misc typos, mostly in comments.Heikki Linnakangas
2018-07-12Rename VACOPT_NOWAIT to VACOPT_SKIP_LOCKEDMichael Paquier
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