index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
executor
Commit message (
Expand
)
Author
Age
*
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
*
Add local_blk_{read|write}_time I/O timing statistics for local blocks
Michael Paquier
2023-10-19
*
Rename I/O timing statistics columns to shared_blk_{read|write}_time
Michael Paquier
2023-10-19
*
Add const to values and nulls arguments
Peter Eisentraut
2023-10-10
*
Revert "Add soft error handling to some expression nodes"
Amit Langote
2023-10-02
*
Add soft error handling to some expression nodes
Amit Langote
2023-10-02
*
Remove obsolete executor cleanup code
Amit Langote
2023-09-28
*
Allow the use of a hash index on the subscriber during replication.
Amit Kapila
2023-07-14
*
Remove obsolete comment
Peter Eisentraut
2023-06-05
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Fix misbehavior of EvalPlanQual checks with multiple result relations.
Tom Lane
2023-05-19
*
Allocate hash join files in a separate memory context
Tomas Vondra
2023-05-19
*
Add back SQLValueFunction for SQL keywords
Michael Paquier
2023-05-17
*
Revert "Move PartitionPruneInfo out of plan nodes into PlannedStmt"
Alvaro Herrera
2023-05-04
*
Rename ExecAggTransReparent, and improve its documentation.
Tom Lane
2023-04-24
*
Revert 11470f544e
Alexander Korotkov
2023-04-03
*
SQL/JSON: support the IS JSON predicate
Alvaro Herrera
2023-03-31
*
Move ExecEvalJsonConstructor new function to a more natural place
Alvaro Herrera
2023-03-31
*
Parallel Hash Full Join.
Thomas Munro
2023-03-31
*
Fix outdated comments regarding TupleTableSlots
David Rowley
2023-03-30
*
SQL/JSON: add standard JSON constructor functions
Alvaro Herrera
2023-03-29
*
Invent GENERIC_PLAN option for EXPLAIN.
Tom Lane
2023-03-24
*
Improve the naming of Parallel Hash Join phases.
Thomas Munro
2023-03-23
*
Allow locking updated tuples in tuple_update() and tuple_delete()
Alexander Korotkov
2023-03-23
*
Fix race in parallel hash join batch cleanup, take II.
Thomas Munro
2023-03-21
*
Ignore BRIN indexes when checking for HOT updates
Tomas Vondra
2023-03-20
*
Fill EState.es_rteperminfos more systematically.
Tom Lane
2023-03-06
*
Add static assertion ensuring sizeof(ExprEvalStep) <= 64 bytes
Andres Freund
2023-02-22
*
Make new GENERATED-expressions code more bulletproof.
Tom Lane
2023-01-15
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Rework query relation permission checking
Alvaro Herrera
2022-12-06
*
Generalize ri_RootToPartitionMap to use for non-partition children
Alvaro Herrera
2022-12-02
*
Move PartitioPruneInfo out of plan nodes into PlannedStmt
Alvaro Herrera
2022-12-01
*
Replace SQLValueFunction by COERCE_SQL_SYNTAX
Michael Paquier
2022-11-21
*
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-28
*
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-09-19
*
Future-proof the recursion inside ExecShutdownNode().
Tom Lane
2022-09-19
*
Revert SQL/JSON features
Andrew Dunstan
2022-09-01
*
Remove unused fields from ExprEvalStep
David Rowley
2022-08-03
*
Improve performance of ORDER BY / DISTINCT aggregates
David Rowley
2022-08-02
*
Automatically generate node support functions
Peter Eisentraut
2022-07-09
*
Remove size increase in ExprEvalStep caused by hashed saops
David Rowley
2022-07-06
*
expression eval: Fix EEOP_JSON_CONSTRUCTOR and EEOP_JSONEXPR size.
Andres Freund
2022-07-05
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Track I/O timing for temporary file blocks in EXPLAIN (BUFFERS)
Michael Paquier
2022-04-08
*
Revert "Rewrite some RI code to avoid using SPI"
Alvaro Herrera
2022-04-07
*
Rewrite some RI code to avoid using SPI
Alvaro Herrera
2022-04-07
*
Refactor and cleanup runtime partition prune code a little
Alvaro Herrera
2022-04-05
*
JSON_TABLE
Andrew Dunstan
2022-04-04
*
SQL JSON functions
Andrew Dunstan
2022-03-30
[next]