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
*
Add a parse location field to struct FunctionParameter.
Tom Lane
2024-10-31
*
Remove unused field from SubPlanState struct
David Rowley
2024-10-31
*
Make table_scan_bitmap_next_block() async-friendly
Melanie Plageman
2024-10-25
*
Track more precisely query locations for nested statements
Michael Paquier
2024-10-24
*
Fix C23 compiler warning
Peter Eisentraut
2024-10-22
*
SQL/JSON: Fix some oversights in commit b6e1157e7
Amit Langote
2024-10-20
*
Improve ThrowErrorData() comments for use with soft errors.
Jeff Davis
2024-10-17
*
Improve node type forward reference
Peter Eisentraut
2024-10-17
*
Add type cast to foreach_internal's loop variable.
Nathan Bossart
2024-10-15
*
Track scan reversals in MergeJoin
Peter Eisentraut
2024-10-14
*
Track sort direction in SortGroupClause
Peter Eisentraut
2024-10-14
*
Unbreak overflow test for attinhcount/coninhcount
Álvaro Herrera
2024-10-10
*
Introduce two fields in EState to track parallel worker activity
Michael Paquier
2024-10-09
*
Show values of SET statements as constants in pg_stat_statements
Michael Paquier
2024-09-30
*
For inplace update durability, make heap_update() callers wait.
Noah Misch
2024-09-24
*
Add temporal FOREIGN KEY contraints
Peter Eisentraut
2024-09-17
*
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-09-17
*
Introduce an RTE for the grouping step
Richard Guo
2024-09-10
*
Update comment about ExprState.escontext
Amit Langote
2024-09-06
*
Optimize WindowAgg's use of tuplestores
David Rowley
2024-09-05
*
Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands
Alexander Korotkov
2024-08-24
*
Avoid repeated table name lookups in createPartitionTable()
Alexander Korotkov
2024-08-22
*
Show number of disabled nodes in EXPLAIN ANALYZE output.
Robert Haas
2024-08-21
*
Treat number of disabled nodes in a path as a separate cost metric.
Robert Haas
2024-08-21
*
Speed up Hash Join by making ExprStates support hashing
David Rowley
2024-08-20
*
Fix outdated comments
David Rowley
2024-08-12
*
Convert node test compile-time settings into run-time parameters
Peter Eisentraut
2024-08-01
*
Evaluate arguments of correlated SubPlans in the referencing ExprState
Andres Freund
2024-07-31
*
Add path column to pg_backend_memory_contexts view
David Rowley
2024-07-25
*
Show Parallel Bitmap Heap Scan worker stats in EXPLAIN ANALYZE
David Rowley
2024-07-09
*
Widen lossy and exact page counters for Bitmap Heap Scan
David Rowley
2024-07-08
*
Support "Right Semi Join" plan shapes
Richard Guo
2024-07-05
*
SQL/JSON: Always coerce JsonExpr result at runtime
Amit Langote
2024-06-28
*
Restore preprocess_groupclause()
Alexander Korotkov
2024-06-06
*
Rename PathKeyInfo to GroupByOrdering
Alexander Korotkov
2024-06-06
*
Fix another couple of outdated comments for MERGE RETURNING.
Dean Rasheed
2024-06-04
*
Fix a couple of outdated comments now that we have MERGE RETURNING
David Rowley
2024-05-23
*
Re-allow planner to use Merge Append to efficiently implement UNION.
Robert Haas
2024-05-21
*
Revert commit 66c0185a3 and follow-on patches.
Tom Lane
2024-05-20
*
Revert temporal primary keys and foreign keys
Peter Eisentraut
2024-05-16
*
Revert structural changes to not-null constraints
Alvaro Herrera
2024-05-13
*
Revert: Remove useless self-joins
Alexander Korotkov
2024-05-06
*
Fix query pullup issue with WindowClause runCondition
David Rowley
2024-05-05
*
Fix an assortment of typos
David Rowley
2024-05-04
*
Ensure we allocate NAMEDATALEN bytes for names in Index Only Scans
David Rowley
2024-05-01
*
Improve comment of DeallocateStmt->isall
Michael Paquier
2024-04-25
*
Remove some unnecessary fields from executor nodes.
Tom Lane
2024-04-23
*
Use macro NUM_MERGE_MATCH_KINDS instead of '3' in MERGE code.
Dean Rasheed
2024-04-19
*
Fix typos and duplicate words
Daniel Gustafsson
2024-04-18
*
SQL/JSON: Improve some error messages
Amit Langote
2024-04-18
[next]