index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
Age
Commit message (
Expand
)
Author
2022-07-27
Allow "in place" tablespaces.
Alvaro Herrera
2022-07-21
Fix ruleutils issues with dropped cols in functions-returning-composite.
Tom Lane
2022-07-17
Fix omissions in support for the "regcollation" type.
Tom Lane
2022-07-03
Remove %error-verbose directive from jsonpath parser
Andrew Dunstan
2022-06-27
Fix visibility check when XID is committed in CLOG but not in procarray.
Heikki Linnakangas
2022-06-22
Fix SPI's handling of errors during transaction commit.
Tom Lane
2022-05-31
Ensure ParseTzFile() closes the input file after failing.
Tom Lane
2022-05-28
Handle NULL for short descriptions of custom GUC variables
Michael Paquier
2022-05-21
Show 'AS "?column?"' explicitly when it's important.
Tom Lane
2022-05-09
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-04-21
Fix CLUSTER tuplesorts on abbreviated expressions.
Peter Geoghegan
2022-04-20
Disallow infinite endpoints in generate_series() for timestamps.
Tom Lane
2022-03-27
Fix breakage of get_ps_display() in the PS_USE_NONE case.
Tom Lane
2022-03-23
Don't try to translate NULL in GetConfigOptionByNum().
Andres Freund
2022-03-23
Don't call fwrite() with len == 0 when writing out relcache init file.
Andres Freund
2022-03-21
Fix assorted missing logic for GroupingFunc nodes.
Tom Lane
2022-03-18
Fix incorrect xmlschema output for types timetz and timestamptz.
Tom Lane
2022-03-03
Clean up assorted failures under clang's -fsanitize=undefined checks.
Tom Lane
2022-02-18
Suppress warning about stack_base_ptr with late-model GCC.
Tom Lane
2022-02-10
Fix back-patch of "Avoid race in RelationBuildDesc() ..."
Noah Misch
2022-01-27
Fix ordering of XIDs in ProcArrayApplyRecoveryInfo
Tomas Vondra
2022-01-15
Build inherited extended stats on partitioned tables
Tomas Vondra
2022-01-15
Ignore extended statistics for inheritance trees
Tomas Vondra
2022-01-13
Fix ruleutils.c's dumping of whole-row Vars in more contexts.
Tom Lane
2021-12-14
Fix datatype confusion in logtape.c's right_offset().
Tom Lane
2021-11-12
Fix memory overrun when querying pg_stat_slru
Michael Paquier
2021-10-24
Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.
Noah Misch
2021-10-24
Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.
Noah Misch
2021-10-06
Fix corner-case loss of precision in numeric_power().
Dean Rasheed
2021-10-01
Avoid believing incomplete MCV-only stats in get_variable_range().
Tom Lane
2021-10-01
Fix Portal snapshot tracking to handle subtransactions properly.
Tom Lane
2021-09-06
Fix bogus timetz_zone() results for DYNTZ abbreviations.
Tom Lane
2021-08-25
Improve error message about valid value for distance in phrase operator.
Fujii Masao
2021-08-06
Adjust the integer overflow tests in the numeric code.
Dean Rasheed
2021-08-06
Fix wording
Peter Eisentraut
2021-08-05
Fix division-by-zero error in to_char() with 'EEEE' format.
Dean Rasheed
2021-07-31
Fix corner-case errors and loss of precision in numeric_power().
Dean Rasheed
2021-07-27
Set pg_setting.pending_restart when pertinent config lines are removed
Alvaro Herrera
2021-07-27
Avoid using ambiguous word "non-negative" in error messages.
Fujii Masao
2021-07-21
Document "B" and "us" as accepted units in postgres.conf.sample
John Naylor
2021-07-13
Robustify tuplesort's free_sort_tuple function
David Rowley
2021-07-13
Fix theoretical bug in tuplesort
David Rowley
2021-07-10
Fix assign_record_type_typmod().
Jeff Davis
2021-07-10
Fix numeric_mul() overflow due to too many digits after decimal point.
Dean Rasheed
2021-07-09
Add missing Int64GetDatum macro in dbsize.c
David Rowley
2021-07-09
Fix incorrect return value in pg_size_pretty(bigint)
David Rowley
2021-07-05
Reduce overhead of cache-clobber testing in LookupOpclassInfo().
Tom Lane
2021-06-24
Another fix to relmapper race condition.
Heikki Linnakangas
2021-06-24
Prevent race condition while reading relmapper file.
Heikki Linnakangas
[next]