summaryrefslogtreecommitdiff
path: root/src/backend/nodes
AgeCommit message (Expand)Author
2022-08-13Add missing fields to _outConstraint()Peter Eisentraut
2022-08-12Fix _outConstraint() for "identity" constraintsPeter Eisentraut
2022-08-05Fix ENABLE/DISABLE TRIGGER to handle recursion correctlyAlvaro Herrera
2022-08-03Fix incorrect tests for SRFs in relation_can_be_sorted_early().Tom Lane
2022-03-21Fix assorted missing logic for GroupingFunc nodes.Tom Lane
2022-03-03Clean up assorted failures under clang's -fsanitize=undefined checks.Tom Lane
2022-01-03Fix index-only scan plans, take 2.Tom Lane
2021-11-02Avoid O(N^2) behavior in SyncPostCheckpoint().Tom Lane
2020-12-01Ensure that expandTableLikeClause() re-examines the same table.Tom Lane
2020-11-30Fix missing outfuncs.c support for IncrementalSortPath.Tom Lane
2020-09-29Add for_each_from, to simplify loops starting from non-first list cells.Tom Lane
2020-09-14Message fixes and style improvementsPeter Eisentraut
2020-08-19Suppress unnecessary RelabelType nodes in yet more cases.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
2019-12-12Add readfuncs.c support for AppendRelInfo.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-02Add a reverse-translation column number array to struct AppendRelInfo.Tom Lane
2019-11-13Introduce the 'force' option for the Drop Database command.Amit Kapila
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-10-06Avoid trying to release a List's initial allocation via repalloc().Tom Lane
2019-10-03Selectively include window frames in expression walks/mutates.Andrew Gierth
2019-09-10Allow setting statistics target for extended statisticsTomas Vondra
2019-08-16Remove fmgr.h includes from headers that don't really need it.Andres Freund
2019-08-12Rationalize use of list_concat + list_copy combinations.Tom Lane
2019-08-05Fix inconsistencies and typos in the tree, take 9Michael Paquier