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 pg_visibility regression failure with CLOBBER_CACHE_ALWAYS
Tomas Vondra
2021-06-08
*
Don't crash on empty statements in SQL-standard function bodies.
Tom Lane
2021-06-08
*
Reorder superuser check in pg_log_backend_memory_contexts()
Michael Paquier
2021-06-08
*
Add _outTidRangePath()
Peter Eisentraut
2021-06-07
*
Remove two_phase variable from CreateReplicationSlotCmd struct.
Amit Kapila
2021-06-07
*
Fix rescanning of async-aware Append nodes.
Etsuro Fujita
2021-06-07
*
Fix inconsistent equalfuncs.c behavior for FuncCall.funcformat.
Tom Lane
2021-06-06
*
Add transformed flag to nodes/*funcs.c for CREATE STATISTICS
Tomas Vondra
2021-06-06
*
Standardize nodes/*funcs.c cosmetics for ForeignScan.resultRelation.
Noah Misch
2021-06-06
*
Clean up some questionable usages of DatumGet* macros
David Rowley
2021-06-04
*
Adjust locations which have an incorrect copyright year
David Rowley
2021-06-04
*
Fix incorrect permissions on pg_subscription.
Tom Lane
2021-06-03
*
Reduce risks of conflicts in internal queries of REFRESH MATVIEW CONCURRENTLY
Michael Paquier
2021-06-03
*
Standardize usages of appendStringInfo and appendPQExpBuffer
David Rowley
2021-06-03
*
Re-allow custom GUC names that have more than two components.
Tom Lane
2021-06-02
*
Revert most of 39b66a91bd
Tomas Vondra
2021-06-03
*
Fix planner's row-mark code for inheritance from a foreign table.
Tom Lane
2021-06-02
*
Reject SELECT ... GROUP BY GROUPING SETS (()) FOR UPDATE.
Tom Lane
2021-06-01
*
pgoutput: Fix memory leak due to RelationSyncEntry.map.
Amit Kapila
2021-06-01
*
Fix RADIUS error reporting in hba file parsing
Peter Eisentraut
2021-05-31
*
Fix mis-planning of repeated application of a projection.
Tom Lane
2021-05-31
*
Improve some error wording with multirange type parsing
Michael Paquier
2021-05-31
*
Fix race condition when sharing tuple descriptors.
Thomas Munro
2021-05-29
*
Fix VACUUM VERBOSE's LP_DEAD item pages output.
Peter Geoghegan
2021-05-27
*
Reduce the range of OIDs reserved for genbki.pl.
Tom Lane
2021-05-27
*
Rethink definition of pg_attribute.attcompression.
Tom Lane
2021-05-27
*
Replace run-time error check with assertion
Peter Eisentraut
2021-05-27
*
doc: Fix description of some GUCs in docs and postgresql.conf.sample
Michael Paquier
2021-05-27
*
Fix assertion during streaming of multi-insert toast changes.
Amit Kapila
2021-05-27
*
Fix typo in heapam.c
Michael Paquier
2021-05-26
*
Fix use of uninitialized variable in inline_function().
Tom Lane
2021-05-25
*
postgresql.conf.sample: Make vertical spacing consistent
Peter Eisentraut
2021-05-25
*
Fix memory leak when de-toasting compressed values in VACUUM FULL/CLUSTER
Michael Paquier
2021-05-25
*
Improve docs and error messages for parallel vacuum.
Amit Kapila
2021-05-25
*
Disallow SSL renegotiation
Michael Paquier
2021-05-25
*
Fix setrefs.c code for Result Cache nodes
David Rowley
2021-05-25
*
Consider triggering VACUUM failsafe during scan.
Peter Geoghegan
2021-05-24
*
Add missing NULL check when building Result Cache paths
David Rowley
2021-05-24
*
Re-order pg_attribute columns to eliminate some padding space.
Tom Lane
2021-05-23
*
Be more verbose when the postmaster unexpectedly quits.
Tom Lane
2021-05-23
*
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
[next]