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