index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
Age
Commit message (
Expand
)
Author
2022-08-04
Fix check_exclusion_or_unique_constraint for UNIQUE NULLS NOT DISTINCT.
Tom Lane
2022-08-04
Add CHECK_FOR_INTERRUPTS in ExecInsert's speculative insertion loop.
Tom Lane
2022-08-02
Improve performance of ORDER BY / DISTINCT aggregates
David Rowley
2022-08-01
Have ExecFindPartition cache the last found partition
David Rowley
2022-07-18
Add another SQL/JSON error code
Peter Eisentraut
2022-07-13
Remove useless assertions
Peter Eisentraut
2022-07-07
Remove stray references to lefttree/righttree in the executor.
Tom Lane
2022-07-06
Remove size increase in ExprEvalStep caused by hashed saops
David Rowley
2022-07-05
expression eval: Fix EEOP_JSON_CONSTRUCTOR and EEOP_JSONEXPR size.
Andres Freund
2022-07-01
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-06-10
Un-break whole-row Vars referencing domain-over-composite types.
Tom Lane
2022-06-08
Harden Memoization code against broken data types
David Rowley
2022-05-21
Avoid overflow hazard when clamping group counts to "long int".
Tom Lane
2022-05-13
Clean up newlines following left parentheses
Alvaro Herrera
2022-05-13
Rename JsonIsPredicate.value_type, fix JSON backend/nodes/ infrastructure.
Tom Lane
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-05-11
Fix typos and grammar in code and test comments
Michael Paquier
2022-04-27
Fix incorrect format placeholders
Peter Eisentraut
2022-04-20
Move ModifyTableContext->lockmode to UpdateContext
Alvaro Herrera
2022-04-20
ExecModifyTable: use context.planSlot instead of planSlot
Alvaro Herrera
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-12
adjust_partition_colnos mustn't be called if not needed
Alvaro Herrera
2022-04-11
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-08
Track I/O timing for temporary file blocks in EXPLAIN (BUFFERS)
Michael Paquier
2022-04-07
Teach planner and executor about monotonic window funcs
David Rowley
2022-04-07
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
Revert "Logical decoding of sequences"
Tomas Vondra
2022-04-05
Refactor and cleanup runtime partition prune code a little
Alvaro Herrera
2022-04-04
JSON_TABLE
Andrew Dunstan
2022-04-04
Use Generation memory contexts to store tuples in sorts
David Rowley
2022-04-04
Adjust tuplesort API to have bitwise option flags
David Rowley
2022-03-30
SQL JSON functions
Andrew Dunstan
2022-03-29
SQL/JSON query functions
Andrew Dunstan
2022-03-28
IS JSON predicate
Andrew Dunstan
2022-03-28
Add support for MERGE SQL command
Alvaro Herrera
2022-03-27
SQL/JSON constructors
Andrew Dunstan
2022-03-27
Common SQL/JSON clauses
Andrew Dunstan
2022-03-27
Fix comment in execParallel.c
Michael Paquier
2022-03-26
Allow specifying column lists for logical replication
Tomas Vondra
2022-03-24
Add decoding of sequences to built-in replication
Tomas Vondra
2022-03-22
Revert "Common SQL/JSON clauses"
Andrew Dunstan
2022-03-22
Common SQL/JSON clauses
Andrew Dunstan
2022-03-20
Blind fix for uninitialized memory bug in ba9a7e392171
Alvaro Herrera
2022-03-20
Enforce foreign key correctly during cross-partition updates
Alvaro Herrera
2022-03-19
Fix an outdated and grammatically wrong comment
Alvaro Herrera
2022-03-17
Revert applying column aliases to the output of whole-row Vars.
Tom Lane
2022-03-17
Split ExecUpdate and ExecDelete into reusable pieces
Alvaro Herrera
2022-03-08
Improve comment in execReplication.c
Michael Paquier
2022-03-04
Parse/analyze function renaming
Peter Eisentraut
[next]