aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt
Commit message (Expand)AuthorAge
* Remove lc_ctype_is_c().Jeff Davis2024-09-06
* Fix incorrect pg_stat_io output on 32-bit machines.Tom Lane2024-09-06
* Remove useless unconstifyPeter Eisentraut2024-09-06
* SQL/JSON: Fix default ON ERROR behavior for JSON_TABLEAmit Langote2024-09-06
* SQL/JSON: Fix JSON_TABLE() column deparsingAmit Langote2024-09-06
* Revert recent SQL/JSON related commitsAmit Langote2024-09-06
* SQL/JSON: Fix default ON ERROR behavior for JSON_TABLEAmit Langote2024-09-06
* SQL/JSON: Fix JSON_TABLE() column deparsingAmit Langote2024-09-06
* Remove lc_collate_is_c().Jeff Davis2024-09-04
* Collect statistics about conflicts in logical replication.Amit Kapila2024-09-04
* Remember last collation to speed up collation cache.Jeff Davis2024-09-03
* Define PG_TBLSPC_DIR for path pg_tblspc/ in data folderMichael Paquier2024-09-03
* Define PG_LOGICAL_DIR for path pg_logical/ in data folderMichael Paquier2024-08-30
* Define PG_REPLSLOT_DIR for path pg_replslot/ in data folderMichael Paquier2024-08-30
* Fix mis-deparsing of ORDER BY lists when there is a name conflict.Tom Lane2024-08-29
* Message style improvementsPeter Eisentraut2024-08-29
* Fix compiler warning in mul_var_short().Dean Rasheed2024-08-26
* Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commandsAlexander Korotkov2024-08-24
* thread-safety: gmtime_r(), localtime_r()Peter Eisentraut2024-08-23
* Fix obsolete comments in varstr_cmp().Jeff Davis2024-08-21
* Fix pgindent damageRobert Haas2024-08-21
* Slightly refactor varstr_sortsupport() to improve readability.Jeff Davis2024-08-20
* Fix harmless LC_COLLATE[_MASK] confusion.Thomas Munro2024-08-19
* Further reduce dependence on -fwrapv semantics in jsonb.Nathan Bossart2024-08-16
* Fix extraction of week and quarter fields from intervals.Tom Lane2024-08-16
* Remove dependence on -fwrapv semantics in jsonb.Nathan Bossart2024-08-16
* Remove dependence on -fwrapv semantics in a few places.Nathan Bossart2024-08-15
* Optimise numeric multiplication using base-NBASE^2 arithmetic.Dean Rasheed2024-08-15
* Extend mul_var_short() to 5 and 6-digit inputs.Dean Rasheed2024-08-15
* Remove TRACE_SORT macroPeter Eisentraut2024-08-14
* Remove unnecessary check for NULL locale, per Coverity.Jeff Davis2024-08-12
* Remove dead codePeter Eisentraut2024-08-12
* Remove "parent" column from pg_backend_memory_contextsDavid Rowley2024-08-12
* Suppress Coverity warnings about Asserts in get_name_for_var_field.Tom Lane2024-08-11
* Fix "failed to find plan for subquery/CTE" errors in EXPLAIN.Tom Lane2024-08-09
* Use psprintf to simplify gtsvectorout()Heikki Linnakangas2024-08-06
* Make nullSemAction const, add 'const' decorators to related functionsHeikki Linnakangas2024-08-06
* selfuncs.c: use pg_strxfrm() instead of strxfrm().Jeff Davis2024-08-06
* Remove support for null pg_locale_t most places.Jeff Davis2024-08-05
* Optimize JSON escaping using SIMDDavid Rowley2024-08-05
* Introduce pluggable APIs for Cumulative StatisticsMichael Paquier2024-08-04
* Relax check for return value from second call of pg_strnxfrm().Jeff Davis2024-07-30
* Refactor getWeights to write to caller-supplied bufferHeikki Linnakangas2024-07-30
* Replace static bufs with a StringInfo in cash_words()Heikki Linnakangas2024-07-30
* Preserve tz when converting to jsonb timestamptzAndrew Dunstan2024-07-30
* Make collation not depend on setlocale().Jeff Davis2024-07-30
* Fix partitionwise join with partially-redundant join clausesRichard Guo2024-07-30
* Do not return NULL from pg_newlocale_from_collation().Jeff Davis2024-07-29
* Add missing pointer dereference in pg_backend_memory_contexts viewDavid Rowley2024-07-29
* Fix whitespace in commit 005c6b833f.Jeff Davis2024-07-28