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
*
Undo unintentional ABI break in struct ResultRelInfo.
Tom Lane
2024-11-16
*
For inplace update durability, make heap_update() callers wait.
Noah Misch
2024-09-24
*
Ensure we allocate NAMEDATALEN bytes for names in Index Only Scans
David Rowley
2024-05-01
*
Fix problems when a plain-inheritance parent table is excluded.
Tom Lane
2023-10-24
*
Fix EvalPlanQual rechecking during MERGE.
Dean Rasheed
2023-09-30
*
Update comments on CustomPath struct.
Etsuro Fujita
2023-08-03
*
Fix misbehavior of EvalPlanQual checks with multiple result relations.
Tom Lane
2023-05-19
*
Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again.
Tom Lane
2023-02-25
*
Fix calculation of which GENERATED columns need to be updated.
Tom Lane
2023-01-05
*
Remove new structure member from ResultRelInfo.
Etsuro Fujita
2022-12-08
*
Fix Memoize to work with partitionwise joining.
Tom Lane
2022-12-05
*
Fix handling of pending inserts in nodeModifyTable.c.
Etsuro Fujita
2022-11-25
*
Update some comments that should've covered MERGE
Alvaro Herrera
2022-10-24
*
Revert "Optimize order of GROUP BY keys".
Tom Lane
2022-10-03
*
Revert SQL/JSON features
Andrew Dunstan
2022-09-01
*
Fix ENABLE/DISABLE TRIGGER to handle recursion correctly
Alvaro Herrera
2022-08-05
*
Tidy up code in get_cheapest_group_keys_order()
David Rowley
2022-07-13
*
Fix incorrect comments for Memoize struct
David Rowley
2022-05-19
*
Rename JsonIsPredicate.value_type, fix JSON backend/nodes/ infrastructure.
Tom Lane
2022-05-13
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Remove JsonPathSpec typedef
Peter Eisentraut
2022-05-04
*
Add missing enum tag in enum used in nodes
Peter Eisentraut
2022-05-04
*
Remove inadequate assertion check in CTE inlining.
Tom Lane
2022-04-21
*
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-04-08
*
Teach planner and executor about monotonic window funcs
David Rowley
2022-04-08
*
Revert "Logical decoding of sequences"
Tomas Vondra
2022-04-07
*
Allow granting SET and ALTER SYSTEM privileges on GUC parameters.
Tom Lane
2022-04-06
*
Allow asynchronous execution in more cases.
Etsuro Fujita
2022-04-06
*
PLAN clauses for JSON_TABLE
Andrew Dunstan
2022-04-05
*
JSON_TABLE
Andrew Dunstan
2022-04-04
*
RETURNING clause for JSON() and JSON_SCALAR()
Andrew Dunstan
2022-03-31
*
Optimize order of GROUP BY keys
Tomas Vondra
2022-03-31
*
SQL JSON functions
Andrew Dunstan
2022-03-30
*
SQL/JSON query functions
Andrew Dunstan
2022-03-29
*
IS JSON predicate
Andrew Dunstan
2022-03-28
*
Add support for MERGE SQL command
Alvaro Herrera
2022-03-28
*
SQL/JSON constructors
Andrew Dunstan
2022-03-27
*
Common SQL/JSON clauses
Andrew Dunstan
2022-03-27
*
Allow specifying column lists for logical replication
Tomas Vondra
2022-03-26
*
Add decoding of sequences to built-in replication
Tomas Vondra
2022-03-24
*
Revert "Common SQL/JSON clauses"
Andrew Dunstan
2022-03-22
*
Common SQL/JSON clauses
Andrew Dunstan
2022-03-22
*
Add String object access hooks
Andrew Dunstan
2022-03-22
*
Add ALTER SUBSCRIPTION ... SKIP.
Amit Kapila
2022-03-22
*
Enforce foreign key correctly during cross-partition updates
Alvaro Herrera
2022-03-20
*
Don't bother to attach column name lists to RowExprs of named types.
Tom Lane
2022-03-17
*
Allow specifying row filters for logical replication of tables.
Amit Kapila
2022-02-22
*
Database-level collation version tracking
Peter Eisentraut
2022-02-14
*
Add UNIQUE null treatment option
Peter Eisentraut
2022-02-03
*
Fix limitations on what SQL commands can be issued to a walsender.
Tom Lane
2022-01-24
[next]