summaryrefslogtreecommitdiff
path: root/src/backend/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-24Move per-agg and per-trans duplicate finding to the planner.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-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-28Fix foreign-key selectivity estimation in the presence of constants.Tom Lane
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-28Minor mop-up for List improvements.Tom Lane
2020-09-27Move resolution of AlternativeSubPlan choices to the planner.Tom Lane
2020-09-17Remove support for postfix (right-unary) operators.Tom Lane
2020-09-14Message fixes and style improvementsPeter Eisentraut
2020-09-04Remove variable "concurrent" from ReindexStmtMichael Paquier
2020-08-19Suppress unnecessary RelabelType nodes in yet more cases.Tom Lane
2020-08-17Make xact.h usable in frontend.Heikki Linnakangas
2020-07-11Rename field "relkind" to "objtype" for CTAS and ALTER TABLE nodesMichael Paquier
2020-07-07Don't create pg_type entries for sequences or toast tables.Tom Lane
2020-06-12Avoid using a cursor in plpgsql's RETURN QUERY statement.Tom Lane
2020-05-25Reconcile nodes/*funcs.c.Noah Misch
2020-05-16Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane
2020-05-15Rename assorted LWLock tranches.Tom Lane
2020-05-01Get rid of trailing semicolons in C macro definitions.Tom Lane
2020-04-20Add ALTER .. NO DEPENDS ONAlvaro Herrera
2020-04-08Revert 0f5ca02f53Alexander Korotkov
2020-04-08Modify additional power 2 calculations to use new helper functionsDavid Rowley
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-02Improve user control over truncation of logged bind-parameter values.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-10Marginal comments and docs cleanup.Tom Lane
2020-03-06Allow ALTER TYPE to change some properties of a base type.Tom Lane
2020-02-28Fix commit c11cb17d.Jeff Davis
2020-02-27Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas
2020-02-24Move bitmap_hash and bitmap_match to bitmapset.c.Robert Haas
2020-01-09Reconsider the representation of join alias Vars.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-14Prevent overly-aggressive collapsing of joins to RTE_RESULT relations.Tom Lane