index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Age
Commit message (
Expand
)
Author
2023-02-15
Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificates
Michael Paquier
2023-02-08
Make EXEC_BACKEND more convenient on Linux and FreeBSD.
Michael Paquier
2023-01-20
Make our back branches build under -fkeep-inline-functions.
Tom Lane
2023-01-15
Make new GENERATED-expressions code more bulletproof.
Tom Lane
2023-01-05
Fix calculation of which GENERATED columns need to be updated.
Tom Lane
2023-01-02
perl: Hide warnings inside perl.h when using gcc compatible compiler
Andres Freund
2022-12-13
Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode.
Tom Lane
2022-11-29
Improve heuristics for compressing the KnownAssignedXids array.
Tom Lane
2022-11-21
Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline.
Tom Lane
2022-11-17
Replace RelationOpenSmgr() with RelationGetSmgr().
Tom Lane
2022-11-03
Add casts to simplehash.h to silence C++ warnings.
Tom Lane
2022-11-02
Allow use of __sync_lock_test_and_set for spinlocks on any machine.
Tom Lane
2022-10-21
pg_basebackup: Fix cross-platform tablespace relocation.
Robert Haas
2022-10-16
Rename parser token REF to REF_P to avoid a symbol conflict.
Tom Lane
2022-09-17
Make check_usermap() parameter names consistent.
Peter Geoghegan
2022-09-14
Expand palloc/pg_malloc API for more type safety
Peter Eisentraut
2022-09-06
Further fixes for MULTIEXPR_SUBLINK fix.
Tom Lane
2022-08-27
Repair rare failure of MULTIEXPR_SUBLINK subplans in inherited updates.
Tom Lane
2022-08-11
Fix catalog lookup with the wrong snapshot during logical decoding.
Amit Kapila
2022-08-08
In extensions, don't replace objects not belonging to the extension.
Tom Lane
2022-08-05
Fix ENABLE/DISABLE TRIGGER to handle recursion correctly
Alvaro Herrera
2022-08-03
Fix incorrect tests for SRFs in relation_can_be_sorted_early().
Tom Lane
2022-07-27
Allow "in place" tablespaces.
Alvaro Herrera
2022-07-26
Force immediate commit after CREATE DATABASE etc in extended protocol.
Tom Lane
2022-07-18
Re-add SPICleanup for ABI compatibility in stable branch
Peter Eisentraut
2022-07-11
Fix lock assertions in dshash.c.
Thomas Munro
2022-06-22
Fix SPI's handling of errors during transaction commit.
Tom Lane
2022-06-16
Fix data inconsistency between publisher and subscriber.
Amit Kapila
2022-05-19
Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGS
Alvaro Herrera
2022-05-11
Fix the logical replication timeout during large transactions.
Amit Kapila
2022-04-21
Remove inadequate assertion check in CTE inlining.
Tom Lane
2022-04-14
Rethink the delay-checkpoint-end mechanism in the back-branches.
Robert Haas
2022-04-13
Prevent access to no-longer-pinned buffer in heapam_tuple_lock().
Tom Lane
2022-04-02
Remove obsolete comment
Peter Eisentraut
2022-03-29
Revert "Fix replay of create database records on standby"
Alvaro Herrera
2022-03-26
Suppress compiler warning in relptr_store().
Tom Lane
2022-03-25
Fix replay of create database records on standby
Alvaro Herrera
2022-03-24
Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.
Robert Haas
2022-03-16
Fix waiting in RegisterSyncRequest().
Thomas Munro
2022-03-04
Fix bogus casting in BlockIdGetBlockNumber().
Tom Lane
2022-02-18
Suppress warning about stack_base_ptr with late-model GCC.
Tom Lane
2022-01-29
Fix failure to validate the result of select_common_type().
Tom Lane
2022-01-27
Fix ordering of XIDs in ProcArrayApplyRecoveryInfo
Tomas Vondra
2022-01-24
Fix limitations on what SQL commands can be issued to a walsender.
Tom Lane
2022-01-03
Fix index-only scan plans, take 2.
Tom Lane
2022-01-01
Fix index-only scan plans when not all index columns can be returned.
Tom Lane
2021-12-22
Correct comment and some documentation about REPLICA_IDENTITY_INDEX
Michael Paquier
2021-11-26
Harden be-gssapi-common.h for headerscheck
Alvaro Herrera
2021-11-19
Fix parallel operations that prevent oldest xmin from advancing.
Amit Kapila
2021-11-08
Reject extraneous data after SSL or GSS encryption handshake.
Tom Lane
[next]