aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt
Commit message (Expand)AuthorAge
* Remove superfluous newlines in function prototypes.Andres Freund2019-07-31
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-29
* 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
* Use appendBinaryStringInfo in more places where the length is knownDavid Rowley2019-07-23
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-22
* Fix error in commit e6feef57.Jeff Davis2019-07-18
* Fix daterange canonicalization for +/- infinity.Jeff Davis2019-07-18
* Avoid using lcons and list_delete_first where it's easy to do so.Tom Lane2019-07-17
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-16
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-15
* Add gen_random_uuid functionPeter Eisentraut2019-07-14
* Add missing commutators for distance operatorsAlexander Korotkov2019-07-14
* Fix get_actual_variable_range() to cope with broken HOT chains.Tom Lane2019-07-12
* Fix inconsistencies in the codeMichael Paquier2019-07-08
* Add min() and max() aggregates for pg_lsnMichael Paquier2019-07-05
* Use appendStringInfoString and appendPQExpBufferStr where possibleDavid Rowley2019-07-04
* pgindent run prior to branching v12.Tom Lane2019-07-01
* Fix many typos and inconsistenciesMichael Paquier2019-07-01
* Don't read fields of a misaligned ExpandedObjectHeader or AnyArrayType.Noah Misch2019-06-30
* Fix breakage introduced in pg_lsn_in()Peter Eisentraut2019-06-30
* Don't call data type input functions in GUC check hooksPeter Eisentraut2019-06-30
* Remove explicit error handling for obsolete date/time valuesPeter Eisentraut2019-06-30
* Don't call PG_RETURN_BOOL() in a function not returning Datum.Noah Misch2019-06-23
* Support 'q' flag in jsonpath 'like_regex' predicateAlexander Korotkov2019-06-19
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-17
* Fix incorrect printing of queries with duplicated join names.Tom Lane2019-06-12
* Fix conversion of JSON strings to JSON output columns in json_to_record().Tom Lane2019-06-11
* Update stale comments, and fix comment typos.Noah Misch2019-06-08
* Fix typos in various placesMichael Paquier2019-06-03
* Fix typos.Amit Kapila2019-05-26
* tableam: Rename wrapper functions to match callback names.Andres Freund2019-05-23
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Fix declarations of couple jsonpath functionsAlexander Korotkov2019-05-19
* tableam: Avoid relying on relation size to determine validity of tids.Andres Freund2019-05-17
* More message style fixesAlvaro Herrera2019-05-16
* Fix SQL-style substring() to have spec-compliant greediness behavior.Tom Lane2019-05-14
* Fix incorrect return value in JSON equality function for scalarsMichael Paquier2019-05-13
* Improve error reporting in jsonpathAlexander Korotkov2019-05-08
* Fix typos and clarify a commentMagnus Hagander2019-05-07
* Use checkAsUser for selectivity estimator checks, if it's set.Dean Rasheed2019-05-06
* Fix security checks for selectivity estimation functions with RLS.Dean Rasheed2019-05-06
* Clean up minor warnings from buildfarm.Tom Lane2019-04-28
* Fix tablespace inheritance for partitioned relsAlvaro Herrera2019-04-25
* Unify error messagesAlvaro Herrera2019-04-24
* Repair assorted issues in locale data extraction.Tom Lane2019-04-23
* Don't request pretty-printed output from xmlNodeDump().Tom Lane2019-04-23
* Minor jsonpath fixes.Tom Lane2019-04-17
* Return NULL for checksum failures if checksums are not enabledMagnus Hagander2019-04-17