aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes
Commit message (Expand)AuthorAge
* Fix planner error with multiple copies of an AlternativeSubPlan.Tom Lane2021-09-14
* Avoid trying to lock OLD/NEW in a rule with FOR UPDATE.Tom Lane2021-08-19
* Change the name of the Result Cache node to MemoizeDavid Rowley2021-07-14
* Pre branch pgindent / pgperltidy runAndrew Dunstan2021-06-28
* Optimize creation of slots for FDW bulk insertsTomas Vondra2021-06-11
* Change position of field "transformed" in struct CreateStatsStmt.Noah Misch2021-06-10
* Reconsider the handling of procedure OUT parameters.Tom Lane2021-06-10
* Remove two_phase variable from CreateReplicationSlotCmd struct.Amit Kapila2021-06-07
* Update plannodes.h's comments about PlanRowMark.Tom Lane2021-06-02
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Fix EXPLAIN ANALYZE for async-capable nodes.Etsuro Fujita2021-05-12
* Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.Tom Lane2021-05-10
* Revert per-index collation version tracking feature.Thomas Munro2021-05-07
* Reorder COMPRESSION option in gram.y and parsenodes.h into alphabetical order.Fujii Masao2021-04-23
* Speedup ScalarArrayOpExpr evaluationDavid Rowley2021-04-08
* Cleanup partition pruning step generationDavid Rowley2021-04-08
* SQL-standard function bodyPeter Eisentraut2021-04-07
* Fix use of cursor sensitivity terminologyPeter Eisentraut2021-04-07
* Postpone some more stuff out of ExecInitModifyTable.Tom Lane2021-04-06
* Postpone some stuff out of ExecInitModifyTable.Tom Lane2021-04-06
* ALTER SUBSCRIPTION ... ADD/DROP PUBLICATIONPeter Eisentraut2021-04-06
* Add function to log the memory contexts of specified backend process.Fujii Masao2021-04-06
* Renumber cursor option flagsPeter Eisentraut2021-04-05
* Add Result Cache executor node (take 2)David Rowley2021-04-02
* Revert b6002a796David Rowley2021-04-01
* Add Result Cache executor nodeDavid Rowley2021-04-01
* Rework planning and execution of UPDATE and DELETE.Tom Lane2021-03-31
* Allow an alias to be attached to a JOIN ... USINGPeter Eisentraut2021-03-31
* Add support for asynchronous execution.Etsuro Fujita2021-03-31
* Fix comment in parsenodes.hMichael Paquier2021-03-31
* Cache if PathTarget and RestrictInfos contain volatile functionsDavid Rowley2021-03-29
* Extended statistics on expressionsTomas Vondra2021-03-27
* ALTER TABLE ... DETACH PARTITION ... CONCURRENTLYAlvaro Herrera2021-03-25
* Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."Amit Kapila2021-03-24
* Use correct spelling of statistics kindTomas Vondra2021-03-23
* Allow configurable LZ4 TOAST compression.Robert Haas2021-03-19
* Implement GROUP BY DISTINCTTomas Vondra2021-03-18
* Enable parallel SELECT for "INSERT INTO ... SELECT ...".Amit Kapila2021-03-10
* Add option to enable two_phase commits via pg_create_logical_replication_slot.Amit Kapila2021-03-03
* Add TID Range Scans to support efficient scanning ranges of TIDsDavid Rowley2021-02-27
* Make ExecGetInsertedCols() and friends more robust and improve comments.Heikki Linnakangas2021-02-15
* Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas2021-02-08
* Remove [Merge]AppendPath.partitioned_rels.Tom Lane2021-02-01
* SEARCH and CYCLE clausesPeter Eisentraut2021-02-01
* Allow GRANTED BY clause in normal GRANT and REVOKE statementsPeter Eisentraut2021-01-30
* Implement support for bulk inserts in postgres_fdwTomas Vondra2021-01-20
* Re-implement pl/pgsql's expression and assignment parsing.Tom Lane2021-01-04
* Update copyright for 2021Bruce Momjian2021-01-02
* Support subscripting of arbitrary types, not only arrays.Tom Lane2020-12-09
* Remove operator_precedence_warning.Tom Lane2020-12-08