summaryrefslogtreecommitdiff
path: root/src/backend/nodes/readfuncs.c
AgeCommit message (Expand)Author
2017-09-19Handle Aggref->aggargtypes in out/readfuncs.cTomas Vondra
2017-09-18Ensure that we don't read rule definition with portable input onPavan Deolasee
2017-08-18Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'Pavan Deolasee
2017-07-21Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.Dean Rasheed
2017-07-14Code review for NextValueExpr expression node type.Tom Lane
2017-07-13Merge remote-tracking branch 'remotes/PGSQL/master' of PG 10Pavan Deolasee
2017-07-05Fix output of char node fieldsPeter Eisentraut
2017-06-27Merge PG10 master branch into xl10develPavan Deolasee
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-16Reconcile nodes/*funcs.c with PostgreSQL 10 work.Noah Misch
2017-06-16Handle NextValueExpr node correctly at various places.Pavan Deolasee
2017-06-15Merge 'remotes/PGSQL/master' into xl10develPavan Deolasee
2017-06-15Read/write OID fields in SQLValueFunction node correctly.Pavan Deolasee
2017-06-15Use Plan/Scan read functions from PG 10 core.Pavan Deolasee
2017-06-14Fix problems related to RangeTblEntry members enrname and enrtuples.Robert Haas
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-05-30Fix omission of locations in outfuncs/readfuncs partitioning node support.Tom Lane
2017-05-29Code review focused on new node types added by partitioning support.Tom Lane
2017-05-14Remove no-longer-needed fields of Hash plan nodes.Tom Lane
2017-05-05Do not emit a WARNING about missing relation while reading target entry sincePavan Deolasee
2017-05-01Fire per-statement triggers on partitioned tables.Robert Haas
2017-04-12Mark finished Plan nodes with parallel_safe flags.Tom Lane
2017-04-08Optimize joins when the inner relation can be proven unique.Tom Lane
2017-04-06Identity columnsPeter Eisentraut
2017-04-01Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner
2017-03-21Don't scan partitioned tables.Robert Haas
2017-03-09Add a Gather Merge executor node.Robert Haas
2017-03-08Support parallel bitmap heap scans.Robert Haas
2017-03-08Support XMLTABLE query expressionAlvaro Herrera
2017-03-01Move atooid() definition to a central placePeter Eisentraut
2017-02-14Allow parallel workers to execute subplans.Robert Haas
2017-01-22fix _readSetOp(), _readMergeAppend(), _readUnique() and _outSetOp()Tomas Vondra
2017-01-20fix 'ERROR: unrecognized token' failures in _readWindowAgg()Tomas Vondra
2017-01-20fix parsing of grpColIdx in _readGroup()Tomas Vondra
2017-01-20add _readSimpleSort() back to readfuncs.c (probably removed during merge)Tomas Vondra
2017-01-18Move targetlist SRF handling from expression evaluation to new executor node.Andres Freund
2017-01-18fix reading of :mergeCollations in _readMergeJoin()Tomas Vondra
2017-01-14Change representation of statement lists, and add statement location info.Tom Lane
2017-01-14fix output/read plans in _outAggref(), _readAggref() and _readAgg()Tomas Vondra
2017-01-13reintroduce XL logic into _readSort() to make Sort pushdown workTomas Vondra
2017-01-11READ_PLAN_FIELDS has to read parallel_aware and plan_node_id fieldsTomas Vondra
2017-01-10add missing REMOTESUBPLAN and REMOTESTMT to readfuncs.cTomas Vondra
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-23Replace enum InhOption with simple boolean.Tom Lane
2016-12-08Fix reporting of column typmods for multi-row VALUES constructs.Tom Lane
2016-12-07Implement table partitioning.Robert Haas
2016-11-07fix merge conflicts in readfuncs.c and outfuncs.cTomas Vondra
2016-10-27Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'Pavan Deolasee
2016-10-26RLS refactoringStephen Frost
2016-10-26Fix tablesample handling which was broken during the mergePavan Deolasee