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 detection of unseekable files for fseek() and ftello() with MSVC
Michael Paquier
2023-04-12
*
Fix race in parallel hash join batch cleanup, take II.
Thomas Munro
2023-03-21
*
Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again.
Tom Lane
2023-02-25
*
Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificates
Michael Paquier
2023-02-15
*
Make EXEC_BACKEND more convenient on Linux and FreeBSD.
Michael Paquier
2023-02-08
*
Make our back branches build under -fkeep-inline-functions.
Tom Lane
2023-01-20
*
Make new GENERATED-expressions code more bulletproof.
Tom Lane
2023-01-15
*
Fix calculation of which GENERATED columns need to be updated.
Tom Lane
2023-01-05
*
perl: Hide warnings inside perl.h when using gcc compatible compiler
Andres Freund
2023-01-02
*
Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode.
Tom Lane
2022-12-13
*
Remove new structure member from ResultRelInfo.
Etsuro Fujita
2022-12-08
*
Fix Memoize to work with partitionwise joining.
Tom Lane
2022-12-05
*
Improve heuristics for compressing the KnownAssignedXids array.
Tom Lane
2022-11-29
*
Fix handling of pending inserts in nodeModifyTable.c.
Etsuro Fujita
2022-11-25
*
Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline.
Tom Lane
2022-11-21
*
Replace RelationOpenSmgr() with RelationGetSmgr().
Tom Lane
2022-11-17
*
Add casts to simplehash.h to silence C++ warnings.
Tom Lane
2022-11-03
*
Allow use of __sync_lock_test_and_set for spinlocks on any machine.
Tom Lane
2022-11-02
*
pg_basebackup: Fix cross-platform tablespace relocation.
Robert Haas
2022-10-21
*
Rename parser token REF to REF_P to avoid a symbol conflict.
Tom Lane
2022-10-16
*
Make check_usermap() parameter names consistent.
Peter Geoghegan
2022-09-17
*
Expand palloc/pg_malloc API for more type safety
Peter Eisentraut
2022-09-14
*
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
[next]