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
*
Fix typo and outdated information in README.barrier
David Rowley
2021-05-18
*
Be more careful about barriers when releasing BackgroundWorkerSlots.
Tom Lane
2021-05-15
*
Prevent infinite insertion loops in spgdoinsert().
Tom Lane
2021-05-14
*
Fix query-cancel handling in spgdoinsert().
Tom Lane
2021-05-14
*
Refactor CHECK_FOR_INTERRUPTS() to add flexibility.
Tom Lane
2021-05-14
*
Rename the logical replication global "wrconn"
Alvaro Herrera
2021-05-12
*
Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.
Tom Lane
2021-05-10
*
Prevent integer overflows in array subscripting calculations.
Tom Lane
2021-05-10
*
Translation updates
Peter Eisentraut
2021-05-10
*
AlterSubscription_refresh: avoid stomping on global variable
Alvaro Herrera
2021-05-07
*
Have ALTER CONSTRAINT recurse on partitioned tables
Alvaro Herrera
2021-05-05
*
Fix OID passed to object-alter hook during ALTER CONSTRAINT
Alvaro Herrera
2021-05-04
*
Fix ALTER TABLE / INHERIT with generated columns
Peter Eisentraut
2021-05-04
*
Disallow calling anything but plain functions via the fastpath API.
Tom Lane
2021-04-30
*
Fix use-after-release issue with pg_identify_object_as_address()
Michael Paquier
2021-04-28
*
Fix pg_identify_object_as_address() with event triggers
Michael Paquier
2021-04-28
*
Don't crash on reference to an un-available system column.
Tom Lane
2021-04-22
*
Fix bugs in RETURNING in cross-partition UPDATE cases.
Tom Lane
2021-04-22
*
Fix typo in comment
Magnus Hagander
2021-04-20
*
Fix some inappropriately-disallowed uses of ALTER ROLE/DATABASE SET.
Tom Lane
2021-04-13
*
Redesign the caching done by get_cached_rowtype().
Tom Lane
2021-04-13
*
Avoid improbable PANIC during heap_update.
Tom Lane
2021-04-13
*
Use "-I." in directories holding Bison parsers, for Oracle compilers.
Noah Misch
2021-04-12
*
Fix old bug with coercing the result of a COLLATE expression.
Tom Lane
2021-04-12
*
Fix out-of-bound memory access for interval -> char conversion
Michael Paquier
2021-04-12
*
Fix typo
Magnus Hagander
2021-04-09
*
Don't add non-existent pages to bitmap from BRIN
Tomas Vondra
2021-04-07
*
Shut down transaction tracking at startup process exit.
Fujii Masao
2021-04-06
*
Fix more confusion in SP-GiST.
Tom Lane
2021-04-04
*
Fix ndistinct estimates with system attributes
Tomas Vondra
2021-03-26
*
Remove StoreSingleInheritance reimplementation
Alvaro Herrera
2021-03-25
*
Fix bug in WAL replay of COMMIT_TS_SETTS record.
Fujii Masao
2021-03-25
*
Use correct spelling of statistics kind
Tomas Vondra
2021-03-23
*
Fix timeline assignment in checkpoints with 2PC transactions
Michael Paquier
2021-03-22
*
Fix memory leak when rejecting bogus DH parameters.
Tom Lane
2021-03-20
*
Fix memory leak when initializing DH parameters in backend
Tom Lane
2021-03-20
*
Don't leak malloc'd error string in libpqrcv_check_conninfo().
Tom Lane
2021-03-18
*
Don't leak malloc'd strings when a GUC setting is rejected.
Tom Lane
2021-03-18
*
Don't leak compiled regex(es) when an ispell cache entry is dropped.
Tom Lane
2021-03-18
*
Don't run RelationInitTableAccessMethod in a long-lived context.
Tom Lane
2021-03-18
*
Don't leak rd_statlist when a relcache entry is dropped.
Tom Lane
2021-03-18
*
Fix function name in error hint
Magnus Hagander
2021-03-18
*
Prevent buffer overrun in read_tablespace_map().
Tom Lane
2021-03-17
*
Revert "Fix race in Parallel Hash Join batch cleanup."
Thomas Munro
2021-03-18
*
Fix race in Parallel Hash Join batch cleanup.
Thomas Munro
2021-03-17
*
Avoid corner-case memory leak in SSL parameter processing.
Tom Lane
2021-03-16
*
Forbid marking an identity column as nullable.
Tom Lane
2021-03-12
*
Validate the OID argument of pg_import_system_collations().
Tom Lane
2021-03-08
*
Fix use-after-free bug with AfterTriggersTableData.storeslot
Alvaro Herrera
2021-02-27
*
Reinstate HEAP_XMAX_LOCK_ONLY|HEAP_KEYS_UPDATED as allowed
Alvaro Herrera
2021-02-23
[next]