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
*
Fix catalog lookup with the wrong snapshot during logical decoding.
Amit Kapila
2022-08-11
*
In extensions, don't replace objects not belonging to the extension.
Tom Lane
2022-08-08
*
Fix ENABLE/DISABLE TRIGGER to handle recursion correctly
Alvaro Herrera
2022-08-05
*
Fix incorrect tests for SRFs in relation_can_be_sorted_early().
Tom Lane
2022-08-03
*
Allow "in place" tablespaces.
Alvaro Herrera
2022-07-27
*
Force immediate commit after CREATE DATABASE etc in extended protocol.
Tom Lane
2022-07-26
*
Re-add SPICleanup for ABI compatibility in stable branch
Peter Eisentraut
2022-07-18
*
Invent qsort_interruptible().
Tom Lane
2022-07-12
*
Fix lock assertions in dshash.c.
Thomas Munro
2022-07-11
*
Fix relptr's encoding of the base address.
Thomas Munro
2022-06-27
*
Fix SPI's handling of errors during transaction commit.
Tom Lane
2022-06-22
*
Fix data inconsistency between publisher and subscriber.
Amit Kapila
2022-06-16
*
Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGS
Alvaro Herrera
2022-05-19
*
Fix incorrect comments for Memoize struct
David Rowley
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
*
Allow db.schema.table patterns, but complain about random garbage.
Robert Haas
2022-04-20
*
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
*
Wake up for latches in CheckpointWriteDelay().
Thomas Munro
2022-03-16
*
Fix bogus casting in BlockIdGetBlockNumber().
Tom Lane
2022-03-03
*
Add compute_query_id = regress
Michael Paquier
2022-02-22
*
Suppress warning about stack_base_ptr with late-model GCC.
Tom Lane
2022-02-17
*
Test honestly for <sys/signalfd.h>.
Tom Lane
2022-02-09
*
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
*
Revert error handling improvements for cryptohashes
Michael Paquier
2022-01-14
*
Improve error handling of cryptohash computations
Michael Paquier
2022-01-11
*
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
*
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
*
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
*
Don't overlook indexes during parallel VACUUM.
Peter Geoghegan
2021-11-02
*
Avoid O(N^2) behavior in SyncPostCheckpoint().
Tom Lane
2021-11-02
*
Revert "Remove unused wait events."
Amit Kapila
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
[next]