aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt
Commit message (Expand)AuthorAge
* Track statistics for streaming of changes from ReorderBuffer.Amit Kapila2020-10-29
* Fix incorrect placement of pfree() in pg_relation_check_pages()Michael Paquier2020-10-29
* Use correct GetDatum() in pg_relation_check_pages()Michael Paquier2020-10-28
* Add pg_relation_check_pages() to check on-disk pages of a relationMichael Paquier2020-10-28
* Change the attribute name in pg_stat_replication_slots view.Amit Kapila2020-10-20
* Fixup some appendStringInfo and appendPQExpBuffer callsDavid Rowley2020-10-15
* Avoid gratuitous inaccuracy in numeric width_bucket().Tom Lane2020-10-08
* Fix numeric width_bucket() to allow its first argument to be infinite.Tom Lane2020-10-08
* Track statistics for spilling of changes from ReorderBuffer.Amit Kapila2020-10-08
* Prevent internal overflows in date-vs-timestamp and related comparisons.Tom Lane2020-10-07
* Add pg_stat_wal statistics view.Fujii Masao2020-10-02
* Fix handling of BC years in to_date/to_timestamp.Tom Lane2020-09-30
* Fix make_timestamp[tz] to accept negative years as meaning BC.Tom Lane2020-09-29
* Support for ISO 8601 in the jsonpath .datetime() methodAlexander Korotkov2020-09-29
* Remove excess space from jsonpath .datetime() default format stringAlexander Korotkov2020-09-29
* Add for_each_from, to simplify loops starting from non-first list cells.Tom Lane2020-09-28
* Cache the result of converting now() to a struct pg_tm.Tom Lane2020-09-28
* Move resolution of AlternativeSubPlan choices to the planner.Tom Lane2020-09-27
* Copy editing: fix a bunch of misspellings and poor wording.Tom Lane2020-09-21
* Allow most keywords to be used as column labels without requiring AS.Tom Lane2020-09-18
* Remove support for postfix (right-unary) operators.Tom Lane2020-09-17
* Allow CURRENT_ROLE where CURRENT_USER is acceptedPeter Eisentraut2020-09-17
* Fix compiler warningDavid Rowley2020-09-15
* Message fixes and style improvementsPeter Eisentraut2020-09-14
* Expose internal function for converting int64 to numericPeter Eisentraut2020-09-09
* Use plain memset() in numeric.c, not MemSet and friends.Tom Lane2020-09-08
* Frob numeric.c loop so that clang will auto-vectorize it too.Tom Lane2020-09-07
* Apply auto-vectorization to the inner loop of numeric multiplication.Tom Lane2020-09-06
* Yet more elimination of dead stores and useless initializations.Tom Lane2020-09-05
* Remove still more useless assignments.Tom Lane2020-09-04
* remove redundant initializationsBruce Momjian2020-09-03
* Add string_to_table() function.Tom Lane2020-09-02
* Move codes for pg_backend_memory_contexts from mmgr/mcxt.c to adt/mcxtfuncs.c.Fujii Masao2020-08-26
* Prevent concurrent SimpleLruTruncate() for any given SLRU.Noah Misch2020-08-15
* Remove obsolete HAVE_BUGGY_SOLARIS_STRTODPeter Eisentraut2020-08-15
* snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund2020-08-12
* Replace remaining StrNCpy() by strlcpy()Peter Eisentraut2020-08-10
* Fix recently-introduced performance problem in ts_headline().Tom Lane2020-07-31
* Add hash_mem_multiplier GUC.Peter Geoghegan2020-07-29
* Fix incorrect print format in json.cMichael Paquier2020-07-29
* Tweak behavior of pg_stat_activity.leader_pidMichael Paquier2020-07-26
* Replace TS_execute's TS_EXEC_CALC_NOT flag with TS_EXEC_SKIP_NOT.Tom Lane2020-07-24
* Fix assorted bugs by changing TS_execute's callback API to ternary logic.Tom Lane2020-07-24
* Support infinity and -infinity in the numeric data type.Tom Lane2020-07-22
* neqjoinsel must now pass through collation to eqjoinsel.Tom Lane2020-07-21
* Weaken type-OID-matching checks in array_recv and record_recv.Tom Lane2020-07-21
* Fix some corner cases for window ranges with infinite offsets.Tom Lane2020-07-20
* Fix whitespacePeter Eisentraut2020-07-17
* Eliminate cache lookup errors in SQL functions for object addressesMichael Paquier2020-07-15
* Forbid numeric NaN in jsonpathAlexander Korotkov2020-07-11