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
*
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
*
Fix ruleutils issues with dropped cols in functions-returning-composite.
Tom Lane
2022-07-21
*
Fix omissions in support for the "regcollation" type.
Tom Lane
2022-07-17
*
Remove %error-verbose directive from jsonpath parser
Andrew Dunstan
2022-07-03
*
Fix visibility check when XID is committed in CLOG but not in procarray.
Heikki Linnakangas
2022-06-27
*
Fix SPI's handling of errors during transaction commit.
Tom Lane
2022-06-22
*
Ensure ParseTzFile() closes the input file after failing.
Tom Lane
2022-05-31
*
Handle NULL for short descriptions of custom GUC variables
Michael Paquier
2022-05-28
*
Show 'AS "?column?"' explicitly when it's important.
Tom Lane
2022-05-21
*
Revert "Disallow infinite endpoints in generate_series() for timestamps."
Tom Lane
2022-05-09
*
Make relation-enumerating operations be security-restricted operations.
Noah Misch
2022-05-09
[next]