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
/
adt
Commit message (
Expand
)
Author
Age
*
Fix and simplify some usages of TimestampDifference().
Tom Lane
2020-11-10
*
Fix handling of BC years in to_date/to_timestamp.
Tom Lane
2020-09-30
*
Move new LOCKTAG_DATABASE_FROZEN_IDS to end of enum LockTagType.
Noah Misch
2020-08-15
*
Prevent concurrent SimpleLruTruncate() for any given SLRU.
Noah Misch
2020-08-15
*
Fix recently-introduced performance problem in ts_headline().
Tom Lane
2020-07-31
*
Fix whitespace
Peter Eisentraut
2020-07-17
*
Fix pg_current_logfile() to not emit a carriage return on Windows.
Tom Lane
2020-07-09
*
Fix "ignoring return value" complaints from commit 96d1f423f9
Joe Conway
2020-07-04
*
Read until EOF vice stat-reported size in read_binary_file
Joe Conway
2020-07-04
*
Fix mishandling of NaN counts in numeric_[avg_]combine.
Tom Lane
2020-06-11
*
Reject "23:59:60.nnn" in datetime input.
Tom Lane
2020-06-04
*
Fix use-after-release mistake in currtid() and currtid2() for views
Michael Paquier
2020-06-01
*
Add CHECK_FOR_INTERRUPTS() to the repeat() function
Joe Conway
2020-05-28
*
Fix the MSVC build for versions 2015 and later.
Amit Kapila
2020-05-14
*
Fix YA text phrase search bug.
Tom Lane
2020-05-07
*
Get rid of trailing semicolons in C macro definitions.
Tom Lane
2020-05-01
*
Fix full text search to handle NOT above a phrase search correctly.
Tom Lane
2020-04-27
*
Allow pg_read_all_stats to access all stats views again
Magnus Hagander
2020-04-20
*
Fix circle_in to accept "(x,y),r" as it's advertised to do.
Tom Lane
2020-04-07
*
Adjust bytea get_bit/set_bit to cope with bytea strings > 256MB.
Tom Lane
2020-04-07
*
Teach pg_ls_dir_files() to ignore ENOENT failures from stat().
Tom Lane
2020-03-31
*
Avoid holding a directory FD open across assorted SRF calls.
Tom Lane
2020-03-16
*
Avoid holding a directory FD open across pg_ls_dir_files() calls.
Tom Lane
2020-03-11
*
Fix an oversight in commit 4c70098ff.
Tom Lane
2020-01-23
*
Clean up formatting.c's logic for matching constant strings.
Tom Lane
2020-01-23
*
Fix edge-case crashes and misestimation in range containment selectivity.
Tom Lane
2020-01-12
*
Reimplement nullification of walsender timestamp
Alvaro Herrera
2020-01-08
*
Fix EXTRACT(ISOYEAR FROM timestamp) for years BC.
Tom Lane
2019-12-12
*
Remove redundant function calls in timestamp[tz]_part().
Tom Lane
2019-12-12
*
Allow access to child table statistics if user can read parent table.
Tom Lane
2019-11-26
*
Defend against self-referential views in relation_is_updatable().
Tom Lane
2019-11-21
*
Provide statistics for hypothetical BRIN indexes
Michael Paquier
2019-11-21
*
Further fix dumping of views that contain just VALUES(...).
Tom Lane
2019-11-16
*
Skip system attributes when applying mvdistinct stats
Tomas Vondra
2019-11-16
*
Fix integer-overflow edge case detection in interval_mul and pgbench.
Tom Lane
2019-11-07
*
Catch invalid typlens in a couple of places
Peter Eisentraut
2019-11-04
*
Avoid failure when selecting a namespace node in XMLTABLE.
Tom Lane
2019-10-25
*
Fix bitshiftright()'s zero-padding some more.
Tom Lane
2019-10-04
*
Fix failure to zero-pad the result of bitshiftright().
Tom Lane
2019-09-22
*
Fix memory leak with lower, upper and initcap with ICU-provided collations
Michael Paquier
2019-09-03
*
Restore json{b}_populate_record{set}'s ability to take type info from AS.
Tom Lane
2019-08-19
*
Fix planner's test for case-foldable characters in ILIKE with ICU.
Tom Lane
2019-08-12
*
Fix some incorrect parsing of time with time zone strings
Michael Paquier
2019-08-07
*
Require the schema qualification in pg_temp.type_name(arg).
Noah Misch
2019-08-05
*
Tweak our special-case logic for the IANA "Factory" timezone.
Tom Lane
2019-07-26
*
Fix loss of fractional digits for large values in cash_numeric().
Tom Lane
2019-07-26
*
Fix error in commit e6feef57.
Jeff Davis
2019-07-18
*
Fix daterange canonicalization for +/- infinity.
Jeff Davis
2019-07-18
*
Fix get_actual_variable_range() to cope with broken HOT chains.
Tom Lane
2019-07-12
*
Don't read fields of a misaligned ExpandedObjectHeader or AnyArrayType.
Noah Misch
2019-06-30
[next]