summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2024-10-08Add min and max aggregates for bytea type.Tom Lane
2024-10-07Fix Y2038 issues with MyStartTime.Nathan Bossart
2024-10-07Use camel case for "DateStyle" in some error messagesMichael Paquier
2024-10-06Ignore not-yet-defined Portals in pg_cursors view.Tom Lane
2024-10-05Reject non-ASCII locale names.Thomas Munro
2024-10-04Speed up numeric division by always using the "fast" algorithm.Dean Rasheed
2024-10-02Fix inconsistent reporting of checkpointer stats.Fujii Masao
2024-09-30Add num_done counter to the pg_stat_checkpointer view.Fujii Masao
2024-09-26Modernize to_char's Roman-numeral code, fixing overflow problems.Tom Lane
2024-09-24For inplace update durability, make heap_update() callers wait.Noah Misch
2024-09-24Allow length=-1 for NUL-terminated input to pg_strncoll(), etc.Jeff Davis
2024-09-24Tighten up make_libc_collator() and make_icu_collator().Jeff Davis
2024-09-24Neaten up our choices of SQLSTATEs for XML-related errors.Tom Lane
2024-09-21Increase the number of fast-path lock slotsTomas Vondra
2024-09-18Extend PgStat_HashKey.objid from 4 to 8 bytesMichael Paquier
2024-09-17Add temporal FOREIGN KEY contraintsPeter Eisentraut
2024-09-17Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut
2024-09-15Replace usages of xmlXPathCompile() with xmlXPathCtxtCompile().Tom Lane
2024-09-13Remove separate locale_is_c argumentsPeter Eisentraut
2024-09-12Simplify checks for deterministic collations.Jeff Davis
2024-09-12Remove redundant check for default collation.Jeff Davis
2024-09-12Make jsonpath .string() be immutable for datetimes.Tom Lane
2024-09-12Add has_largeobject_privilege function.Fujii Masao
2024-09-12Remove hardcoded hash opclass function signature exceptionsPeter Eisentraut
2024-09-12Remove old RULE privilege completely.Fujii Masao
2024-09-12Don't overwrite scan key in systable_beginscan()Peter Eisentraut
2024-09-12Adjust tuplestore stats APIDavid Rowley
2024-09-12SQL/JSON: Fix JSON_QUERY(... WITH CONDITIONAL WRAPPER)Amit Langote
2024-09-11Fix unique key checks in JSON object constructorsTomas Vondra
2024-09-10Use a hash table to de-duplicate column names in ruleutils.c.Tom Lane
2024-09-10Fix some whitespace issues in XMLSERIALIZE(... INDENT).Tom Lane
2024-09-10Introduce an RTE for the grouping stepRichard Guo
2024-09-09Don't bother checking the result of SPI_connect[_ext] anymore.Tom Lane
2024-09-09Add callbacks to control flush of fixed-numbered statsMichael Paquier
2024-09-06Remove lc_ctype_is_c().Jeff Davis
2024-09-06Fix incorrect pg_stat_io output on 32-bit machines.Tom Lane
2024-09-06Remove useless unconstifyPeter Eisentraut
2024-09-06SQL/JSON: Fix default ON ERROR behavior for JSON_TABLEAmit Langote
2024-09-06SQL/JSON: Fix JSON_TABLE() column deparsingAmit Langote
2024-09-06Revert recent SQL/JSON related commitsAmit Langote
2024-09-06SQL/JSON: Fix default ON ERROR behavior for JSON_TABLEAmit Langote
2024-09-06SQL/JSON: Fix JSON_TABLE() column deparsingAmit Langote
2024-09-05Add callback for backend initialization in pgstatsMichael Paquier
2024-09-05Fix two NULL pointer dereferences when reading custom pgstats from fileMichael Paquier
2024-09-04Remove lc_collate_is_c().Jeff Davis
2024-09-04Unify some error messages to ease work of translatorsMichael Paquier
2024-09-04Apply more quoting to GUC names in messagesMichael Paquier
2024-09-04Collect statistics about conflicts in logical replication.Amit Kapila
2024-09-03Remember last collation to speed up collation cache.Jeff Davis
2024-09-03Fix typos and grammar in code comments and docsMichael Paquier