summaryrefslogtreecommitdiff
path: root/src/backend/nodes
Commit message (Expand)AuthorAgeFilesLines
* Remove some unnecessary fields from Plan trees.Tom Lane2018-10-073-14/+4
* Centralize executor's opening/closing of Relations for rangetable entries.Tom Lane2018-10-043-3/+3
* Create an RTE field to record the query's lock mode for each relation.Tom Lane2018-09-304-0/+4
* Add a debugging option to stress-test outfuncs.c and readfuncs.c.Tom Lane2018-09-182-22/+77
* Fix some minor issues exposed by outfuncs/readfuncs testing.Tom Lane2018-09-182-2/+2
* Fix some probably-minor oversights in readfuncs.c.Tom Lane2018-09-181-0/+26
* Add outfuncs.c support for RawStmt nodes.Tom Lane2018-09-161-2/+23
* Order active window clauses for greater reuse of Sort nodes.Andrew Gierth2018-09-141-2/+5
* Disable support for partitionwise joins in problematic cases.Etsuro Fujita2018-08-311-0/+1
* Fix run-time partition pruning for appends with multiple source rels.Tom Lane2018-08-013-7/+46
* Remove dead code left behind by 1b6801051.Tom Lane2018-07-301-3/+1
* Change bms_add_range to be a no-op for empty rangesAlvaro Herrera2018-07-301-2/+5
* Refactor cluster_rel() to handle more optionsMichael Paquier2018-07-242-2/+2
* Expand run-time partition pruning to work with MergeAppendHeikki Linnakangas2018-07-193-0/+4
* Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode.Tom Lane2018-07-111-1/+0
* Assorted cosmetic cleanup of run-time-partition-pruning code.Tom Lane2018-06-103-4/+4
* Relocate partition pruning structs to a saner place.Tom Lane2018-06-103-177/+181
* Improve run-time partition pruning to handle any stable expression.Tom Lane2018-06-103-6/+18
* Reconcile nodes/*funcs.c with PostgreSQL 11 work.Noah Misch2018-05-311-0/+2
* Fix incorrect field type for PlannedStmt.jitFlags in outfuncs/readfuncs.Tom Lane2018-04-282-2/+2
* Post-feature-freeze pgindent run.Tom Lane2018-04-262-3/+4
* Add GUC enable_partition_pruningAlvaro Herrera2018-04-231-1/+1
* Make bms_prev_member work correctly with a 64 bit bitmapwordTeodor Sigaev2018-04-231-1/+1
* Revert MERGE patchSimon Riggs2018-04-125-253/+3
* Support partition pruning at execution timeAlvaro Herrera2018-04-074-16/+81
* Add bms_prev_member functionAlvaro Herrera2018-04-071-0/+95
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-073-0/+8
* Faster partition pruningAlvaro Herrera2018-04-065-45/+123
* Improve parse representation for MERGESimon Riggs2018-04-065-34/+105
* WITH support in MERGESimon Riggs2018-04-033-0/+4
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-035-3/+178
* Revert "Modified files for MERGE"Simon Riggs2018-04-025-148/+3
* Modified files for MERGESimon Riggs2018-04-025-3/+148
* C comments: "a" <--> "an" correctionsBruce Momjian2018-03-291-1/+1
* Basic planner and executor integration for JIT.Andres Freund2018-03-223-0/+3
* Simplify parse representation of savepoint commandsPeter Eisentraut2018-03-162-0/+2
* Move strtoint() to commonPeter Eisentraut2018-03-131-7/+5
* Change internal integer representation of Value nodePeter Eisentraut2018-03-133-11/+7
* Clone extended stats in CREATE TABLE (LIKE INCLUDING ALL)Alvaro Herrera2018-03-053-0/+3
* Support parameters in CALLPeter Eisentraut2018-02-222-0/+2
* Support all SQL:2011 options for window frame clauses.Tom Lane2018-02-074-0/+35
* Fix application of identity values in some casesPeter Eisentraut2018-02-023-0/+3
* Remove the obsolete WITH clause of CREATE FUNCTION.Tom Lane2018-01-262-5/+3
* Allow UPDATE to move rows between partitions.Robert Haas2018-01-194-0/+7
* Local partitioned indexesAlvaro Herrera2018-01-193-0/+3
* Rewrite list_qsort() to avoid trashing its input list.Tom Lane2018-01-091-16/+40
* Improve the heuristic for ordering child paths of a parallel append.Tom Lane2018-01-091-1/+45
* Update copyright for 2018Bruce Momjian2018-01-0215-15/+15
* Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit.Tom Lane2017-12-211-38/+26
* Add parallel-aware hash joins.Andres Freund2017-12-213-0/+3