index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
Commit message (
Expand
)
Author
Age
*
Remove lc_ctype_is_c().
Jeff Davis
2024-09-06
*
Fix incorrect pg_stat_io output on 32-bit machines.
Tom Lane
2024-09-06
*
Remove useless unconstify
Peter Eisentraut
2024-09-06
*
SQL/JSON: Fix default ON ERROR behavior for JSON_TABLE
Amit Langote
2024-09-06
*
SQL/JSON: Fix JSON_TABLE() column deparsing
Amit Langote
2024-09-06
*
Revert recent SQL/JSON related commits
Amit Langote
2024-09-06
*
SQL/JSON: Fix default ON ERROR behavior for JSON_TABLE
Amit Langote
2024-09-06
*
SQL/JSON: Fix JSON_TABLE() column deparsing
Amit Langote
2024-09-06
*
Remove lc_collate_is_c().
Jeff Davis
2024-09-04
*
Collect statistics about conflicts in logical replication.
Amit Kapila
2024-09-04
*
Remember last collation to speed up collation cache.
Jeff Davis
2024-09-03
*
Define PG_TBLSPC_DIR for path pg_tblspc/ in data folder
Michael Paquier
2024-09-03
*
Define PG_LOGICAL_DIR for path pg_logical/ in data folder
Michael Paquier
2024-08-30
*
Define PG_REPLSLOT_DIR for path pg_replslot/ in data folder
Michael Paquier
2024-08-30
*
Fix mis-deparsing of ORDER BY lists when there is a name conflict.
Tom Lane
2024-08-29
*
Message style improvements
Peter Eisentraut
2024-08-29
*
Fix compiler warning in mul_var_short().
Dean Rasheed
2024-08-26
*
Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands
Alexander Korotkov
2024-08-24
*
thread-safety: gmtime_r(), localtime_r()
Peter Eisentraut
2024-08-23
*
Fix obsolete comments in varstr_cmp().
Jeff Davis
2024-08-21
*
Fix pgindent damage
Robert Haas
2024-08-21
*
Slightly refactor varstr_sortsupport() to improve readability.
Jeff Davis
2024-08-20
*
Fix harmless LC_COLLATE[_MASK] confusion.
Thomas Munro
2024-08-19
*
Further reduce dependence on -fwrapv semantics in jsonb.
Nathan Bossart
2024-08-16
*
Fix extraction of week and quarter fields from intervals.
Tom Lane
2024-08-16
*
Remove dependence on -fwrapv semantics in jsonb.
Nathan Bossart
2024-08-16
*
Remove dependence on -fwrapv semantics in a few places.
Nathan Bossart
2024-08-15
*
Optimise numeric multiplication using base-NBASE^2 arithmetic.
Dean Rasheed
2024-08-15
*
Extend mul_var_short() to 5 and 6-digit inputs.
Dean Rasheed
2024-08-15
*
Remove TRACE_SORT macro
Peter Eisentraut
2024-08-14
*
Remove unnecessary check for NULL locale, per Coverity.
Jeff Davis
2024-08-12
*
Remove dead code
Peter Eisentraut
2024-08-12
*
Remove "parent" column from pg_backend_memory_contexts
David Rowley
2024-08-12
*
Suppress Coverity warnings about Asserts in get_name_for_var_field.
Tom Lane
2024-08-11
*
Fix "failed to find plan for subquery/CTE" errors in EXPLAIN.
Tom Lane
2024-08-09
*
Use psprintf to simplify gtsvectorout()
Heikki Linnakangas
2024-08-06
*
Make nullSemAction const, add 'const' decorators to related functions
Heikki Linnakangas
2024-08-06
*
selfuncs.c: use pg_strxfrm() instead of strxfrm().
Jeff Davis
2024-08-06
*
Remove support for null pg_locale_t most places.
Jeff Davis
2024-08-05
*
Optimize JSON escaping using SIMD
David Rowley
2024-08-05
*
Introduce pluggable APIs for Cumulative Statistics
Michael Paquier
2024-08-04
*
Relax check for return value from second call of pg_strnxfrm().
Jeff Davis
2024-07-30
*
Refactor getWeights to write to caller-supplied buffer
Heikki Linnakangas
2024-07-30
*
Replace static bufs with a StringInfo in cash_words()
Heikki Linnakangas
2024-07-30
*
Preserve tz when converting to jsonb timestamptz
Andrew Dunstan
2024-07-30
*
Make collation not depend on setlocale().
Jeff Davis
2024-07-30
*
Fix partitionwise join with partially-redundant join clauses
Richard Guo
2024-07-30
*
Do not return NULL from pg_newlocale_from_collation().
Jeff Davis
2024-07-29
*
Add missing pointer dereference in pg_backend_memory_contexts view
David Rowley
2024-07-29
*
Fix whitespace in commit 005c6b833f.
Jeff Davis
2024-07-28
[next]