index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
executor
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add back SQLValueFunction for SQL keywords
Michael Paquier
2023-05-17
1
-0
/
+8
*
Revert "Move PartitionPruneInfo out of plan nodes into PlannedStmt"
Alvaro Herrera
2023-05-04
1
-2
/
+2
*
Rename ExecAggTransReparent, and improve its documentation.
Tom Lane
2023-04-24
1
-3
/
+3
*
Revert 11470f544e
Alexander Korotkov
2023-04-03
1
-38
/
+0
*
SQL/JSON: support the IS JSON predicate
Alvaro Herrera
2023-03-31
1
-0
/
+8
*
Move ExecEvalJsonConstructor new function to a more natural place
Alvaro Herrera
2023-03-31
1
-2
/
+2
*
Parallel Hash Full Join.
Thomas Munro
2023-03-31
2
-2
/
+7
*
Fix outdated comments regarding TupleTableSlots
David Rowley
2023-03-30
1
-5
/
+5
*
SQL/JSON: add standard JSON constructor functions
Alvaro Herrera
2023-03-29
1
-0
/
+26
*
Invent GENERIC_PLAN option for EXPLAIN.
Tom Lane
2023-03-24
1
-6
/
+16
*
Improve the naming of Parallel Hash Join phases.
Thomas Munro
2023-03-23
1
-19
/
+19
*
Allow locking updated tuples in tuple_update() and tuple_delete()
Alexander Korotkov
2023-03-23
1
-0
/
+38
*
Fix race in parallel hash join batch cleanup, take II.
Thomas Munro
2023-03-21
1
-1
/
+2
*
Ignore BRIN indexes when checking for HOT updates
Tomas Vondra
2023-03-20
1
-1
/
+2
*
Fill EState.es_rteperminfos more systematically.
Tom Lane
2023-03-06
1
-1
/
+1
*
Add static assertion ensuring sizeof(ExprEvalStep) <= 64 bytes
Andres Freund
2023-02-22
1
-0
/
+4
*
Make new GENERATED-expressions code more bulletproof.
Tom Lane
2023-01-15
1
-0
/
+4
*
Update copyright for 2023
Bruce Momjian
2023-01-02
59
-59
/
+59
*
Rework query relation permission checking
Alvaro Herrera
2022-12-06
1
-3
/
+7
*
Generalize ri_RootToPartitionMap to use for non-partition children
Alvaro Herrera
2022-12-02
1
-0
/
+1
*
Move PartitioPruneInfo out of plan nodes into PlannedStmt
Alvaro Herrera
2022-12-01
1
-2
/
+2
*
Replace SQLValueFunction by COERCE_SQL_SYNTAX
Michael Paquier
2022-11-21
1
-8
/
+0
*
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-28
1
-4
/
+4
*
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-09-19
4
-7
/
+7
*
Future-proof the recursion inside ExecShutdownNode().
Tom Lane
2022-09-19
1
-1
/
+1
*
Revert SQL/JSON features
Andrew Dunstan
2022-09-01
2
-100
/
+0
*
Remove unused fields from ExprEvalStep
David Rowley
2022-08-03
1
-3
/
+0
*
Improve performance of ORDER BY / DISTINCT aggregates
David Rowley
2022-08-02
2
-0
/
+25
*
Automatically generate node support functions
Peter Eisentraut
2022-07-09
1
-0
/
+8
*
Remove size increase in ExprEvalStep caused by hashed saops
David Rowley
2022-07-06
1
-6
/
+1
*
expression eval: Fix EEOP_JSON_CONSTRUCTOR and EEOP_JSONEXPR size.
Andres Freund
2022-07-05
1
-49
/
+62
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
2
-17
/
+17
*
Track I/O timing for temporary file blocks in EXPLAIN (BUFFERS)
Michael Paquier
2022-04-08
1
-2
/
+4
*
Revert "Rewrite some RI code to avoid using SPI"
Alvaro Herrera
2022-04-07
2
-14
/
+0
*
Rewrite some RI code to avoid using SPI
Alvaro Herrera
2022-04-07
2
-0
/
+14
*
Refactor and cleanup runtime partition prune code a little
Alvaro Herrera
2022-04-05
1
-14
/
+17
*
JSON_TABLE
Andrew Dunstan
2022-04-04
1
-0
/
+4
*
SQL JSON functions
Andrew Dunstan
2022-03-30
1
-0
/
+5
*
SQL/JSON query functions
Andrew Dunstan
2022-03-29
2
-0
/
+56
*
IS JSON predicate
Andrew Dunstan
2022-03-28
1
-0
/
+8
*
Add support for MERGE SQL command
Alvaro Herrera
2022-03-28
2
-0
/
+4
*
SQL/JSON constructors
Andrew Dunstan
2022-03-27
1
-0
/
+14
*
Enforce foreign key correctly during cross-partition updates
Alvaro Herrera
2022-03-20
1
-1
/
+3
*
Fix SPI's handling of errors during transaction commit.
Tom Lane
2022-02-28
1
-1
/
+0
*
Update copyright for 2022
Bruce Momjian
2022-01-07
59
-59
/
+59
*
Fix checking of query type in plpgsql's RETURN QUERY command.
Tom Lane
2021-10-03
1
-0
/
+1
*
Remove arbitrary 64K-or-so limit on rangetable size.
Tom Lane
2021-09-15
1
-2
/
+2
*
Change the name of the Result Cache node to Memoize
David Rowley
2021-07-14
2
-32
/
+32
*
Use a hash table to speed up NOT IN(values)
David Rowley
2021-07-07
1
-0
/
+1
*
Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.
Tom Lane
2021-05-21
1
-1
/
+1
[next]