index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Fix erroneous Valgrind markings in AllocSetRealloc.
Tom Lane
2023-02-21
*
Remove obsolete coding for early macOS.
Thomas Munro
2023-02-22
*
Detect overflow in timestamp[tz] subtraction.
Tom Lane
2023-02-20
*
Fix parsing of ISO-8601 interval fields with exponential notation.
Tom Lane
2023-02-20
*
Prevent join removal from removing the query's result relation.
Tom Lane
2023-02-20
*
Remove gratuitous assumptions about what make_modifytable can see.
Tom Lane
2023-02-20
*
Correctly set userid of subquery relations' child rels
Alvaro Herrera
2023-02-20
*
Optimize generate_orderedappend_paths
David Rowley
2023-02-20
*
Add MSVC support for pg_leftmost_one_pos32() and friends
John Naylor
2023-02-20
*
Speedup and increase usability of set proc title functions
David Rowley
2023-02-20
*
Fix handling of multi-column BRIN indexes
Tomas Vondra
2023-02-19
*
Print the correct aliases for DML target tables in ruleutils.
Tom Lane
2023-02-17
*
Redesign archive modules
Michael Paquier
2023-02-17
*
Remove obsolete platforms from ps_status.c.
Thomas Munro
2023-02-17
*
Fix check for child column generation status matching parent.
Tom Lane
2023-02-16
*
Remove duplicated comment in nodeModifyTable.c
Michael Paquier
2023-02-16
*
Add a new wait state and use it when sending data in the apply worker.
Amit Kapila
2023-02-16
*
Add description for new patterns supported in HBA and ident sample files
Michael Paquier
2023-02-16
*
Don't rely on uninitialized value in MERGE / DELETE
Alvaro Herrera
2023-02-15
*
Rename force_parallel_mode to debug_parallel_query
David Rowley
2023-02-15
*
Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificates
Michael Paquier
2023-02-15
*
Change argument type of pq_sendbytes from char * to void *
Peter Eisentraut
2023-02-14
*
When removing a relation from the query, drop its RelOptInfo.
Tom Lane
2023-02-13
*
Fix buggy recursion in flatten_rtes_walker().
Tom Lane
2023-02-13
*
Fix thinkos in have_unsafe_outer_join_ref; reduce to Assert check.
Tom Lane
2023-02-13
*
Fix object identity string for transforms
Alvaro Herrera
2023-02-13
*
Fix pfree issue in presorted DISTINCT aggregate code
David Rowley
2023-02-13
*
Consolidate ItemPointer to Datum conversion functions
Peter Eisentraut
2023-02-13
*
Fix incorrect presorted DISTINCT aggregate if condition
David Rowley
2023-02-13
*
Disable WindowAgg inverse transitions when subplans are present
David Rowley
2023-02-13
*
Mark more nodes with attribute no_query_jumble
Michael Paquier
2023-02-13
*
Avoid dereferencing an undefined pointer in DecodeInterval().
Tom Lane
2023-02-12
*
Add pg_stat_io view, providing more detailed IO statistics
Andres Freund
2023-02-11
*
Fix join removal logic to clean up sub-RestrictInfos of OR clauses.
Tom Lane
2023-02-10
*
Further fixes in qual nullingrel adjustment for outer join commutation.
Tom Lane
2023-02-10
*
Fix incorrect format placeholder
Peter Eisentraut
2023-02-10
*
pgstat: Track more detailed relation IO statistics
Andres Freund
2023-02-09
*
Fix various typos in code and tests
Michael Paquier
2023-02-09
*
Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8
Andres Freund
2023-02-08
*
pgstat: Infrastructure for more detailed IO statistics
Andres Freund
2023-02-08
*
Fix bugs in GetSafeSnapshotBlockingPids(), introduced in 96003717645
Andres Freund
2023-02-08
*
Further tighten nullingrel marking rules in build_joinrel_tlist().
Tom Lane
2023-02-08
*
remove_rel_from_query() must clean up PlaceHolderVar.phrels fields.
Tom Lane
2023-02-08
*
Fix the logical replication timeout during large DDLs.
Amit Kapila
2023-02-08
*
Rethink nullingrel marking rules in build_joinrel_tlist().
Tom Lane
2023-02-07
*
Remove leftover code in deconstruct_distribute_oj_quals().
Tom Lane
2023-02-07
*
Remove useless casts to (void *) in arguments of some system functions
Peter Eisentraut
2023-02-07
*
Use appropriate wait event when sending data in the apply worker.
Amit Kapila
2023-02-07
*
More refactoring of heapgettup() and heapgettup_pagemode()
David Rowley
2023-02-07
*
Include values of A_Const nodes in query jumbling
Michael Paquier
2023-02-07
[next]