index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGS
Alvaro Herrera
2022-05-19
*
Fix the logical replication timeout during large transactions.
Amit Kapila
2022-05-11
*
Remove inadequate assertion check in CTE inlining.
Tom Lane
2022-04-21
*
Rethink the delay-checkpoint-end mechanism in the back-branches.
Robert Haas
2022-04-14
*
Prevent access to no-longer-pinned buffer in heapam_tuple_lock().
Tom Lane
2022-04-13
*
Remove obsolete comment
Peter Eisentraut
2022-04-02
*
Revert "Fix replay of create database records on standby"
Alvaro Herrera
2022-03-29
*
Suppress compiler warning in relptr_store().
Tom Lane
2022-03-26
*
Fix replay of create database records on standby
Alvaro Herrera
2022-03-25
*
Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.
Robert Haas
2022-03-24
*
Fix waiting in RegisterSyncRequest().
Thomas Munro
2022-03-16
*
Fix bogus casting in BlockIdGetBlockNumber().
Tom Lane
2022-03-03
*
Suppress warning about stack_base_ptr with late-model GCC.
Tom Lane
2022-02-17
*
Fix failure to validate the result of select_common_type().
Tom Lane
2022-01-29
*
Fix ordering of XIDs in ProcArrayApplyRecoveryInfo
Tomas Vondra
2022-01-27
*
Fix limitations on what SQL commands can be issued to a walsender.
Tom Lane
2022-01-24
*
Fix index-only scan plans, take 2.
Tom Lane
2022-01-03
*
Fix index-only scan plans when not all index columns can be returned.
Tom Lane
2022-01-01
*
Correct comment and some documentation about REPLICA_IDENTITY_INDEX
Michael Paquier
2021-12-22
*
Harden be-gssapi-common.h for headerscheck
Alvaro Herrera
2021-11-26
*
Fix parallel operations that prevent oldest xmin from advancing.
Amit Kapila
2021-11-19
*
Reject extraneous data after SSL or GSS encryption handshake.
Tom Lane
2021-11-08
*
Avoid O(N^2) behavior in SyncPostCheckpoint().
Tom Lane
2021-11-02
*
Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.
Noah Misch
2021-10-23
*
Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.
Noah Misch
2021-10-23
*
Fix frontend version of sh_error() in simplehash.h.
Tom Lane
2021-10-22
*
Reset properly snapshot export state during transaction abort
Michael Paquier
2021-10-18
*
Fix Portal snapshot tracking to handle subtransactions properly.
Tom Lane
2021-10-01
*
Fix WAL replay in presence of an incomplete record
Alvaro Herrera
2021-09-29
*
Split macros from visibilitymap.h into a separate header
Alexander Korotkov
2021-09-23
*
Invalidate all partitions for a partitioned table in publication.
Amit Kapila
2021-09-22
*
Send NOTIFY signals during CommitTransaction.
Tom Lane
2021-09-14
*
jit: Do not try to shut down LLVM state in case of LLVM triggered errors.
Andres Freund
2021-09-13
*
Revert "Avoid creating archive status ".ready" files too early"
Alvaro Herrera
2021-09-04
*
Fix toast rewrites in logical decoding.
Amit Kapila
2021-08-25
*
Avoid creating archive status ".ready" files too early
Alvaro Herrera
2021-08-23
*
Avoid trying to lock OLD/NEW in a rule with FOR UPDATE.
Tom Lane
2021-08-19
*
Prevent ALTER TYPE/DOMAIN/OPERATOR from changing extension membership.
Tom Lane
2021-08-17
*
Add RISC-V spinlock support in s_lock.h.
Tom Lane
2021-08-13
*
Fix incorrect hash table resizing code in simplehash.h
David Rowley
2021-08-13
*
Get rid of artificial restriction on hash table sizes on Windows.
Tom Lane
2021-07-25
*
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
*
Update configure's probe for libldap to work with OpenLDAP 2.5.
Tom Lane
2021-07-09
*
Don't try to print data type names in slot_store_error_callback().
Tom Lane
2021-07-02
*
Fix ABI break introduced by commit 4daa140a2f.
Amit Kapila
2021-06-24
*
Fix decoding of speculative aborts.
Amit Kapila
2021-06-15
*
Remove unnecessary declaration in win32_port.h
Michael Paquier
2021-06-08
*
Fix incautious handling of possibly-miscoded strings in client code.
Tom Lane
2021-06-07
*
Add fallback implementation for setenv()
Michael Paquier
2021-06-01
[next]