aboutsummaryrefslogtreecommitdiff
path: root/src/backend/nodes
Commit message (Expand)AuthorAge
* Reconcile nodes/*funcs.c.Noah Misch2020-05-25
* Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane2020-05-16
* Rename assorted LWLock tranches.Tom Lane2020-05-15
* Get rid of trailing semicolons in C macro definitions.Tom Lane2020-05-01
* Add ALTER .. NO DEPENDS ONAlvaro Herrera2020-04-20
* Revert 0f5ca02f53Alexander Korotkov2020-04-08
* Modify additional power 2 calculations to use new helper functionsDavid Rowley2020-04-08
* Allow partitionwise joins in more cases.Etsuro Fujita2020-04-08
* Implement waiting for given lsn at transaction startAlexander Korotkov2020-04-07
* Support FETCH FIRST WITH TIESAlvaro Herrera2020-04-07
* Implement Incremental SortTomas Vondra2020-04-06
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-04-04
* Improve user control over truncation of logged bind-parameter values.Tom Lane2020-04-02
* Implement operator class parametersAlexander Korotkov2020-03-30
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-22
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-21
* Marginal comments and docs cleanup.Tom Lane2020-03-10
* Allow ALTER TYPE to change some properties of a base type.Tom Lane2020-03-06
* Fix commit c11cb17d.Jeff Davis2020-02-28
* Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas2020-02-27
* Move bitmap_hash and bitmap_match to bitmapset.c.Robert Haas2020-02-24
* Reconsider the representation of join alias Vars.Tom Lane2020-01-09
* Update copyrights for 2020Bruce Momjian2020-01-01
* Prevent overly-aggressive collapsing of joins to RTE_RESULT relations.Tom Lane2019-12-14
* Add readfuncs.c support for AppendRelInfo.Tom Lane2019-12-11
* Further adjust EXPLAIN's choices of table alias names.Tom Lane2019-12-11
* Emit parameter values during query bind/execute errorsAlvaro Herrera2019-12-11
* Add a reverse-translation column number array to struct AppendRelInfo.Tom Lane2019-12-02
* Introduce the 'force' option for the Drop Database command.Amit Kapila2019-11-13
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Avoid trying to release a List's initial allocation via repalloc().Tom Lane2019-10-06
* Selectively include window frames in expression walks/mutates.Andrew Gierth2019-10-03
* Allow setting statistics target for extended statisticsTomas Vondra2019-09-11
* Remove fmgr.h includes from headers that don't really need it.Andres Freund2019-08-16
* Rationalize use of list_concat + list_copy combinations.Tom Lane2019-08-12
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* Fix representation of hash keys in Hash/HashJoin nodes.Andres Freund2019-08-02
* Fix handling of expressions and predicates in REINDEX CONCURRENTLYMichael Paquier2019-07-29
* Speed up finding EquivalenceClasses for a given set of relsDavid Rowley2019-07-21
* Avoid using lcons and list_delete_first where it's easy to do so.Tom Lane2019-07-17
* Remove lappend_cell...() family of List functions.Tom Lane2019-07-16
* Clean up some ad-hoc code for sorting and de-duplicating Lists.Tom Lane2019-07-16
* Redesign the API for list sorting (list_qsort becomes list_sort).Tom Lane2019-07-16
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-15
* Fix many typos and inconsistenciesMichael Paquier2019-07-01
* Reconcile nodes/*funcs.c with PostgreSQL 12 work.Noah Misch2019-06-09
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Restructure creation of run-time pruning steps.Tom Lane2019-05-17