summaryrefslogtreecommitdiff
path: root/src/include/nodes
AgeCommit message (Expand)Author
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
2019-08-16Remove fmgr.h includes from headers that don't really need it.Andres Freund
2019-08-13Fix inconsistencies and typos in the tree, take 10Michael Paquier
2019-08-12Remove EState.es_range_table_array.Tom Lane
2019-08-12Rationalize use of list_concat + list_copy combinations.Tom Lane
2019-08-09Cosmetic improvements in setup of planner's per-RTE arrays.Tom Lane
2019-08-02Fix representation of hash keys in Hash/HashJoin nodes.Andres Freund
2019-07-29Fix handling of expressions and predicates in REINDEX CONCURRENTLYMichael Paquier
2019-07-21Speed up finding EquivalenceClasses for a given set of relsDavid Rowley
2019-07-17Avoid using lcons and list_delete_first where it's easy to do so.Tom Lane
2019-07-16Remove lappend_cell...() family of List functions.Tom Lane
2019-07-16Clean up some ad-hoc code for sorting and de-duplicating Lists.Tom Lane
2019-07-16Redesign the API for list sorting (list_qsort becomes list_sort).Tom Lane
2019-07-15Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane
2019-07-08Fix inconsistencies in the codeMichael Paquier
2019-07-01Fix many typos and inconsistenciesMichael Paquier
2019-06-24Remove misleading comment from pathnodes.h.Thomas Munro
2019-06-09Reconcile nodes/*funcs.c with PostgreSQL 12 work.Noah Misch
2019-06-06Fix confusion on different kinds of slots in IndexOnlyScans.Heikki Linnakangas
2019-06-03Fix typos in various placesMichael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-05-17Restructure creation of run-time pruning steps.Tom Lane
2019-05-14Fix duplicated words in commentsMichael Paquier
2019-05-08Add missing periods to comments.Etsuro Fujita
2019-04-25Fix tablespace inheritance for partitioned relsAlvaro Herrera
2019-04-23Remove useless comment.Tom Lane
2019-04-23Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY.Tom Lane
2019-04-19Fix slot type issue for fuzzy distance index scan over out-of-core table AM.Andres Freund