index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Prevent ALTER TYPE/DOMAIN/OPERATOR from changing extension membership.
Tom Lane
2021-08-17
*
Set type identifier on BIO
Daniel Gustafsson
2021-08-17
*
Revert analyze support for partitioned tables
Alvaro Herrera
2021-08-16
*
Refresh apply delay on reload of recovery_min_apply_delay at recovery
Michael Paquier
2021-08-16
*
Make EXEC_BACKEND more convenient on macOS.
Thomas Munro
2021-08-13
*
Use appropriate tuple descriptor in FDW batching
Tomas Vondra
2021-08-12
*
Fix segfault during EvalPlanQual with mix of local and foreign partitions.
Heikki Linnakangas
2021-08-12
*
Translation updates
Peter Eisentraut
2021-08-09
*
Use ExplainPropertyInteger for queryid in EXPLAIN
David Rowley
2021-08-09
*
Rethink regexp engine's backref-related compilation state.
Tom Lane
2021-08-08
*
Make regexp engine's backref-related compilation state more bulletproof.
Tom Lane
2021-08-07
*
Fix use-after-free issue in regexp engine.
Tom Lane
2021-08-07
*
Really fix the ambiguity in REFRESH MATERIALIZED VIEW CONCURRENTLY.
Tom Lane
2021-08-07
*
Message style improvements
Peter Eisentraut
2021-08-07
*
Don't elide casting to typmod -1.
Tom Lane
2021-08-06
*
Adjust the integer overflow tests in the numeric code.
Dean Rasheed
2021-08-06
*
Add missing message punctuation
Peter Eisentraut
2021-08-06
*
Fix wording
Peter Eisentraut
2021-08-06
*
Fix division-by-zero error in to_char() with 'EEEE' format.
Dean Rasheed
2021-08-05
*
Make vacuum_index_cleanup reloption RELOPT_TYPE_ENUM.
Peter Geoghegan
2021-08-03
*
Fix oversight in commit 1ec7fca8592178281cd5cdada0f27a340fb813fc.
Etsuro Fujita
2021-08-02
*
Use elog, not Assert, to report failure to provide an outer snapshot.
Tom Lane
2021-07-31
*
Fix corner-case errors and loss of precision in numeric_power().
Dean Rasheed
2021-07-31
*
Update obsolete comment that still referred to CheckpointLock
Heikki Linnakangas
2021-07-30
*
postgres_fdw: Fix handling of pending asynchronous requests.
Etsuro Fujita
2021-07-30
*
Remove unused argument in apply_handle_commit_internal().
Amit Kapila
2021-07-30
*
Close yet another race condition in replication slot test code
Alvaro Herrera
2021-07-29
*
Update minimum recovery point on truncation during WAL replay of abort record.
Fujii Masao
2021-07-29
*
Disallow negative strides in date_bin()
John Naylor
2021-07-28
*
Set pg_setting.pending_restart when pertinent config lines are removed
Alvaro Herrera
2021-07-27
*
Fix bugs in polymorphic-argument resolution for multiranges.
Tom Lane
2021-07-27
*
Avoid using ambiguous word "non-negative" in error messages.
Fujii Masao
2021-07-28
*
Fix incorrect comment for get_agg_clause_costs
David Rowley
2021-07-26
*
Get rid of artificial restriction on hash table sizes on Windows.
Tom Lane
2021-07-25
*
Deduplicate choice of horizon for a relation procarray.c.
Andres Freund
2021-07-24
*
Fix check for conflicting session- vs transaction-level locks.
Tom Lane
2021-07-24
*
Fix division by zero error in date_bin
John Naylor
2021-07-22
*
jit: Don't inline functions that access thread-locals.
Thomas Munro
2021-07-22
*
Document "B" and "us" as accepted units in postgres.conf.sample
John Naylor
2021-07-21
*
Add missing check of noError parameter in euc_tw_and_big5.c
John Naylor
2021-07-21
*
Don't allow to set replication slot_name as ''.
Amit Kapila
2021-07-19
*
Support for unnest(multirange)
Alexander Korotkov
2021-07-18
*
Preserve firing-on state when cloning row triggers to partitions
Alvaro Herrera
2021-07-16
*
Advance old-segment horizon properly after slot invalidation
Alvaro Herrera
2021-07-16
*
Remove unnecessary assertion in postmaster.c
Michael Paquier
2021-07-15
*
Fix unexpected error messages for various flavors of ALTER TABLE
Michael Paquier
2021-07-14
*
Fix lack of message pluralization
Peter Eisentraut
2021-07-14
*
Change the name of the Result Cache node to Memoize
David Rowley
2021-07-14
*
Rename debug_invalidate_system_caches_always to debug_discard_caches.
Tom Lane
2021-07-13
*
Robustify tuplesort's free_sort_tuple function
David Rowley
2021-07-13
[next]