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
*
Remove assertion for replication origins in PREPARE TRANSACTION
Michael Paquier
2021-12-14
*
Fix alignment in multirange_get_range() function
Alexander Korotkov
2021-12-13
*
Fix some typos with {a,an}
Michael Paquier
2021-12-09
*
Fix double publish of child table's data.
Amit Kapila
2021-12-09
*
Fix origin timestamp during decoding of ROLLBACK PREPARED operation.
Amit Kapila
2021-12-08
*
Fix corruption of toast indexes with REINDEX CONCURRENTLY
Michael Paquier
2021-12-08
*
On Windows, also call shutdown() while closing the client socket.
Tom Lane
2021-12-07
*
On Windows, close the client socket explicitly during backend shutdown.
Tom Lane
2021-12-02
*
Avoid leaking memory during large-scale REASSIGN OWNED BY operations.
Tom Lane
2021-12-01
*
Fix determination of broken LSN in OVERWRITTEN_CONTRECORD
Alvaro Herrera
2021-11-26
*
Fix GRANTED BY support in REVOKE ROLE statements
Daniel Gustafsson
2021-11-26
*
Block ALTER TABLE .. DROP NOT NULL on columns in replica identity index
Michael Paquier
2021-11-25
*
Flush Memoize cache when non-key parameters change, take 2
David Rowley
2021-11-24
*
Revert "Flush Memoize cache when non-key parameters change"
David Rowley
2021-11-24
*
Flush Memoize cache when non-key parameters change
David Rowley
2021-11-24
*
Allow Memoize to operate in binary comparison mode
David Rowley
2021-11-24
*
Add missing words in comment
Alvaro Herrera
2021-11-22
*
Fix SP-GiST scan initialization logic for binary-compatible cases.
Tom Lane
2021-11-20
*
Fix parallel operations that prevent oldest xmin from advancing.
Amit Kapila
2021-11-19
*
Fix display of SQL-standard function's arguments in INSERT/SELECT.
Tom Lane
2021-11-17
*
Invalidate relcache when changing REPLICA IDENTITY index.
Amit Kapila
2021-11-16
*
Fix memory overrun when querying pg_stat_slru
Michael Paquier
2021-11-12
*
Report any XLogReadRecord() error in XlogReadTwoPhaseData().
Noah Misch
2021-11-11
*
Restore lock level to set vacuum flags
Alvaro Herrera
2021-11-11
*
Doc: improve protocol spec for logical replication Type messages.
Tom Lane
2021-11-10
*
Reject extraneous data after SSL or GSS encryption handshake.
Tom Lane
2021-11-08
*
Translation updates
Peter Eisentraut
2021-11-08
*
Fix incorrect hash equality operator bug in Memoize
David Rowley
2021-11-08
*
Reset lastOverflowedXid on standby when needed
Alexander Korotkov
2021-11-06
*
Fix handling of NaN values in BRIN minmax multi
Tomas Vondra
2021-11-06
*
Avoid crash in rare case of concurrent DROP
Alvaro Herrera
2021-11-05
*
Fix snapshot reference leak if lo_export fails.
Heikki Linnakangas
2021-11-03
*
Fix parallel amvacuumcleanup safety bug.
Peter Geoghegan
2021-11-02
*
Don't overlook indexes during parallel VACUUM.
Peter Geoghegan
2021-11-02
*
Fix variable lifespan in ExecInitCoerceToDomain().
Tom Lane
2021-11-02
*
Avoid O(N^2) behavior in SyncPostCheckpoint().
Tom Lane
2021-11-02
*
Avoid some other O(N^2) hazards in list manipulation.
Tom Lane
2021-11-01
*
Handle XLOG_OVERWRITE_CONTRECORD in DecodeXLogOp
Alvaro Herrera
2021-11-01
*
Preserve opclass parameters across REINDEX CONCURRENTLY
Michael Paquier
2021-11-01
*
Avoid O(N^2) behavior when the standby process releases many locks.
Tom Lane
2021-10-31
*
Demote pg_unreachable() in heapam to an assertion.
Peter Geoghegan
2021-10-29
*
Fix ordering of items in nbtree error message.
Peter Geoghegan
2021-10-27
*
Further harden nbtree posting split code.
Peter Geoghegan
2021-10-27
*
Ensure that slots are zeroed before use
Daniel Gustafsson
2021-10-26
*
Revert "Remove unused wait events."
Amit Kapila
2021-10-26
*
Reject huge_pages=on if shared_memory_type=sysv.
Thomas Munro
2021-10-26
*
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
*
Back-patch "Add parent table name in an error in reorderbuffer.c."
Amit Kapila
2021-10-21
*
Remove unused wait events.
Amit Kapila
2021-10-21
[next]