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
*
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
*
Fix theoretical bug in tuplesort
David Rowley
2021-07-13
*
Remove dead assignment to local variable.
Heikki Linnakangas
2021-07-12
*
Lock the extension during ALTER EXTENSION ADD/DROP.
Tom Lane
2021-07-11
*
Fix assign_record_type_typmod().
Jeff Davis
2021-07-10
*
Fix numeric_mul() overflow due to too many digits after decimal point.
Dean Rasheed
2021-07-10
*
Avoid creating a RESULT RTE that's marked LATERAL.
Tom Lane
2021-07-09
*
Reject cases where a query in WITH rewrites to just NOTIFY.
Tom Lane
2021-07-09
*
Remove more obsolete comments about semaphores.
Thomas Munro
2021-07-09
*
Fix incorrect return value in pg_size_pretty(bigint)
David Rowley
2021-07-09
*
Reduce overhead of cache-clobber testing in LookupOpclassInfo().
Tom Lane
2021-07-05
*
Don't try to print data type names in slot_store_error_callback().
Tom Lane
2021-07-02
*
Don't reset relhasindex for partitioned tables on ANALYZE
Alvaro Herrera
2021-07-01
*
Replace magic constants used in pg_stat_get_replication_slot().
Amit Kapila
2021-06-30
*
Allow streaming the changes after speculative aborts.
Amit Kapila
2021-06-30
*
Fix incorrect PITR message for transaction ROLLBACK PREPARED
Michael Paquier
2021-06-30
*
Fixes for multirange selectivity estimation
Alexander Korotkov
2021-06-29
*
Fix bogus logic for reporting which hash partition conflicts.
Tom Lane
2021-06-29
*
Pre branch pgindent / pgperltidy run
Andrew Dunstan
2021-06-28
*
Message style improvements
Peter Eisentraut
2021-06-28
*
Improve RelationGetIdentityKeyBitmap().
Amit Kapila
2021-06-28
*
Fix race condition in TransactionGroupUpdateXidStatus().
Amit Kapila
2021-06-28
*
Change recovery_init_sync_method to PGC_SIGHUP.
Thomas Munro
2021-06-28
*
Fix variable initialization with ALTER SUBSCRIPTION DROP PUBLICATION
Michael Paquier
2021-06-28
*
Error message refactoring
Peter Eisentraut
2021-06-27
*
Remove unnecessary failure cases in RemoveRoleFromObjectPolicy().
Tom Lane
2021-06-25
*
Fixes in ALTER SUBSCRIPTION DROP PUBLICATION code
Peter Eisentraut
2021-06-25
*
Remove redundant variable pageSize in gistinitpage
Peter Eisentraut
2021-06-25
[next]