aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils
Commit message (Expand)AuthorAge
* Fix datalen calculation in tsvectorrecv().Tom Lane2023-10-01
* Don't crash if cursor_to_xmlschema is used on a non-data-returning Portal.Tom Lane2023-09-18
* Track nesting depth correctly when drilling down into RECORD Vars.Tom Lane2023-09-15
* Fix get_expr_result_type() to find field names for RECORD Consts.Tom Lane2023-09-15
* Revert "Improve error message on snapshot import in snapmgr.c"Michael Paquier2023-09-14
* Improve error message on snapshot import in snapmgr.cMichael Paquier2023-09-14
* Fix exception safety bug in typcache.c.Thomas Munro2023-09-13
* Fix out-of-bound read in gtsvector_picksplit()Michael Paquier2023-09-04
* Avoid possible overflow with ltsGetFreeBlock() in logtape.cMichael Paquier2023-08-30
* Avoid unnecessary plancache revalidation of utility statements.Tom Lane2023-08-24
* Fix overly strict Assert in jsonpath codeDavid Rowley2023-08-02
* Guard against null plan pointer in CachedPlanIsSimplyValid().Tom Lane2023-07-20
* Add indisreplident to fields refreshed by RelationReloadIndexInfo()Michael Paquier2023-07-14
* Handle DROP DATABASE getting interruptedAndres Freund2023-07-13
* Re-bin segment when memory pages are freed.Thomas Munro2023-07-04
* Avoid Assert failure when processing empty statement in aborted xact.Tom Lane2023-06-21
* Accept fractional seconds in jsonpath's datetime() method.Tom Lane2023-06-12
* In array_position()/array_positions(), beware of empty input array.Tom Lane2023-05-04
* Fix oversights in array manipulation.Tom Lane2023-03-26
* Work around spurious compiler warning in inet operatorsAndres Freund2023-03-16
* Fix corner case bug in numeric to_char() some more.Tom Lane2023-03-14
* Fix corruption due to vacuum_defer_cleanup_age underflowing 64bit xidsAndres Freund2023-03-07
* Avoid fetching one past the end of translate()'s "to" parameter.Tom Lane2023-03-01
* Fix erroneous Valgrind markings in AllocSetRealloc.Tom Lane2023-02-21
* Print the correct aliases for DML target tables in ruleutils.Tom Lane2023-02-17
* Fix rare sharedtuplestore.c corruption.Thomas Munro2023-01-26
* Add missing assign hook for GUC checkpoint_completion_targetMichael Paquier2023-01-19
* Fix jsonpath existense checking of missing variablesAlexander Korotkov2023-01-12
* Fix typos in comments, code and documentationMichael Paquier2023-01-03
* Fix memory leak for hashing with nondeterministic collations.Jeff Davis2022-12-01
* YA attempt at taming worst-case behavior of get_actual_variable_range.Tom Lane2022-11-22
* Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline.Tom Lane2022-11-21
* Change some errdetail() to errdetail_internal()Alvaro Herrera2022-09-28
* Suppress more variable-set-but-not-used warnings from clang 15.Tom Lane2022-09-21
* Suppress variable-set-but-not-used warnings from clang 15.Tom Lane2022-09-20
* Fix NaN comparison in circle_same testDaniel Gustafsson2022-09-12
* Fix some possibly latent bugs in slab.cDavid Rowley2022-09-01
* Defend against stack overrun in a few more places.Tom Lane2022-08-24
* Preserve memory context of VarStringSortSupport buffers.Tom Lane2022-08-14
* Allow "in place" tablespaces.Alvaro Herrera2022-07-27
* Fix ruleutils issues with dropped cols in functions-returning-composite.Tom Lane2022-07-21
* Fix omissions in support for the "regcollation" type.Tom Lane2022-07-17
* Remove %error-verbose directive from jsonpath parserAndrew Dunstan2022-07-03
* Fix visibility check when XID is committed in CLOG but not in procarray.Heikki Linnakangas2022-06-27
* Fix SPI's handling of errors during transaction commit.Tom Lane2022-06-22
* Ensure ParseTzFile() closes the input file after failing.Tom Lane2022-05-31
* Handle NULL for short descriptions of custom GUC variablesMichael Paquier2022-05-28
* Show 'AS "?column?"' explicitly when it's important.Tom Lane2022-05-21
* Revert "Disallow infinite endpoints in generate_series() for timestamps."Tom Lane2022-05-09
* Make relation-enumerating operations be security-restricted operations.Noah Misch2022-05-09