index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Fix order of parameters in a cost_sort call
Richard Guo
2024-09-09
*
Add callbacks to control flush of fixed-numbered stats
Michael Paquier
2024-09-09
*
Avoid core dump after getpwuid_r failure.
Tom Lane
2024-09-08
*
Update extension lookup routines to use the syscache
Michael Paquier
2024-09-07
*
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: Avoid initializing unnecessary ON ERROR / ON EMPTY steps
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
*
Update comment about ExprState.escontext
Amit Langote
2024-09-06
*
Be more careful with error paths in pg_set_regex_collation().
Jeff Davis
2024-09-05
*
Prevent mis-encoding of "trailing junk after numeric literal" errors.
Tom Lane
2024-09-05
*
Fix handling of NULL return value in typarray lookup
Daniel Gustafsson
2024-09-05
*
Fix misleading error message context
Peter Eisentraut
2024-09-05
*
Add callback for backend initialization in pgstats
Michael Paquier
2024-09-05
*
Fix two NULL pointer dereferences when reading custom pgstats from file
Michael Paquier
2024-09-05
*
Check availability of module injection_points in TAP tests
Michael Paquier
2024-09-05
*
Optimize WindowAgg's use of tuplestores
David Rowley
2024-09-05
*
Speedup WindowAgg code by moving uncommon code out-of-line
David Rowley
2024-09-05
*
Remove lc_collate_is_c().
Jeff Davis
2024-09-04
*
Remove test-case workarounds for ancient libedit versions.
Tom Lane
2024-09-04
*
Revert "Optimize pg_visibility with read streams."
Noah Misch
2024-09-04
*
Remove a couple of strerror() calls
Peter Eisentraut
2024-09-04
*
Unify some error messages to ease work of translators
Michael Paquier
2024-09-04
*
Apply more quoting to GUC names in messages
Michael Paquier
2024-09-04
*
Collect statistics about conflicts in logical replication.
Amit Kapila
2024-09-04
*
Avoid unnecessary post-sort projection
Richard Guo
2024-09-04
*
Check the validity of commutators for merge/hash clauses
Richard Guo
2024-09-04
*
Fix inconsistent LWLock tranche name "CommitTsSLRU"
Michael Paquier
2024-09-04
*
Avoid installcheck failure in TAP tests using injection_points
Michael Paquier
2024-09-04
*
Remember last collation to speed up collation cache.
Jeff Davis
2024-09-03
*
Simplify makefiles exporting twice enable_injection_points
Michael Paquier
2024-09-04
*
Standardize "read-ahead advice" terminology.
Thomas Munro
2024-09-04
*
Fix stack variable scope from previous commit.
Noah Misch
2024-09-03
*
Optimize pg_visibility with read streams.
Noah Misch
2024-09-03
*
Add block_range_read_stream_cb(), to deduplicate code.
Noah Misch
2024-09-03
*
Use library functions to edit config in SSL tests
Daniel Gustafsson
2024-09-03
*
Test for PG_TEST_EXTRA separately in SSL tests
Daniel Gustafsson
2024-09-03
*
Fix typos in code comments and test data
Daniel Gustafsson
2024-09-03
*
Add const qualifiers to XLogRegister*() functions
Peter Eisentraut
2024-09-03
*
Fix typos and grammar in code comments and docs
Michael Paquier
2024-09-03
*
Define PG_TBLSPC_DIR for path pg_tblspc/ in data folder
Michael Paquier
2024-09-03
*
doc: Consistently use result set in documentation
Daniel Gustafsson
2024-09-02
*
Fix rarely-run test for message wording change
Peter Eisentraut
2024-09-02
*
Only perform pg_strong_random init when required
Daniel Gustafsson
2024-09-02
*
Remove support for OpenSSL older than 1.1.0
Daniel Gustafsson
2024-09-02
[next]