index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
Commit message (
Expand
)
Author
Age
*
Doc: add comment about bug fixed in back branches as of 3f7323cbb.
Tom Lane
2022-08-27
*
More -Wshadow=compatible-local warning fixes
David Rowley
2022-08-26
*
Further -Wshadow=compatible-local warning fixes
David Rowley
2022-08-24
*
Further reduce warnings with -Wshadow=compatible-local
David Rowley
2022-08-24
*
Avoid using list_length() to test for empty list.
Tom Lane
2022-08-17
*
Fix replica identity check for a partitioned table.
Amit Kapila
2022-08-16
*
Avoid misbehavior when hash_table_bytes < bucket_size.
Tom Lane
2022-08-13
*
Fix handling of R/W expanded datums that are passed to SQL functions.
Tom Lane
2022-08-10
*
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-04
*
Improve performance of ORDER BY / DISTINCT aggregates
David Rowley
2022-08-02
*
Have ExecFindPartition cache the last found partition
David Rowley
2022-08-02
*
Add another SQL/JSON error code
Peter Eisentraut
2022-07-18
*
Remove useless assertions
Peter Eisentraut
2022-07-13
*
Remove stray references to lefttree/righttree in the executor.
Tom Lane
2022-07-07
*
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
*
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-07-01
*
Un-break whole-row Vars referencing domain-over-composite types.
Tom Lane
2022-06-10
*
Harden Memoization code against broken data types
David Rowley
2022-06-08
*
Avoid overflow hazard when clamping group counts to "long int".
Tom Lane
2022-05-21
*
Clean up newlines following left parentheses
Alvaro Herrera
2022-05-13
*
Rename JsonIsPredicate.value_type, fix JSON backend/nodes/ infrastructure.
Tom Lane
2022-05-13
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Fix typos and grammar in code and test comments
Michael Paquier
2022-05-11
*
Fix incorrect format placeholders
Peter Eisentraut
2022-04-27
*
Move ModifyTableContext->lockmode to UpdateContext
Alvaro Herrera
2022-04-20
*
ExecModifyTable: use context.planSlot instead of planSlot
Alvaro Herrera
2022-04-20
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
*
adjust_partition_colnos mustn't be called if not needed
Alvaro Herrera
2022-04-12
*
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-11
*
Track I/O timing for temporary file blocks in EXPLAIN (BUFFERS)
Michael Paquier
2022-04-08
*
Teach planner and executor about monotonic window funcs
David Rowley
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
*
Revert "Logical decoding of sequences"
Tomas Vondra
2022-04-07
*
Refactor and cleanup runtime partition prune code a little
Alvaro Herrera
2022-04-05
*
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-04-04
*
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
*
Fix comment in execParallel.c
Michael Paquier
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
[next]