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 access to no-longer-open relcache entry in logical-rep worker.
Tom Lane
2021-05-22
*
Fix planner's use of Result Cache with unique joins
David Rowley
2021-05-22
*
Disallow whole-row variables in GENERATED expressions.
Tom Lane
2021-05-21
*
Fix usage of "tableoid" in GENERATED expressions.
Tom Lane
2021-05-21
*
Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.
Tom Lane
2021-05-21
*
Fix deadlock for multiple replicating truncates of the same table.
Amit Kapila
2021-05-21
*
Avoid detoasting failure after COMMIT inside a plpgsql FOR loop.
Tom Lane
2021-05-20
*
Make standby promotion reset the recovery pause state to 'not paused'.
Fujii Masao
2021-05-19
*
Fix issues in pg_stat_wal.
Fujii Masao
2021-05-19
*
Fix typo and outdated information in README.barrier
David Rowley
2021-05-18
*
Translation updates
Peter Eisentraut
2021-05-17
*
Unbreak EXEC_BACKEND build
Alvaro Herrera
2021-05-15
*
Allow compute_query_id to be set to 'auto' and make it default
Alvaro Herrera
2021-05-15
*
Be more careful about barriers when releasing BackgroundWorkerSlots.
Tom Lane
2021-05-15
*
Harden nbtree deduplication posting split code.
Peter Geoghegan
2021-05-14
*
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
*
Convert misleading while loop into an if condition
David Rowley
2021-05-14
*
Fix autovacuum log output heap truncation issue.
Peter Geoghegan
2021-05-13
*
Rename the logical replication global "wrconn"
Alvaro Herrera
2021-05-12
*
Double-space commands in system_constraints.sql/system_functions.sql.
Tom Lane
2021-05-12
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Simplify one use of ScanKey in pg_subscription.c
Michael Paquier
2021-05-12
*
Refactor some error messages for easier translation
Peter Eisentraut
2021-05-12
*
Fix EXPLAIN ANALYZE for async-capable nodes.
Etsuro Fujita
2021-05-12
*
Change data type of counters in BufferUsage and WalUsage from long to int64.
Fujii Masao
2021-05-12
*
Tweak generation of Gen_dummy_probes.pl
Andrew Dunstan
2021-05-11
*
Fix typo
Peter Eisentraut
2021-05-11
*
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
*
Emit dummy statements for probes.d probes when disabled
Peter Eisentraut
2021-05-10
*
Fix typos in operatorcmds.c
Michael Paquier
2021-05-10
*
Revert recovery prefetching feature.
Thomas Munro
2021-05-10
*
Move memory accounting Asserts for Result Cache code
David Rowley
2021-05-09
*
Sync guc.c and postgresql.conf.sample with the SGML docs.
Tom Lane
2021-05-08
*
Fix incorrect error code for CREATE/ALTER TABLE COMPRESSION
Michael Paquier
2021-05-08
*
Add a README and Makefile recipe for Gen_dummy_probes.pl
Andrew Dunstan
2021-05-07
*
Fix typo
Peter Eisentraut
2021-05-07
*
AlterSubscription_refresh: avoid stomping on global variable
Alvaro Herrera
2021-05-07
*
Fix typos in comments about extended statistics
Tomas Vondra
2021-05-07
*
Make pg_get_statisticsobjdef_expressions return NULL
Tomas Vondra
2021-05-07
*
Revert per-index collation version tracking feature.
Thomas Munro
2021-05-07
*
Remove redundant variable
Alvaro Herrera
2021-05-06
*
Remove overzealous VACUUM visibility map assertion.
Peter Geoghegan
2021-05-06
*
Track detached partitions more accurately in partdescs
Alvaro Herrera
2021-05-06
*
Update replication statistics after every stream/spill.
Amit Kapila
2021-05-06
*
jit: Fix warning reported by gcc-11 caused by dubious function signature.
Andres Freund
2021-05-05
*
Tighten the concurrent abort check during decoding.
Amit Kapila
2021-05-06
[next]