index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
nodes
Commit message (
Expand
)
Author
Age
*
Fix planner error with multiple copies of an AlternativeSubPlan.
Tom Lane
2021-09-14
*
Avoid trying to lock OLD/NEW in a rule with FOR UPDATE.
Tom Lane
2021-08-19
*
Change the name of the Result Cache node to Memoize
David Rowley
2021-07-14
*
Pre branch pgindent / pgperltidy run
Andrew Dunstan
2021-06-28
*
Optimize creation of slots for FDW bulk inserts
Tomas Vondra
2021-06-11
*
Change position of field "transformed" in struct CreateStatsStmt.
Noah Misch
2021-06-10
*
Reconsider the handling of procedure OUT parameters.
Tom Lane
2021-06-10
*
Remove two_phase variable from CreateReplicationSlotCmd struct.
Amit Kapila
2021-06-07
*
Update plannodes.h's comments about PlanRowMark.
Tom Lane
2021-06-02
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Fix EXPLAIN ANALYZE for async-capable nodes.
Etsuro Fujita
2021-05-12
*
Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.
Tom Lane
2021-05-10
*
Revert per-index collation version tracking feature.
Thomas Munro
2021-05-07
*
Reorder COMPRESSION option in gram.y and parsenodes.h into alphabetical order.
Fujii Masao
2021-04-23
*
Speedup ScalarArrayOpExpr evaluation
David Rowley
2021-04-08
*
Cleanup partition pruning step generation
David Rowley
2021-04-08
*
SQL-standard function body
Peter Eisentraut
2021-04-07
*
Fix use of cursor sensitivity terminology
Peter Eisentraut
2021-04-07
*
Postpone some more stuff out of ExecInitModifyTable.
Tom Lane
2021-04-06
*
Postpone some stuff out of ExecInitModifyTable.
Tom Lane
2021-04-06
*
ALTER SUBSCRIPTION ... ADD/DROP PUBLICATION
Peter Eisentraut
2021-04-06
*
Add function to log the memory contexts of specified backend process.
Fujii Masao
2021-04-06
*
Renumber cursor option flags
Peter Eisentraut
2021-04-05
*
Add Result Cache executor node (take 2)
David Rowley
2021-04-02
*
Revert b6002a796
David Rowley
2021-04-01
*
Add Result Cache executor node
David Rowley
2021-04-01
*
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-31
*
Allow an alias to be attached to a JOIN ... USING
Peter Eisentraut
2021-03-31
*
Add support for asynchronous execution.
Etsuro Fujita
2021-03-31
*
Fix comment in parsenodes.h
Michael Paquier
2021-03-31
*
Cache if PathTarget and RestrictInfos contain volatile functions
David Rowley
2021-03-29
*
Extended statistics on expressions
Tomas Vondra
2021-03-27
*
ALTER TABLE ... DETACH PARTITION ... CONCURRENTLY
Alvaro Herrera
2021-03-25
*
Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."
Amit Kapila
2021-03-24
*
Use correct spelling of statistics kind
Tomas Vondra
2021-03-23
*
Allow configurable LZ4 TOAST compression.
Robert Haas
2021-03-19
*
Implement GROUP BY DISTINCT
Tomas Vondra
2021-03-18
*
Enable parallel SELECT for "INSERT INTO ... SELECT ...".
Amit Kapila
2021-03-10
*
Add option to enable two_phase commits via pg_create_logical_replication_slot.
Amit Kapila
2021-03-03
*
Add TID Range Scans to support efficient scanning ranges of TIDs
David Rowley
2021-02-27
*
Make ExecGetInsertedCols() and friends more robust and improve comments.
Heikki Linnakangas
2021-02-15
*
Fix permission checks on constraint violation errors on partitions.
Heikki Linnakangas
2021-02-08
*
Remove [Merge]AppendPath.partitioned_rels.
Tom Lane
2021-02-01
*
SEARCH and CYCLE clauses
Peter Eisentraut
2021-02-01
*
Allow GRANTED BY clause in normal GRANT and REVOKE statements
Peter Eisentraut
2021-01-30
*
Implement support for bulk inserts in postgres_fdw
Tomas Vondra
2021-01-20
*
Re-implement pl/pgsql's expression and assignment parsing.
Tom Lane
2021-01-04
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Support subscripting of arbitrary types, not only arrays.
Tom Lane
2020-12-09
*
Remove operator_precedence_warning.
Tom Lane
2020-12-08
[next]