summaryrefslogtreecommitdiff
path: root/src/include/nodes
AgeCommit message (Expand)Author
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
2020-03-30Implement operator class parametersAlexander Korotkov
2020-03-22Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch
2020-03-21Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-03-19Revert "Specialize MemoryContextMemAllocated()."Jeff Davis
2020-03-18Disk-based Hash Aggregation.Jeff Davis
2020-03-18Specialize MemoryContextMemAllocated().Jeff Davis
2020-03-06Allow ALTER TYPE to change some properties of a base type.Tom Lane
2020-02-28Fix commit c11cb17d.Jeff Davis
2020-02-27Save calculated transitionSpace in Agg node.Jeff Davis
2020-02-24Move bitmap_hash and bitmap_match to bitmapset.c.Robert Haas
2020-02-17Optimize update of tables with generated columnsPeter Eisentraut
2020-02-07expression eval: Don't redundantly keep track of AggState.Andres Freund
2020-01-17Repair more failures with SubPlans in multi-row VALUES lists.Tom Lane
2020-01-15Restructure ALTER TABLE execution to fix assorted bugs.Tom Lane
2020-01-14ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSIONPeter Eisentraut
2020-01-09Reconsider the representation of join alias Vars.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-26Revert "Rename files and headers related to index AM"Michael Paquier
2019-12-25Rename files and headers related to index AMMichael Paquier
2019-12-14Prevent overly-aggressive collapsing of joins to RTE_RESULT relations.Tom Lane
2019-12-11Allow executor startup pruning to prune all child nodes.Tom Lane
2019-12-11Further adjust EXPLAIN's choices of table alias names.Tom Lane
2019-12-11Emit parameter values during query bind/execute errorsAlvaro Herrera
2019-12-06Fix comments in execGrouping.cJeff Davis
2019-12-02Add a reverse-translation column number array to struct AppendRelInfo.Tom Lane
2019-11-25Make the order of the header file includes consistent.Amit Kapila
2019-11-13Introduce the 'force' option for the Drop Database command.Amit Kapila
2019-10-04Use Size instead of int64 to track allocated memoryTomas Vondra
2019-10-03Selectively include window frames in expression walks/mutates.Andrew Gierth
2019-10-01Add transparent block-level memory accountingTomas Vondra
2019-09-23Fix ExprState's tag to be of type NodeTag rather than Node.Andres Freund
2019-09-13Fix under-parenthesized macro definitionsAlvaro Herrera
2019-09-13Fix progress reporting of CLUSTER / VACUUM FULLAlvaro Herrera
2019-09-10Allow setting statistics target for extended statisticsTomas Vondra
2019-09-09Reorder EPQ work, to fix rowmark related bugs and improve efficiency.Andres Freund