summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2022-07-27Allow "in place" tablespaces.Alvaro Herrera
2022-07-21Fix ruleutils issues with dropped cols in functions-returning-composite.Tom Lane
2022-07-17Fix omissions in support for the "regcollation" type.Tom Lane
2022-07-03Remove %error-verbose directive from jsonpath parserAndrew Dunstan
2022-06-27Fix visibility check when XID is committed in CLOG but not in procarray.Heikki Linnakangas
2022-06-22Fix SPI's handling of errors during transaction commit.Tom Lane
2022-05-31Ensure ParseTzFile() closes the input file after failing.Tom Lane
2022-05-28Handle NULL for short descriptions of custom GUC variablesMichael Paquier
2022-05-21Show 'AS "?column?"' explicitly when it's important.Tom Lane
2022-05-09Revert "Disallow infinite endpoints in generate_series() for timestamps."Tom Lane
2022-05-09Make relation-enumerating operations be security-restricted operations.Noah Misch
2022-04-21Fix CLUSTER tuplesorts on abbreviated expressions.Peter Geoghegan
2022-04-20Disallow infinite endpoints in generate_series() for timestamps.Tom Lane
2022-03-27Fix breakage of get_ps_display() in the PS_USE_NONE case.Tom Lane
2022-03-23Don't try to translate NULL in GetConfigOptionByNum().Andres Freund
2022-03-23Don't call fwrite() with len == 0 when writing out relcache init file.Andres Freund
2022-03-21Fix assorted missing logic for GroupingFunc nodes.Tom Lane
2022-03-18Fix incorrect xmlschema output for types timetz and timestamptz.Tom Lane
2022-03-03Clean up assorted failures under clang's -fsanitize=undefined checks.Tom Lane
2022-02-18Suppress warning about stack_base_ptr with late-model GCC.Tom Lane
2022-02-10Fix back-patch of "Avoid race in RelationBuildDesc() ..."Noah Misch
2022-01-27Fix ordering of XIDs in ProcArrayApplyRecoveryInfoTomas Vondra
2022-01-15Build inherited extended stats on partitioned tablesTomas Vondra
2022-01-15Ignore extended statistics for inheritance treesTomas Vondra
2022-01-13Fix ruleutils.c's dumping of whole-row Vars in more contexts.Tom Lane
2021-12-14Fix datatype confusion in logtape.c's right_offset().Tom Lane
2021-11-12Fix memory overrun when querying pg_stat_slruMichael Paquier
2021-10-24Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.Noah Misch
2021-10-24Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.Noah Misch
2021-10-06Fix corner-case loss of precision in numeric_power().Dean Rasheed
2021-10-01Avoid believing incomplete MCV-only stats in get_variable_range().Tom Lane
2021-10-01Fix Portal snapshot tracking to handle subtransactions properly.Tom Lane
2021-09-06Fix bogus timetz_zone() results for DYNTZ abbreviations.Tom Lane
2021-08-25Improve error message about valid value for distance in phrase operator.Fujii Masao
2021-08-06Adjust the integer overflow tests in the numeric code.Dean Rasheed
2021-08-06Fix wordingPeter Eisentraut
2021-08-05Fix division-by-zero error in to_char() with 'EEEE' format.Dean Rasheed
2021-07-31Fix corner-case errors and loss of precision in numeric_power().Dean Rasheed
2021-07-27Set pg_setting.pending_restart when pertinent config lines are removedAlvaro Herrera
2021-07-27Avoid using ambiguous word "non-negative" in error messages.Fujii Masao
2021-07-21Document "B" and "us" as accepted units in postgres.conf.sampleJohn Naylor
2021-07-13Robustify tuplesort's free_sort_tuple functionDavid Rowley
2021-07-13Fix theoretical bug in tuplesortDavid Rowley
2021-07-10Fix assign_record_type_typmod().Jeff Davis
2021-07-10Fix numeric_mul() overflow due to too many digits after decimal point.Dean Rasheed
2021-07-09Add missing Int64GetDatum macro in dbsize.cDavid Rowley
2021-07-09Fix incorrect return value in pg_size_pretty(bigint)David Rowley
2021-07-05Reduce overhead of cache-clobber testing in LookupOpclassInfo().Tom Lane
2021-06-24Another fix to relmapper race condition.Heikki Linnakangas
2021-06-24Prevent race condition while reading relmapper file.Heikki Linnakangas