index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
Commit message (
Expand
)
Author
Age
*
Guard against overflow in interval_mul() and interval_div().
Dean Rasheed
2023-11-18
*
Ensure we use the correct spelling of "ensure"
David Rowley
2023-11-10
*
Detect integer overflow while computing new array dimensions.
Tom Lane
2023-11-06
*
Set GUC "is_superuser" in all processes that set AuthenticatedUserId.
Noah Misch
2023-11-06
*
Be more wary about NULL values for GUC string variables.
Tom Lane
2023-11-02
*
doc: 1-byte varlena headers can be used for user PLAIN storage
Bruce Momjian
2023-10-31
*
Dodge a compiler bug affecting timetz_zone/timetz_izone.
Tom Lane
2023-10-20
*
Avoid calling proc_exit() in processes forked by system().
Nathan Bossart
2023-10-17
*
Acquire ControlFileLock in relevant SQL functions.
Thomas Munro
2023-10-16
*
Dissociate btequalimage() from interval_ops, ending its deduplication.
Noah Misch
2023-10-14
*
Fix datalen calculation in tsvectorrecv().
Tom Lane
2023-10-01
*
Don't crash if cursor_to_xmlschema is used on a non-data-returning Portal.
Tom Lane
2023-09-18
*
Track nesting depth correctly when drilling down into RECORD Vars.
Tom Lane
2023-09-15
*
Fix get_expr_result_type() to find field names for RECORD Consts.
Tom Lane
2023-09-15
*
Revert "Improve error message on snapshot import in snapmgr.c"
Michael Paquier
2023-09-14
*
Improve error message on snapshot import in snapmgr.c
Michael Paquier
2023-09-14
*
Fix exception safety bug in typcache.c.
Thomas Munro
2023-09-13
*
Fix out-of-bound read in gtsvector_picksplit()
Michael Paquier
2023-09-04
*
Avoid possible overflow with ltsGetFreeBlock() in logtape.c
Michael Paquier
2023-08-30
*
Avoid unnecessary plancache revalidation of utility statements.
Tom Lane
2023-08-24
*
Fix overly strict Assert in jsonpath code
David Rowley
2023-08-02
*
Guard against null plan pointer in CachedPlanIsSimplyValid().
Tom Lane
2023-07-20
*
Add indisreplident to fields refreshed by RelationReloadIndexInfo()
Michael Paquier
2023-07-14
*
Handle DROP DATABASE getting interrupted
Andres Freund
2023-07-13
*
Re-bin segment when memory pages are freed.
Thomas Munro
2023-07-04
*
Avoid Assert failure when processing empty statement in aborted xact.
Tom Lane
2023-06-21
*
Accept fractional seconds in jsonpath's datetime() method.
Tom Lane
2023-06-12
*
In array_position()/array_positions(), beware of empty input array.
Tom Lane
2023-05-04
*
Fix oversights in array manipulation.
Tom Lane
2023-03-26
*
Work around spurious compiler warning in inet operators
Andres Freund
2023-03-16
*
Fix corner case bug in numeric to_char() some more.
Tom Lane
2023-03-14
*
Fix corruption due to vacuum_defer_cleanup_age underflowing 64bit xids
Andres Freund
2023-03-07
*
Avoid fetching one past the end of translate()'s "to" parameter.
Tom Lane
2023-03-01
*
Fix erroneous Valgrind markings in AllocSetRealloc.
Tom Lane
2023-02-21
*
Print the correct aliases for DML target tables in ruleutils.
Tom Lane
2023-02-17
*
Fix rare sharedtuplestore.c corruption.
Thomas Munro
2023-01-26
*
Add missing assign hook for GUC checkpoint_completion_target
Michael Paquier
2023-01-19
*
Fix jsonpath existense checking of missing variables
Alexander Korotkov
2023-01-12
*
Fix typos in comments, code and documentation
Michael Paquier
2023-01-03
*
Fix memory leak for hashing with nondeterministic collations.
Jeff Davis
2022-12-01
*
YA attempt at taming worst-case behavior of get_actual_variable_range.
Tom Lane
2022-11-22
*
Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline.
Tom Lane
2022-11-21
*
Change some errdetail() to errdetail_internal()
Alvaro Herrera
2022-09-28
*
Suppress more variable-set-but-not-used warnings from clang 15.
Tom Lane
2022-09-21
*
Suppress variable-set-but-not-used warnings from clang 15.
Tom Lane
2022-09-20
*
Fix NaN comparison in circle_same test
Daniel Gustafsson
2022-09-12
*
Fix some possibly latent bugs in slab.c
David Rowley
2022-09-01
*
Defend against stack overrun in a few more places.
Tom Lane
2022-08-24
*
Preserve memory context of VarStringSortSupport buffers.
Tom Lane
2022-08-14
*
Allow "in place" tablespaces.
Alvaro Herrera
2022-07-27
[next]