summaryrefslogtreecommitdiff
path: root/src/include/nodes
AgeCommit message (Expand)Author
2020-12-09Support subscripting of arbitrary types, not only arrays.Tom Lane
2020-12-08Remove operator_precedence_warning.Tom Lane
2020-12-03Refactor CLUSTER and REINDEX grammar to use DefElem for option listsMichael Paquier
2020-12-01Ensure that expandTableLikeClause() re-examines the same table.Tom Lane
2020-11-30Fix missing outfuncs.c support for IncrementalSortPath.Tom Lane
2020-11-24Properly check index mark/restore in ExecSupportsMarkRestore.Andrew Gierth
2020-11-24Move per-agg and per-trans duplicate finding to the planner.Heikki Linnakangas
2020-11-23Fix a few comments that referred to copy.c.Heikki Linnakangas
2020-11-19Remove undocumented IS [NOT] OF syntax.Tom Lane
2020-11-14Provide the OR REPLACE option for CREATE TRIGGER.Tom Lane
2020-11-11Add pg_nodiscard decorations to some functionsPeter Eisentraut
2020-11-04Improve our ability to regurgitate SQL-syntax function calls.Tom Lane
2020-11-02Track collation versions for indexes.Thomas Munro
2020-11-02Remove pg_collation.collversion.Thomas Munro
2020-11-02Allow run-time pruning on nested Append/MergeAppend nodesDavid Rowley
2020-10-28Calculate extraUpdatedCols in query rewriter, not parser.Tom Lane
2020-10-28Fix foreign-key selectivity estimation in the presence of constants.Tom Lane
2020-10-19Remove PartitionRoutingInfo struct.Heikki Linnakangas
2020-10-19Revise child-to-root tuple conversion map management.Heikki Linnakangas
2020-10-19Clean up code to resolve the "root target relation" in nodeModifyTable.cHeikki Linnakangas
2020-10-14Remove es_result_relation_info from EState.Heikki Linnakangas
2020-10-14Include result relation info in direct modify ForeignScan nodes.Heikki Linnakangas
2020-10-13Create ResultRelInfos later in InitPlan, index them by RT index.Heikki Linnakangas
2020-09-29Add for_each_from, to simplify loops starting from non-first list cells.Tom Lane
2020-09-28Improve pg_list.h's linitial(), lsecond() and co macrosDavid Rowley
2020-09-27Move resolution of AlternativeSubPlan choices to the planner.Tom Lane
2020-09-17Allow CURRENT_ROLE where CURRENT_USER is acceptedPeter Eisentraut
2020-09-16Don't fetch partition check expression during InitResultRelInfo.Tom Lane
2020-09-04Remove variable "concurrent" from ReindexStmtMichael Paquier
2020-09-02Fix thinko with definition of REINDEXOPT_MISSING_OKMichael Paquier
2020-09-02Improve handling of dropped relations for REINDEX DATABASE/SCHEMA/SYSTEMMichael Paquier
2020-08-21Fix handling of CREATE TABLE LIKE with inheritance.Tom Lane
2020-08-19Suppress unnecessary RelabelType nodes in yet more cases.Tom Lane
2020-08-15Be more careful about the shape of hashable subplan clauses.Tom Lane
2020-08-02Use int64 instead of long in incremental sort codeDavid Rowley
2020-07-13HashAgg: before spilling tuples, set unneeded columns to NULL.Jeff Davis
2020-07-11Rename field "relkind" to "objtype" for CTAS and ALTER TABLE nodesMichael Paquier
2020-07-08code: replace most remaining uses of 'master'.Andres Freund
2020-06-19Fix EXPLAIN ANALYZE for parallel HashAgg plansDavid Rowley
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-04-20Add ALTER .. NO DEPENDS ONAlvaro Herrera
2020-04-11Make EXPLAIN report maximum hashtable usage across multiple rescans.Tom Lane
2020-04-08Revert 0f5ca02f53Alexander Korotkov
2020-04-08Allow partitionwise join to handle nested FULL JOIN USING cases.Tom Lane
2020-04-08Allow partitionwise joins in more cases.Etsuro Fujita
2020-04-07Implement waiting for given lsn at transaction startAlexander Korotkov
2020-04-07Support FETCH FIRST WITH TIESAlvaro Herrera
2020-04-06Implement Incremental SortTomas Vondra
2020-04-04Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-04-03Cosmetic improvements for code related to partitionwise join.Tom Lane