summaryrefslogtreecommitdiff
path: root/src/backend/executor
AgeCommit message (Expand)Author
2017-09-20Improve shared queue synchronization furtherPavan Deolasee
2017-08-22Handle rescan of RemoteQuery node correctlyPavan Deolasee
2017-08-18Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'Pavan Deolasee
2017-08-14Final pgindent + perltidy run for v10.Tom Lane
2017-08-11Remove uses of "slave" in replication contextsPeter Eisentraut
2017-08-03Improve ExecModifyTable comments.Robert Haas
2017-08-03Teach map_partition_varattnos to handle whole-row expressions.Robert Haas
2017-07-31Fix typoPeter Eisentraut
2017-07-30Move ExecProcNode from dispatch to function pointer based model.Andres Freund
2017-07-30Move interrupt checking from ExecProcNode() to executor nodes.Andres Freund
2017-07-24Fix partitioning crashes during error reporting.Robert Haas
2017-07-24Be more consistent about errors for opfamily member lookup failures.Tom Lane
2017-07-18Reverse-convert row types in ExecWithCheckOptions.Robert Haas
2017-07-18Use a real RT index when setting up partition tuple routing.Robert Haas
2017-07-15Improve comments for execExpr.c's handling of FieldStore subexpressions.Tom Lane
2017-07-15Improve comments for execExpr.c's isAssignmentIndirectionExpr().Tom Lane
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-06-28Fix transition tables for wCTEs.Andrew Gierth
2017-06-28Fix transition tables for partition/inheritance.Andrew Gierth
2017-06-27Merge PG10 master branch into xl10develPavan Deolasee
2017-06-23Fix replication with replica identity fullPeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-21Fix typo in comment.Heikki Linnakangas
2017-06-15Merge 'remotes/PGSQL/master' into xl10develPavan Deolasee
2017-06-14Revert "Handle multi-command queries correctly inside SQL as well as plpgsql ...Pavan Deolasee
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-06-14Disallow set-returning functions inside CASE or COALESCE.Tom Lane
2017-06-13Re-run pgindent.Tom Lane
2017-06-13Fix confusion about number of subplans in partitioned INSERT setup.Tom Lane
2017-06-07Prevent BEFORE triggers from violating partitioning constraints.Robert Haas
2017-06-05Don't be so trusting that shm_toc_lookup() will always succeed.Tom Lane
2017-05-29Fix typo in commentMagnus Hagander
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-17Check relkind of tables in CREATE/ALTER SUBSCRIPTIONPeter Eisentraut
2017-05-17Preventive maintenance in advance of pgindent run.Tom Lane
2017-05-16Fix relcache leak when row triggers on partitions are fired by COPY.Robert Haas
2017-05-13Redesign get_attstatsslot()/free_attstatsslot() for more safety and speed.Tom Lane
2017-05-10Fix typos in comments.Robert Haas
2017-05-10Pass EXEC_FLAG_REWIND when initializing a tuplestore scan.Robert Haas
2017-05-05Handle multi-command queries correctly inside SQL as well as plpgsql functions.Pavan Deolasee
2017-05-01Fire per-statement triggers on partitioned tables.Robert Haas
2017-04-18Provide an error cursor for "can't call an SRF here" errors.Tom Lane
2017-04-15Avoid passing function pointers across process boundaries.Tom Lane
2017-04-14Remove trailing spaces in some outputPeter Eisentraut
2017-04-12Avoid transferring parallel-unsafe subplans to parallel workers.Tom Lane
2017-04-10Improve castNode notation by introducing list-extraction-specific variants.Tom Lane
2017-04-10Fix reporting of violations in ExecConstraints, again.Robert Haas